Bug#554744: FTBFS with binutils-gold

Peter Fritzsche peter.fritzsche at gmx.de
Fri Nov 6 10:29:47 UTC 2009


Source: gravitation
Version: 3+dfsg1-2
Severity: minor
User: peter.fritzsche at 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

g++ -I../.. -o Gravitation game.o blowUp.o World.o map.o particles.o Gradient.o common.o score.o musicPlayer.o Timbre.o Envelope.o ../../minorGems/io/file/linux/PathLinux.o ../../minorGems/util/stringUtils.o ../../minorGems/util/StringBufferOutputStream.o ../../minorGems/util/SettingsManager.o ../../minorGems/system/unix/TimeUnix.o ../../minorGems/system/linux/ThreadLinux.o -lSDL
/usr/bin/ld: ../../minorGems/system/linux/ThreadLinux.o: in function Thread::join():../../minorGems/system/linux/ThreadLinux.cpp:112: error: undefined reference to 'pthread_join'
/usr/bin/ld: ../../minorGems/system/linux/ThreadLinux.o: in function Thread::start(char):../../minorGems/system/linux/ThreadLinux.cpp:97: error: undefined reference to 'pthread_create'
/usr/bin/ld: ../../minorGems/system/linux/ThreadLinux.o: in function Thread::start(char):../../minorGems/system/linux/ThreadLinux.cpp:101: error: undefined reference to 'pthread_detach'
collect2: ld returned 1 exit status
make[1]: *** [Gravitation] Error 1





More information about the Pkg-games-devel mailing list