$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] same compiler, different options in user-config.jam
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2008-12-05 08:34:19
frederic.bron_at_[hidden] wrote:
>
>
>
> I would like this in my user-config.jam:
>
> using gcc : cygwin-3.4.4 : /usr/bin/g++ : <compileflags>-DBOOST_POSIX_API
> <compileflags>-DBOOST_POSIX_PATH ;
> using gcc : mingw-3.4.4 : /usr/bin/g++ : <compilerflags>-mno-cygwin
> <compileflags>-DBOOST_WINDOWS_API <linkflags>-mno-cygwin ;
>
> but bjam complains that cygwin-3.4.4 is not allowed. I imagine that only numbers and dots are
> allowed.
>
> What could I do?
What's the actual error message?
- Volodya