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