blueszhangsh / serf

Automatically exported from code.google.com/p/serf
Apache License 2.0
0 stars 0 forks source link

Libm is required on Solaris #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
serf v0.2.0

Some of the test files require Math functions (such as fabs()) and 
therefore the math library is required for a succesful compile at least on 
Solaris 10.

I've tried adding 

LIBS="-lm" 

to my configure statement but it did not have the desired effect. In the 
end I had to edit the generated Makefile and append "-lm" to the end of 
the line starting with "LIBS =". This worked fine.

This may be entirely because of my lack of knowledge of how configure 
works.

Original issue reported on code.google.com by znog...@gmail.com on 12 Oct 2008 at 7:12

GoogleCodeExporter commented 9 years ago
Fix applied in r1210.  Thanks!

Original comment by justin.e...@gmail.com on 30 Dec 2008 at 7:09