Advertisement
Guest User

why cygwin, why?

a guest
Nov 23rd, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.75 KB | None | 0 0
  1. $ sh build-chocolate-doom -git
  2. mkdir: cannot create directory ‘/home/Blastfrog/chocolate-doom’: File exists
  3. mkdir: cannot create directory ‘/home/Blastfrog/chocolate-doom/packages’: File exists
  4. mkdir: cannot create directory ‘/home/Blastfrog/chocolate-doom/build’: File exists
  5. build-chocolate-doom: line 369: sdl-config: command not found
  6. =======================================================
  7. Building SDL version 1.2.15
  8. =======================================================
  9.  
  10. Extracting...
  11. Building module...
  12. checking build system type... x86_64-unknown-cygwin
  13. checking host system type... x86_64-unknown-cygwin
  14. checking for gcc... gcc
  15. checking for C compiler default output file name... a.exe
  16. checking whether the C compiler works... yes
  17. checking whether we are cross compiling... no
  18. checking for suffix of executables... .exe
  19. checking for suffix of object files... o
  20. checking whether we are using the GNU C compiler... yes
  21. checking whether gcc accepts -g... yes
  22. checking for gcc option to accept ISO C89... none needed
  23. checking for a sed that does not truncate output... /usr/bin/sed
  24. checking for grep that handles long lines and -e... /usr/bin/grep
  25. checking for egrep... /usr/bin/grep -E
  26. checking for fgrep... /usr/bin/grep -F
  27. checking for ld used by gcc... /usr/x86_64-pc-cygwin/bin/ld.exe
  28. checking if the linker (/usr/x86_64-pc-cygwin/bin/ld.exe) is GNU ld... yes
  29. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  30. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  31. checking whether ln -s works... yes
  32. checking the maximum length of command line arguments... 8192
  33. checking whether the shell understands some XSI constructs... yes
  34. checking whether the shell understands "+="... yes
  35. checking for /usr/x86_64-pc-cygwin/bin/ld.exe option to reload object files... -r
  36. checking for objdump... objdump
  37. checking how to recognize dependent libraries... pass_all
  38. checking for ar... ar
  39. checking for strip... strip
  40. checking for ranlib... ranlib
  41. checking command to parse /usr/bin/nm -B output from gcc object... ok
  42. checking how to run the C preprocessor... gcc -E
  43. checking for ANSI C header files... yes
  44. checking for sys/types.h... yes
  45. checking for sys/stat.h... yes
  46. checking for stdlib.h... yes
  47. checking for string.h... yes
  48. checking for memory.h... yes
  49. checking for strings.h... yes
  50. checking for inttypes.h... yes
  51. checking for stdint.h... yes
  52. checking for unistd.h... yes
  53. checking for dlfcn.h... yes
  54. checking for as... as
  55. checking for dlltool... dlltool
  56. checking for objdump... (cached) objdump
  57. checking for objdir... .libs
  58. checking if gcc supports -fno-rtti -fno-exceptions... no
  59. checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
  60. checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
  61. checking if gcc static flag -static works... yes
  62. checking if gcc supports -c -o file.o... yes
  63. checking if gcc supports -c -o file.o... (cached) yes
  64. checking whether the gcc linker (/usr/x86_64-pc-cygwin/bin/ld.exe) supports shared libraries... yes
  65. checking whether -lc should be explicitly linked in... yes
  66. checking dynamic linker characteristics... Win32 ld.exe
  67. checking how to hardcode library paths into programs... immediate
  68. checking whether stripping libraries is possible... yes
  69. checking if libtool supports shared libraries... yes
  70. checking whether to build shared libraries... yes
  71. checking whether to build static libraries... yes
  72. checking whether byte ordering is bigendian... no
  73. checking for gcc... (cached) gcc
  74. checking whether we are using the GNU C compiler... (cached) yes
  75. checking whether gcc accepts -g... (cached) yes
  76. checking for gcc option to accept ISO C89... (cached) none needed
  77. checking for g++... g++
  78. checking whether we are using the GNU C++ compiler... yes
  79. checking whether g++ accepts -g... yes
  80. checking whether we are using the GNU C++ compiler... (cached) yes
  81. checking whether g++ accepts -g... (cached) yes
  82. checking how to run the C++ preprocessor... g++ -E
  83. checking for ld used by g++... /usr/x86_64-pc-cygwin/bin/ld.exe
  84. checking if the linker (/usr/x86_64-pc-cygwin/bin/ld.exe) is GNU ld... yes
  85. checking whether the g++ linker (/usr/x86_64-pc-cygwin/bin/ld.exe) supports shared libraries... yes
  86. checking for g++ option to produce PIC... -DDLL_EXPORT -DPIC
  87. checking if g++ PIC flag -DDLL_EXPORT -DPIC works... yes
  88. checking if g++ static flag -static works... yes
  89. checking if g++ supports -c -o file.o... yes
  90. checking if g++ supports -c -o file.o... (cached) yes
  91. checking whether the g++ linker (/usr/x86_64-pc-cygwin/bin/ld.exe) supports shared libraries... yes
  92. checking dynamic linker characteristics... Win32 ld.exe
  93. checking how to hardcode library paths into programs... immediate
  94. checking for a BSD-compatible install... /usr/bin/install -c
  95. checking whether make sets $(MAKE)... yes
  96. checking for windres... windres
  97. checking for an ANSI C-conforming const... no
  98. checking for inline... no
  99. checking for working volatile... no
  100. checking for ANSI C header files... (cached) yes
  101. checking for sys/types.h... (cached) yes
  102. checking stdio.h usability... no
  103. checking stdio.h presence... no
  104. checking for stdio.h... no
  105. checking for stdlib.h... (cached) yes
  106. checking stddef.h usability... no
  107. checking stddef.h presence... no
  108. checking for stddef.h... no
  109. checking stdarg.h usability... no
  110. checking stdarg.h presence... no
  111. checking for stdarg.h... no
  112. checking malloc.h usability... no
  113. checking malloc.h presence... no
  114. checking for malloc.h... no
  115. checking for memory.h... (cached) yes
  116. checking for string.h... (cached) yes
  117. checking for strings.h... (cached) yes
  118. checking for inttypes.h... (cached) yes
  119. checking for stdint.h... (cached) yes
  120. checking ctype.h usability... no
  121. checking ctype.h presence... no
  122. checking for ctype.h... no
  123. checking math.h usability... no
  124. checking math.h presence... no
  125. checking for math.h... no
  126. checking iconv.h usability... no
  127. checking iconv.h presence... no
  128. checking for iconv.h... no
  129. checking signal.h usability... no
  130. checking signal.h presence... no
  131. checking for signal.h... no
  132. checking for size_t... no
  133. checking for int64_t... no
  134. checking for working memcmp... no
  135. checking for working strtod... no
  136. checking for pow... no
  137. checking for pow in -lm... no
  138. configure: WARNING: cannot find library containing definition of pow
  139. checking for mprotect... no
  140. checking for malloc... no
  141. checking for calloc... no
  142. checking for realloc... no
  143. checking for free... no
  144. checking for getenv... no
  145. checking for putenv... no
  146. checking for unsetenv... no
  147. checking for qsort... no
  148. checking for abs... no
  149. checking for bcopy... no
  150. checking for memset... no
  151. checking for memcpy... no
  152. checking for memmove... no
  153. checking for strlen... no
  154. checking for strlcpy... no
  155. checking for strlcat... no
  156. checking for strdup... no
  157. checking for _strrev... no
  158. checking for _strupr... no
  159. checking for _strlwr... no
  160. checking for strchr... no
  161. checking for strrchr... no
  162. checking for strstr... no
  163. checking for itoa... no
  164. checking for _ltoa... no
  165. checking for _uitoa... no
  166. checking for _ultoa... no
  167. checking for strtol... no
  168. checking for strtoul... no
  169. checking for _i64toa... no
  170. checking for _ui64toa... no
  171. checking for strtoll... no
  172. checking for strtoull... no
  173. checking for atoi... no
  174. checking for atof... no
  175. checking for strcmp... no
  176. checking for strncmp... no
  177. checking for _stricmp... no
  178. checking for strcasecmp... no
  179. checking for _strnicmp... no
  180. checking for strncasecmp... no
  181. checking for sscanf... no
  182. checking for snprintf... no
  183. checking for vsnprintf... no
  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... no
  189. checking for pow in -lm... (cached) no
  190. checking for struct sigaction.sa_sigaction... no
  191. checking Win32 compiler... no
  192. configure: error:
  193. *** Your compiler (gcc) does not produce Win32 executables!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement