Re: Intel compiler, Xcode 2.5, and Leopard
Re: Intel compiler, Xcode 2.5, and Leopard
- Subject: Re: Intel compiler, Xcode 2.5, and Leopard
- From: Micah Sharp <email@hidden>
- Date: Wed, 20 Feb 2008 08:27:55 -0800
Thanks Chris, here is the entire line:
cd /Develop/SVNSource/lib/PHLib/osx /usr/bin/icc-10.1-base/bin/icc -x c++ -arch i386 -dev-usr-root=/Developer/usr -O2 -w1 -DMACINTOSH -DMACOS -DDO_GPU -openmp -fvisibility=default -fpascal-strings -I/Develop/SVNSource/lib/PHLib/osx/PHLib.build/Release/PHLib.build/PHLibXCode-txt.hmap -F/Develop/SVNSource/lib/PHLib/osx -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks -I/Develop/SVNSource/lib/PHLib/osx/include -I../../PHLibGPU -I../.. -I../../lib -I../../vgl -I../../GL MAC_OS_X_VERSION_MIN_REQUIRED=1040 -include /Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h -c /Develop/SVNSource/lib/PHLib/osx/../AlphaCleanerPH.cpp -o /Develop/SVNSource/lib/PHLib/osx/PHLib.build/Release/PHLib.build/Objects-normal/i386/AlphaCleanerPH.o icc: command line error: multiple sources not allowed with -o option
Thanks in advance.
Micah Sharp Red Giant Software
Sign up for our newsletter!
On Feb 19, 2008, at 10:01 PM, Chris Espinosa wrote: On Feb 19, 2008, at 5:03 PM, Micah Sharp wrote:
Sorry if off topic.
Recently I updated to Leopard and Xcode 2.5. Suddenly, I am getting compile errors when using the Intel compiler, that were not there before.
"error: multiple sources not allowed with -o option"
I've tried everything I can think of as far as changing optimizations options, etc. Nothing on the net, Intel's site, etc. Has anyone else seen problems when switching to Xcode 2.5?
That generally means that Xcode is feeding multiple .c files on the invocation line. Posting the CompileC invocation line from the full build transcript would help diagnose this.
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