|
|
请问,在RH Linux AS 4 中只有gcc3.4.3请况下如何安装Socks5??
我试着安gcc2.95.3,可是安完后没有include文件夹,可能是这个版本的系统不支持吧。。。
可是用gcc3.4.3怎么能编译通过socks5呢?还是老问题:
In file included from ./ftp.c:51:
/usr/lib/gcc/i386-redhat-linux/3.4.3/include/varargs.h:4:2: #error "GCC no longer implements <varargs.h>."
/usr/lib/gcc/i386-redhat-linux/3.4.3/include/varargs.h:5:2: #error "Revise your code to use <stdarg.h>."
./ftp.c:244: error: syntax error before "va_dcl"
国外的linux论坛中说3.4.3不支持dcl。需要在每个源码中实现。。。实现什么也没说。。。实现什么?一头雾水中... |
|