strange linker error



Has anyone seen an error like this before:

...
/bin/sh ../../libtool --tag=F77 --mode=compile g77 -Icbk/ -O3 -fdollar-ok 
-Wno-globals -funroll-loops -fstrength-reduce -funderscoring
-fno-second-underscore -DSWAPENDS -DINTEL_MLIB -DPOINTER_P=INTEGER
-DSUBSCRIPT=INTEGER -DOSTYPE=LINUX -c -o libHORIZON_la-wordrev.lo `test -f
'f/wordrev.f' || echo './'`f/wordrev.f
 g77 -Icbk/ -O3 -fdollar-ok -Wno-globals -funroll-loops -fstrength-reduce
-funderscoring -fno-second-underscore -DSWAPENDS -DINTEL_MLIB
-DPOINTER_P=INTEGER -DSUBSCRIPT=INTEGER -DOSTYPE=LINUX -c f/wordrev.f  -fPIC -o
.libs/libHORIZON_la-wordrev.o
 g77 -Icbk/ -O3 -fdollar-ok -Wno-globals -funroll-loops -fstrength-reduce
-funderscoring -fno-second-underscore -DSWAPENDS -DINTEL_MLIB
-DPOINTER_P=INTEGER -DSUBSCRIPT=INTEGER -DOSTYPE=LINUX -c f/wordrev.f -o
libHORIZON_la-wordrev.o >/dev/null 2>&1
... lots of objects compiling ...

/bin/sh ../../libtool --tag=F77 --mode=link g77  -O3 -fdollar-ok  -Wno-globals
-funroll-loops -fstrength-reduce -funderscoring -fno-second-underscore
-DSWAPENDS -DINTEL_MLIB -DPOINTER_P=INTEGER -DSUBSCRIPT=INTEGER -DOSTYPE=LINUX 
 -o libHORIZON.la -rpath /home/davyd/install//lib  libHORIZON_la-mplplot_new.lo
libHORIZON_la-freadlist.lo libHORIZON_la-dnaerror.lo ... ... ...
-L/home/davyd/install/lib -L/home/davyd/install//lib -lFNV -lFPSMATH

creating reloadable object files...
creating a temporary reloadable object file: .libs/libHORIZON.la-2.o

/usr/bin/ld -r -o .libs/libHORIZON.la-1.o .libs/libHORIZON_la-mplplot_new.o
.libs/libHORIZON_la-freadlist.o .libs/libHORIZON_la-dnaerror.o
.libs/libHORIZON_la-perry.o .libs/libHORIZON_la-tree2d_flt.o  ... ... ... ...

g77 -shared .libs/libHORIZON.la-2.o  -Wl,--rpath -Wl,/home/davyd/install/lib
-Wl,--rpath -Wl,/home/davyd/install//lib -Wl,--rpath
-Wl,/home/davyd/install/lib -Wl,--rpath -Wl,/home/davyd/install//lib
-L/home/davyd/install/lib -L/home/davyd/install//lib
/home/davyd/install/lib/libFNV.so /home/davyd/install//lib/libFPSMATH.so 
-Wl,-soname -Wl,libHORIZON.so.0 -o .libs/libHORIZON.so.0.0.0
/usr/bin/ld: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches
non-TLS reference in .libs/libHORIZON.la-2.o
/lib/libc.so.6: could not read symbols: Bad value
collect2: ld returned 1 exit status

I'm completely at a loss as to how to fix this. It seems PHP and Qmail have
previously had problems like this, but I couldn't work out what they did to fix
it.

--d



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]