Re: installing Quantlib-SWIG from source

Posted by Luigi Ballabio on
URL: http://quantlib.414.s1.nabble.com/installing-Quantlib-SWIG-from-source-tp4509p4510.html

On 2/20/06, [hidden email] <[hidden email]> wrote:
> I am trying to install Quantlib-SWIG from source (on Mac OS X), but
> have my boost library in a non-standard location (/opt/local,
> because I installed it from darwinports).
>
> I had a look at ./configure --help , but couldn't find any option to
> specify the location of boost (like --with-boost-include).
>
> Did I miss something?

No, it is me who missed it.  In next release, I'll try and make it
possible to run
./configure CXXFLAGS="-I/opt/local/include"
(which would also allow one to specify any other g++ flags.)

Thanks for the head-up,
    Luigi