Bug#554691: FTBFS with binutils-gold
Peter Fritzsche
peter.fritzsche at gmx.de
Thu Nov 5 23:31:35 UTC 2009
Source: gnurobbo
Version: 0.62-1
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
gcc board.o controls.o font.o game.o levels.o locales.o rcfile.o screen.o skins.o sound.o `sdl-config --libs` -lSDL_ttf -o gnurobbo
/usr/bin/ld: controls.o: in function set_default_user_controls:controls.c:359: error: undefined reference to 'ceilf'
/usr/bin/ld: controls.o: in function set_default_user_controls:controls.c:360: error: undefined reference to 'ceilf'
/usr/bin/ld: game.o: in function main:game.c:1286: error: undefined reference to 'ceilf'
/usr/bin/ld: game.o: in function main:game.c:1287: error: undefined reference to 'ceilf'
collect2: ld returned 1 exit status
make[1]: *** [gnurobbo] Error 1
More information about the Pkg-games-devel
mailing list