Compiling 64 bit python - using wrong stdlibc++

Martin v. Löwis martin at v.loewis.de
Wed Nov 26 00:42:30 EST 2003


"John Ky" <johnk at aurema.commercial> writes:

> The solution can't be to change this environment variable right?

If it helps, why not?

> How do you run 32-bit and 64-bit python side by side?

Running them side-by-side is possible by giving different --prefix
options to configure. However, that is not your problem: you have
problems *building* them side-by-side.

I recommend that you don't compile Python with a C++ compiler, i.e. by
giving --without-cxx to configure. Then the problem of linking
libstdc++ goes away.

Regards,
Martin




More information about the Python-list mailing list