Canonical way to build Python 2.6/svn on MacIntel/MacOSX10.5 with icc 32bits 10.1.014
Mathieu Prevot
mathieu.prevot at gmail.com
Sat Sep 6 11:14:33 EDT 2008
Hi,
I would like to build Python (svn) on Macosx 10.5 with icc in
/opt/intel/cc (32 bit). Can you help me to determine the right way to
do this ?
I got a prototype with:
export CC=icc
export CXX=icpc
export CFLAGS="-w"
./configure --with-framework-name=PythonIntel
1) It seems to be unsufficient. Does someone have links/mail
archives/patches/scripts ?
2) Python needs gettext for _locale package, but I fail to compile it with icc.
3) How can I build an autonomous and sufficient distribution (a dmg
file with everything in it) ?
Thanks,
Mathieu
More information about the Python-list
mailing list