help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug? when using g++


From: Akim Demaille
Subject: Re: Bug? when using g++
Date: Thu, 06 Feb 2003 10:44:04 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu)

 Mike> I've been trying to use g++ to do my compilations.  Right now,
 Mike> I have very little c++ code in my files, but I intend to use
 Mike> much more.

 Mike> I'm getting goto errors whenever I try to use g++.  I've read
 Mike> about some problems in yyerrtab, and that's where my problems
 Mike> seem to be occuring.  But, I'm not entirely convinced I'm using
 Mike> all of the right flags.

 Mike> I'm using:

 Mike> bison -d -v -y xxx.y
 Mike> g++ y.tab.c lex.yy.c -lm -ly -g -o xxx

 Mike> Will the above work, or am I leaving something out.

Your use is OK, but Bison does have a problem there.  Please, try the
following: 

       ftp://alpha.gnu.org/gnu/bison/bison-1.875a.tar.gz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]