Ah ok, here's the next set:

egrep YACC Makefile:

YACC = bison -y -p pcap_
        $(YACC) -d $<

which yacc:
/usr/bin/yacc

which bison:
/usr/bin/bison

which lex:
/usr/bin/lex

which flex:
/usr/bin/flex


Quoting Guy Harris <[EMAIL PROTECTED]>:

> Stephen RP O'Connell wrote:
> > nm -po /usr/local/lib/libpcap.a | egrep grammar.o prints:
> > 
> 
>       ...
> 
> > /usr/local/lib/libpcap.a:grammar.o:000000a0 T yyparse
> 
> Well, *that's* annoying.  That's supposed to be pcap_parse.
> 
> What does
> 
>       egrep YACC Makefile
> 
> print in the libpcap source directory?
> 
> And what do the commands
> 
>       which yacc
>       which bison
>       which lex
>       which flex
> 
> print?
> _______________________________________________
> Wireshark-users mailing list
> Wireshark-users@wireshark.org
> http://www.wireshark.org/mailman/listinfo/wireshark-users
> 




_______________________________________________
Wireshark-users mailing list
Wireshark-users@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-users

Reply via email to