Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 112587
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T02:34:05+00:00 2026-05-11T02:34:05+00:00

I was trying to build Boost C++ Libraries for last two hours and stopped

  • 0

I was trying to build Boost C++ Libraries for last two hours and stopped without any result. Since I am new to C++, I am unable to get the build right. How can I build it correctly using Visual Studio 2008?

I need to use the BCP tool to extract a subset of library. So I need to build BCP first, right? How to do this? When I tried to build it, I got the following error

fatal error LNK1104: cannot open file ‘libboost_filesystem-vc90-mt-gd-1_37.lib’.

Where can I get the above given library file?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T02:34:06+00:00Added an answer on May 11, 2026 at 2:34 am

    First, you need to have the proper PATH, INCLUDE and LIB environment variables in your command shell. For this, call the file ‘vcvarsall.bat‘ (or similar) with parameter:

    vcvarsall.bat x86 

    Next you have to build bjam (you can also download it from the Boost page, but it’s almost as quick). Go to the tools\jam\src folder in Boost and type:

    build.bat 

    It should produce a subfolder bin.ntx86 that contains bjam.exe. For convenience, copy it to the Boost main folder. Next, you can build bcp. Go into the tools\bcp folder and type:

    ..\..\bjam.exe --toolset=msvc 

    Back in the Boost main folder you can then build any library you wish:

    bjam toolset=msvc –-with-{library} 

    where {library} is one of the libraries to build. All buildable libraries can be shown with:

    bjam –-show-libraries 

    There are many more bjam build parameters. Some parameters with keywords you can specify are:

    variant=debug|release link=shared|static threading=multi|single 

    An example would be:

    bjam toolset=msvc –-with-filesystem threading=multi variant=debug stage 

    For more infos, visit the Boost documentation pages.

    Edit: Updated link to point to most recent Boost documentation

    Edit: Corrected options –with-{library} and –-show-libraries

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to build some big libraries, like Boost and OpenCV , from
I'm trying to build only a subset of boost libraries. For example, I have
I am new to boost::mpl and TMP. I am trying to build a class
I'm trying to build the boost libraries and others against the os x 10.4u.sdk
I'm trying to build boost libraries in Windows 7 with MSVC (VS 2010). I
I'm trying to build the boost examples. I get the following error: Access is
I am trying to build boost , I have both visual studio 2005 and
I'm trying to build Boost 1.49.0 using MSVC2010 and it fails with the following
I'm trying to build simplest Boost.Asio tutorial example "timer1" (it's in timer.cpp) with waf
I am trying to build a project using Boost's Asio and I am having

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.