|
# make linux
make -e nc XFLAGS='-DLINUX' STATIC=-static
make[1]: Entering directory `/root/software/nc110'
cc -O -s -DLINUX -static -o nc netcat.c
/tmp/cc2lOKM5.o(.text+0x14f5): In function `main':
: undefined reference to `res_init'
collect2: ld returned 1 exit status
make[1]: *** [nc] Error 1
make[1]: Leaving directory `/root/software/nc110'
make: *** [linux] Error 2 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|