• 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
question regarding Xcode Project settings
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

question regarding Xcode Project settings


  • Subject: question regarding Xcode Project settings
  • From: "chinmoy Gavini" <email@hidden>
  • Date: Mon, 26 Mar 2007 09:59:28 -0600

Hi,

I am using Xcode 2.4.1 (Mac OS X 10.4.9) on Intel. I am trying to use
some C++ objects in a Cocoa application(so I am using the
Objective-C++ bridge). If I had simply made a commandline pure-C++
program called filt.cpp with these classes, I could compile that
program from the Terminal as follows:

g++ -I/usr/local/include -o filt filt.cpp -L/usr/local/lib -litpp
-lfftw3  -llapack -lblas -lg2c

(That's -I (pronounced like capital eye) /usr/local/include , and -l
(pronounced like el) itpp, fftw3, lapack,blas,g2c ).

How would I change the settings in Xcode Project settings to build an
objective-C++ program--I tried messing with C++ flags, Header search
paths, etc, but I could not get it to work.

I appreciate your help.

Chinmoy.
_______________________________________________
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: question regarding Xcode Project settings
      • From: "Shawn Erickson" <email@hidden>
  • Prev by Date: Re: Adding an Interface Palette target to an existing application project
  • Next by Date: Re: question regarding Xcode Project settings
  • Previous by thread: XCode and C++ projects
  • Next by thread: Re: question regarding Xcode Project settings
  • Index(es):
    • Date
    • Thread