tcpdump mailing list archives

Re: configure script problem while working on extention


From: Christian via tcpdump-workers <tcpdump-workers () lists tcpdump org>
Date: Wed, 17 Aug 2022 23:33:30 +0200

--- Begin Message --- From: Christian <chris () argonautx net>
Date: Wed, 17 Aug 2022 23:33:30 +0200
Make sure that libpcap.a includes pcap-kpnode.o, by making sure that pcap-kpnode.c is in the list of source modules to 
be compiled and included in libpcap.

For Makefile.in, that means adding it to

        MODULE_C_SRC = @MODULE_C_SRC@

after @MODULE_C_SRC@ so you have

        MODULE_C_SRC = @MODULE_C_SRC@ pcap-kpnode.c

And this solved the problem, now I can configure and build tcpdump. Even with my extensions


Thank you very much.


BR Christian



--- End Message ---
_______________________________________________
tcpdump-workers mailing list
tcpdump-workers () lists tcpdump org
https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

Current thread: