/usr vs. /usr/local
/usr vs. /usr/local
- Subject: /usr vs. /usr/local
- From: Chris Silverberg <email@hidden>
- Date: Mon, 09 Feb 2004 13:05:57 -0800
- Organization: Silverberg.Net
Hello everyone,
I have a question about upgrading to Xcode from ProjectBuilder. I have a
project that uses libcurl. Apple includes an old version of libcurl, but I
have since installed the latest version of libcurl. So now I have two
versions installed, the old in /usr, and the newer in /usr/local.
With project builder, this wasn't a problem. PB appears to look in
/usr/local first, and then in /usr. But with Xcode, this no longer appears
to be the case... my new project is trying to include the header file from
/usr/include which causes my project to fail compile.
Can someone shed some light on this? Is this a bug? Or is there a way to
customize the search order for libraries and header files? Clearly I could
probably resolve the problem by moving libcurl from /usr/local to /usr. But
I dislike that approach, it's not a very clean solution.
thanks much,
Chris
_______________________________________________
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.