checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
说明LZ系统中没有安装编译器,所以无法用源代码安装
laomiwa 于 2009-08-11 08:59:32发表:
这个是在解压好了的文件夹里操作的阿
l460618498 于 2009-08-11 08:54:58发表:
要解压吧
laomiwa 于 2009-08-11 08:48:06发表:
[root@gtxp2ami ~]# cd /home/ami/下载/google-gadgets-for-linux-0.11.0
[root@gtxp2ami google-gadgets-for-linux-0.11.0]# ./configure --prefix=/usr
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
You have new mail in /var/spool/mail/root
[root@gtxp2ami google-gadgets-for-linux-0.11.0]#
谁帮我看看那里的问题
LinuxSpace 于 2009-08-11 04:44:26发表:
源码安装3部曲 终端:
./configure --prefix=/usr #这里是配置安装以及自定义安装目录
make #编译文件
sudo make install #将编译copy至--prefix=处
happy8182 于 2009-10-30 11:19:39发表:
no acceptable C compiler found in $PATH
没有C编译器,找个gcclib编译器安装上吧。
tolerance 于 2009-10-30 11:12:48发表:
学习
风水先生 于 2009-08-13 09:34:02发表:
学习
我爱敏敏 于 2009-08-11 19:44:58发表:
bz2的是压缩包啊!先解压缩然后看里面的文件!
tar -jxvf 包名字
解开以后再看里面!
laomiwa 于 2009-08-11 11:09:59发表:
那个编译器要怎么安装呢?谢谢!
ffsedan 于 2009-08-11 10:58:46发表:
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
说明LZ系统中没有安装编译器,所以无法用源代码安装
laomiwa 于 2009-08-11 08:59:32发表:
这个是在解压好了的文件夹里操作的阿
l460618498 于 2009-08-11 08:54:58发表:
要解压吧
laomiwa 于 2009-08-11 08:48:06发表:
[root@gtxp2ami ~]# cd /home/ami/下载/google-gadgets-for-linux-0.11.0
[root@gtxp2ami google-gadgets-for-linux-0.11.0]# ./configure --prefix=/usr
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
You have new mail in /var/spool/mail/root
[root@gtxp2ami google-gadgets-for-linux-0.11.0]#
谁帮我看看那里的问题
LinuxSpace 于 2009-08-11 04:44:26发表:
源码安装3部曲 终端:
./configure --prefix=/usr #这里是配置安装以及自定义安装目录
make #编译文件
sudo make install #将编译copy至--prefix=处