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: Sun, 27 Sep 2009 22:57:46 -0600
On Sep 27, 2009, at 10:48 PM, Dieter Oberkofler wrote:
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?
You cannot use GCC 4.2 if you are linking against a C++ framework that
was built using an earlier version of GCC, and GCC 4.2 will not link
to the framework, and you do not have the source code. You have to use
the compiler used to build the framework in this case. You could try
asking the original developer to change their compiler, but that's
about all you can do without the source code.
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