[Mono-dev] Compilation issue

Robert Jordan robertj at gmx.net
Fri Nov 3 17:52:07 EST 2006


RMD wrote:
> Hello all.
> I'm trying to install mono-1-1-18 on a heavily patched redhat7.3 system, and 
> when trying to compile it i get the following error:
> (this is the last part of the compilation output)
> 
> /usr/bin/ld:./ldscript.mono:1: parse error in VERSION script
> collect2: ld returned 1 exit status
> make[4]: *** [mono] Error 1
> make[4]: Leaving directory `/home/rmd/mono-1.1.18/mono/mini'

Apply this patch:

Index: mono/mini/ldscript.mono
===================================================================
--- mono/mini/ldscript.mono     (revision 67332)
+++ mono/mini/ldscript.mono     (working copy)
@@ -1,4 +1,4 @@
-{
+VER_0 {
        global:
                mono_*;
                GC_push_all_stack;


Robert




More information about the Mono-devel-list mailing list