Login  Register

Re: Installation problem with SWIG Python wrapper

Posted by nkatuna on Aug 16, 2015; 12:59pm
URL: http://quantlib.414.s1.nabble.com/Installation-problem-with-SWIG-Python-wrapper-tp15085p16784.html

Setting the environment flags suggested here http://quantlib.org/install/macosx.shtml fixed the issue:

"A note on Mac OS X 10.9 (Mavericks)

Users have reported linking problems under Mac OS X 10.9; the solution (thanks to Albert Azout for pointing it out) seems to be to set the environment flags CXXFLAGS and LDFLAGS to -stdlib=libstdc++ -mmacosx-version-min=10.6 before compiling."