question regarding Xcode Project settings
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