Re: compiling python 2.4.1 on Linux_X86_64 using PGI compiler fails

2005-04-18 Thread "Martin v. Löwis"
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

compiling python 2.4.1 on Linux_X86_64 using PGI compiler fails

2005-04-18 Thread Berthold Höllmann
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