Thank you Nick! Changes in the ABI would explain my problem but unfortunately I do not have the source code available for this (Rogue Wave Tools.h++) library. I have tried to change the ABI version back to version 1 but this did not change anything. Does anyone have any other ideas on how to get around this when using gcc 4.2.1? Thank you, Dieter
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
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
|