LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 4422|回复: 2

Nothing to be done for `install-exec-am'

[复制链接]
发表于 2006-2-25 14:12:17 | 显示全部楼层 |阅读模式
6.14. GCC-3.4.3    安装GCC出现如下情况

make -k check

  1. ...................................................
  2. Making a new site.exp file...
  3. srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd ../../../../gcc-3.4.3/libstdc++-v3/testsuite && pwd`; export srcdir; \
  4. EXPECT=expect; export EXPECT; \
  5. runtest=runtest; \
  6. if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \
  7.   l='libstdc++'; for tool in $l; do \
  8.     $runtest  --tool $tool --srcdir $srcdir ; \
  9.   done; \
  10. else echo "WARNING: could not find \`runtest'" 1>&2; :;\
  11. fi
  12. WARNING: Couldn't find the global config file.
  13. Test Run By root on Sat Feb 25 03:59:51 2006
  14. Native configuration is i686-pc-linux-gnu

  15. ............................................................................................

  16. make[1]: *** [check-recursive] Error 1
  17. make[1]: Target `check' not remade because of errors.
  18. make[1]: Leaving directory `/sources/gcc-build/i686-pc-linux-gnu/libstdc++-v3'
  19. make: *** [check-target-libstdc++-v3] Error 2
  20. make[1]: Entering directory `/sources/gcc-build/i686-pc-linux-gnu/libiberty'
  21. make[2]: Entering directory `/sources/gcc-build/i686-pc-linux-gnu/libiberty/testsuite'
  22. make[2]: Nothing to be done for `check'.
  23. make[2]: Leaving directory `/sources/gcc-build/i686-pc-linux-gnu/libiberty/testsuite'
  24. make[1]: Leaving directory `/sources/gcc-build/i686-pc-linux-gnu/libiberty'
  25. make: Target `check' not remade because of errors.
  26. ........................................................
复制代码


于是很不放心,重新编译GCC,编译过程中看到这个:

  1. FAIL: gcc.dg/pch/inline-2.c  -O2  assembly comparison
  2. FAIL: gcc.dg/pch/inline-2.c  -O3 -g  assembly comparison
  3. FAIL: gcc.dg/pch/inline-3.c -O0 -g (test for excess errors)
  4. FAIL: gcc.dg/pch/inline-3.c  -O1  (test for excess errors)
  5. FAIL: gcc.dg/pch/inline-3.c  -O3 -g  (test for excess errors)
  6. FAIL: gcc.dg/pch/inline-3.c  -Os  (test for excess errors)
  7. FAIL: gcc.dg/pch/inline-4.c  -O0  (test for excess errors)
  8. FAIL: gcc.dg/pch/inline-4.c  -O3 -g  (test for excess errors)
  9. FAIL: gcc.dg/pch/macro-1.c  -O3 -g  (test for excess errors)
  10. FAIL: gcc.dg/pch/macro-1.c  -Os  (test for excess errors)
  11. FAIL: gcc.dg/pch/macro-2.c  -O2  (test for excess errors)
  12. FAIL: gcc.dg/pch/macro-3.c -O0 -g (test for excess errors)
  13. FAIL: gcc.dg/pch/macro-3.c  -O0  (test for excess errors)
  14. FAIL: gcc.dg/pch/macro-3.c  -O1  (test for excess errors)
  15. FAIL: gcc.dg/pch/static-1.c  -O3 -fomit-frame-pointer  assembly comparison
  16. FAIL: gcc.dg/pch/static-2.c  -O3 -fomit-frame-pointer  (test for excess errors)
  17. FAIL: gcc.dg/pch/static-2.c  -Os  (test for excess errors)
复制代码

以后继续make -k check
            make install
效果和第一次一样,于是继续了后面的安装,只是在对其他软件make check时常看到这个结果:
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.

不知是否正常。
发表于 2006-2-25 19:16:10 | 显示全部楼层
这个是提示是正常的,可以继续。
你最好看看晚上的人的gcc check 都是什么结果,比较一下,能确定的好一点。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-2-25 20:40:55 | 显示全部楼层
Post by 终极幻想
这个是提示是正常的,可以继续。
你最好看看晚上的人的gcc check 都是什么结果,比较一下,能确定的好一点。


事后证明我的确是多虑了,LFS最终成功安装,正常运行。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表