Bug#622583: Fwd: Bug#622583: deng: FTBFS everywhere: bsp_main.o: undefined reference to symbol 'ceil@@GLIBC_2.2.5'

2011-04-21 Thread Jaakko Keränen
I suppose the best way to force linking with -lm is to use something like this in CMakeLists.txt: IF (UNIX AND NOT APPLE) TARGET_LINK_LIBRARIES (doomsday m) ENDIF() There already are a couple of TARGET_LINK_LIBRARIES defined in CMakeLists.txt, the m could also be added to one of those.

Bug#622583: Fwd: Bug#622583: deng: FTBFS everywhere: bsp_main.o: undefined reference to symbol 'ceil@@GLIBC_2.2.5'

2011-04-19 Thread Kees Meijs
Good evening, On 04/14/2011 01:58 PM, Jaakko Keränen wrote: Well, at least I can say that currently the master branch is compiling nicely in Squeeze (64-bit) -- although it crashes (maybe exits with an error) when I try to start a game. I haven't tried compiling the old beta6.9 release