$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost Mingw w64 compilation issues and fixes
From: John Maddock (john_at_[hidden])
Date: 2013-07-15 14:25:05
> I was able to compile Math examples without any problem.
>
> I tried compiling Boost Math and math tests and in both cases cc1plus.exe
> stops working (no useful information why it crashed).
I tried the 32-bit mingw gcc-4.8.1 and that built fine.
What happens if you try:
b2 --with-math pch=off
John.