[comp.lang.c++] making g++ on SUNOS

cdong@vela.acs.oakland.edu (Ada Dong) (08/21/90)

The original makefile from GNU c++ is not consistent. There are two
ways to make it work :

1) delete -DGATHER_STATISTICS from CFLAGS definition;
2) change BISONFLAGS to "-v -d -t".

Then try to make g++.

Good luck.