$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] clang toolset for Windows using MingW and built with MSYS
From: Edward Diener (eldiener_at_[hidden])
Date: 2011-07-05 19:53:56
Evidently it is possible to build clang for Windows usimg MSYS which
uses a hardcoded directory path pointing to mingw include and lib
directories for its header files and libraries. I successfully built
this and will try to use it in sample applications using C, C++, and
Windows header files and libraries.
Can we have a toolset for clang under Windows ? I have asked this before
but it has never been done. It would be a boon for a Windows programmer
to be able to test Boost libraries and his own libraries using clang
under Windows. Currently I find that only gcc and vc++ really work
reliably under Windows, and adding clang would be a big plus in my
development efforts with Boost.