Re: Linking against libraries
Re: Linking against libraries
- Subject: Re: Linking against libraries
- From: Chuck Soper <email@hidden>
- Date: Wed, 18 Aug 2004 09:39:26 -0700
At 8:11 AM -0700 8/18/04, Chris Espinosa wrote:
On Aug 18, 2004, at 2:07 AM, Marvin Jones wrote:
Thanks. A solution along those lines worked just fine. Of course,
when I tried to add the library and header files to the project,
the Finder didn't let me view the system folders, but that's
another story...
In both the Finder and in Navigation Services you can get to
"hidden" directories (the ones that end users are protected from) by
using Go To Folder (command-shift-G) and entering a path. In the
Add Files dialog, all it takes is typing a slash to get the
path-entry dialog. So to add a library from /usr/lib you just
choose Add Files..., type /usr/lib, and press Enter.
Chris
Another way to view system folders in the Finder is to use the open
command from a terminal session, such as:
open /usr/lib
Chuck
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.