delcypher

configure step for llvm-gcc-4.2-2.9

Jun 18th, 2012
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.51 KB | None | 0 0
  1. ../llvm-gcc-4.2-2.9.source/configure --enable-llvm=/home/dan/documents/projects/llvm2.9/obj-llvm --disable-multilib --enable-languages=c,c++ | tee ../configure-llvm-gcc.log
  2. creating cache ./config.cache
  3. checking host system type... x86_64-unknown-linux-gnu
  4. checking target system type... x86_64-unknown-linux-gnu
  5. checking build system type... x86_64-unknown-linux-gnu
  6. checking for a BSD compatible install... /usr/bin/install -c
  7. checking whether ln works... yes
  8. checking whether ln -s works... yes
  9. checking for gcc... gcc
  10. checking whether the C compiler (gcc  ) works... yes
  11. checking whether the C compiler (gcc  ) is a cross-compiler... no
  12. checking whether we are using GNU C... yes
  13. checking whether gcc accepts -g... yes
  14. checking for gnatbind... gnatbind
  15. checking whether compiler driver understands Ada... yes
  16. checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
  17. checking for correct version of gmp.h... yes
  18. checking for correct version of mpfr.h... yes
  19. checking for any version of mpfr.h... yes
  20. checking for bison... bison -y
  21. checking for bison... bison
  22. checking for gm4... no
  23. checking for gnum4... no
  24. checking for m4... m4
  25. checking for flex... flex
  26. checking for flex... flex
  27. checking for makeinfo... makeinfo
  28. checking for expect... expect
  29. checking for runtest... runtest
  30. checking for x86_64-unknown-linux-gnu-ar... no
  31. checking for ar... ar
  32. checking for x86_64-unknown-linux-gnu-as... no
  33. checking for as... as
  34. checking for x86_64-unknown-linux-gnu-dlltool... no
  35. checking for dlltool... no
  36. checking for x86_64-unknown-linux-gnu-ld... no
  37. checking for ld... ld
  38. checking for x86_64-unknown-linux-gnu-lipo... no
  39. checking for lipo... no
  40. checking for x86_64-unknown-linux-gnu-nm... no
  41. checking for nm... nm
  42. checking for x86_64-unknown-linux-gnu-ranlib... no
  43. checking for ranlib... ranlib
  44. checking for x86_64-unknown-linux-gnu-strip... no
  45. checking for strip... strip
  46. checking for x86_64-unknown-linux-gnu-windres... no
  47. checking for windres... no
  48. checking for x86_64-unknown-linux-gnu-objcopy... no
  49. checking for objcopy... objcopy
  50. checking for x86_64-unknown-linux-gnu-objdump... no
  51. checking for objdump... objdump
  52. checking for x86_64-unknown-linux-gnu-cc... no
  53. checking for cc... cc
  54. checking for x86_64-unknown-linux-gnu-c++... x86_64-unknown-linux-gnu-c++
  55. checking for x86_64-unknown-linux-gnu-gcc... x86_64-unknown-linux-gnu-gcc
  56. checking for x86_64-unknown-linux-gnu-gcj... no
  57. checking for gcj... no
  58. checking for x86_64-unknown-linux-gnu-gfortran... no
  59. checking for gfortran... no
  60. checking for ar... no
  61. checking for x86_64-unknown-linux-gnu-ar... no
  62. checking for ar... ar
  63. checking for as... no
  64. checking for x86_64-unknown-linux-gnu-as... no
  65. checking for as... as
  66. checking for dlltool... no
  67. checking for x86_64-unknown-linux-gnu-dlltool... no
  68. checking for dlltool... no
  69. checking for ld... no
  70. checking for x86_64-unknown-linux-gnu-ld... no
  71. checking for ld... ld
  72. checking for lipo... no
  73. checking for x86_64-unknown-linux-gnu-lipo... no
  74. checking for lipo... no
  75. checking for nm... no
  76. checking for x86_64-unknown-linux-gnu-nm... no
  77. checking for nm... nm
  78. checking for objdump... no
  79. checking for x86_64-unknown-linux-gnu-objdump... no
  80. checking for objdump... objdump
  81. checking for ranlib... no
  82. checking for x86_64-unknown-linux-gnu-ranlib... no
  83. checking for ranlib... ranlib
  84. checking for strip... no
  85. checking for x86_64-unknown-linux-gnu-strip... no
  86. checking for strip... strip
  87. checking for windres... no
  88. checking for x86_64-unknown-linux-gnu-windres... no
  89. checking for windres... no
  90. checking where to find the target ar... host tool
  91. checking where to find the target as... host tool
  92. checking where to find the target cc... just compiled
  93. checking where to find the target c++... just compiled
  94. checking where to find the target c++ for libstdc++... just compiled
  95. checking where to find the target dlltool... host tool
  96. checking where to find the target gcc... just compiled
  97. checking where to find the target gcj... host tool
  98. checking where to find the target gfortran... host tool
  99. checking where to find the target ld... host tool
  100. checking where to find the target lipo... host tool
  101. checking where to find the target nm... host tool
  102. checking where to find the target objdump... host tool
  103. checking where to find the target ranlib... host tool
  104. checking where to find the target strip... host tool
  105. checking where to find the target windres... host tool
  106. checking whether to enable maintainer-specific portions of Makefiles... no
  107. updating cache ./config.cache
  108. creating ./config.status
  109. creating Makefile
Advertisement
Add Comment
Please, Sign In to add comment