$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Franklin (franklin.jonathan_at_[hidden])
Date: 2007-05-30 13:53:52
On 5/30/07, Jonathan Franklin <franklin.jonathan_at_[hidden]> wrote:
>
> Try this:
> g++ -Wall -O3 -ID:/C++/Boost/Current -o boostbuildtest.exe
> boostbuildtest.cpp -Lc:/boost_current/lib -lboost_regex -lboost_filesystem
Note that I have had issues specifying paths w/ '\' as the delimiter, but I
use cygwin, so this is probably a bash issue and not a problem when building
from a Windows command prompt.
Jon