Boost logo

Boost Users :

Subject: Re: [Boost-users] libboost_filesystem-vc90-xxx-1_39.lib requirementin boost 41?
From: John Maddock (john_at_[hidden])
Date: 2009-11-20 11:19:30


>> I renamed old "39" directory and both compiler and linker are referring
>> to
>> boost via system variable. I double checked that this system variable
>> points
>> to the new "41" directory. Compiling completes sucessfully, but linker
>> fails.
>>
>> How can I correct the problem?
>
> You need to rebuild every single object file in your project, I think.

Nod, the fact that something is trying to link to the 1.39 lib file still
means that either you haven't changed the include path everywhere, or that
some object file or other hasn't been rebuilt.

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