Boost logo

Boost Users :

From: Dan Thill (dgt_at_[hidden])
Date: 2008-06-12 13:08:29


> I know it's stated that compiling boost for MinGW is not supported, but
> still, I see some online resources about this. I tried several
> approaches, but none of them seem to work.

I've done this using MSYS with the GCC 4.1.1 compiler. From inside an
MSYS terminal:

./configure --prefix=/usr/local --with-bjam=/usr/local/bin/bjam.exe \
              --with-toolset=gcc --without-libraries=python

make
make install

This worked for 1.34.0. I haven't yet done this for 1.35. This may not
match your situation, but it's a data point.

-Dan


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net