$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Carter Sanders (boost_at_[hidden])
Date: 2001-10-25 03:16:08
David, Ralf-
Thanks for the help. I took Ralf's advice and went to gcc3.0, which I am now running on RH 7.2. It seems to work (at least for the example). I had to modify my makefile and path to use gcc3 and g++3 rather than gcc, g++.
Also, the linux_gcc.mak seemed to need this change
was:
BOOST=$(ROOT)/boost
changed to:
BOOST=$ROOT
-Carter