在任何机器上使用示例代码编译和调用 libpcap 时出现错误?请提出一些可能的解决方案
-desktop:~/Desktop$ gcc -lpcap test.c -o test /tmp/cczDYeHY.o: In function `main': test.c:(.text+0xbc): undefined reference to `pcap_lookupdev' test.c:(.text+0x11b): undefined reference to `pcap_lookupnet' test.c:(.text+0x143): undefined reference to `pcap_open_live' test.c:(.text+...