简体   繁体   English

gcc进行安装错误

[英]gcc make install error

I try to compile gcc with make install and it gives me this: 我尝试用make install编译gcc,它给了我这个:

make[1]: Entering directory `/media/BOSS/sources/gcc-build'
/bin/bash ../gcc-4.8.1/mkinstalldirs /tools /tools
/bin/bash: line 3: cd: ./fixincludes: No such file or directory
make[1]: *** [install-fixincludes] Error 1
make[1]: Leaving directory `/media/BOSS/sources/gcc-build'
make: *** [install] Error 2

I am currently compiling it for lfs also I am in a seprate directory on a 32 bit computer 我目前正在为lfs编译它,也位于32位计算机上的单独目录中

It seems the issue is caused by the target install. 看来问题是由目标安装引起的。 So my advice is to check the line in MakeFile which relates to [install]. 所以我的建议是检查MakeFile中与[install]相关的行。

Perhaps you may want to share more details for better solutions. 也许您可能希望共享更多详细信息以获得更好的解决方案。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM