$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] how to build boost binary libraries for GCC in windows 10
From: Renfan Luo (Renfan.Luo_at_[hidden])
Date: 2017-11-22 09:09:19
Hi All
As VS supports OpenMP2.0 only, I have to use GCC instead for my project with parallelisation in coding. I have downloaded Cygwin and installed the GCC 6.4.0 then updated it to the latest version 5.5.0 on my windows 10. All those binary libraries I built up in VS 2017, I guess, cannot be usable for GCC, so it may be necessary to rebuild them for boost 1.65.1 for GCC. Could you guys show me how to build them?
Cheers
Renfan