Connecting Tech Pros Worldwide Forums | Help | Site Map

Compiling boost using Intel 8 c++ compiler under Windows

Lars Schouw
Guest
 
Posts: n/a
#1: Jul 22 '05
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\bu ild\../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

Jonathan Turkanis
Guest
 
Posts: n/a
#2: Jul 22 '05

re: Compiling boost using Intel 8 c++ compiler under Windows



"Lars Schouw" <schouwla@yahoo.com> wrote in message
news:9fa8a881.0408151733.27d3d89d@posting.google.c om...[color=blue]
> 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[/color]
itself.[color=blue]
> This file is installed under this directory
> C:\Program Files\Intel\CPP\Compiler80\Ia32\Bin[/color]

I think you may need to set the INTEL_PATH variable (see
http://www.boost.org/tools/build/v1/...32-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


Julie
Guest
 
Posts: n/a
#3: Jul 22 '05

re: Compiling boost using Intel 8 c++ compiler under Windows


Lars Schouw wrote:[color=blue]
>
> 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\bu ild\../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[/color]

Boost issue, per se, aren't topical in this newsgroup. Try the Boost mailing
list (or newsgroup reflector).
Lars Schouw
Guest
 
Posts: n/a
#4: Jul 22 '05

re: Compiling boost using Intel 8 c++ compiler under Windows


Johnatan it works.

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

Lars
Jonathan Turkanis
Guest
 
Posts: n/a
#5: Jul 22 '05

re: Compiling boost using Intel 8 c++ compiler under Windows



"Lars Schouw" <schouwla@yahoo.com> wrote in message
news:9fa8a881.0408170619.5dda4e1f@posting.google.c om...[color=blue]
> Johnatan it works.[/color]

Good!

[color=blue]
> I have already posted a messages in the boost list without any[/color]
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.


[color=blue]
> Lars[/color]


Jonathan Turkanis
Guest
 
Posts: n/a
#6: Jul 22 '05

re: Compiling boost using Intel 8 c++ compiler under Windows



"Jonathan Turkanis" <technews@kangaroologic.com> wrote in message
news:2oerh8F9rkulU1@uni-berlin.de...

[color=blue]
> 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.[/color]

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


Closed Thread