Post by strangk;1943771
GCC4.3和GCC4.1不能同时存在吧~~光换个软连接有什么作用
可以的
[php]$ dpkg -l gcc* |grep ^ii
ii gcc-4.1 4.1.2-25 The GNU C compiler
ii gcc-4.1-base 4.1.2-25 The GNU Compiler Collection (base package)
ii gcc-4.3 4.3.2-1.1 The GNU C compiler
ii gcc-4.3-base 4.3.2-1.1 The GNU Compiler Collection (base package)
$ ls -l /usr/bin/gcc
lrwxrwxrwx 1 root root 7 2008-10-06 22:08 /usr/bin/gcc -> gcc-4.3[/php]