$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Garland (jeff_at_[hidden])
Date: 2001-11-03 10:01:38
Carter wrote:
> Also, would I need to install STLPort?
Boost doesn't depend on STLPort, but with the 2.95.2 compiler you should think
about installing it just so you and your client can write portable C++. The
2.95.2 standard library falls short in many ways. STLport is much better. I
have used the 2.95.2 + STLport + Boost combo on a couple flavors of pre 7.x
Linux platforms (Mandrake & Red Hat) and on Windows under cygwin.
Jeff