make[1]: 正在进入目录 `/home/tesyle/Downloads/h3c-ouc-1.3/CLI'
gcc -lpcap -lgcrypt h3c_ouc.o authenticate.o -o h3c_ouc
authenticate.o: In function `Authentication':
authenticate.c:(.text+0xa7): undefined reference to `pcap_open_live'
authenticate.c:(.text+0x199): undefined reference to `pcap_compile'
authenticate.c:(.text+0x1b1): undefined reference to `pcap_setfilter'
authenticate.c:(.text+0x223): undefined reference to `pcap_next_ex'
authenticate.c:(.text+0x48c): undefined reference to `pcap_compile'
authenticate.c:(.text+0x4a4): undefined reference to `pcap_setfilter'
authenticate.c:(.text+0x552): undefined reference to `pcap_next_ex'
authenticate.o: In function `SendStartPkt':
authenticate.c:(.text+0x948): undefined reference to `pcap_sendpacket'
authenticate.o: In function `SendResponseIdentity':
authenticate.c:(.text+0xbc6): undefined reference to `pcap_sendpacket'
authenticate.o: In function `SendResponseMD5':
authenticate.c:(.text+0xdfc): undefined reference to `pcap_sendpacket'
authenticate.o: In function `SendLogoffPkt':
authenticate.c:(.text+0xe6f): undefined reference to `pcap_open_live'
authenticate.c:(.text+0xf2b): undefined reference to `pcap_sendpacket'
authenticate.o: In function `FillMD5Area':
authenticate.c:(.text+0x11fe): undefined reference to `gcry_md_hash_buffer'
collect2: ld 返回 1
make[1]: *** [h3c_ouc] 错误 1
make[1]:正在离开目录 `/home/tesyle/Downloads/h3c-ouc-1.3/CLI'
make: *** [CLI] 错误 2