$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Holle (jeff.holle_at_[hidden])
Date: 2004-01-26 14:45:58
I downloaded the boost CVS head this morning and in attempting a
re-build it, I found that my compiler, gcc v3.3, choked on the parmeter
"-Wno-long-double".
This problem was solved by changing line 61 of
boost/tools/build/v1/gcc-tools.jam to:
flags gcc CFLAGS : ;
Suspect this wasn't a proper changed, but it worked for me.