一. 安裝基本的編譯環境和一些輔助工具,如文檔等。sudo apt-get install manpages-dev安裝C/C++的Man手冊,這樣你就可以隨時的查看一些你不太瞭解的函式的原型,具体參數說明等;還可以查看一些include檔案的具体說明。sudo apt-get install build-essential安裝gcc,g++,make等sudo apt-get install libc6-dev libstdc++6-4.0-dev安裝include&libsudo apt-get install autoconf automake1.9安裝autoconf automake1.9sudo apt-get install binutils-doc cpp-doc gcc-doc glibc-doc 安裝文檔send a file with Zmodem under minicom, you should install a Y/Z modem.apt-get install lrzsz一些通过二进制tar包发布的软件需要“libstdc++-libc6.2-2.so.3”文件,但Ubuntu中相应的库文件名为“libstdc++-3-libc6.2-2-2.10.0.so”。解决办法除了建立符号连接之外似乎还可以这样:sudo apt-get install libstdc++2.10-glibc2.2