Volatile_Pulse

SDL ./configure dump

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