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
I am trying to compile Python on an Opteron machine using the PGI C
compiler under Linux. I use:
CC=pgcc ./configure --prefix=/usr/local/gltools/python/Python-2.2.1 \
--exec-prefix=/usr/local/gltools/python/Python-2.2.1/$GL_ARCH \
--with-cxx=pgCC
but make fails with:
pgCC -Xlinker -expo