Advertisement
Guest User

Untitled

a guest
Jul 7th, 2011
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.01 KB | None | 0 0
  1. $ ../gcc-4.6.1/configure --target=x86_64-w64-mingw32 --enable-targets=all > logfile
  2. *** This configuration is not supported in the following subdirectories:
  3. target-libmudflap target-libgomp target-zlib
  4. (Any other directories should still work fine.)
  5. *** removing intl/Makefile to force reconfigure
  6. *** removing libiberty/Makefile to force reconfigure
  7. *** removing lto-plugin/Makefile to force reconfigure
  8. checking build system type... i686-pc-mingw32
  9. checking host system type... i686-pc-mingw32
  10. checking target system type... x86_64-w64-mingw32
  11. checking for a BSD-compatible install... /bin/install -c
  12. checking whether ln works... yes
  13. checking whether ln -s works... no, using cp -p
  14. checking for a sed that does not truncate output... /bin/sed
  15. checking for gawk... gawk
  16. checking for gcc... gcc
  17. checking for C compiler default output file name... a.exe
  18. checking whether the C compiler works... yes
  19. checking whether we are cross compiling... no
  20. checking for suffix of executables... .exe
  21. checking for suffix of object files... o
  22. checking whether we are using the GNU C compiler... yes
  23. checking whether gcc accepts -g... yes
  24. checking for gcc option to accept ISO C89... none needed
  25. checking for g++... g++
  26. checking whether we are using the GNU C++ compiler... yes
  27. checking whether g++ accepts -g... yes
  28. checking for gnatbind... gnatbind
  29. checking for gnatmake... gnatmake
  30. checking whether compiler driver understands Ada... no
  31. checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
  32. checking for objdir... .libs
  33. checking for PWL_handle_timeout in -lpwl... no
  34. checking for version 0.11 (revision 0 or later) of PPL... no
  35. The following languages will be built: c,c++,lto
  36. checking for default BUILD_CONFIG...
  37. checking for bison... bison -y
  38. checking for bison... bison
  39. checking for gm4... no
  40. checking for gnum4... no
  41. checking for m4... m4
  42. checking for flex... flex
  43. checking for flex... flex
  44. checking for makeinfo... makeinfo
  45. checking for expect... no
  46. checking for runtest... no
  47. checking for ar... ar
  48. checking for as... as
  49. checking for dlltool... dlltool
  50. checking for ld... ld
  51. checking for lipo... no
  52. checking for nm... nm
  53. checking for ranlib... ranlib
  54. checking for strip... strip
  55. checking for windres... windres
  56. checking for windmc... windmc
  57. checking for objcopy... objcopy
  58. checking for objdump... objdump
  59. checking for x86_64-w64-mingw32-cc... no
  60. checking for x86_64-w64-mingw32-gcc... no
  61. checking for x86_64-w64-mingw32-c++... no
  62. checking for x86_64-w64-mingw32-g++... no
  63. checking for x86_64-w64-mingw32-cxx... no
  64. checking for x86_64-w64-mingw32-gxx... no
  65. checking for x86_64-w64-mingw32-gcc... no
  66. checking for x86_64-w64-mingw32-gcj... no
  67. checking for x86_64-w64-mingw32-gfortran... no
  68. checking for x86_64-w64-mingw32-gccgo... no
  69. checking for ar... /usr/local/x86_64-w64-mingw32/bin/ar
  70. checking for as... /usr/local/x86_64-w64-mingw32/bin/as
  71. checking for dlltool... /usr/local/x86_64-w64-mingw32/bin/dlltool
  72. checking for ld... /usr/local/x86_64-w64-mingw32/bin/ld
  73. checking for lipo... no
  74. checking for x86_64-w64-mingw32-lipo... no
  75. checking for nm... /usr/local/x86_64-w64-mingw32/bin/nm
  76. checking for objdump... /usr/local/x86_64-w64-mingw32/bin/objdump
  77. checking for ranlib... /usr/local/x86_64-w64-mingw32/bin/ranlib
  78. checking for strip... /usr/local/x86_64-w64-mingw32/bin/strip
  79. checking for windres... no
  80. checking for x86_64-w64-mingw32-windres... x86_64-w64-mingw32-windres
  81. checking for windmc... no
  82. checking for x86_64-w64-mingw32-windmc... x86_64-w64-mingw32-windmc
  83. checking where to find the target ar... pre-installed in /usr/local/x86_64-w64-mingw32/bin
  84. checking where to find the target as... pre-installed in /usr/local/x86_64-w64-mingw32/bin
  85. checking where to find the target cc... just compiled
  86. checking where to find the target c++... just compiled
  87. checking where to find the target c++ for libstdc++... just compiled
  88. checking where to find the target dlltool... pre-installed in /usr/local/x86_64-w64-mingw32/bin
  89. checking where to find the target gcc... just compiled
  90. checking where to find the target gcj... pre-installed
  91. checking where to find the target gfortran... pre-installed
  92. checking where to find the target gccgo... pre-installed
  93. checking where to find the target ld... pre-installed in /usr/local/x86_64-w64-mingw32/bin
  94. checking where to find the target lipo... pre-installed
  95. checking where to find the target nm... pre-installed in /usr/local/x86_64-w64-mingw32/bin
  96. checking where to find the target objdump... pre-installed in /usr/local/x86_64-w64-mingw32/bin
  97. checking where to find the target ranlib... pre-installed in /usr/local/x86_64-w64-mingw32/bin
  98. checking where to find the target strip... pre-installed in /usr/local/x86_64-w64-mingw32/bin
  99. checking where to find the target windres... pre-installed
  100. checking where to find the target windmc... pre-installed
  101. checking whether to enable maintainer-specific portions of Makefiles... no
  102. checking whether -fkeep-inline-functions is supported... yes
  103. configure: creating ./config.status
  104. config.status: creating Makefile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement