Re: Xcode 1.1 libstd C++ error
Re: Xcode 1.1 libstd C++ error
- Subject: Re: Xcode 1.1 libstd C++ error
- From: Mike <email@hidden>
- Date: Thu, 16 Nov 2006 22:43:13 -0500
I have no choice. I have inheritied a shipping XCode 1.2 project and
the goal is to simply rebuild it as-is, not port it to 2.4.
I have no idea if I am using C++ exceptions. I assume you mean
try/catch blocks? If the project was compiling at one point and has
never been changed, then why won't it compile now under the same
configuration?
I am using no other libraries besides 2 or 3 of the standard Apple
frameworks.
Mike
Sean McBride wrote:
On 2006-11-15 21:49, Mike said:
I was able to get my Xcode 1.1 driver project to finally compile but
when the linker runs I get the following link error:
/usr/lib/gcc/darwin/3.3/libstdc++.a(en_personality.0) illegal reference
to symbol: ___cxa_allocate_exception defined indirectly referenced
dynamic library /usr/lib/libstdc++
You are using Xcode 1.1? Wow. Brave soul. :)
It looks from the error that you, or something else, is trying to use C+
+ exceptions, and you aren't allowed to use those in drivers. Are you
using any? Are you using any other libraries that might be using them?
|
_______________________________________________
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