linux - gcc make 安装错误

标签 linux gcc linux-from-scratch make-install

我尝试用 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

我目前正在为 lfs 编译它我也在 32 位计算机上的单独目录中

最佳答案

问题似乎是由目标安装引起的。所以我的建议是检查 MakeFile 中与 [install] 相关的行。

也许您可能想分享更多详细信息以获得更好的解决方案。

关于linux - gcc make 安装错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19079346/

相关文章:

Linux : How can I print line number and column number when values do not match for tab separated files using AWK in linux

linux - 组装中的强项

linux - readPicture 函数(grImport 包)在 Linux 上不起作用 (F22)

python - 如何修复错误 : command 'x86_64-linux-gnu-gcc' failed with exit status 1

c - 为 make 中的所有文件定义一个预处理器变量

linux - shell 脚本 - 将所有数据从 stdout 重定向到/dev/null

linux - chroot 进入其他 arch 的环境

c++ - 如何避免重复使用socket?

linux - 不同linux版本生成的核心转储有什么区别?

linux - 从源代码构建 glibc 而不是编译 ldconfig