$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] extending Jam
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-05-18 16:02:37
gtsml owevwr wrote:
> Hope that's enough.
>
>
>
> ************************ using boost .138
>
>
> ************************ compiler gcc 4.2
>
> i686-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5572) (dot 10.2)
> Copyright (C) 2007 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions. There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Then, I suggest that you indeed comment out that problematic code. In 1.39,
the logic was improved so that comparison uses "real" compiler version,
and not the version specified in user-config.jam, so the option is passed
or not passed properly.
- Volodya