|
Boost-Build : |
Subject: Re: [Boost-build] compiling boost for windows 32 on ubuntu 64 machine
From: Frédéric Bron (frederic.bron_at_[hidden])
Date: 2017-03-05 15:21:14
Hi,
Here is the content of my user-config.jam :
using gcc : : i686-w64-mingw32-g++-6.3.0 :
<archiver>i686-w64-mingw32-ar <ranlib>i686-w64-mingw32-ranlib ;
Here is my command:
./b2 --user-config=user-config.jam target-os=windows threadapi=win32
address-model=32 define=BOOST_THREAD_USE_LIB
define=BOOST_LOG_WITHOUT_EVENT_LOG install
Frédéric
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk