Make fails with the following error:
/usr/bin/ld: note: 'sqrtf@@GLIBC_2.2.5' is defined in DSO /usr/lib/libm.so.6 so
try adding it to the linker command line
I fixed it by adding `-lm` to the `LIBS` part of `Makefile.linux`.
System info:
Compiler: gcc 4.7.2
OS: archlinux (last full system update was 5 seconds ago)
Architecture: x86_64
Original issue reported on code.google.com by big.bad....@yellowcouch.org on 22 Dec 2012 at 6:44
Original issue reported on code.google.com by
big.bad....@yellowcouch.org
on 22 Dec 2012 at 6:44