compiling python 2.4.1 on Linux_X86_64 using PGI compiler fails

"Martin v. Löwis" martin at v.loewis.de
Mon Apr 18 13:32:09 EDT 2005


Berthold Höllmann wrote:
> Has anyone compiled python successfully using PGI compilers under 64
> bit Linux. If yes, what are the neccesarry switches?

As a starting point, I would try to compile without optimization.

If the compiler has something similar to gcc's -fno-strict-aliasing,
you should pass that as well.

Regards,
Martin



More information about the Python-list mailing list