Login  Register

Re: [Quantlib-users] Installation issues on Mac OS X 10.11.2

Posted by xvallee on Jan 16, 2016; 10:10pm
URL: http://quantlib.414.s1.nabble.com/Installation-issues-on-Mac-OS-X-10-11-2-tp17214p17259.html

Hi,

I did as Stephan recommended. Then I ran:

g++ -I/opt/local/include -stdlib=libstdc++ -mmacosx-version-min=10.6 -I/opt/local/include/boost \
BermudanSwaption.cpp     -o bermudanswaption -L/opt/local/lib/ -lQuantLib

and it compiled. I could run the executable from the Finder on Mac OSX.

I will now try to use it in Python!!

Xavier