[gnu.g++.bug] g++-1.35- get fatal signal in compile libg++

yhe@zippy.eecs.umich.edu (Youda He) (04/16/89)

The configuration is: sun4-os4, set up by first make maketest; 
config.g++ sun4-os4; make; it missed to link fold-const.c to g++ 
directory, other than that it worked to produce g++, I then installed g++.
compile libg++, the g++-1.35- failed at the first function (builtin.cc) and 
report  get fatal signal 6.
The g++-1.35- is compiled by gcc-1.34.91, gcc passed stage2 check without any
problem. (One problem in install gcc is I need a link of tm.h to config 
directory, also the copy I got seems have a few EOF in the middle of 
fixincludes). Do I need change any thing in compile of g++? Any one has 
installed g++-1.35-?i]
Also where can I get a copy of matrix class? I would like to try it out.

tiemann@YAHI.STANFORD.EDU (Michael Tiemann) (04/16/89)

I made GNU C++ 1.35.0- from scratch this morning.  Other than making a
missing link for the config directory, there should be no problem
building it on a Sun4 running SunOS 4.0.  You can get the version I
built from from yahi.stanford.edu:~ftp/pub/g++.xtar.Z.  This code
expects to be linked with files from GNU CC 1.34.91, which you can get
from the same place in gcc.xtar.Z.

Michael