|
From: tulassay <zso...@gm...> - 2014-05-17 08:08:58
|
Hello, I am also having a linking issue that might be related, with ld complaining about > ld: symbol(s) not found for architecture x86_64 This is on Mac OS X 10.9.2, with QuantLib 1.4 & Boost 1.55, binaries installed via Homebrew. I tried to rebuild QuantLib with the below flags set, but it didn't help. Any suggestions? thanks Zsolt Thanks, I've added the fix to the installation instructions on the site. Luigi On Thu, Feb 27, 2014 at 11:30 PM, aazout <albert.azout@> wrote: > 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 > > > -- View this message in context: http://quantlib.10058.n7.nabble.com/QuantLib-boost-1-55-tp14715p15286.html Sent from the quantlib-dev mailing list archive at Nabble.com. |