摘要: 最近项目要用到ftp下载,决定使用libcurl,因为在AIX下,客户机器上肯定没有装libcurl,故需要静态库。configure选项如下./configure --prefix=$HOME/develop/UD-2009-04-01/open_sources/curl --without-ssl --disable-shared--disable-shared 选项是关键。 阅读全文
posted @ 2011-04-22 11:26 陈龙的blog 阅读(2667) 评论(0) 推荐(0) 编辑