Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-users: Re: [Wireshark-users] Compilation problems with CVS libpcap

From: "Stephen RP O'Connell" <srpoc103@xxxxxxxxxxxxxxx>
Date: Mon, 11 Feb 2008 12:19:20 +0000
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 <guy@xxxxxxxxxxxx>:

> 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@xxxxxxxxxxxxx
> http://www.wireshark.org/mailman/listinfo/wireshark-users
>