Problem with Xcode linker flags
Problem with Xcode linker flags
- Subject: Problem with Xcode linker flags
- From: Wade Williams <email@hidden>
- Date: Thu, 28 Sep 2006 09:40:38 -0500
I'm linking to a libz.a of my own making.
One the command-line, to prevent linking with the system libz.dylib,
I use -Xlinker --search_paths_first in LDFLAGS.
However, in XCode, I've been unable to get that option passed to the
linker.
I've tried:
Other CFlags and Other C++ Flags = -Xlinker -search_paths_first
and
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.
Any thoughts?
Using XCode 2.4 on 10.4.7 ppc.
Wade
_______________________________________________
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