Subject: Re: [Boost-users] [FILESYSTEM]:Link problem
From: John Maddock (john_at_[hidden])
Date: 2008-12-03 11:52:38


Ken zhang wrote:
>> Hi Dear all
>>
>> I can't link my program with boost::filesystem, the compiler
>> report error below:

The obvious question, is what command line are you using to link your
program? Have you added boost_filesystem to the list of libraries to link
against?

HTH, John.