linux下安装gcc时no acceptable C compiler found in $PATH
[root@localhostgcc-4.6.0]#./configurecheckingbuildsystemtype...checkingbuildsystemtyp...
[root@localhost gcc-4.6.0]# ./configure checking build system type...
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking for gawk... gawk
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/gcc-build/gcc-4.6.0':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
请问如何解决这个错误问题。 展开
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking for gawk... gawk
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/gcc-build/gcc-4.6.0':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
请问如何解决这个错误问题。 展开
6个回答
展开全部
用GCC编译GCC?那你得先有GCC二进制。
提示很明显啊,没有编译器,默认系统$PATH中有cc编译器,一般是指向gcc的。
你肯定没装编译开发环境,如果是ubuntu,那么apt install build-essential,其他缺什么装什么。 但是编译GCC之前,还有几个依赖,gmp, mpc, mpfr 等,所以你得先编译这几个。
还有,你编译的方法不对,应该在gcc源码解压后的目录中创建一个目录build, 然后cd build, 然后配置 ../configure --------
后面的选项你最好定制下,如支持哪些语言等。
给你的建议是。Linux from scratch 中看看如何用编译器编译编译器。
提示很明显啊,没有编译器,默认系统$PATH中有cc编译器,一般是指向gcc的。
你肯定没装编译开发环境,如果是ubuntu,那么apt install build-essential,其他缺什么装什么。 但是编译GCC之前,还有几个依赖,gmp, mpc, mpfr 等,所以你得先编译这几个。
还有,你编译的方法不对,应该在gcc源码解压后的目录中创建一个目录build, 然后cd build, 然后配置 ../configure --------
后面的选项你最好定制下,如支持哪些语言等。
给你的建议是。Linux from scratch 中看看如何用编译器编译编译器。
展开全部
看下你的gcc这个命令在哪个目录下,然后放到你的$PATH中
比如你的gcc在/usr/local/bin下面
export PATH=$PATH:/usr/local/bin
比如你的gcc在/usr/local/bin下面
export PATH=$PATH:/usr/local/bin
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
no acceptable C compiler found in $PATH
意思是$PATH里没有C的编译器. 你是在安装GCC 当然系统里没有C编译器了.
您是在编译GCC, 这个是需要C 的编译器 的.
建议您安装一个编译好的适合于你的系统的GCC版本.
意思是$PATH里没有C的编译器. 你是在安装GCC 当然系统里没有C编译器了.
您是在编译GCC, 这个是需要C 的编译器 的.
建议您安装一个编译好的适合于你的系统的GCC版本.
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
在连好 Internet 后,在命令行界面上下达命令:
sudo zypper install gcc gcc-c++ gdb make cmake autotoo
我就是这么解决的,绝壁好使,前提是linux要连上网,这个问题困扰我一天....在没有编译器的时候,用上面的方法安装编译器就好的啦,我的linux版本是Suse11
sudo zypper install gcc gcc-c++ gdb make cmake autotoo
我就是这么解决的,绝壁好使,前提是linux要连上网,这个问题困扰我一天....在没有编译器的时候,用上面的方法安装编译器就好的啦,我的linux版本是Suse11
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你下的这个是源码包,没编译的。
去下个编译好的吧
去下个编译好的吧
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询