What steps will reproduce the problem?
1. Run configure script without LDFLAGS=-lm
2. Run make
What is the expected output? What do you see instead?
The library doesn't successfully build unless you pass LDFLAGS=-lm as an
argument to "./configure". libm isn't linked against by default, so you get
undefined references to things like pow().
What version of the product are you using? On what operating system?
20080909
Debian GNU/Linux
Original issue reported on code.google.com by TopCa...@gmail.com on 10 Feb 2010 at 6:39
Original issue reported on code.google.com by
TopCa...@gmail.com
on 10 Feb 2010 at 6:39