[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

[XaraXtreme-dev] Re: [XaraXtreme-bugzilla] [Bug 1374] C++ ABI problem with old version of libstdc++.so.6





--On 03 August 2006 12:23 +0100 Luke Hart <lukeh@xxxxxxxx> wrote:

You probably won't surprised to hear that using the old libstdc++ with
the new gcc doesn't work (it seems to be missing 1 symbol,
__cxa_get_exception_ptr). This also indicates that there are good reasons
why the version requirements were put into the executable and it is
neither possible or sensible to try and remove them. In light of this it
seems best to drop back to gcc-3.3.6, since as I said in my original
e-mail gcc-3.4.x doesn't have a good reputation for performance.

Could you give -fabi-version a try first? Clearly you will have to
compile wxWidgets etc. with it.

To save compile hassle, try it with a test programme first.

Alex