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: Chris Espinosa <email@hidden>
- 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):
But as I mentioned above, if you're building an application, you may turn off prebinding altogether or ignore any warnings you get.
Chris |
_______________________________________________
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