View previous topic :: View next topic |
Author |
Message |
Kummer n00b
Joined: 20 Nov 2002 Posts: 41 Location: Vancouver, Canada
|
Posted: Mon Sep 06, 2004 8:41 pm Post subject: compilation trouble |
|
|
With many emerges I am running into linking trouble.
Everything compiles fine, but then close to the end I get an error like this one for gd:
Quote: |
gcc -r -keep_private_externs -nostdlib -o .libs/libgd.2.0.0.dylib-master.o gd.lo gdfx.lo gd_gd.lo gd_gd2.lo gd_io.lo gd_io_dp.lo gd_io_file.lo gd_io_ss.lo gd_jpeg.lo gd_png.lo gd_ss.lo gd_topal.lo gd_wbmp.lo gdcache.lo gdfontg.lo gdfontl.lo gdfontmb.lo gdfonts.lo gdfontt.lo gdft.lo gdhelpers.lo gdkanji.lo gdtables.lo gdxpm.lo wbmp.lo && gcc -dynamiclib -flat_namespace -undefined suppress -o .libs/libgd.2.0.0.dylib .libs/libgd.2.0.0.dylib-master.o -L/usr/X11R6/lib -lz -lc -install_name /usr/lib/libgd.2.dylib -compatibility_version 3 -current_version 3.0
ld: .libs/libgd.2.0.0.dylib-master.o has local relocation entries in non-writable section (__TEXT,__text)
/usr/bin/libtool: internal link edit command failed
make[2]: *** [libgd.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
|
Anyone know what to do about this? (I really need gnuplot)
Thanks |
|
Back to top |
|
|
@alexander Retired Dev
Joined: 16 Jul 2004 Posts: 24
|
Posted: Mon Sep 06, 2004 11:30 pm Post subject: Re: compilation trouble |
|
|
Kummer wrote: | With many emerges I am running into linking trouble.
Everything compiles fine, but then close to the end I get an error like this one for gd:
Quote: |
gcc -r -keep_private_externs -nostdlib -o .libs/libgd.2.0.0.dylib-master.o gd.lo gdfx.lo gd_gd.lo gd_gd2.lo gd_io.lo gd_io_dp.lo gd_io_file.lo gd_io_ss.lo gd_jpeg.lo gd_png.lo gd_ss.lo gd_topal.lo gd_wbmp.lo gdcache.lo gdfontg.lo gdfontl.lo gdfontmb.lo gdfonts.lo gdfontt.lo gdft.lo gdhelpers.lo gdkanji.lo gdtables.lo gdxpm.lo wbmp.lo && gcc -dynamiclib -flat_namespace -undefined suppress -o .libs/libgd.2.0.0.dylib .libs/libgd.2.0.0.dylib-master.o -L/usr/X11R6/lib -lz -lc -install_name /usr/lib/libgd.2.dylib -compatibility_version 3 -current_version 3.0
ld: .libs/libgd.2.0.0.dylib-master.o has local relocation entries in non-writable section (__TEXT,__text)
/usr/bin/libtool: internal link edit command failed
make[2]: *** [libgd.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
|
Anyone know what to do about this? (I really need gnuplot)
Thanks |
Thats a normal problem I think. Submit a bugs with the errors you recieve on the failed merges (and submit bugs for the ones that succeed as well) and we will get around to fixing them. |
|
Back to top |
|
|
|