help-bison
[Top][All Lists]
Advanced

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

FW: compile bison


From: Mike Jones
Subject: FW: compile bison
Date: Fri, 20 Jan 2006 10:16:51 -0800


-----Original Message-----
From: Hans Aberg [mailto:address@hidden
Sent: Friday, January 20, 2006 10:07 AM
To: Mike Jones
Cc: Bison Help
Subject: Re: compile bison 


Please kepp the cc to Help-Bison

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

>
> thanks,
> i placed /usr/local/bin earlier in the PATH.
>
> when i run make the compile hangs, as follows ( I Ctrl-C to exit ).
> what is it doing now??????
>
>
>
> make  all-recursive
> make[1]: Entering directory `/home/mwjones/bison-2.1'
> Making all in config
> make[2]: Entering directory `/home/mwjones/bison-2.1/config'
> 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-po'
> 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
>
> make[2]: *** [parse-gram.c] Error 130
> make[1]: *** [all-recursive] Error 130
> make: *** [all] Interrupt
>
>
>
>
>
>
>
> -----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]