【问题标题】:gcc make install errorgcc 安装错误
【发布时间】:2013-09-30 03:33:45
【问题描述】:

我尝试使用 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 位计算机上的单独目录中

【问题讨论】:

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


    【解决方案1】:

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

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

    【讨论】:

      猜你喜欢
      • 2011-05-25
      • 2011-07-03
      • 2013-11-30
      • 2012-11-09
      • 2014-05-24
      • 1970-01-01
      • 1970-01-01
      • 2016-05-01
      • 2014-11-15
      相关资源
      最近更新 更多