Boost logo

Boost Users :

Subject: Re: [Boost-users] Building Boost 1.48 using Intel compiler
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2011-11-18 04:57:27


AMDG

On 11/17/2011 02:52 PM, Kim wrote:
> <snip>
>
> I tried building with the following command:
>
> C:\Users\blanked\Desktop\boost_1_48_0>bjam --toolset="intel" "-sINTEL_PATH=C
> :\Program Files (x86)\Intel\Composer XE\bin\ia32\" "-sINTEL_BASE_MSVC_TOOLSET=vc
> -10_0" "-sINTEL_VERSION=12.1"
>
> <snip>
> compile-c-c++ bin.v2\libs\regex\build\intel-win\debug\link-static\threading-mult
> i\usinstances.obj
> intel-win.archive bin.v2\libs\regex\build\intel-win\debug\link-static\threading-
> multi\libboost_regex-iw-mt-gd-1_48.lib
> '/lib' is not recognized as an internal or external command,
> operable program or batch file.
>
>

Okay, so compiling works, but linking doesn't. What
is the output if you run with -d2 --debug-configuration
I'm guessing that the linker isn't found and ends up
empty, so /lib is interpreted as the program to execute
instead of an argument to the linker.

In Christ,
Steven Watanabe


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net