Boost logo

Boost Users :

Subject: Re: [Boost-users] error linking the boost.filesystem library
From: John Maddock (john_at_[hidden])
Date: 2009-01-27 07:31:00


>The error is:
>
>LINK : fatal error LNK1104: cannot open file
>'libboost_filesystem-vc80-mt-gd-1_38.lib'

You need to ensure that:

* this file actually exists (did you build Boost with
the --build-type=complete option?)
* that the directory containing it is in the linkers library search path.

HTH, John.


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