Advertisement
Guest User

Untitled

a guest
Oct 29th, 2015
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.63 KB | None | 0 0
  1.  
  2. +-------------------------------------------------------------+
  3. | CAUTION: |
  4. | |
  5. | If you have not already run "make check", then we strongly |
  6. | recommend you do so. |
  7. | |
  8. | GMP has been carefully tested by its authors, but compilers |
  9. | are all too often released with serious bugs. GMP tends to |
  10. | explore interesting corners in compilers and has hit bugs |
  11. | on quite a few occasions. |
  12. | |
  13. +-------------------------------------------------------------+
  14.  
  15. make[4]: Leaving directory `/c/Users/User/packages/xtensa-lx106-elf/dl/gmp-6.0.0a/build'
  16. make[3]: Leaving directory `/c/Users/User/packages/xtensa-lx106-elf/dl/gmp-6.0.0a/build'
  17. make[2]: Leaving directory `/c/Users/User/packages/xtensa-lx106-elf/dl/gmp-6.0.0a/build'
  18. make[1]: Leaving directory `/c/Users/User/packages/xtensa-lx106-elf/dl/gmp-6.0.0a/build'
  19. Buidling MPFR
  20. checking for a BSD-compatible install... /bin/install -c
  21. checking whether build environment is sane... yes
  22. checking for a thread-safe mkdir -p... /bin/mkdir -p
  23. checking for gawk... gawk
  24. checking whether make sets $(MAKE)... yes
  25. checking whether to enable maintainer-specific portions of Makefiles... yes
  26. checking build system type... i686-pc-mingw32
  27. checking host system type... i686-pc-mingw32
  28. checking for grep that handles long lines and -e... /bin/grep
  29. checking for egrep... /bin/grep -E
  30. checking for a sed that does not truncate output... /bin/sed
  31. checking for CC and CFLAGS in gmp.h... yes CC=gcc -std=gnu99 CFLAGS=-m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium4 -march=pentium4 -mno-cygwin
  32. checking for CC=gcc -std=gnu99 and CFLAGS=-m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium4 -march=pentium4 -mno-cygwin... yes
  33. checking for gcc... gcc -std=gnu99
  34. checking whether the C compiler works... yes
  35. checking for C compiler default output file name... a.exe
  36. checking for suffix of executables... .exe
  37. checking whether we are cross compiling... no
  38. checking for suffix of object files... o
  39. checking whether we are using the GNU C compiler... yes
  40. checking whether gcc -std=gnu99 accepts -g... yes
  41. checking for gcc -std=gnu99 option to accept ISO C89... none needed
  42. checking for style of include used by make... GNU
  43. checking dependency style of gcc -std=gnu99... gcc3
  44. checking how to run the C preprocessor... gcc -std=gnu99 -E
  45. checking for ICC... no
  46. checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
  47. checking for an ANSI C-conforming const... yes
  48. checking for working volatile... yes
  49. checking for main in -lm... yes
  50. checking whether time.h and sys/time.h may both be included... yes
  51. checking for ANSI C header files... yes
  52. checking for sys/types.h... yes
  53. checking for sys/stat.h... yes
  54. checking for stdlib.h... yes
  55. checking for string.h... yes
  56. checking for memory.h... yes
  57. checking for strings.h... yes
  58. checking for inttypes.h... no
  59. checking for stdint.h... no
  60. checking for unistd.h... yes
  61. checking for size_t... yes
  62. checking limits.h usability... yes
  63. checking limits.h presence... yes
  64. checking for limits.h... yes
  65. checking float.h usability... yes
  66. checking float.h presence... yes
  67. checking for float.h... yes
  68. checking for string.h... (cached) yes
  69. checking locale.h usability... yes
  70. checking locale.h presence... yes
  71. checking for locale.h... yes
  72. checking wchar.h usability... yes
  73. checking wchar.h presence... yes
  74. checking for wchar.h... yes
  75. checking stdarg.h usability... yes
  76. checking stdarg.h presence... yes
  77. checking for stdarg.h... yes
  78. checking sys/time.h usability... yes
  79. checking sys/time.h presence... yes
  80. checking for sys/time.h... yes
  81. checking sys/fpu.h usability... no
  82. checking sys/fpu.h presence... no
  83. checking for sys/fpu.h... no
  84. checking for working alloca.h... no
  85. checking for alloca... yes
  86. checking for stdint.h... (cached) no
  87. checking for SIZE_MAX... (((1U << 31) - 1) * 2 + 1)
  88. checking how to copy va_list... va_copy
  89. checking for memmove... yes
  90. checking for memset... yes
  91. checking for setlocale... yes
  92. checking for strtol... yes
  93. checking for gettimeofday... yes
  94. checking for long long int... yes
  95. checking for intmax_t... no
  96. checking for union fpc_csr... no
  97. checking for fesetround... no
  98. checking for gcc float-conversion bug... yes, use -ffloat-store
  99. checking for denormalized numbers... yes
  100. checking if the FP division by 0 fails... no
  101. checking if NAN == NAN... no
  102. checking if charset has consecutive values... yes
  103. checking for math/round... no
  104. checking for math/trunc... no
  105. checking for math/floor... yes
  106. checking for math/ceil... yes
  107. checking for math/rint... no
  108. checking for long double... yes
  109. checking format of `long double' floating point... IEEE extended, little endian
  110. checking for TLS support... no
  111. checking for library containing clock_gettime... no
  112. checking for gmp.h... yes
  113. checking for as... as
  114. checking for dlltool... dlltool
  115. checking for objdump... objdump
  116. checking for DLL/static GMP... static
  117. checking how to print strings... printf
  118. checking for a sed that does not truncate output... (cached) /bin/sed
  119. checking for fgrep... /bin/grep -F
  120. checking for ld used by gcc -std=gnu99... /bin/ld
  121. checking if the linker (/bin/ld) is GNU ld... yes
  122. checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
  123. checking the name lister (/bin/nm -B) interface... BSD nm
  124. checking whether ln -s works... no, using cp -pR
  125. checking the maximum length of command line arguments... 8192
  126. checking whether the shell understands some XSI constructs... yes
  127. checking whether the shell understands "+="... yes
  128. checking how to convert i686-pc-mingw32 file names to i686-pc-mingw32 format... func_convert_file_msys_to_w32
  129. checking how to convert i686-pc-mingw32 file names to toolchain format... func_convert_file_msys_to_w32
  130. checking for /bin/ld option to reload object files... -r
  131. checking for objdump... (cached) objdump
  132. checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
  133. checking for dlltool... (cached) dlltool
  134. checking how to associate runtime and link libraries... func_cygming_dll_for_implib
  135. checking for ar... ar
  136. checking for archiver @FILE support... @
  137. checking for strip... strip
  138. checking for ranlib... ranlib
  139. checking command to parse /bin/nm -B output from gcc -std=gnu99 object... ok
  140. checking for sysroot... no
  141. checking for mt... no
  142. checking if : is a manifest tool... no
  143. checking for dlfcn.h... yes
  144. checking for objdir... .libs
  145. checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
  146. checking for gcc -std=gnu99 option to produce PIC... -DDLL_EXPORT -DPIC
  147. checking if gcc -std=gnu99 PIC flag -DDLL_EXPORT -DPIC works... yes
  148. checking if gcc -std=gnu99 static flag -static works... no
  149. checking if gcc -std=gnu99 supports -c -o file.o... yes
  150. checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
  151. checking whether the gcc -std=gnu99 linker (/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... Win32 ld.exe
  152. checking how to hardcode library paths into programs... immediate
  153. checking whether stripping libraries is possible... yes
  154. checking if libtool supports shared libraries... yes
  155. checking whether to build shared libraries... no
  156. checking whether to build static libraries... yes
  157. checking whether gcc __attribute__ ((mode (XX))) works... yes
  158. checking for recent GMP... yes
  159. checking for __gmpz_init in -lgmp... no
  160. configure: error: libgmp not found or uses a different ABI (including static vs shared).
  161. Please read the INSTALL file -- see "In case of problem".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement