Re: next problem
Re: next problem
- Subject: Re: next problem
- From: Greg Guerin <email@hidden>
- Date: Wed, 20 Jun 2007 11:08:14 -0700
Peter O'Gorman wrote:
>I think perhaps you're getting mixed up with the way the linker
>searches for static archives and dynamic shared libraries with and
>without -search_paths_first. The compiler will see #include <locale>
>and will only look for a file named 'locale'.
I was specifically thinking of what Thomas Engelmeier described:
<http://lists.apple.com/archives/xcode-users/2007/Jun/msg00309.html>
I could swear I had old projects that did this, but when I made a new
test-case for it under Xcode 2.4.1, it does work as you describe. The gcc
4 compiler (at least from Xcode) will ONLY see a file named "locale" when
the directive is #include <locale>. It doesn't seem to do any ".h" or other
kinds of suffix-adding.
Sorry for the misrecollection. That'll teach me to drink and debug.
"What we know that ain't so", indeed.
-- GG
_______________________________________________
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