Advertisement
Icedude_907

Binutils 2.31.1 build error - config

Nov 30th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. checking build system type... x86_64-apple-darwin18.0.0
  2. checking host system type... x86_64-apple-darwin18.0.0
  3. checking target system type... i386-pc-elf
  4. checking for a BSD-compatible install... /usr/bin/install -c
  5. checking whether ln works... yes
  6. checking whether ln -s works... yes
  7. checking for a sed that does not truncate output... /usr/bin/sed
  8. checking for gawk... no
  9. checking for mawk... no
  10. checking for nawk... no
  11. checking for awk... awk
  12. checking for gcc... gcc
  13. checking whether the C compiler works... yes
  14. checking for C compiler default output file name... a.out
  15. checking for suffix of executables...
  16. checking whether we are cross compiling... no
  17. checking for suffix of object files... o
  18. checking whether we are using the GNU C compiler... yes
  19. checking whether gcc accepts -g... yes
  20. checking for gcc option to accept ISO C89... none needed
  21. checking for g++... g++
  22. checking whether we are using the GNU C++ compiler... yes
  23. checking whether g++ accepts -g... yes
  24. checking whether g++ accepts -static-libstdc++ -static-libgcc... no
  25. checking for gnatbind... no
  26. checking for gnatmake... no
  27. checking whether compiler driver understands Ada... no
  28. checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
  29. checking for objdir... .libs
  30. checking for isl 0.15 or later... no
  31. required isl version is 0.15 or later
  32. rm: conftest.dSYM: is a directory
  33. checking for default BUILD_CONFIG...
  34. checking for --enable-vtable-verify... no
  35. checking for bison... bison -y
  36. checking for bison... bison
  37. checking for gm4... gm4
  38. checking for flex... flex
  39. checking for flex... flex
  40. checking for makeinfo... makeinfo
  41. checking for expect... expect
  42. checking for runtest... no
  43. checking for ar... ar
  44. checking for as... as
  45. checking for dlltool... no
  46. checking for ld... ld
  47. checking for lipo... lipo
  48. checking for nm... nm
  49. checking for ranlib... ranlib
  50. checking for strip... strip
  51. checking for windres... no
  52. checking for windmc... no
  53. checking for objcopy... objcopy
  54. checking for objdump... objdump
  55. checking for readelf... readelf
  56. checking for i386-elf-cc... no
  57. checking for i386-elf-gcc... no
  58. checking for i386-elf-c++... no
  59. checking for i386-elf-g++... no
  60. checking for i386-elf-cxx... no
  61. checking for i386-elf-gxx... no
  62. checking for i386-elf-gcc... no
  63. checking for i386-elf-gfortran... no
  64. checking for i386-elf-gccgo... no
  65. checking for i386-elf-ar... no
  66. checking for i386-elf-as... no
  67. checking for i386-elf-dlltool... no
  68. checking for i386-elf-ld... no
  69. checking for i386-elf-lipo... no
  70. checking for i386-elf-nm... no
  71. checking for i386-elf-objcopy... no
  72. checking for i386-elf-objdump... no
  73. checking for i386-elf-ranlib... no
  74. checking for i386-elf-readelf... no
  75. checking for i386-elf-strip... no
  76. checking for i386-elf-windres... no
  77. checking for i386-elf-windmc... no
  78. checking where to find the target ar... just compiled
  79. checking where to find the target as... just compiled
  80. checking where to find the target cc... pre-installed
  81. checking where to find the target c++... pre-installed
  82. checking where to find the target c++ for libstdc++... pre-installed
  83. checking where to find the target dlltool... just compiled
  84. checking where to find the target gcc... pre-installed
  85. checking where to find the target gfortran... pre-installed
  86. checking where to find the target gccgo... pre-installed
  87. checking where to find the target ld... just compiled
  88. checking where to find the target lipo... pre-installed
  89. checking where to find the target nm... just compiled
  90. checking where to find the target objcopy... just compiled
  91. checking where to find the target objdump... just compiled
  92. checking where to find the target ranlib... just compiled
  93. checking where to find the target readelf... just compiled
  94. checking where to find the target strip... just compiled
  95. checking where to find the target windres... just compiled
  96. checking where to find the target windmc... just compiled
  97. checking whether to enable maintainer-specific portions of Makefiles... no
  98. configure: creating ./config.status
  99. config.status: creating Makefile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement