Re: Problem with Xcode linker flags
Re: Problem with Xcode linker flags
- Subject: Re: Problem with Xcode linker flags
- From: Greg Guerin <email@hidden>
- Date: Thu, 28 Sep 2006 14:23:32 -0700
Wade Williams wrote:
>Other linker flags = -search_paths_first (and -Xlinker -
>search_paths_first for good measure)
>
>In none of the cases above do I see the -search_paths_first option
>passed to the linker.
It works for me in Xcode 2.2.1 on 10.4.7 ppc.
I set this:
Other linker flags = -search_paths_first
The detailed build transcript then showed this complaint:
<cmd name here> unrecognized option: ' -search_paths_first'
Then I set this:
Other linker flags = -Xlinker -search_paths_first
There was no complaint and I can see the options in the detailed build
transcript.
I suggest entering options that should cause a definite complaint, then
looking for "unrecognized option" in the detailed build transcript. For
example:
Other linker flags = -Xyzzy -plugh
Check the obvious things, too, like building the right target, setting the
option in the right build configuration, and hitting return to end the
editing of the build-setting.
If it still doesn't work, you may have to paste the detailed build
transcript into a posting, along with some build-settings that demonstrably
appear in the transcript.
-- GG
_______________________________________________
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