[Mono-list] Re: Issue with building mono from sources on Suse 10 - part 2

2005-10-03 Thread Robert Jordan
Hi Nikita, I changed the ldscript in mono/mini per Robert's advice. Now my ldscript is: +{ Remove the "+". This was part of the diff I posted. "+" means a line has been added. global: mono_*; GC_push_all_stack; GC_start_blocking;

[Mono-list] Re: Issue with building mono from sources on Suse 10

2005-10-01 Thread Robert Jordan
Hi Nikita, Invalid version tag 'VER_1'. Only anonymous version tag is allowed in executable In the meanwhile try to remove 'VER_1' from mono/mini/ldscript: --- ldscript(revision 50934) +++ ldscript(working copy) @@ -1,4 +1,4 @@ -VER_1 { +{ global: mono_*;