Re: Error when compiling with gcc 4.2.1 and linking with a static library build with older gcc
Re: Error when compiling with gcc 4.2.1 and linking with a static library build with older gcc
- Subject: Re: Error when compiling with gcc 4.2.1 and linking with a static library build with older gcc
- From: Nick Zitzmann <email@hidden>
- Date: Fri, 25 Sep 2009 18:31:08 -0600
On Sep 25, 2009, at 3:38 AM, Dieter Oberkofler wrote:
Undefined symbols:
"RWCString::assertElement(unsigned long) const", referenced from:
RWCString::operator[](int)in test.o
The C++ ABI has been broken several times across revisions of GCC, so
this doesn't surprise me too much. If you've got a project that uses C+
+, then you have to compile everything using the same compiler, or
you'll run into surprises like this.
Nick Zitzmann
<http://seiryu.home.comcast.net/>
_______________________________________________
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