-nofixprebinding
-nofixprebinding
- Subject: -nofixprebinding
- From: joshua portway <email@hidden>
- Date: Thu, 6 Nov 2003 15:09:40 +0000
We're trying to mark our binaries so that the prebinding daemon won't
touch them - MAthew Formica has suggested using the -nofixprebinding
flag to ld, which look like it's exactly what we want. We're adding the
"-nofixprebinding" flag to other-linker-options in our deployment build
style. The problem is that when we compile in xCode we get a warning
saying the flag is unrecognised. Here's some example output from GCC :
Ld
/Users/joshua/NoodleDev/Noodle/xBuild/freetype.OSGplug/Contents/MacOS/
freetype
setenv MACOSX_DEPLOYMENT_TARGET 10.2
setenv NEXT_ROOT /Developer/SDKs/MacOSX10.2.7.sdk
mkdir -p
/Users/joshua/NoodleDev/Noodle/xBuild/freetype.OSGplug/Contents/MacOS
cd /Users/joshua/NoodleDev/Noodle/XCode/OSG
/usr/bin/g++-3.3 -o
/Users/joshua/NoodleDev/Noodle/xBuild/freetype.OSGplug/Contents/MacOS/
freetype -L/Users/joshua/NoodleDev/Noodle/xBuild
-L/Developer/SDKs/MacOSX10.2.7.sdk/usr/lib/gcc/darwin/3.3
-F/Users/joshua/NoodleDev/Noodle/xBuild
-F/Users/joshua/NoodleDev/Noodle/xBuild -filelist
/Users/joshua/NoodleDev/Noodle/xBuild/OurOSG.build/freetype.build/
Objects-normal/freetype.LinkFileList -framework NoodleCore -framework
osg -framework osgDB -framework osgText -framework Freetype -framework
PhysFS -framework zlib -arch ppc -bundle -nofixprebinding
g++-3.3: unrecognized option `-nofixprebinding'
ld: warning can't open dynamic library:
@executable_path/../Frameworks/osgUtil.framework/Versions/A/osgUtil
(checking for undefined symbols may be affected) (No such file or
directory, errno = 2)
is this a bug, or are we doing something wrong here ?
_______________________________________________
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.