prebinding disabled because time stamp
prebinding disabled because time stamp
- Subject: prebinding disabled because time stamp
- From: Steve Gehrman <email@hidden>
- Date: Thu, 27 Nov 2003 16:58:57 -0800
Prebinding really sucks. I have a simple test application and a simple
test framework. I set up everything correctly, then build the
framework, then build the application, then I
% setenv DYLD_PREBIND_DEBUG
% ./prebindTest.app/Contents/MacOS/
And then I get:
dyld: in map_image() determined the system shared regions ARE used
dyld: ./prebindTest.app/Contents/MacOS/prebindTest: prebinding disabled
because time stamp of library:
/Users/sgehrman/Development/xc_builds/prebindTest.app/Contents/MacOS/
../Frameworks/OmniBase.framework/Versions/2001A/OmniBase did not match
I just built the framework, why is it complaining about the time stamp?
redo_prebinding fixes the problem, but I don't want to have to do this
everytime.
--
Steve Gehrman
email@hidden
http://www.cocoatech.com
310-440-9587 FAX
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.