<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[运维进行时]]></title> 
<link>https://blog.liuts.com/index.php</link> 
<description><![CDATA[互联网运维与架构]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[运维进行时]]></copyright>
<item>
<link>https://blog.liuts.com/post//</link>
<title><![CDATA[ubuntu下kdevelop的使用小结]]></title> 
<author>root &lt;admin@yourname.com&gt;</author>
<category><![CDATA[Ubuntu]]></category>
<pubDate>Thu, 22 Jan 2009 14:42:42 +0000</pubDate> 
<guid>https://blog.liuts.com/post//</guid> 
<description>
<![CDATA[ 
	<strong>一、使用KDevelop的步骤</strong><br/>1.新建一个simple hello world program工程<br/>2.写代码<br/>3.Build->Run Automake & friends<br/>4.Build->Run Configure<br/>5.Build->Compile File<br/>6.Build->Build Project<br/>7.Build->Execute Program<br/><br/><strong>二、问题总结</strong><br/>时运行Build->Compile File时提示如下：<br/><br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content"><br/>../libtool: line 818: X--tag=CC: command not found<br/>../libtool: line 851: libtool: ignoring unknown tag : command not found<br/>../libtool: line 818: X--mode=compile: command not found<br/>../libtool: line 985: *** Warning: inferring the mode of operation is deprecated.: command not found<br/>../libtool: line 986: *** Future versions of Libtool will require --mode=MODE be specified.: command not found<br/>../libtool: line 1129: Xgcc: command not found<br/>../libtool: line 1129: X-DHAVE_CONFIG_H: command not found<br/>../libtool: line 1129: X-I.: command not found<br/>../libtool: line 1129: X-I/home/belial/Hello/src: No such file or directory<br/>../libtool: line 1129: X-I..: command not found<br/>../libtool: line 1129: X-O0: command not found<br/>../libtool: line 1129: X-g3: command not found<br/>../libtool: line 1129: X-MT: command not found<br/>../libtool: line 1129: Xhello.lo: command not found<br/>../libtool: line 1129: X-MD: command not found<br/>../libtool: line 1129: X-MP: command not found<br/>../libtool: line 1129: X-MF: command not found<br/>../libtool: line 1129: X.deps/hello.Tpo: No such file or directory<br/>../libtool: line 1129: X-c: command not found<br/>../libtool: line 1181: Xhello.lo: command not found<br/>../libtool: line 1186: libtool: compile: cannot determine name of library object from `': command not found<br/>make: *** [hello.lo] Error 1<br/>*** 退出状态：2 ***<br/></div></div><br/>解决方法：<br/>原因：由于新版的libtool的bug引起，在新利得管理中uninstall libtool2.5.*再下载libtool_1.5.26安装就可以了。<br/>下载地下：http://ftp.sjtu.edu.cn/ubuntu/pool/main/libt/libtool/libtool_1.5.26-1ubuntu1_i386.deb<br/><br/><strong>三、调试</strong><br/>Debug->start [F9]<br/>Tags - <a href="https://blog.liuts.com/tags/kdevelop/" rel="tag">kdevelop</a>
]]>
</description>
</item><item>
<link>https://blog.liuts.com/post//#blogcomment</link>
<title><![CDATA[[评论] ubuntu下kdevelop的使用小结]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://blog.liuts.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>