Re: linking QuantLib dynamic library in Xcode
Re: linking QuantLib dynamic library in Xcode
- Subject: Re: linking QuantLib dynamic library in Xcode
- From: Chris Espinosa <email@hidden>
- Date: Wed, 17 Dec 2008 21:37:43 -0800
On Dec 17, 2008, at 12:23 PM, Bart Mosley, bondgeek.com wrote:
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.
Was there a prior context for this question that we missed? I can't
make heads or tails of it.
Chris
_______________________________________________
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