Login  Register

Re: QuantLib + boost 1.55

Posted by aazout on Feb 27, 2014; 10:30pm
URL: http://quantlib.414.s1.nabble.com/QuantLib-boost-1-55-tp14715p15042.html

Looks like this fixes this issue:

To build the library on Mac OS X 10.9, the QuantLib library must be linked
against libstdc++. To do so, set the environment flags `CXXFLAGS` and `LDFLAGS`
to `-stlib=libstdc++ -mmacosx-version-min=10.6` before compiling from source.

Thanks,
Albert