Linker error on __Unwind_Resume
Linker error on __Unwind_Resume
- Subject: Linker error on __Unwind_Resume
- From: Wade Williams <email@hidden>
- Date: Fri, 31 Mar 2006 01:33:05 -0600
I'm getting the following error with XCode 2.2 on OS X 10.4.5.
ld: Undefined symbols:
__Unwind_Resume
The target OS is set for 10.3.9 and the compiler is gcc 3.3.
I've read Eric Albert's advice in:
http://lists.apple.com/archives/xcode-users/2005/Nov/msg00707.html
And tried both his suggested solutions. Neither had an effect.
It appears to be linking using g++:
Ld /Volumes/BigX/Users/wade/Development/project/tw_xcode/build/
Release/test.app/Contents/MacOS/test normal ppc
cd /Volumes/BigX/Users/wade/Development/sproject/tw_xcode
setenv MACOSX_DEPLOYMENT_TARGET 10.3
setenv NEXT_ROOT /Developer/SDKs/MacOSX10.3.9.sdk
/usr/bin/g++-3.3 -o <rest omitted for brevity>
but the error still occurs.
Any thoughts?
Thanks,
Wade
_______________________________________________
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