Re: Is "Verbose Undefined Symbols Info" working?
Re: Is "Verbose Undefined Symbols Info" working?
- Subject: Re: Is "Verbose Undefined Symbols Info" working?
- From: Eric Albert <email@hidden>
- Date: Wed, 30 Nov 2005 13:29:42 -0800
On Nov 30, 2005, at 11:56 AM, Nathan Herring wrote:
Also, in the "Other Linker Flags" section, it doesn't seem to turn
them
into the necessary form to pass through to the linker via gcc. For
example, if I put "-Y 1000" in "Other Linker Flags", I would expect it
to pass it directly if it were calling ld(1) but in the above format,
e.g., "-Wl,Y,1000", if being passed to gcc(1). Is this by design?
Xcode uses gcc to link, not ld, so yeah, this is technically right.
It's a bit confusing, though.
-Eric
_______________________________________________
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