Boost logo

Boost Users :

From: David Abrahams (dave_at_[hidden])
Date: 2007-10-17 15:17:20


on Wed Oct 17 2007, question boost <question.boost-AT-hotmail.fr> wrote:

> Hi ,
> compiling a project under Code Blocks I get the following message:
>
> ld.exe:cannot find -lboost_filesystem-mgw-mt-s-l_33_l
>
> I go there http://www.boost.org/doc/html/jam/building.html
>
> I do:
> C:\Documents and Settings\src\boost\tools\jam\src>build mingw --debug (like explained)
>
> A new folder named bin.ntx86.debug is added
>
> after I go there http://www.boost.org/doc/html/bbv2/installation.html :
>
> 1:
> (done)
>
> 2:
> I do:C:\Documents and Settings\src\boost\tools\build\v2> bjam --version
>
> 3:
> I open the user-config.jam file (like explained) and I modify the file, the modification is the
> following:
>
> import toolset : using ;
>
> # GCC configuration
>
> # Configure gcc (default version)
>
> using gcc : : "C:\mingw\bin\g++" ;

Try doubling your backslashes.

  using gcc : : "C:\\mingw\\bin\\g++" ;

-- 
Dave Abrahams
Boost Consulting
http://www.boost-consulting.com

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