Re: Linker warning message
Re: Linker warning message
- Subject: Re: Linker warning message
- From: Chris Espinosa <email@hidden>
- Date: Tue, 3 Jan 2006 10:41:48 -0800
On Jan 3, 2006, at 4:40 AM, Kevin Meaney wrote: I'm getting the following linker warning message.
/usr/bin/ld: warning -L: directory name (/Volumes/ktam/Documents/ Develop_Intel/LS/ZLibXCode/Binaries) does not exist
Xcode seems to be convinced that there might be libraries that it needs in this location. All libraries that are linked are in a different location. This path is not mentioned in any of our build settings.
How can I convince Xcode that it does not need to search in the above location for libraries when linking?
Go find the Libraries Search Path entry that lists it. The easiest way is to open the Target inspector, go configuration by configuration, and double-click the Libraries Search Path entry.
If it's not in there, other places you might check:
- the Libraries Search Path entry in the Project inspector's Build tab - any .xcconfig configuration files you might be using
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