Path: utzoo!attcan!uunet!samsung!umich!vela!cdong From: cdong@vela.acs.oakland.edu (Ada Dong) Newsgroups: comp.lang.c++ Subject: making g++ on SUNOS Message-ID: <2651@vela.acs.oakland.edu> Date: 20 Aug 90 17:46:53 GMT Organization: Oakland University, Rochester MI. Lines: 9 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.