linking QuantLib dynamic library in Xcode
linking QuantLib dynamic library in Xcode
- Subject: linking QuantLib dynamic library in Xcode
- From: "Bart Mosley, bondgeek.com" <email@hidden>
- Date: Wed, 17 Dec 2008 15:23:08 -0500
If this command line compile/link works (note this is run in the
project directory for Xcode and main.cpp is now just a "Hello, World"
with #include<ql/quantlib.hpp> added to it) :
c++ main.cpp -o tql -L/usr/local/lib -lQuantLib
Then why won't does Xcode get 15 (and only 15) build errors? If I
remove the library, so that I know it's not linking, I get 290 symbols
not found.
It seems to have something to do with the -filelist option for g++,
because if I take the compile and linking commands from the error
window and run them in a command window...I can isolate that the
problem to that, I think.
Thanks in advance for any help.
_________________________
Bart Mosley
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden