$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Mat Marcus (mat-lists_at_[hidden])
Date: 2008-04-14 17:19:54
On Mon, Apr 14, 2008 at 2:09 PM, Roland Schwarz
<roland.schwarz_at_[hidden]> wrote:
> Hi Mat,
Hi Roland,
> in the meantime I found the main thread.
>
> I think what you are trying to do is some kind of cross building
> with the mingw compiler for the cygwin environment, yes?
No. I'm just trying to build applications that use boost threads using
gcc and an msvc-built bjam on windows with boost 1.35.0 as I did with
1.34.1. I was not using, nor am I currently interested in using,
anything from mingw. In any case, Anthony seems to have found a
temporary workaround to the problems in the boost thread Jamfile:
bjam gcc target-os=cygwin threadapi=pthread
Now what I'd like is to learn of the appropriate patches to boost
build and to boost thread's Jamfile.v2 to restore 'auto detection" so
that I can go back to using
bjam gcc
or even
bjam gcc msvc-8.0 msvc-9.0 debug release
with boost 1.35.0 as I did in 1.34.1, in my (unchanged except for
boost) environment .
Thanks,
Mat