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

Bug#556328: FTBFS with binutils-gold



Source: rpc2
Version: 2.8+debian-4
Severity: minor
User: peter.fritzsche@gmx.de
Usertags: no-add-needed

Tried to build your package and it fails to build with GNU binutils-gold. The
important difference is that --no-add-needed is the default behavior of of GNU
binutils-gold. Please provide all needed libraries to the linker when building
your executables.

More informations can be found at
 http://wiki.debian.org/qa.debian.org/FTBFS#A2009-11-02Packagesfailingbecausebinutils-gold.2BAC8-indirectlinking

/bin/bash ../libtool --tag=CC   --mode=link gcc  -g -O2 -Wall   -o ctest ctest.o librpc2.la libse.la 
gcc -g -O2 -Wall -o .libs/ctest ctest.o  ./.libs/librpc2.so ./.libs/libse.so 
/usr/bin/ld: ctest.o: in function main:ctest.c:163: error: undefined reference to 'LWP_Init'
/usr/bin/ld: ctest.o: in function main:ctest.c:199: error: undefined reference to 'lwp_stackUseEnabled'
/usr/bin/ld: ctest.o: in function main:ctest.c:413: error: undefined reference to 'FT_GetTimeOfDay'
/usr/bin/ld: ctest.o: in function main:ctest.c:417: error: undefined reference to 'FT_GetTimeOfDay'
/usr/bin/ld: ctest.o: in function main:ctest.c:229: error: undefined reference to 'FT_GetTimeOfDay'
/usr/bin/ld: ctest.o: in function main:ctest.c:448: error: undefined reference to 'FT_GetTimeOfDay'
collect2: ld returned 1 exit status
make[3]: *** [ctest] Error 1



Reply to: