The problem is that the compiler's treating /usr/local/lib as an
SDK-relative path, not a system-relative path. There are some
differences of opinion about whether that's a bug, but in my
opinion it is. :) Please write it up at <http://
bugreport.apple.com/>.
Definitely a bug in my books. Any paths that start with a slash in
almost every case I have seen are considered 'system absolute' paths.
Relative paths do not start with a slash. This sounds like the
compiler is mishandling path notions.
BTW Could you let us know the bug number when you file the it.
Andre
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/darwin-dev/email@hidden