sudo apt-get install build-essential
完成gcc,g++,make的安装
sudo apt-get install binutils-doc cpp-doc gcc-4.0-doc gcc-doc glibc-doc libstdc++6-4.0-doc stl-manual cpp-4.0-doc manpages manpages-dev
安装文档,man手册
sudo apt-get install automake1.9 autoscan
安装auto系列配置工具
测试 sanool@ubuntu:~$ gcc
gcc: no input files
zhang100 于 2008-03-26 22:27:17发表:
sudo apt-get install libc6-dev
hai0504 于 2008-01-31 08:27:31发表:
我刚刚装上7.10可以直接用怎么回事?libc6-dev要自己装?
niutao0602 于 2008-01-04 21:26:45发表:
Ubuntu7.10默认已经安装了gcc,不过还是不能用,还要安装libc6-dev就好了。