compile cvs version with icc - howto

Helmut Jarausch jarausch at skynet.be
Sun Jun 8 16:48:00 EDT 2003


Hi,

has anybody successfully compiled the current cvs version with
Intel's icc compiler?

I had no lock with the following configure statement

CC=icc CPP=icc CFLAGS='-O3 -march=pentiumiii -tpp6 -axiMK -ip' \
CXXFLAGS='-O3 -march=pentiumiii -tpp6 -axiMK -ip' \
   configure --prefix=/usr/local \
   --with-cxx=icc --without-gcc --with-signal-modules --with-threads \
   --with-pymalloc --with-fpectl

since some tests within configure do not work with icc
e.g.  icc -v </dev/null
has a non-zero completion code since 'main' is missing.

Thanks for a hint,

Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany





More information about the Python-list mailing list