Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!MIRSA.INRIA.FR!Daniel.Terrer From: Daniel.Terrer@MIRSA.INRIA.FR (Daniel Terrer) Newsgroups: gnu.utils.bug Subject: Using bison 1.01 for g++ 1.34.2 Message-ID: <8905260831.AA21464@cybele.inria.fr> Date: 26 May 89 08:31:44 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 30 I'm trying to get a version of g++ (1.34) on a Sun3. Nothing to say about compiling bison 1.01, but here is what i get when making g++: gcc -c -g -DSOS -DESKIT -O -DPARSE_OUTPUT=\"/net/lib/g++/sun3/cplus-parse.output\" cplus-parse.tab.c bison.simple: In function yyparse: bison.simple:178: `sh' undeclared (first use this function) bison.simple:178: (Each undeclared identifier is reported only once bison.simple:178: for each function it appears in.) bison.simple:178: parse error at null character bison.simple:189: `s' undeclared (first use this function) bison.simple:218: parse error before `void' bison.simple:226: `string' undeclared (first use this function) bison.simple:243: parse error at end of input *** Error code 1 Stop. I really don't understand what does this mean. Could you help me ? I'm have a sun 3/260 running SunOS3.4, gcc 1.34, bison 1.01, and g++ 1.34.2 Great Thanks in advance.