Re: force xcode to use icpc for linking
Re: force xcode to use icpc for linking
- Subject: Re: force xcode to use icpc for linking
- From: Niklas Lundborg <email@hidden>
- Date: Mon, 13 Nov 2006 19:08:05 +0100
On 13 nov 2006, at 17.33, Niklas Lundborg wrote:
We're trying to get xcode to link our project using intels icpc. It
works on another one of our projects but not this. Even stranger is
that it works for two of three targets in this troublesome project.
For the first two targets xcode uses icpc as instructed but for the
last target, a prefpane, it ignores the LD-flag and uses g++ instead.
We invoke xcodebuild like this: xcodebuild LD_i386=/usr/bin/icpc
How can I make xcode use icpc? Why does it refuse on the last target?
Answering my own post since we solved the problem.
The project contains objective-c++ files. That caused xcode to link
using g++. If the LDPLUSPLUS flag is set to icpc everything works fine!
Sorry for any trouble!
/Niklas
_______________________________________________
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