help-bison
[Top][All Lists]
Advanced

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

Re: compile bison


From: Hans Aberg
Subject: Re: compile bison
Date: Fri, 20 Jan 2006 19:07:35 +0100

Please keep the cc to Help-Bison, so that others may help.

On 20 Jan 2006, at 17:03, Mike Jones wrote:

thanks, i placed  /usr/local/bin earlier in PATH.


when i make bison it hangs as follows,

make[2]: Leaving directory `/home/mwjones/bison-2.1/config'
Making all in po
make[2]: Entering directory `/home/mwjones/bison-2.1/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/mwjones/bison-2.1/po'
Making all in runtime-po
make[2]: Entering directory `/home/mwjones/bison-2.1/runtime-p
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/mwjones/bison-2.1/runtime-po
Making all in lib
make[2]: Entering directory `/home/mwjones/bison-2.1/lib'
make  all-am
make[3]: Entering directory `/home/mwjones/bison-2.1/lib'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/mwjones/bison-2.1/lib'
make[2]: Leaving directory `/home/mwjones/bison-2.1/lib'
Making all in data
make[2]: Entering directory `/home/mwjones/bison-2.1/data'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/mwjones/bison-2.1/data'
Making all in src
make[2]: Entering directory `/home/mwjones/bison-2.1/src'
../tests/bison -y  "-dv" parse-gram.y



-----Original Message-----
From: Hans Aberg [mailto:address@hidden
Sent: Friday, January 20, 2006 12:55 AM
To: Mike Jones
Cc: address@hidden
Subject: Re: compile bison and flex


Bison does not look for Flex when run; perhaps you have a Makefile
script doing it. And Flex does not look for Yacc, which is a
different program; perhaps you have a Makefile script doing it. Flex
and Bison attempt to be compatible with each other. Bison only
attempts to be compatible with the POSIX standard Yacc-alike parts,
but not with Yacc as a program.

On 19 Jan 2006, at 20:01, Mike Jones wrote:



when i compile bison it looks for flex.

when i compile flex it looks for yacc.

i can not find a link or repository for yacc.

please help
_______________________________________________
address@hidden http://lists.gnu.org/mailman/listinfo/help-bison






reply via email to

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