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

Bug#556683: FTBFS with binutils-gold



Source: wmshutdown
Version: 0.2-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

cc -o wmShutdown wmShutdown.o `pkg-config --libs gtk+-2.0` 
/usr/bin/ld: wmShutdown.o: in function cria_dock:wmShutdown.c(.text+0x66): error: undefined reference to 'XAllocWMHints'
/usr/bin/ld: wmShutdown.o: in function cria_dock:wmShutdown.c(.text+0xce): error: undefined reference to 'XSetWMHints'
/usr/bin/ld: wmShutdown.o: in function cria_dock:wmShutdown.c(.text+0xe5): error: undefined reference to 'XSetCommand'
/usr/bin/ld: wmShutdown.o: in function cria_dock:wmShutdown.c(.text+0xee): error: undefined reference to 'XFree'
collect2: ld returned 1 exit status
make[1]: *** [dock] Error 1



Reply to: