Boost logo

Boost-Build :

Subject: Re: [Boost-build] File system w x64
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2013-11-07 11:46:23


AMDG

On 11/06/2013 04:59 PM, George DeBeck wrote:
> Hello,
> I am completely new to Boost, I downloaded it just last night. Please let me know if this is note the correct e-mail list to send this question to. I installed V 1.54.0 and used the Boost "bootstrap" and .\b2 to install libraries automatically. When I put the #include statements in my program, two of the three boost libraries load and the File System generates a Link error. I have a Xeon processor and I am running Win 7 x64. I have VS2012 with version 11.60601.10 SP3. I have set my target platform as Any CPU and x64.
>
> I am guessing, it has something to do with the 64 bit part, do I need to "Build" a x64 version of File System lib? Here is a screen shot of what I have
>

After running b2, this file should exist in BOOST_ROOT/stage/lib.
Did you add this directory to the library search path?
Also, if you're building for x64, you may need to use
address-model=64 when running b2.

In Christ,
Steven Watanabe


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