
30 Sep
2004
30 Sep
'04
3:50 p.m.
Jonathan Wakely wrote:
On Thu, Sep 30, 2004 at 08:26:21AM -0400, David Abrahams wrote:
Python was compiled using gcc 3.3.4. Could this cause the problem? (I don't think so.)
I don't think they changed the ABI for 3.4.1 did they?
Between 3.3.x and 3.4.y, yes, the ABI definitely changed.
Not between 3.4.x and 3.4.y though (as you'd expect).
Python is a C program, AFAIK. I don't think the C ABI changed. Regards, m PS: Gottfried: It doesn't look like Python was linked using g++.