It prints:

gencode.c:      (void)pcap_parse();
gencode.h:int pcap_parse(void);
grammar.c:pcap_parse()
grammar.y:pcap_parse()

Any ideas?

Quoting Guy Harris <[EMAIL PROTECTED]>:

> Stephen O'Connell wrote:
> 
> > /usr/local/lib/libpcap.a(gencode.o): In function `.L186':
> > gencode.c:(.text+0x869): undefined reference to `pcap_parse'
> 
> In the source tree of the version of libpcap you built, what does the 
> command "egrep pcap_parse *.[chyl]" 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