Advertisement
Guest User

Untitled

a guest
Mar 31st, 2014
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.30 KB | None | 0 0
  1. jesse@jesse-ubuntu:~/Desktop/Code/Source/gcc$ ./configure
  2. checking build system type... x86_64-unknown-linux-gnu
  3. checking host system type... x86_64-unknown-linux-gnu
  4. checking target system type... x86_64-unknown-linux-gnu
  5. checking for a BSD-compatible install... /usr/bin/install -c
  6. checking whether ln works... yes
  7. checking whether ln -s works... yes
  8. checking for a sed that does not truncate output... /bin/sed
  9. checking for gawk... gawk
  10. checking for libatomic support... yes
  11. checking for libcilkrts support... yes
  12. checking for libitm support... yes
  13. checking for libsanitizer support... yes
  14. checking for libvtv support... yes
  15. checking for gcc... gcc
  16. checking for C compiler default output file name... a.out
  17. checking whether the C compiler works... yes
  18. checking whether we are cross compiling... no
  19. checking for suffix of executables...
  20. checking for suffix of object files... o
  21. checking whether we are using the GNU C compiler... yes
  22. checking whether gcc accepts -g... yes
  23. checking for gcc option to accept ISO C89... unsupported
  24. checking for g++... g++
  25. checking whether we are using the GNU C++ compiler... yes
  26. checking whether g++ accepts -g... yes
  27. checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
  28. checking for gnatbind... no
  29. checking for gnatmake... no
  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 the correct version of gmp.h... yes
  34. checking for the correct version of mpfr.h... yes
  35. checking for the correct version of mpc.h... yes
  36. checking for the correct version of the gmp/mpfr/mpc libraries... yes
  37. checking for version 0.10 of ISL... no
  38. checking for version 0.11 of ISL... no
  39. checking for version 0.12 of ISL... no
  40. The following languages will be built: c,c++,fortran,java,lto,objc
  41. *** This configuration is not supported in the following subdirectories:
  42. gnattools target-libada target-libgo target-libbacktrace
  43. (Any other directories should still work fine.)
  44. checking for default BUILD_CONFIG... bootstrap-debug
  45. checking for --enable-vtable-verify... no
  46. /usr/bin/ld: warning: cannot find entry symbol _start; defaulting to 0000000008048220
  47. /usr/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/../../../../lib32/crt1.o: In function `pre_cpp_init':
  48. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:157: undefined reference to `__newmode'
  49. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:162: undefined reference to `__dowildcard'
  50. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:162: undefined reference to `___getmainargs'
  51. /usr/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/../../../../lib32/crt1.o: In function `check_managed_app':
  52. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:363: undefined reference to `__image_base__'
  53. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:357: undefined reference to `_mingw_initltsdrot_force'
  54. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:358: undefined reference to `_mingw_initltsdyn_force'
  55. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:359: undefined reference to `_mingw_initltssuo_force'
  56. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:360: undefined reference to `_mingw_initcharmax'
  57. /usr/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/../../../../lib32/crt1.o: In function `pre_c_init':
  58. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:129: undefined reference to `_mingw_app_type'
  59. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:130: undefined reference to `___set_app_type'
  60. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:133: undefined reference to `__encode_pointer'
  61. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:135: undefined reference to `__fmode'
  62. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:133: undefined reference to `___onexitend'
  63. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:133: undefined reference to `___onexitbegin'
  64. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:135: undefined reference to `__imp___fmode'
  65. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:141: undefined reference to `__setargv'
  66. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:143: undefined reference to `__MINGW_INSTALL_DEBUG_MATHERR'
  67. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:132: undefined reference to `___set_app_type'
  68. /usr/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/../../../../lib32/crt1.o: In function `check_managed_app':
  69. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:366: undefined reference to `__image_base__'
  70. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:367: undefined reference to `__image_base__'
  71. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:366: undefined reference to `__image_base__'
  72. /usr/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/../../../../lib32/crt1.o: In function `pre_c_init':
  73. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:145: undefined reference to `__matherr'
  74. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:145: undefined reference to `___mingw_setusermatherr'
  75. /usr/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/../../../../lib32/crt1.o: In function `__tmainCRTStartup':
  76. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:233: undefined reference to `___chkstk_ms'
  77. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:240: undefined reference to `_mingw_app_type'
  78. /usr/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/../../../../lib32/crt1.o: In function `__readfsdword':
  79. /usr/local/include/psdk_inc/intrin-impl.h:1246: undefined reference to `__imp__InterlockedCompareExchange@12'
  80. /usr/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/../../../../lib32/crt1.o: In function `__tmainCRTStartup':
  81. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:254: undefined reference to `__imp__Sleep@4'
  82. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:246: undefined reference to `___native_startup_lock'
  83. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:256: undefined reference to `___native_startup_state'
  84. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:260: undefined reference to `___native_startup_state'
  85. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:268: undefined reference to `___native_startup_state'
  86. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:277: undefined reference to `___dyn_tls_init_callback'
  87. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:280: undefined reference to `__pei386_runtime_relocator'
  88. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:281: undefined reference to `__gnu_exception_handler@4'
  89. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:281: undefined reference to `__imp__SetUnhandledExceptionFilter@4'
  90. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:281: undefined reference to `___mingw_oldexcpt_handler'
  91. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:285: undefined reference to `__set_invalid_parameter_handler'
  92. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:287: undefined reference to `__fpreset'
  93. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:294: undefined reference to `__imp___acmdln'
  94. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:289: undefined reference to `__image_base__'
  95. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:318: undefined reference to `_mingw_app_type'
  96. /usr/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/../../../../lib32/crt1.o: In function `duplicate_ppstrings':
  97. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:416: undefined reference to `_malloc'
  98. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:421: undefined reference to `_strlen'
  99. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:422: undefined reference to `_malloc'
  100. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:423: undefined reference to `_memcpy'
  101. /usr/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/../../../../lib32/crt1.o: In function `__tmainCRTStartup':
  102. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:324: undefined reference to `___main'
  103. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:331: undefined reference to `__imp____initenv'
  104. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:332: undefined reference to `_main'
  105. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:338: undefined reference to `__cexit'
  106. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:256: undefined reference to `___native_startup_state'
  107. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:258: undefined reference to `__amsg_exit'
  108. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:268: undefined reference to `___native_startup_state'
  109. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:270: undefined reference to `___xc_z'
  110. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:270: undefined reference to `___xc_a'
  111. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:270: undefined reference to `__initterm'
  112. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:271: undefined reference to `___native_startup_state'
  113. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:275: undefined reference to `___native_startup_lock'
  114. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:275: undefined reference to `__imp__InterlockedExchange@8'
  115. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:241: undefined reference to `__imp__GetStartupInfoA@4'
  116. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:262: undefined reference to `___native_startup_state'
  117. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:263: undefined reference to `___xi_z'
  118. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:263: undefined reference to `___xi_a'
  119. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:263: undefined reference to `__initterm'
  120. /usr/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/../../../../lib32/crt1.o: In function `WinMainCRTStartup':
  121. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:182: undefined reference to `_mingw_app_type'
  122. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:183: undefined reference to `___security_init_cookie'
  123. /usr/local/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/../../../../lib32/crt1.o: In function `mainCRTStartup':
  124. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:210: undefined reference to `_mingw_app_type'
  125. /home/jesse/Downloads/mingw-w64-v3.1.0/mingw-w64-crt/crt/crtexe.c:211: undefined reference to `___security_init_cookie'
  126. collect2: error: ld returned 1 exit status
  127. configure: error: I suspect your system does not have 32-bit developement libraries (libc and headers). If you have them, rerun configure with --enable-multilib. If you do not have them, and want to build a 64-bit-only compiler, rerun configure with --disable-multilib.
  128. jesse@jesse-ubuntu:~/Desktop/Code/Source/gcc$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement