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

Bug#554766: FTBFS with binutils-gold



Source: habak
Version: 0.2.5-3
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  -L/usr/X11R6/lib -lImlib2 -lm -o habak xcore.o random.o habak.o
/usr/bin/ld: xcore.o: in function initXconnection:xcore.c:64: error: undefined reference to 'XOpenDisplay'
/usr/bin/ld: xcore.o: in function initXconnection:xcore.c:76: error: undefined reference to 'XCreatePixmap'
/usr/bin/ld: xcore.o: in function initXconnection:xcore.c:78: error: undefined reference to 'XCreateGC'
/usr/bin/ld: xcore.o: in function initXconnection:xcore.c:79: error: undefined reference to 'XFillRectangle'
/usr/bin/ld: xcore.o: in function set_pixmap_property:xcore.c:26: error: undefined reference to 'XInternAtom'
/usr/bin/ld: xcore.o: in function set_pixmap_property:xcore.c:27: error: undefined reference to 'XInternAtom'
/usr/bin/ld: xcore.o: in function set_pixmap_property:xcore.c:44: error: undefined reference to 'XInternAtom'
/usr/bin/ld: xcore.o: in function set_pixmap_property:xcore.c:45: error: undefined reference to 'XInternAtom'
/usr/bin/ld: xcore.o: in function set_pixmap_property:xcore.c:52: error: undefined reference to 'XChangeProperty'
/usr/bin/ld: xcore.o: in function set_pixmap_property:xcore.c:54: error: undefined reference to 'XChangeProperty'
/usr/bin/ld: xcore.o: in function set_pixmap_property:xcore.c:57: error: undefined reference to 'XSetCloseDownMode'
/usr/bin/ld: xcore.o: in function set_pixmap_property:xcore.c:58: error: undefined reference to 'XFlush'
/usr/bin/ld: xcore.o: in function set_pixmap_property:xcore.c:30: error: undefined reference to 'XGetWindowProperty'
/usr/bin/ld: xcore.o: in function set_pixmap_property:xcore.c:33: error: undefined reference to 'XGetWindowProperty'
/usr/bin/ld: xcore.o: in function set_pixmap_property:xcore.c:38: error: undefined reference to 'XKillClient'
/usr/bin/ld: xcore.o: in function dumpToScreen:xcore.c:92: error: undefined reference to 'XSetTile'
/usr/bin/ld: xcore.o: in function dumpToScreen:xcore.c:93: error: undefined reference to 'XSetTSOrigin'
/usr/bin/ld: xcore.o: in function dumpToScreen:xcore.c:94: error: undefined reference to 'XSetFillStyle'
/usr/bin/ld: xcore.o: in function dumpToScreen:xcore.c:95: error: undefined reference to 'XFillRectangle'
/usr/bin/ld: xcore.o: in function dumpToScreen:xcore.c:97: error: undefined reference to 'XFlush'
/usr/bin/ld: xcore.o: in function dumpToScreen:xcore.c:98: error: undefined reference to 'XSetWindowBackgroundPixmap'
/usr/bin/ld: xcore.o: in function dumpToScreen:xcore.c:99: error: undefined reference to 'XClearWindow'
/usr/bin/ld: xcore.o: in function dumpToScreen:xcore.c:89: error: undefined reference to 'XFreePixmap'
/usr/bin/ld: xcore.o: in function dumpToScreen:xcore.c:100: error: undefined reference to 'XFlush'
collect2: ld returned 1 exit status
make[2]: *** [habak] Error 1



Reply to: