<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/witton" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/witton" type="application/rss+xml"></fs:self_link><lastBuildDate>Mon, 08 Jun 2009 17:37:00 GMT</lastBuildDate><title>Witton的专栏</title><link>http://blog.csdn.net/witton/</link><item><title>Linux下编译GCC</title><link>http://blog.csdn.net/witton/archive/2009/06/08/4252295.aspx</link><wfw:comment>http://blog.csdn.net/witton/comments/4252295.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/witton/comments/commentRss/4252295.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4252295</trackback:ping><description>&lt;br /&gt;看到gcc 4.4.0已经出来了，据说相比4.3.X有较大的性能提升，对 C++ 0x 标准的支持也有了大幅提升。上周就把公司的Linux服务器中的GCC进行了升级。在编译的过程中，遇到了一些问题，重复过数次，终于在上周末前把它搞定了，现在把它记录下来。&lt;br /&gt;1.首先把GCC的源文件包下载并解压到一个目录中。为了方便起见，我用Samba把我的Home目录共享到了WINDOWS中，所以可以直接用WINDOWS下的解压工具直接解压到~/gcc-4.4.0目录下。&lt;br /&gt;2.为了保持源码目录的干净，GCC的安装说明希望我们新建一个目录在新的目录中进行配置与编译。我创建了一个Build目录。&lt;br /&gt;3.下载编译GCC所需要的mpfr库和gmp库。我下载了一个最新的mpfr和gmp库，配置(configure)，编译(make)，并安装(make install)。&lt;br /&gt;4.在/etc/ld.so.conf.d目录中新建一个mpfr-x86_64.conf文件，文件的内容是mpfr的安装目录，我的是/usr/local/lib;再新建一个mpfr-i386.con&lt;img src =&quot;http://blog.csdn.net/witton/aggbug/4252295.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;img src=&quot;http://www1.feedsky.com/t1/236664096/witton/csdn.net/s.gif?r=http://blog.csdn.net/witton/archive/2009/06/08/4252295.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/witton/236664096/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/witton/236664096/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 09 Jun 2009 01:37:00 +0800</pubDate><author>Witton</author><comments>http://blog.csdn.net/witton/archive/2009/06/08/4252295.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/witton/archive/2009/06/08/4252295.aspx</guid><dc:creator>Witton</dc:creator><fs:srclink>http://blog.csdn.net/witton/archive/2009/06/08/4252295.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/witton/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/witton/~1326109/236664096/1330705</fs:itemid></item><item><title>宿主程序Crash与Lua是动态库还是静态库有关？</title><link>http://blog.csdn.net/witton/archive/2009/04/30/4140440.aspx</link><wfw:comment>http://blog.csdn.net/witton/comments/4140440.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/witton/comments/commentRss/4140440.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=4140440</trackback:ping><description>宿主程序Crash与Lua是动态库还是静态库有关？&lt;img src =&quot;http://blog.csdn.net/witton/aggbug/4140440.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/witton/236664097/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/witton/236664097/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 01 May 2009 01:48:00 +0800</pubDate><author>witton</author><comments>http://blog.csdn.net/witton/archive/2009/04/30/4140440.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/witton/archive/2009/04/30/4140440.aspx</guid><dc:creator>witton</dc:creator><fs:srclink>http://blog.csdn.net/witton/archive/2009/04/30/4140440.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/witton/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/witton/~1326109/236664097/1330705</fs:itemid></item><item><title>关于G++库链接的一个问题</title><link>http://blog.csdn.net/witton/archive/2008/07/15/2654523.aspx</link><wfw:comment>http://blog.csdn.net/witton/comments/2654523.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/witton/comments/commentRss/2654523.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2654523</trackback:ping><description>GCC／G＋＋链接库文件的时候会与顺序有关吗？&lt;img src =&quot;http://blog.csdn.net/witton/aggbug/2654523.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/witton/236664098/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/witton/236664098/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 16 Jul 2008 00:25:00 +0800</pubDate><author>witton</author><comments>http://blog.csdn.net/witton/archive/2008/07/15/2654523.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/witton/archive/2008/07/15/2654523.aspx</guid><dc:creator>witton</dc:creator><fs:srclink>http://blog.csdn.net/witton/archive/2008/07/15/2654523.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/witton/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/witton/~1326109/236664098/1330705</fs:itemid></item><item><title>跨平台UNICODE编程总结</title><link>http://blog.csdn.net/witton/archive/2008/06/16/2552942.aspx</link><wfw:comment>http://blog.csdn.net/witton/comments/2552942.aspx</wfw:comment><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/witton/comments/commentRss/2552942.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2552942</trackback:ping><description>最近在写一个跨平台的支持UNICODE的库，我在之前也有写过跨平台方面的代码，积累了不少的经验，但还是遇到许多问题。&lt;img src =&quot;http://blog.csdn.net/witton/aggbug/2552942.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/witton/236664099/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/witton/236664099/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 16 Jun 2008 21:25:00 +0800</pubDate><author>witton</author><comments>http://blog.csdn.net/witton/archive/2008/06/16/2552942.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/witton/archive/2008/06/16/2552942.aspx</guid><dc:creator>witton</dc:creator><fs:srclink>http://blog.csdn.net/witton/archive/2008/06/16/2552942.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/witton/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/witton/~1326109/236664099/1330705</fs:itemid></item><item><title>跨平台Unicode编程的一点问题</title><link>http://blog.csdn.net/witton/archive/2008/04/24/2324231.aspx</link><wfw:comment>http://blog.csdn.net/witton/comments/2324231.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/witton/comments/commentRss/2324231.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2324231</trackback:ping><description>最近在做一个跨平台库的时候，遇到输出UNICODE中文的问题！同样的写法在WINDOWS下输出正常，在LINUX下却无任何显示！究竟是为什么呢？&lt;img src =&quot;http://blog.csdn.net/witton/aggbug/2324231.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/witton/236664100/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/witton/236664100/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 25 Apr 2008 01:12:00 +0800</pubDate><author>witton</author><comments>http://blog.csdn.net/witton/archive/2008/04/24/2324231.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/witton/archive/2008/04/24/2324231.aspx</guid><dc:creator>witton</dc:creator><fs:srclink>http://blog.csdn.net/witton/archive/2008/04/24/2324231.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/witton/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/witton/~1326109/236664100/1330705</fs:itemid></item><item><title>使用 GNU CC 的预编译头文件加快编译速度</title><link>http://blog.csdn.net/witton/archive/2007/12/26/1968079.aspx</link><wfw:comment>http://blog.csdn.net/witton/comments/1968079.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/witton/comments/commentRss/1968079.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1968079</trackback:ping><description>使用 GNU CC 的预编译头文件加快编译速度。文章摘自：http://bupt.org/blog/blog.php?do-showone-tid-1705.html&lt;img src =&quot;http://blog.csdn.net/witton/aggbug/1968079.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/witton/236664101/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/witton/236664101/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 26 Dec 2007 22:37:00 +0800</pubDate><author>witton</author><comments>http://blog.csdn.net/witton/archive/2007/12/26/1968079.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/witton/archive/2007/12/26/1968079.aspx</guid><dc:creator>witton</dc:creator><fs:srclink>http://blog.csdn.net/witton/archive/2007/12/26/1968079.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/witton/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/witton/~1326109/236664101/1330705</fs:itemid></item><item><title>用MINGW编译GCC4.2.2指南</title><link>http://blog.csdn.net/witton/archive/2007/12/19/1953120.aspx</link><wfw:comment>http://blog.csdn.net/witton/comments/1953120.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/witton/comments/commentRss/1953120.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1953120</trackback:ping><description>我一直想在Windows下使用最新的GCC编译需要跨平台的C/C++文件,目前GCC的最新版本为4.2.2,但是这个版本在Cygwin下编译时不会遇到什么麻烦,但是在MinGW下编译时就会遇到很多麻烦事!自己在网上找了一下,找到一文章介绍在MinGW下编译GCC4.2.2的方法,现摘录过来,以让更多的有这方面兴趣的网友作个参考!

文章引自:http://www.cppblog.com/zelsazgh/archive/2007/12/15/38549.html&lt;img src =&quot;http://blog.csdn.net/witton/aggbug/1953120.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/witton/236664102/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/witton/236664102/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Wed, 19 Dec 2007 18:17:00 +0800</pubDate><author>witton</author><comments>http://blog.csdn.net/witton/archive/2007/12/19/1953120.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/witton/archive/2007/12/19/1953120.aspx</guid><dc:creator>witton</dc:creator><fs:srclink>http://blog.csdn.net/witton/archive/2007/12/19/1953120.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/witton/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/witton/~1326109/236664102/1330705</fs:itemid></item><item><title>微软真是忽悠人</title><link>http://blog.csdn.net/witton/archive/2007/09/30/1808313.aspx</link><wfw:comment>http://blog.csdn.net/witton/comments/1808313.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/witton/comments/commentRss/1808313.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1808313</trackback:ping><description>微软真是忽悠人&lt;img src =&quot;http://blog.csdn.net/witton/aggbug/1808313.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/witton/236664103/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/witton/236664103/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 01 Oct 2007 02:07:00 +0800</pubDate><author>witton</author><comments>http://blog.csdn.net/witton/archive/2007/09/30/1808313.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/witton/archive/2007/09/30/1808313.aspx</guid><dc:creator>witton</dc:creator><fs:srclink>http://blog.csdn.net/witton/archive/2007/09/30/1808313.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/witton/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/witton/~1326109/236664103/1330705</fs:itemid></item><item><title>Linux通过Smb与Windows共享目录</title><link>http://blog.csdn.net/witton/archive/2007/07/26/1708495.aspx</link><wfw:comment>http://blog.csdn.net/witton/comments/1708495.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/witton/comments/commentRss/1708495.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1708495</trackback:ping><description>如何设置smb以便Linux共享目录给Windows使用！&lt;img src =&quot;http://blog.csdn.net/witton/aggbug/1708495.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/witton/236664104/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/witton/236664104/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Thu, 26 Jul 2007 18:06:00 +0800</pubDate><author>witton</author><comments>http://blog.csdn.net/witton/archive/2007/07/26/1708495.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/witton/archive/2007/07/26/1708495.aspx</guid><dc:creator>witton</dc:creator><fs:srclink>http://blog.csdn.net/witton/archive/2007/07/26/1708495.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/witton/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/witton/~1326109/236664104/1330705</fs:itemid></item><item><title>Windows与Linux共存之重装Windows经历</title><link>http://blog.csdn.net/witton/archive/2007/06/09/1645637.aspx</link><wfw:comment>http://blog.csdn.net/witton/comments/1645637.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/witton/comments/commentRss/1645637.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1645637</trackback:ping><description>随着Linux桌面系统越来越友好，使用Linux的用户也越来越多，但是Linux与Windows的在相当长的一段时期内是长期共存的！Windows的用户一般不会单独用一台机器来安装Linux系统，所以一个解决方案是Linux与Windows共存于同一台机器中！由于Linux与Windows在很多地方大相径庭，所以这中间也难免遇到一些令人头痛的问题！本文就是笔者Linux与Windows共存的机器上，想要重新安装Windows所遇到的一连串的问题的经历！
&lt;img src =&quot;http://blog.csdn.net/witton/aggbug/1645637.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/witton/236664105/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/witton/236664105/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 10 Jun 2007 00:50:00 +0800</pubDate><author>witton</author><comments>http://blog.csdn.net/witton/archive/2007/06/09/1645637.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/witton/archive/2007/06/09/1645637.aspx</guid><dc:creator>witton</dc:creator><fs:srclink>http://blog.csdn.net/witton/archive/2007/06/09/1645637.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/witton/rss.aspx</fs:srcfeed><fs:itemid>csdn.net/witton/~1326109/236664105/1330705</fs:itemid></item></channel></rss>