bug-bison
[Top][All Lists]
Advanced

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

Re: Need assistance


From: Akim Demaille
Subject: Re: Need assistance
Date: 12 Nov 2002 15:22:07 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter)

| 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]