23 Sep
2004
23 Sep
'04
3:11 a.m.
On Wed, 2004-09-22 at 04:35, Alexandre Prokoudine wrote:
So, does anyone know what might be causing this bug?
Is it the right place to ask about such things, btw? :)
Yes. So far as I know g++-3.3 ought to be supported.
It looks like perhaps some of the libraries you are linking with were built with a different version of g++.
The C++ ABI hasn't solidified quite yet, so the same names may be mangled differently by different g++ versions.
That's the best guess I can give you.
-mental