随笔分类 -  linux

摘要:过程记录 :1.下载gsoap_2.8.17.zip 并 解压 :$unzip gsoap_2.8.17.zip2.进入解压后的目录gsoap-2.83.自动配置编译环境: $./configure –prefix=$(pwd)/_install配置失败原因:error: C++ compiler cannot create executables解决办法:You need to install c++ on your computer. even if you installed gcc that doesn’t automatically install g++. Try to run o 阅读全文
posted @ 2013-12-26 14:17 liheping 阅读(5689) 评论(0) 推荐(0)