Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!ucsd!ucbvax!CML.UNL.EDU!gah From: gah@CML.UNL.EDU (Glen A. Hansen) Newsgroups: comp.sys.apollo Subject: gcc Message-ID: <9012042256.AA02468@cml.unl.edu> Date: 4 Dec 90 22:56:40 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 42 I am running into problems making the gcc compiler on a DN3000 running SR10.2, cc ver. 6.7. I ftped the correct versions specified in APOLLO-GCC-README, and correctly followed the instructions listed there. I built bison ver. 1.11, gas ver. 1.35, and installed them in the correct locations. Upon invoking make in the gcc-1.37.1 directory, I get the following errors: cc -g -O -A cpu,3000 -A runtype,bsd4.3 -A systype,any -A nansi -DSHORT_ENUM_BUG -I. -I. -I./config -c ./c-parse.tab.c (2884) lue = 291; yylval.code = EQ_EXPR; goto done; ******** Line 2884 of "./c-parse.y": [Error #024] Multiple declaration of "yylval", previous declaration was on line 60 of "./c-parse.y". ******** Line 2884 of "./c-parse.y": [Warning #013] Old-fashioned initialization; missing "=". ******** Line 2884 of "./c-parse.y": [Error #116] Improper expression; "." found. ******** Line 2884 of "./c-parse.y": [Error #024] Multiple declaration of "EQ_EXPR", previous declaration was on line 543 of "./c-parse.y". ******** Line 2884 of "./c-parse.y": [Error #014] Unrecognizable item "goto"; syntax error in declaration. (2885) } ******** Line 2885 of "./c-parse.y": [Error #014] Unrecognizable item "}"; syntax error in declaration. /* rest of errors deleted */ Can anyone shed some light on this problem? Thanks in advance, -Glen Hansen