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

Bug#556875: FTBFS with binutils-gold



Source: x11-xserver-utils
Version: 7.4+2
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

gcc  -Wall -g -O2   -o xvidtune  xvidtune-xvidtune.o -lXxf86vm   -lXaw7 -lXt -lXmu   
/usr/bin/ld: xvidtune-xvidtune.o: in function ApplyCB:../xvidtune/xvidtune.c:345: error: undefined reference to 'XSync'
/usr/bin/ld: xvidtune-xvidtune.o: in function ApplyCB:../xvidtune/xvidtune.c:347: error: undefined reference to 'XBell'
/usr/bin/ld: xvidtune-xvidtune.o: in function AdjustCB:../xvidtune/xvidtune.c:661: error: undefined reference to 'XBell'
/usr/bin/ld: xvidtune-xvidtune.o: in function main:../xvidtune/xvidtune.c:1582: error: undefined reference to 'XSync'
/usr/bin/ld: xvidtune-xvidtune.o: in function main:../xvidtune/xvidtune.c:1609: error: undefined reference to 'XSetErrorHandler'
/usr/bin/ld: xvidtune-xvidtune.o: in function main:../xvidtune/xvidtune.c:1648: error: undefined reference to 'XInternAtom'
/usr/bin/ld: xvidtune-xvidtune.o: in function main:../xvidtune/xvidtune.c:1650: error: undefined reference to 'XSetWMProtocols'
/usr/bin/ld: xvidtune-xvidtune.o: in function main:../xvidtune/xvidtune.c:1652: error: undefined reference to 'XMapWindow'
/usr/bin/ld: xvidtune-xvidtune.o: in function main:../xvidtune/xvidtune.c:1648: error: undefined reference to 'XInternAtom'
/usr/bin/ld: xvidtune-xvidtune.o: in function main:../xvidtune/xvidtune.c:1650: error: undefined reference to 'XSetWMProtocols'
/usr/bin/ld: xvidtune-xvidtune.o: in function main:../xvidtune/xvidtune.c:1652: error: undefined reference to 'XMapWindow'
/usr/bin/ld: xvidtune-xvidtune.o: in function ChangeBlankCB:../xvidtune/xvidtune.c:844: error: undefined reference to 'XBell'
/usr/bin/ld: xvidtune-xvidtune.o: in function BlankEditCB:../xvidtune/xvidtune.c:805: error: undefined reference to 'XBell'
/usr/bin/ld: xvidtune-xvidtune.o: in function TestCB:../xvidtune/xvidtune.c:500: error: undefined reference to 'XSync'
/usr/bin/ld: xvidtune-xvidtune.o: in function CleanUp:../xvidtune/xvidtune.c:157: error: undefined reference to 'XFlush'
collect2: ld returned 1 exit status
make[2]: *** [xvidtune] Error 1



Reply to: