compiling python

Stefan Behnel stefan_ml at behnel.de
Wed Jul 15 15:48:13 EDT 2009


Mag Gam wrote:
> At my university we are trying to compile python with --enable-shared

Is there a reason why you need to compile the CPython interpreter yourself?


> however when I do a make many things fail. Is it a good idea to
> compile python with shared libraries?

Perfectly fine, Linux distros do that by default, for example.

"many things fail" is not a very detailed problem description, though.
Could you state more exactly what you do and provide the error messages
that you see?

Stefan



More information about the Python-list mailing list