[Mono-list] Compiling Mono

Bevan Coleman bevan.coleman@ctel.com.au
Mon, 12 Aug 2002 10:19:28 +0930


Hi all, not sure if this is the correct forums to post bugs/problems but
anyway.

I'm attempting to get mono to compile on GenToo (for anyone who knows the
dist, I'm creating a ebuild). I've tried 0.13 and cvs (as of 11/8/02)
without success though I have managed to compile 0.12 on the same system.

Installed packages;
*   glibc = 2.2.5
*   pkgconfig = 0.12.0
*   libgc = Boehm GC 6.0

Last section of the make, this is for the 0.13 tarball but the error is the
same for cvs.
----------------------------------------------------------------------------
----------
./metadata/.libs/libmonoruntime.al -Wl,--no-whole-archive
../metadata/.libs/libmonoruntime.al -lpthread -lgc -lnsl -lrt   -Wl,-soname
-Wl,libmono.so.0 -o .libs/libmono.so.0.0.0
/usr/i686-pc-linux-gnu/bin/ld: .libs/libmono.so.0.0.0: undefined versioned
symbol name read@@GLIBC_2.0
/usr/i686-pc-linux-gnu/bin/ld: failed to set dynamic section sizes: Bad
value
collect2: ld returned 1 exit status
make[3]: *** [libmono.la] Error 1
make[3]: Leaving directory
`/var/tmp/portage/mono-0.13/work/mono-0.13/mono/jit'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/mono-0.13/work/mono-0.13/mono'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/mono-0.13/work/mono-0.13'
make: *** [all-recursive-am] Error 2
----------------------------------------------------------------------------
----------

If anyone knows the error, I'd much apreaciate a hand.

Thanks,
Bevan