$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [filesystem] Link errors on Linux/MacOS with v3
From: Beman Dawes (bdawes_at_[hidden])
Date: 2010-09-21 09:06:20
>... When I attempt to build boost
> on Mac/Linux with -DBOOST_FILESYSTEM_VERSION=3 ...
Whoa! That may be the problem.
When you compile your program it needs -DBOOST_FILESYSTEM_VERSION=3,
but when you compile that boost libraries, you should not define
anything special.
What does the bjam command you are using for building the boost
libraries look like?
--Beman