Thanks to:
mooney_at_dogbert.cc.ndsu.NoDak.edu
sysadmin_at_homer.bus.miami.edu
After upgrade to DU 4.0, I am a hard time rebuilding GNU C++ 2.7.2 and GNU
libg++ 2.7.2. Here is a summary of how to build it. Most of these are
actually summaried here to before. But they were either scattered across
different messages or under subject that was not very easily searched.
To build gcc:
In file $GCC_SOURCE/config/alpha/alpha.c
Comment out the following lines in alpha_write_verstamp()
/* for (p = version_string; *p != ' ' && *p != 0; p++)
fprintf (file, "%c", *p == '.' ? ' ' : *p);*/
In file $GCC_SOURCE/cp/errfn.c
Comment out the following line in cp_sprintf()
/* extern int sprintf; */
To build libg++:
In file $LIBG++_SOURCE/libg++/src/Regx.cc
Comment out the following line:
/* include <stype.h> */
or replace the file $LIBG++_SOURCE/librx/rx.h with one on
ftp://ftp.bus.miami.edu/alpha-os/g++
It is kindly provide by sysadmin_at_homer.bus.miami.edu
This should allow both gcc and libg++ to be compiled.
Jay
Received on Fri Aug 09 1996 - 00:50:48 NZST