Re: warning prebinding disabled because dependent library /usr/lib/libobjc.A.dylib
Re: warning prebinding disabled because dependent library /usr/lib/libobjc.A.dylib
- Subject: Re: warning prebinding disabled because dependent library /usr/lib/libobjc.A.dylib
- From: "Kirt Cathey" <email@hidden>
- Date: Fri, 19 Aug 2005 02:12:03 +0000
Thanks Chris. Will read the documentation and move forward.
So.... the prebinding warning has nothing to do with 'gcc-4.0 failed with
error code 1'
(or gcc-3.3 failed with error code 1') errors that I get when changing from
development
to deployment. What else would be the difference in compiler settings that
would cause
this error and prevent a successful build?
Any ideas?
Thanks,
Kirt Cathey
From: Chris Espinosa <email@hidden>
To: Kirt Cathey <email@hidden>
CC: email@hidden
Subject: Re: warning prebinding disabled because dependent library
/usr/lib/libobjc.A.dylib
Date: Thu, 18 Aug 2005 17:00:51 -0700
On Aug 18, 2005, at 4:14 PM, Kirt Cathey wrote:
Still getting the gcc-4.0 failed with error code 1 error, but now
this is the error I am getting (in subject line).
You can probably ignore this. Prebinding is not required and only
occasionally recommended for applications as of Mac OS X 10.3.6 or
so.
This all started when I changed the active build configuration from
Development to Deployment, so I think it has something to do with
linking of libraries.
Because Development uses ZeroLink, it does not actually use the
linker. This is a linker warning that the assigned memory locations
for two shared libraries overlap.
Any pointers? Same thing with gcc 3.3, and same thinng happens when
I clean all.
you can see the excellent document Apple wrote on this topic in 2003
(which was the #1 Google hit for the phrase in your subject line):
http://developer.apple.com/releasenotes/DeveloperTools/Prebinding.html
But as I mentioned above, if you're building an application, you may
turn off prebinding altogether or ignore any warnings you get.
Chris
_________________________________________________________________
ウィルス駆除も無料の 「MSN Hotmail」 http://www.hotmail.com/
_______________________________________________
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