Re: Warning with NEXT_ROOT environment and libgcc.a
Re: Warning with NEXT_ROOT environment and libgcc.a
- Subject: Re: Warning with NEXT_ROOT environment and libgcc.a
- From: Fritz Anderson <email@hidden>
- Date: Sun, 29 Jan 2006 15:59:27 -0600
On 29 Jan 2006, at 5:26 AM, Conor Dearden wrote:
What about the first linking problem with libgcc.a, where is the
following
line coming from:
-L/Developer/SDKs/MacOSX10.3.9.sdk/usr/lib/gcc/powerpc-apple-
darwin7/4.0.0
I have set all my SDK Path and SDKROOT_i386 to 10.4u
If I speculated from what you've said, I'd wonder if you had, earlier
in the life of the project, imported a library directly from the
10.3.9 SDK. Look in the Link Libraries and Frameworks phase of the
target in question, and use cmd-opt-I to inspect the "Full Path" of
each library. Does any of them include the 10.3.9 SDK?
Another tack: Check the target's build settings, and see if the
10.3.9 SDK (or a descendant thereof) is in the Library Search Paths
setting.
Also: Is the content of SDKROOT exactly as you write it? I think it
has to be "/Developer/SDKs/MacOSX10.4u.sdk". Possibly the GCC chain
fails to find a "10.4u" SDK tree, and falls back on the architecture-
blind SDKROOT (which I guess might be /Developer/SDKs/MacOSX10.3.9.sdk)?
-- F
--
Fritz Anderson -- http://www.manoverboard.org/
Consulting Programmer -- http://resume.manoverboard.org/
Step into Xcode, coming out late January -- http://six.manoverboard.org/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden