$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2006-12-12 06:51:55
David Abrahams wrote:
> What's wrong with
>
> using gcc : 3.4.2_mingw : /tools/MinGW/bin/g++.exe ;
> using gcc : 3.4.2 : /usr/local/gcc-3.4.2/bin/g++.exe ;
>
Sorry it is becoming somewhat hard to follow the thread (might be
excessive quoting), but as I understood so far:
using gcc : 3.4.2~mingw : /tools/MingW/bin/g++.exe ;
using gcc : 3.4.2 : /usr/local/gcc-3.4.2/bin/g++.exe ;
already does work. Not?
The point is using "~" symbol as a separator.
(Unfortunately I cannot try this out at the moment.)
Roland