$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Emil Dotchevski (emildotchevski_at_[hidden])
Date: 2006-03-01 14:20:15
I'm building under cygwin/gcc, which works great except for a small problem
with warnings: I am specifying <cxxflags>-Wno-non-virtual-dtor, but when
launching g++ boost-build passes that flag before -Wall. So basically, no
warnings are disabled because -Wall re-enables them all. As far as I can
tell I do not specify <warnings>all anywhere in my jamfiles.
I just downloaded fresh nightly build of boost-build, and the gcc version I
am using is this:
g++ (GCC) 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125).
Thanks,
Emil