Undefined symbols - cross development
Undefined symbols - cross development
- Subject: Undefined symbols - cross development
- From: Rune Lindman <email@hidden>
- Date: Tue, 31 Jan 2006 00:11:56 +0100
I have trouble making my app run reliable on Mac OS X 10.2.8 and
10.3. The app is built as a Universal binary using GCC 3.3 on the PPC
side and GCC 4 on x86. I have yet to find a pattern, sometimes when I
build the resulting binary is OK other times Console will show
"undefined reference to _DataBrowserChangeAttributes". I call this
method only after checking that I'm running on Mac OS X 10.4. I guess
that there is a setting I missed but I'm lost. Can it have something
to do with prebinding?
Target settings:
GCC_VERSION_i386 = 4.0
GCC_VERSION_ppc = 3.3
MACOSX_DEPLOYMENT_TARGET_i386 = 10.4
MACOSX_DEPLOYMENT_TARGET_ppc = 10.2
SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk
SDKROOT_ppc = /Developer/SDKs/MacOSX10.4u.sdk
Best regards,
Rune Lindman
_______________________________________________
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