Advertisement
van1macskam

./configure of SDL 1.2.14 in msys2

Aug 12th, 2017
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.91 KB | None | 0 0
  1. $ ./configure
  2. configure: loading site script /mingw64/etc/config.site
  3. checking for gcc... gcc
  4. checking for C compiler default output file name... a.exe
  5. checking whether the C compiler works... yes
  6. checking whether we are cross compiling... no
  7. checking for suffix of executables... .exe
  8. checking for suffix of object files... o
  9. checking whether we are using the GNU C compiler... yes
  10. checking whether gcc accepts -g... yes
  11. checking for gcc option to accept ISO C89... none needed
  12. checking how to run the C preprocessor... gcc -E
  13. checking for grep that handles long lines and -e... /usr/bin/grep
  14. checking for egrep... /usr/bin/grep -E
  15. checking for ANSI C header files... yes
  16. checking for sys/types.h... yes
  17. checking for sys/stat.h... yes
  18. checking for stdlib.h... yes
  19. checking for string.h... yes
  20. checking for memory.h... yes
  21. checking for strings.h... yes
  22. checking for inttypes.h... yes
  23. checking for stdint.h... yes
  24. checking for unistd.h... yes
  25. checking minix/config.h usability... no
  26. checking minix/config.h presence... no
  27. checking for minix/config.h... no
  28. checking whether it is safe to define __EXTENSIONS__... yes
  29. checking build system type... x86_64-w64-mingw32
  30. checking host system type... x86_64-w64-mingw32
  31. checking for a sed that does not truncate output... /usr/bin/sed
  32. checking for fgrep... /usr/bin/grep -F
  33. checking for ld used by gcc... /usr/x86_64-pc-msys/bin/ld.exe
  34. checking if the linker (/usr/x86_64-pc-msys/bin/ld.exe) is GNU ld... yes
  35. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  36. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  37. checking whether ln -s works... no, using cp -p
  38. checking the maximum length of command line arguments... 8192
  39. checking whether the shell understands some XSI constructs... yes
  40. checking whether the shell understands "+="... yes
  41. checking for /usr/x86_64-pc-msys/bin/ld.exe option to reload object files... -r
  42. checking for objdump... objdump
  43. checking how to recognize dependent libraries... pass_all
  44. checking for ar... ar
  45. checking for strip... strip
  46. checking for ranlib... ranlib
  47. checking command to parse /usr/bin/nm -B output from gcc object... ok
  48. checking for dlfcn.h... yes
  49. checking for as... as
  50. checking for dlltool... dlltool
  51. checking for objdump... (cached) objdump
  52. checking for objdir... .libs
  53. checking if gcc supports -fno-rtti -fno-exceptions... ./configure: line 7525: diff: command not found
  54. no
  55. checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
  56. checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
  57. checking if gcc static flag -static works... yes
  58. checking if gcc supports -c -o file.o... yes
  59. checking if gcc supports -c -o file.o... (cached) yes
  60. checking whether the gcc linker (/usr/x86_64-pc-msys/bin/ld.exe) supports shared libraries... yes
  61. checking whether -lc should be explicitly linked in... yes
  62. checking dynamic linker characteristics... Win32 ld.exe
  63. checking how to hardcode library paths into programs... immediate
  64. checking whether stripping libraries is possible... yes
  65. checking if libtool supports shared libraries... yes
  66. checking whether to build shared libraries... yes
  67. checking whether to build static libraries... yes
  68. checking whether byte ordering is bigendian... no
  69. checking for gcc... (cached) gcc
  70. checking whether we are using the GNU C compiler... (cached) yes
  71. checking whether gcc accepts -g... (cached) yes
  72. checking for gcc option to accept ISO C89... (cached) none needed
  73. checking for g++... g++
  74. checking whether we are using the GNU C++ compiler... yes
  75. checking whether g++ accepts -g... yes
  76. checking whether we are using the GNU C++ compiler... (cached) yes
  77. checking whether g++ accepts -g... (cached) yes
  78. checking how to run the C++ preprocessor... g++ -E
  79. checking for ld used by g++... /usr/x86_64-pc-msys/bin/ld.exe
  80. checking if the linker (/usr/x86_64-pc-msys/bin/ld.exe) is GNU ld... yes
  81. checking whether the g++ linker (/usr/x86_64-pc-msys/bin/ld.exe) supports shared libraries... yes
  82. checking for g++ option to produce PIC... -DDLL_EXPORT -DPIC
  83. checking if g++ PIC flag -DDLL_EXPORT -DPIC works... yes
  84. checking if g++ static flag -static works... yes
  85. checking if g++ supports -c -o file.o... yes
  86. checking if g++ supports -c -o file.o... (cached) yes
  87. checking whether the g++ linker (/usr/x86_64-pc-msys/bin/ld.exe) supports shared libraries... yes
  88. checking dynamic linker characteristics... Win32 ld.exe
  89. checking how to hardcode library paths into programs... immediate
  90. checking for a BSD-compatible install... /usr/bin/install -c
  91. checking whether make sets $(MAKE)... yes
  92. checking for windres... windres
  93. checking for an ANSI C-conforming const... yes
  94. checking for inline... inline
  95. checking for working volatile... yes
  96. checking for ANSI C header files... (cached) yes
  97. checking for sys/types.h... (cached) yes
  98. checking stdio.h usability... yes
  99. checking stdio.h presence... yes
  100. checking for stdio.h... yes
  101. checking for stdlib.h... (cached) yes
  102. checking stddef.h usability... yes
  103. checking stddef.h presence... yes
  104. checking for stddef.h... yes
  105. checking stdarg.h usability... yes
  106. checking stdarg.h presence... yes
  107. checking for stdarg.h... yes
  108. checking malloc.h usability... yes
  109. checking malloc.h presence... yes
  110. checking for malloc.h... yes
  111. checking for memory.h... (cached) yes
  112. checking for string.h... (cached) yes
  113. checking for strings.h... (cached) yes
  114. checking for inttypes.h... (cached) yes
  115. checking for stdint.h... (cached) yes
  116. checking ctype.h usability... yes
  117. checking ctype.h presence... yes
  118. checking for ctype.h... yes
  119. checking math.h usability... yes
  120. checking math.h presence... yes
  121. checking for math.h... yes
  122. checking iconv.h usability... no
  123. checking iconv.h presence... no
  124. checking for iconv.h... no
  125. checking signal.h usability... yes
  126. checking signal.h presence... yes
  127. checking for signal.h... yes
  128. checking for size_t... yes
  129. checking for int64_t... yes
  130. checking for working memcmp... yes
  131. checking for working strtod... yes
  132. checking for mprotect... yes
  133. checking for malloc... yes
  134. checking for calloc... yes
  135. checking for realloc... yes
  136. checking for free... yes
  137. checking for getenv... yes
  138. checking for putenv... yes
  139. checking for unsetenv... yes
  140. checking for qsort... yes
  141. checking for abs... yes
  142. checking for bcopy... yes
  143. checking for memset... yes
  144. checking for memcpy... yes
  145. checking for memmove... yes
  146. checking for strlen... yes
  147. checking for strlcpy... yes
  148. checking for strlcat... yes
  149. checking for strdup... yes
  150. checking for _strrev... no
  151. checking for _strupr... no
  152. checking for _strlwr... no
  153. checking for strchr... yes
  154. checking for strrchr... yes
  155. checking for strstr... yes
  156. checking for itoa... no
  157. checking for _ltoa... no
  158. checking for _uitoa... no
  159. checking for _ultoa... no
  160. checking for strtol... yes
  161. checking for strtoul... yes
  162. checking for _i64toa... no
  163. checking for _ui64toa... no
  164. checking for strtoll... yes
  165. checking for strtoull... yes
  166. checking for atoi... yes
  167. checking for atof... yes
  168. checking for strcmp... yes
  169. checking for strncmp... yes
  170. checking for _stricmp... no
  171. checking for strcasecmp... yes
  172. checking for _strnicmp... no
  173. checking for strncasecmp... yes
  174. checking for sscanf... yes
  175. checking for snprintf... yes
  176. checking for vsnprintf... yes
  177. checking for iconv... no
  178. checking for sigaction... yes
  179. checking for setjmp... yes
  180. checking for nanosleep... yes
  181. checking for libiconv_open in -liconv... no
  182. checking for pow in -lm... yes
  183. checking Win32 compiler... yes
  184. checking ddraw.h usability... yes
  185. checking ddraw.h presence... yes
  186. checking for ddraw.h... yes
  187. checking dsound.h usability... yes
  188. checking dsound.h presence... yes
  189. checking for dsound.h... yes
  190. checking dinput.h usability... yes
  191. checking dinput.h presence... yes
  192. checking for dinput.h... yes
  193. configure: creating ./config.status
  194. config.status: creating Makefile
  195. config.status: creating sdl-config
  196. config.status: creating SDL.spec
  197. config.status: creating SDL.qpg
  198. config.status: creating sdl.pc
  199. config.status: creating include/SDL_config.h
  200. config.status: executing libtool commands
  201. config.status: executing default commands
  202. Generating dependencies for ./src/SDL.c
  203. Generating dependencies for ./src/SDL_error.c
  204. Generating dependencies for ./src/SDL_fatal.c
  205. Generating dependencies for ./src/audio/SDL_audio.c
  206. Generating dependencies for ./src/audio/SDL_audiocvt.c
  207. Generating dependencies for ./src/audio/SDL_audiodev.c
  208. Generating dependencies for ./src/audio/SDL_mixer.c
  209. Generating dependencies for ./src/audio/SDL_mixer_MMX.c
  210. Generating dependencies for ./src/audio/SDL_mixer_MMX_VC.c
  211. Generating dependencies for ./src/audio/SDL_mixer_m68k.c
  212. Generating dependencies for ./src/audio/SDL_wave.c
  213. Generating dependencies for ./src/cdrom/SDL_cdrom.c
  214. Generating dependencies for ./src/cpuinfo/SDL_cpuinfo.c
  215. Generating dependencies for ./src/events/SDL_active.c
  216. Generating dependencies for ./src/events/SDL_events.c
  217. Generating dependencies for ./src/events/SDL_expose.c
  218. Generating dependencies for ./src/events/SDL_keyboard.c
  219. Generating dependencies for ./src/events/SDL_mouse.c
  220. Generating dependencies for ./src/events/SDL_quit.c
  221. Generating dependencies for ./src/events/SDL_resize.c
  222. Generating dependencies for ./src/file/SDL_rwops.c
  223. Generating dependencies for ./src/stdlib/SDL_getenv.c
  224. Generating dependencies for ./src/stdlib/SDL_iconv.c
  225. Generating dependencies for ./src/stdlib/SDL_malloc.c
  226. Generating dependencies for ./src/stdlib/SDL_qsort.c
  227. Generating dependencies for ./src/stdlib/SDL_stdlib.c
  228. Generating dependencies for ./src/stdlib/SDL_string.c
  229. Generating dependencies for ./src/thread/SDL_thread.c
  230. Generating dependencies for ./src/timer/SDL_timer.c
  231. Generating dependencies for ./src/video/SDL_RLEaccel.c
  232. Generating dependencies for ./src/video/SDL_blit.c
  233. Generating dependencies for ./src/video/SDL_blit_0.c
  234. Generating dependencies for ./src/video/SDL_blit_1.c
  235. Generating dependencies for ./src/video/SDL_blit_A.c
  236. Generating dependencies for ./src/video/SDL_blit_N.c
  237. Generating dependencies for ./src/video/SDL_bmp.c
  238. Generating dependencies for ./src/video/SDL_cursor.c
  239. Generating dependencies for ./src/video/SDL_gamma.c
  240. Generating dependencies for ./src/video/SDL_pixels.c
  241. Generating dependencies for ./src/video/SDL_stretch.c
  242. Generating dependencies for ./src/video/SDL_surface.c
  243. Generating dependencies for ./src/video/SDL_video.c
  244. Generating dependencies for ./src/video/SDL_yuv.c
  245. Generating dependencies for ./src/video/SDL_yuv_mmx.c
  246. Generating dependencies for ./src/video/SDL_yuv_sw.c
  247. Generating dependencies for ./src/joystick/SDL_joystick.c
  248. Generating dependencies for ./src/video/dummy/SDL_nullevents.c
  249. Generating dependencies for ./src/video/dummy/SDL_nullmouse.c
  250. Generating dependencies for ./src/video/dummy/SDL_nullvideo.c
  251. Generating dependencies for ./src/audio/disk/SDL_diskaudio.c
  252. Generating dependencies for ./src/audio/dummy/SDL_dummyaudio.c
  253. Generating dependencies for ./src/video/wincommon/SDL_sysevents.c
  254. Generating dependencies for ./src/video/wincommon/SDL_sysmouse.c
  255. Generating dependencies for ./src/video/wincommon/SDL_syswm.c
  256. Generating dependencies for ./src/video/wincommon/SDL_wingl.c
  257. Generating dependencies for ./src/video/windib/SDL_dibevents.c
  258. Generating dependencies for ./src/video/windib/SDL_dibvideo.c
  259. Generating dependencies for ./src/video/windx5/SDL_dx5events.c
  260. Generating dependencies for ./src/video/windx5/SDL_dx5video.c
  261. Generating dependencies for ./src/video/windx5/SDL_dx5yuv.c
  262. Generating dependencies for ./src/audio/windib/SDL_dibaudio.c
  263. Generating dependencies for ./src/audio/windx5/SDL_dx5audio.c
  264. Generating dependencies for ./src/joystick/win32/SDL_mmjoystick.c
  265. Generating dependencies for ./src/cdrom/win32/SDL_syscdrom.c
  266. Generating dependencies for ./src/thread/win32/SDL_sysmutex.c
  267. Generating dependencies for ./src/thread/win32/SDL_syssem.c
  268. Generating dependencies for ./src/thread/win32/SDL_systhread.c
  269. Generating dependencies for ./src/thread/generic/SDL_syscond.c
  270. Generating dependencies for ./src/timer/win32/SDL_systimer.c
  271. Generating dependencies for ./src/loadso/win32/SDL_sysloadso.c
  272. Generating dependencies for ./src/main/win32/version.rc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement