bug-bison
[Top][All Lists]
Advanced

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

Re: Need assistance


From: Charles Duke
Subject: Re: Need assistance
Date: Tue, 12 Nov 2002 09:35:20 -0500

Also, the file yacc.c is in the proper place.

/usr/local/share/bison >ls -l yacc.c
-rw-r--r--   1 root     system     32762 Nov 08 11:40 yacc.c


Charles Duke
231 Maple Ave.
Burlington, NC 27215
336-436-4139 (Office)
336-436-1047 (Fax)
336-212-2015 (Mobile)
877-344-3729 (Pager)



>>> Akim Demaille <address@hidden> 11/12/02 09:22AM >>>

| Here is the version of M4 on the system along with all the other GNU packages
| :
| bison-1.75            libpcap-0.7.1         snort-1.9.0.tar
| bison-1.75.tar        libpcap-0.7.1.tar     tcpdump-3.7.1.tar.gz
| flex-2.5.4            libpcap.tar           texinfo-4.2
| flex-2.5.4a.tar       m4-1.4                texinfo-4.2.tar
| iozone                m4-1.4.tar
| libpcap-0.4           snort-1.9.0
| 
| rtp-rds-01d:root
| /home/dukec/sniff >ls -l /usr/local/bin/m4
| -rwxr-xr-x   1 root     system    491044 Nov 08 10:18 /usr/local/bin/m4
| 
| rtp-rds-01d:root
| /home/dukec/sniff >ls -l m4-1.4/src/m4
| -rwxr-xr-x   1 root     system    491044 Nov 08 10:18 m4-1.4/src/m4


Try this:

/tmp % cat foo.y
%%
exp: 'a';
/tmp % bison --trace=tools foo.y
running: /usr/bin/m4 -I /usr/local/share/bison m4sugar/m4sugar.m4 - 
/usr/local/share/bison/yacc.c

and see what bison ran.





reply via email to

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