Boost logo

Boost-Build :

Subject: Re: [Boost-build] LNK1104: cannot open file 'libboost_regex-vc110-mt-gd-1_60.lib'
From: John Maddock (jz.maddock_at_[hidden])
Date: 2016-03-18 04:09:20


On 18/03/2016 07:15, NAIR Anushree wrote:
>
> Hello,
>
> I am trying to use the socketio demo chat that requires boost libraries.
>
> I have performed the steps mentioned in
> http://www.boost.org/doc/libs/1_60_0/more/getting_started/windows.html#test-your-program
>
> I used the following command to build boost:
>
> /b2 toolset=msvc-11.0 --build-type=complete --abbreviate-paths
> architecture=x86 address-model=64 install -j4/
>
> Attached is the build log. It has some errors . Should I be worried
> about these errors?
>
> I am using 64bit windows 7
>
> After this when I build my example in Visual Studio 2012 it gives me
> error which indicates that boost didn’t build well:
>
> 1>LINK : fatal error LNK1104: cannot open file
> 'libboost_regex-vc110-mt-gd-1_60.lib'
>

Have you added path-to-boost/stage/lib to your compilers search paths?


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk