| Issue 8: | libm not linked against by default | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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 |
1.5 KB View Download