[C++-sig] Re: Boost::Python and intel-win32

Dirk Gerrits dirk at gerrits.homeip.net
Mon Mar 10 16:21:13 CET 2003


David Abrahams wrote:
> Dirk Gerrits <dirk at gerrits.homeip.net> writes:
>
>>In particular, did you run Intel\Compiler70\IA32\Bin\iccvars.bat prior
>>to bjam, and in the same DOS-box?
> 
> 
> That's actually a different question.  You can do it that way, but the
> configuration variables make it unneccessary to run the .bat file
> first.  Either approach should work.

Hmm, ok.

>>Personally, I build Boost as a whole with the following batch script:
>>
>>
>>@echo off
>>D:
>>cd \boost_cvs
>>
>>call "C:\Program Files\Intel\Compiler60\IA32\Bin\iccvars.bat"
>>
>>set PYTHON_ROOT=c:\python22
>>set PYTHON_VERSION=2.2
>>set INTELC="C:\Program Files\Intel\Compiler60\IA32"
> 
>   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 
> This shouldn't be needed if you have run the .bat file.

That may be so, but on my system, INTELC is not defined after running 
the .bat file.

I see that I copy-pasted my old .bat file btw. I'm now using 
Intel\Compiler70.

Dirk Gerrits






More information about the Cplusplus-sig mailing list