Advertisement
Guest User

Untitled

a guest
Jun 5th, 2011
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. ## ----------- ##
  2. ## Core tests. ##
  3. ## ----------- ##
  4.  
  5. configure:1477: loading cache ./config.cache
  6. configure:1603: checking build system type
  7. configure:1621: result: x86_64-unknown-linux-gnu
  8. configure:1629: checking host system type
  9. configure:1643: result: x86_64-unknown-linux-gnu
  10. configure:1651: checking target system type
  11. configure:1665: result: mipsel-openwrt-linux-uclibc
  12. configure:1754: checking LIBRARY_PATH variable
  13. configure:1764: result: ok
  14. configure:1785: checking GCC_EXEC_PREFIX variable
  15. configure:1795: result: ok
  16. configure:1883: checking whether to place generated files in the source directory
  17. configure:1893: result: no
  18. configure:1946: checking whether a default linker was specified
  19. configure:1957: result: no
  20. configure:2013: checking whether a default assembler was specified
  21. configure:2024: result: no
  22. configure:2050: checking for x86_64-unknown-linux-gnu-gcc
  23. configure:2076: result: x86_64-unknown-linux-gnu-gcc
  24. configure:2358: checking for C compiler version
  25. configure:2361: x86_64-unknown-linux-gnu-gcc --version </dev/null >&5
  26. x86_64-unknown-linux-gnu-gcc (GCC) 4.6.0 20110513 (prerelease)
  27. Copyright (C) 2011 Free Software Foundation, Inc.
  28. This is free software; see the source for copying conditions. There is NO
  29. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  30.  
  31. configure:2364: $? = 0
  32. configure:2366: x86_64-unknown-linux-gnu-gcc -v </dev/null >&5
  33. Using built-in specs.
  34. COLLECT_GCC=x86_64-unknown-linux-gnu-gcc
  35. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.0/lto-wrapper
  36. Target: x86_64-unknown-linux-gnu
  37. Configured with: /build/src/gcc-4.6-20110513/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --enable-gnu-unique-object --enable-linker-build-id --with-ppl --enable-cloog-backend=isl --enable-lto --enable-gold --enable-ld=default --enable-plugin --with-plugin-ld=ld.gold --disable-multilib --disable-libstdcxx-pch --enable-checking=release
  38. Thread model: posix
  39. gcc version 4.6.0 20110513 (prerelease) (GCC)
  40. configure:2369: $? = 0
  41. configure:2371: x86_64-unknown-linux-gnu-gcc -V </dev/null >&5
  42. x86_64-unknown-linux-gnu-gcc: error: unrecognized option '-V'
  43. x86_64-unknown-linux-gnu-gcc: fatal error: no input files
  44. compilation terminated.
  45. configure:2374: $? = 1
  46. configure:2397: checking for C compiler default output file name
  47. configure:2400: x86_64-unknown-linux-gnu-gcc conftest.c >&5
  48. /tmp/ccyWdFlN.s: Assembler messages:
  49. /tmp/ccyWdFlN.s:8: Error: unrecognized opcode `pushq %rbp'
  50. /tmp/ccyWdFlN.s:11: Error: unrecognized opcode `movq %rsp,%rbp'
  51. /tmp/ccyWdFlN.s:13: Error: unrecognized opcode `movl $0,%eax'
  52. /tmp/ccyWdFlN.s:14: Error: unrecognized opcode `popq %rbp'
  53. /tmp/ccyWdFlN.s:16: Error: unrecognized opcode `ret'
  54. configure:2403: $? = 1
  55. configure: failed program was:
  56. | /* confdefs.h. */
  57. |
  58. | #define PACKAGE_NAME ""
  59. | #define PACKAGE_TARNAME ""
  60. | #define PACKAGE_VERSION ""
  61. | #define PACKAGE_STRING ""
  62. | #define PACKAGE_BUGREPORT ""
  63. | #define HAVE_GNU_LD 1
  64. | #define HAVE_GNU_AS 0
  65. | /* end confdefs.h. */
  66. |
  67. | int
  68. | main ()
  69. | {
  70. |
  71. | ;
  72. | return 0;
  73. | }
  74. configure:2442: error: C compiler cannot create executables
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement