Re: Using ICL to compile C extensions

2005-01-10 Thread John Carter
On 3 Jan 2005 21:18:13 -0800, [EMAIL PROTECTED] wrote: >Hi, > >Does anyone know how I can use "icl" (Intel C++) to compile C >extensions? I'm on Windows, and my Python is compiled using VS7.1 >(binary distribution). Right now, when I run setup.py install, it uses >cl.exe (MSVC++ Toolkit 2003), and

Re: Using ICL to compile C extensions

2005-01-04 Thread "Martin v. Löwis"
[EMAIL PROTECTED] wrote: Does anyone know how I can use "icl" (Intel C++) to compile C extensions? I'm on Windows, and my Python is compiled using VS7.1 (binary distribution). Right now, when I run setup.py install, it uses cl.exe (MSVC++ Toolkit 2003), and I would like to use icl because MSVC++ 20

Using ICL to compile C extensions

2005-01-03 Thread dayzman
Hi, Does anyone know how I can use "icl" (Intel C++) to compile C extensions? I'm on Windows, and my Python is compiled using VS7.1 (binary distribution). Right now, when I run setup.py install, it uses cl.exe (MSVC++ Toolkit 2003), and I would like to use icl because MSVC++ 2003 does not support