Information on QuantLib!

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Information on QuantLib!

arvind janakiram
Hi,

I am a Mac user and have installed Boost 1.39.0  via [port install boost].
Then i run ./configure from the QuantLib directory , but he configuration halts saying -

checking how to hardcode library paths into programs... immediate
checking for M_PI... yes
checking for M_SQRT_2... no
checking for M_SQRTPI... no
checking for M_1_SQRTPI... no
checking for Boost development files... no
configure: error: Boost development files not found

does any one else have the same problem and any work arrounds ?

thnaks

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: Information on QuantLib!

Luigi Ballabio
On Thu, 2009-09-24 at 22:58 +0530, arvind janakiram wrote:
> I am a Mac user and have installed Boost 1.39.0  via [port install
> boost].
> Then i run ./configure from the QuantLib directory , but he
> configuration halts saying -
>
> configure: error: Boost development files not found

"port install" puts the files in a non-standard location (opt/local.)
You can tell configure where to find the files by running it as

./configure --with-boost-include=/opt/local/include
--with-boost-lib=/usr/local/lib

or wherever the headers and libraries were installed.

Luigi


--

Matz's Law:
A conclusion is the place where you got tired of thinking.



------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users