gxx_personality_v0
gxx_personality_v0
- Subject: gxx_personality_v0
- From: Ray Swartz <email@hidden>
- Date: Mon, 12 Dec 2005 21:00:04 -0500
I am working on a Java project that uses private embedded frameworks and
JNI and universal binaries. My native code is in C++. I am using
Xcode 2.2
on an Intel Mac.
My project is running correctly in the Deployment configuration. But
when
I try to run the app from the Finder, I see in the console that the app
launched, but when it hit the loadLibrary() for my JNI, I got this
message:
resolveUndefined( ___gxx_personality_v0 ) (followed by a reference to
my jnilib).
My google search shows that this is usually solved by linking to stdc+
+ or by
using g++ instead of gcc 4.0. Well, I don't see an option to use g++.
I tried
setting a linker flag of "-lstdc++" in both of my targets that use C+
+, but
it didn't fix the problem. What can I try?
======================================
Ray Swartz
X-Rite, Inc.
_______________________________________________
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