Re: prebinding questions - "got slid"
Re: prebinding questions - "got slid"
- Subject: Re: prebinding questions - "got slid"
- From: Philip Lamb <email@hidden>
- Date: Thu, 27 Nov 2003 09:18:39 +1300
"slid" refers to the virtual address range of the library having been
slided by the linker to a different range. The error indicates that
you have an address overlap with the Stuffit framework, and possibly
that your project and/or Stuffit is using virtual addresses reserved
for the system.
Time to do a "man dyld" and grok it I think.
anyone know what a "got slid" error in prebinding is?
[MirrorDual:~] sgehrman% /Applications/Path\
Finder.app/Contents/MacOS/Path\ Finder
dyld: in map_image() determined the system shared regions ARE used
dyld: /Applications/Path Finder.app/Contents/MacOS/Path Finder:
prebinding disabled because library: /Applications/Path
Finder.app/Contents/MacOS/../Frameworks/StuffIt.framework/Versions/A/
StuffIt got slid
dyld: 78 two-level prebound libraries used out of 89
Phil.
--
Philip Lamb
email@hidden
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.