Daniel.Terrer@MIRSA.INRIA.FR (Daniel Terrer) (05/26/89)
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.