Compiling boost using Intel 8 c++ compiler under Windows

L

Lars Schouw

I have downloaded the newest boos release.
I am havng problems building boost using the intel C++ 8.0 compiler.
It looks as if bjam can't fine the icl.exe compiler executable itself.
This file is installed under this directory
C:\Program Files\Intel\CPP\Compiler80\Ia32\Bin
Any ideas what I do wrong?

I try this:
run the iclvars.bat batch file.

Then I use bjam like this:

C:\dev\boost\boost_1_31_0_icc>bjam "-sTOOLS=intel-win32"
"-sINTEL_VERSION=80" "-sINTEL_BASE_MSVC_TOOLSET=vc7.1"

But when compiling I get these errors from each command to the
compiler:

/Zm800 -nologo -GX -c -DNDEBUG -DNDEBUG
-DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_ALL_DYN_LINK=1 /Ogity
/O2 /Gs /Ob2 /GX /GR /MD /Op /Zc:forScope /Zc:wchar_t /Qwn5 /Qwd985
-Qoption,c,--arg_dep_lookup /Qansi_alias -D_NATIVE_WCHAR_T_DEFINED
/Qvc7.1 -I"bin\boost\libs\date_time\build"
-I"C:\dev\boost\boost_1_31_0_icc" -I"C:\Program Files\Microsoft Visual
Studio .NET 2003\VC7\include"
-Fo"bin\boost\libs\date_time\build\boost_date_time.dll\intel-win32\release\greg_weekday.obj"
-Tp"C:\dev\boost\boost_1_31_0_icc\libs\date_time\build\../src/gregorian/greg_weekday.cpp"

....failed vc-C++ bin\boost\libs\date_time\build\boost_date_time.dll\intel-win32\release\greg_weekday.obj...

vc-C++ bin\boost\libs\date_time\build\boost_date_time.dll\intel-win32\release\date_generators.obj

'/Zm800' is not recognized as an internal or external command,operable
program or batch file.

Lars
 
J

Jonathan Turkanis

Lars Schouw said:
I have downloaded the newest boos release.
I am havng problems building boost using the intel C++ 8.0 compiler.
It looks as if bjam can't fine the icl.exe compiler executable itself.
This file is installed under this directory
C:\Program Files\Intel\CPP\Compiler80\Ia32\Bin

I think you may need to set the INTEL_PATH variable (see
http://www.boost.org/tools/build/v1/intel-win32-tools.html), but I'm
not sure. I *am* sure that you should post this question to a boost
list: http://www.boost.org/more/mailing_lists.htm.

Jonathan
 
J

Julie

Lars said:
I have downloaded the newest boos release.
I am havng problems building boost using the intel C++ 8.0 compiler.
It looks as if bjam can't fine the icl.exe compiler executable itself.
This file is installed under this directory
C:\Program Files\Intel\CPP\Compiler80\Ia32\Bin
Any ideas what I do wrong?

I try this:
run the iclvars.bat batch file.

Then I use bjam like this:

C:\dev\boost\boost_1_31_0_icc>bjam "-sTOOLS=intel-win32"
"-sINTEL_VERSION=80" "-sINTEL_BASE_MSVC_TOOLSET=vc7.1"

But when compiling I get these errors from each command to the
compiler:

/Zm800 -nologo -GX -c -DNDEBUG -DNDEBUG
-DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_ALL_DYN_LINK=1 /Ogity
/O2 /Gs /Ob2 /GX /GR /MD /Op /Zc:forScope /Zc:wchar_t /Qwn5 /Qwd985
-Qoption,c,--arg_dep_lookup /Qansi_alias -D_NATIVE_WCHAR_T_DEFINED
/Qvc7.1 -I"bin\boost\libs\date_time\build"
-I"C:\dev\boost\boost_1_31_0_icc" -I"C:\Program Files\Microsoft Visual
Studio .NET 2003\VC7\include"
-Fo"bin\boost\libs\date_time\build\boost_date_time.dll\intel-win32\release\greg_weekday.obj"
-Tp"C:\dev\boost\boost_1_31_0_icc\libs\date_time\build\../src/gregorian/greg_weekday.cpp"

...failed vc-C++ bin\boost\libs\date_time\build\boost_date_time.dll\intel-win32\release\greg_weekday.obj...

vc-C++ bin\boost\libs\date_time\build\boost_date_time.dll\intel-win32\release\date_generators.obj

'/Zm800' is not recognized as an internal or external command,operable
program or batch file.

Lars

Boost issue, per se, aren't topical in this newsgroup. Try the Boost mailing
list (or newsgroup reflector).
 
L

Lars Schouw

Johnatan it works.

I have already posted a messages in the boost list without any answer!

Lars
 
J

Jonathan Turkanis

Lars Schouw said:
Johnatan it works.
Good!


I have already posted a messages in the boost list without any
answer!

Yeah, sometimes it take the person who is in the best position to
answer a question several weeks to get around to checking the boost
lists. AlOf course, soemtimes messages are overlooked and never
answered.
 
J

Jonathan Turkanis

Yeah, sometimes it take the person who is in the best position to
answer a question several weeks to get around to checking the boost
lists. AlOf course, soemtimes messages are overlooked and never
answered.

I hit 'send' accidentally. I was just going to say: if your question
isn't answered in a reasonable time, feel free to repost or to post
the same question to the developers list.

Jonathan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top