Linking problem since moving from ppc to intel macbook
Linking problem since moving from ppc to intel macbook
- Subject: Linking problem since moving from ppc to intel macbook
- From: Todd Blanchard <email@hidden>
- Date: Tue, 11 Apr 2006 23:29:32 -0700
I've got a framework that depends on two other frameworks. For simplicity sake, I put all the frameworks in /Library/Frameworks via an added copy files step at the end of the build and this is the location referenced in the projects. Since moving to Intel, the dependent framework is failing with missing symbols. I don't know why - they're in there.
My link line and error output:
Ld /Users/todd/Temp/Development/ObjectiveCLIPS.framework/Versions/A/ObjectiveCLIPS normal i386 cd /Users/todd/Projects/ObjectiveCLIPS /usr/bin/gcc-4.0 -o /Users/todd/Temp/Development/ObjectiveCLIPS.framework/Versions/A/ObjectiveCLIPS -L/Users/todd/Temp/Development -F/Users/todd/Temp/Development -F/Library/Frameworks -filelist /Users/todd/Temp/ObjectiveCLIPS.build/Development/ObjectiveCLIPS.build/Objects-normal/i386/ObjectiveCLIPS.LinkFileList -framework Cocoa -framework CLIPS -framework FScript -arch i386 -prebind -Wl,-single_module -compatibility_version 1 -current_version 1 -install_name /Users/todd/Library/Frameworks/ObjectiveCLIPS.framework/Versions/A/ObjectiveCLIPS -dynamiclib -isysroot /Developer/SDKs/MacOSX10.4u.sdk ld: warning -prebind ignored because MACOSX_DEPLOYMENT_TARGET environment variable greater or equal to 10.4 ld: Undefined symbols: .objc_class_name_False .objc_class_name_Number .objc_class_name_True .objc_class_name_Array .objc_class_name_FSInterpreter /usr/bin/libtool: internal link edit command failed
|
_______________________________________________
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