$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-01-24 12:22:00
> I compiled version 1.33.1 under a Windows XP machine with MingW (gcc
> 3.4.2). The compiling is very smoothing. However the size of
> directory "boost" is around 1.27 GB. I believe there is some command
> to clean the building lib, but I could not find it. Any suggestion?
delete the boost-root/bin subdirectory to remove all the temporary object
files etc.
John.