qdnguyen / lib3ds

Automatically exported from code.google.com/p/lib3ds
GNU Lesser General Public License v2.1
0 stars 0 forks source link

libm not linked against by default #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
fix

Original comment by julian.o...@googlemail.com on 26 Sep 2013 at 6:58

Attachments: