...I upgraded one of my older projects to xcode 2.1's native target mode, and no errors were reported in the upgrade log: it seemed mostly to be concerned with optimization settings...the compile was uneventful, but I then got stuck in linking, because there is an errant "-L" being included from somewhere:
Ld /Users/tigital/dev/freespace2/osx/build/Development/Freespace2.app/Contents/MacOS/Freespace2 normal ppc mkdir /Users/tigital/dev/freespace2/osx/build/Development/Freespace2.app/Contents/MacOS cd /Users/tigital/dev/freespace2/osx setenv MACOSX_DEPLOYMENT_TARGET 10.2 setenv NEXT_ROOT /Developer/SDKs/MacOSX10.2.8.sdk /usr/bin/g++-3.3 -o /Users/tigital/dev/freespace2/osx/build/Development/Freespace2.app/Contents/MacOS/Freespace2 -L/Users/tigital/dev/freespace2/osx/build/Development -L -L/Developer/SDKs/MacOSX10.2.8.sdk/usr/lib/gcc/darwin/3.3 -F/Users/tigital/dev/freespace2/osx/build/Development -F../SDL-1.2/PBProjects/SDL/build -F../openal/mac/al_osx/build -filelist "/Users/tigital/dev/freespace2/osx/build/fs2.build/Development/Freespace2 (Upgraded).build/Objects-normal/ppc/Freespace2.LinkFileList" -framework OpenGL -framework OpenAL -arch ppc -prebind -framework Cocoa -framework SDL -framework AGL -Wl,-syslibroot,/Developer/SDKs/MacOSX10.2.8.sdk ld: -L: directory name missing
...any ideas on where I can look to remove this? Obviously I've been thru the Target configuration for Development, and nothing seems outta place there...
jamie |