$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (abrahams_at_[hidden])
Date: 2000-09-12 14:19:41
----- Original Message -----
From: "William Kempf" <sirwillard_at_[hidden]>
> I assume the terrible results using gcc can be attributed to my
> ignorance of the compiler. Having no idea what the command line
> options are I assume there were no optimizations used by the
> compiler. If anyone knows of a windows .hlp file for gcc available
> on the net, I'd appreciate an e-mail. If I'm going to work on Boost
> libraries, I think it's time I became familiar with a more compliant
> compiler such as gcc.
http://gcc.gnu.org is your ticket to gcc documentation and everything else
gcc ;)
-Dave