$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-08-31 05:11:59
david shaw wrote:
> 3:
> I open the user-config.jam file (like explained) and I modify the file,
> the modification is the following:
>
> import toolset : using gcc ;
> # GCC configuration
> # Configure gcc (default version) using gcc : : "C:\mingw\bin\g++";
It looks like your email client is eating newlines. I assume your user-config.jam
has this:
# GCC configuration
# Configure gcc (default version)
using gcc : : "C:\mingw\bin\g++";
and if so, you need a whitespace before ";"
- Volodya