[gnu.g++] g++ on Sun3/60's running Mach

lauwers@orc.olivetti.com (Chris Lauwers) (10/26/88)

I installed g++ (1.27) on our sun3/60's running Mach (BSD4.3
compatible unix, distributed by CMU).

I am having problems, however, with some of the testprograms
distributed with libg++ In particular: 
- When trying to compile test10.cc, gcc-c++ hangs in malloc()
  (somehow, malloc's data structures seem to get corrupted).
- test13 runs fine until line 71, but then it hangs in the statement 
	intSLStack s;
  (apparently when calling the constructor for this class).

Has anybody seen similar problems? If so, are there any fixes that
will solve them ? I am curious if these are Mach-specific problems or
if they also occur with other sun3-based installations.

Chris Lauwers

lauwers@orc.olivetti.com
..!sri-unix!orc!lauwers