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
Original issue reported on code.google.com by
znog...@gmail.com
on 12 Oct 2008 at 7:12