Boost logo

Boost-Build :

Subject: Re: [Boost-build] error: redefinition of 'double acosh(double)'
From: john blair (mailtome200420032002_at_[hidden])
Date: 2009-03-16 13:47:56


Thanks for the reply John.
I modified libs/math/build/Jamfile.v2 as below and the build was successful.
@@ -5,10 +5,7 @@
 
 import testing ;
 
-C99_SOURCES = acosh
-asinh
-atanh
-cbrt
+C99_SOURCES = cbrt
 copysign
 erfc
 erf

I hope it wont have any negative effects.

      


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk