• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
linking QuantLib dynamic library in Xcode
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Follow-Ups:
    • Re: linking QuantLib dynamic library in Xcode
      • From: Chris Espinosa <email@hidden>
  • Prev by Date: Re: Age Old Question: How Do You Set __MyCompanyName__
  • Next by Date: Re: Other option rather than .rsrc in Xcode...
  • Previous by thread: Re: Other option rather than .rsrc in Xcode...
  • Next by thread: Re: linking QuantLib dynamic library in Xcode
  • Index(es):
    • Date
    • Thread