$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-10-14 06:33:32
Gennadiy Rozental wrote:
>
> "Vladimir Prus" <ghost_at_[hidden]> wrote in message news:fesol8
>
>>> 1. Why gcc-mingw-mingw?
>>
>> Ah, gcc.jam detected that you're using mignw version, automatically.
>> You might want to just try:
>>
>> using gcc : : "C:/Compilers/msys/1.0/bin/g++.exe" ;
>
> How than I will separate cygwin and mingw versions?
using gcc : : "C:/Compilers/msys/1.0/bin/g++.exe" ;
using gcc : cygwin : /path/to-cygwin ;
Then, gcc-mingw should select first, and gcc-cygwin should
select second. Rene, can you confirm that's how it's
supposed to be?
- Volodya