Advertisement
Guest User

Untitled

a guest
Mar 17th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 348.89 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by The Glorious Glasgow Haskell Compilation System configure 8.9, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --prefix=/mingw64 --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --enable-distro-toolchain=on --enable-tarballs-autodownload=on --with-hs-cpp=/mingw64/bin/cpp --with-system-libffi --with-intree-gmp --with-ffi-includes=/mingw64/lib/libffi-3.2.1/include
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = agnus2
  14. uname -m = x86_64
  15. uname -r = 2.11.2(0.329/5/3)
  16. uname -s = MINGW64_NT-10.0
  17. uname -v = 2018-11-26 09:22
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = x86_64
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin
  31. PATH: /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/perl
  32. PATH: /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/bin
  33. PATH: /mingw64/bin
  34. PATH: /usr/local/bin
  35. PATH: /usr/bin
  36. PATH: /bin
  37. PATH: /c/Windows/System32
  38. PATH: /c/Windows
  39. PATH: /c/Windows/System32/Wbem
  40. PATH: /c/Windows/System32/WindowsPowerShell/v1.0/
  41. PATH: /usr/bin/site_perl
  42. PATH: /usr/bin/vendor_perl
  43. PATH: /usr/bin/core_perl
  44.  
  45.  
  46. ## ----------- ##
  47. ## Core tests. ##
  48. ## ----------- ##
  49.  
  50. configure:2595: loading site script /etc/config.site
  51. | # This file is in public domain.
  52. | # Original author: Karlson2k (Evgeny Grin)
  53. | # Written for MSys2 to help running 'configure' scripts
  54. |
  55. | # Use correct config.site even if CONFIG_SITE is not set
  56. | if test "x$MSYSTEM" = "xMINGW64"; then
  57. | if test -r "${MINGW_PREFIX-/mingw64}/etc/config.site"; then
  58. | . "${MINGW_PREFIX-/mingw64}/etc/config.site"
  59. | fi
  60. | elif test "x$MSYSTEM" = "xMINGW32"; then
  61. | if test -r "${MINGW_PREFIX-/mingw32}/etc/config.site"; then
  62. | . "${MINGW_PREFIX-/mingw32}/etc/config.site"
  63. | fi
  64. | elif test "x$MSYSTEM" = "xCLANG64"; then
  65. | if test -r "${MINGW_PREFIX-/clang64}/etc/config.site"; then
  66. | . "${MINGW_PREFIX-/clang64}/etc/config.site"
  67. | fi
  68. | elif test "x$MSYSTEM" = "xCLANG32"; then
  69. | if test -r "${MINGW_PREFIX-/clang32}/etc/config.site"; then
  70. | . "${MINGW_PREFIX-/clang32}/etc/config.site"
  71. | fi
  72. | else
  73. | # Defaults for MSys2-targeted programs
  74. |
  75. | # Set proper selfname on bash and fallback to default name on other shells
  76. | test -n "${BASH_SOURCE}" 2>/dev/null && config_site_me="${BASH_SOURCE[0]##*/}" || config_site_me=config.site
  77. |
  78. | # Set default 'host' to speedup configure
  79. | if test -z "$build_alias"; then
  80. | build_alias="${MSYSTEM_CARCH-x86_64}-pc-msys" && \
  81. | ${as_echo-echo} "$config_site_me:${as_lineno-$LINENO}: default build_alias set to $build_alias" >&5
  82. | fi
  83. |
  84. | # Set default 'prefix' to "/usr"
  85. | if ( test -z "$prefix" || test "x$prefix" = "xNONE" ) && \
  86. | ( test -z "$exec_prefix" || test "x$exec_prefix" = "xNONE" ); then
  87. | prefix="${MSYSTEM_PREFIX-/usr}" && \
  88. | ${as_echo-echo} "$config_site_me:${as_lineno-$LINENO}: default prefix set to $prefix" >&5
  89. | fi
  90. |
  91. | fi
  92. configure:2718: checking for gfind
  93. configure:2751: result: no
  94. configure:2718: checking for find
  95. configure:2736: found /usr/bin/find
  96. configure:2748: result: /usr/bin/find
  97. configure:2828: checking for sort
  98. configure:2846: found /usr/bin/sort
  99. configure:2858: result: /usr/bin/sort
  100. configure:2935: checking for GHC version date
  101. configure:2948: result: inferred 8.9.20190317
  102. configure:2961: checking for GHC Git commit id
  103. configure:2969: result: inferred cb61371e3260e07be724a04b72a935133f66b514
  104. configure:3062: checking for ghc
  105. configure:3092: result: /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/bin/ghc
  106. configure:3145: checking version of ghc
  107. The Glorious Glasgow Haskell Compilation System, version 8.6.4
  108. configure:3174: result: 8.6.4
  109. configure:3350: checking build system type
  110. configure:3364: result: x86_64-w64-mingw32
  111. configure:3384: checking host system type
  112. configure:3397: result: x86_64-w64-mingw32
  113. configure:3417: checking target system type
  114. configure:3430: result: x86_64-w64-mingw32
  115. configure:4391: checking for path to top of build tree
  116. configure:4417: result: /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4
  117. configure:4574: checking for gcc
  118. configure:4605: result: /mingw64/bin/gcc
  119. configure:4615: checking for nm
  120. configure:4633: found /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/nm
  121. configure:4645: result: /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/nm
  122. configure:4655: checking for ar
  123. configure:4673: found /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/ar
  124. configure:4685: result: /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/ar
  125. configure:4695: checking for ranlib
  126. configure:4713: found /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/ranlib
  127. configure:4725: result: /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/ranlib
  128. configure:4735: checking for objdump
  129. configure:4753: found /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/objdump
  130. configure:4765: result: /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/objdump
  131. configure:4775: checking for dllwrap
  132. configure:4793: found /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/dllwrap
  133. configure:4805: result: /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/dllwrap
  134. configure:4815: checking for windres
  135. configure:4833: found /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/windres
  136. configure:4845: result: /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/windres
  137. configure:4855: checking for genlib
  138. configure:4873: found /mingw64/bin/genlib
  139. configure:4885: result: /mingw64/bin/genlib
  140. configure:5348: checking for x86_64-w64-mingw32-gcc
  141. configure:5375: result: /mingw64/bin/gcc
  142. configure:5450: checking for C compiler version
  143. configure:5459: /mingw64/bin/gcc --version >&5
  144. gcc.exe (Rev2, Built by MSYS2 project) 8.3.0
  145. Copyright (C) 2018 Free Software Foundation, Inc.
  146. This is free software; see the source for copying conditions. There is NO
  147. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  148.  
  149. configure:5470: $? = 0
  150. configure:5459: /mingw64/bin/gcc -v >&5
  151. Using built-in specs.
  152. COLLECT_GCC=D:\msys64\mingw64\bin\gcc.exe
  153. COLLECT_LTO_WRAPPER=D:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/lto-wrapper.exe
  154. Target: x86_64-w64-mingw32
  155. Configured with: ../gcc-8.3.0/configure --prefix=/mingw64 --with-local-prefix=/mingw64/local --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --with-native-system-header-dir=/mingw64/x86_64-w64-mingw32/include --libexecdir=/mingw64/lib --enable-bootstrap --with-arch=x86-64 --with-tune=generic --enable-languages=ada,c,lto,c++,objc,obj-c++,fortran --enable-shared --enable-static --enable-libatomic --enable-threads=posix --enable-graphite --enable-fully-dynamic-string --enable-libstdcxx-filesystem-ts=yes --enable-libstdcxx-time=yes --disable-libstdcxx-pch --disable-libstdcxx-debug --disable-isl-version-check --enable-lto --enable-libgomp --disable-multilib --enable-checking=release --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-libiconv --with-system-zlib --with-gmp=/mingw64 --with-mpfr=/mingw64 --with-mpc=/mingw64 --with-isl=/mingw64 --with-pkgversion='Rev2, Built by MSYS2 project' --with-bugurl=https://sourceforge.net/projects/msys2 --with-gnu-as --with-gnu-ld
  156. Thread model: posix
  157. gcc version 8.3.0 (Rev2, Built by MSYS2 project)
  158. configure:5470: $? = 0
  159. configure:5459: /mingw64/bin/gcc -V >&5
  160. gcc.exe: error: unrecognized command line option '-V'
  161. gcc.exe: fatal error: no input files
  162. compilation terminated.
  163. configure:5470: $? = 1
  164. configure:5459: /mingw64/bin/gcc -qversion >&5
  165. gcc.exe: error: unrecognized command line option '-qversion'; did you mean '--version'?
  166. gcc.exe: fatal error: no input files
  167. compilation terminated.
  168. configure:5470: $? = 1
  169. configure:5490: checking whether the C compiler works
  170. configure:5512: /mingw64/bin/gcc -march=x86-64 -mtune=generic -O2 -pipe -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  171. configure:5516: $? = 0
  172. configure:5564: result: yes
  173. configure:5567: checking for C compiler default output file name
  174. configure:5569: result: a.exe
  175. configure:5575: checking for suffix of executables
  176. configure:5582: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  177. configure:5586: $? = 0
  178. configure:5608: result: .exe
  179. configure:5630: checking whether we are cross compiling
  180. configure:5638: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  181. configure:5642: $? = 0
  182. configure:5649: ./conftest.exe
  183. configure:5653: $? = 0
  184. configure:5668: result: no
  185. configure:5673: checking for suffix of object files
  186. configure:5695: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  187. configure:5699: $? = 0
  188. configure:5720: result: o
  189. configure:5724: checking whether we are using the GNU C compiler
  190. configure:5743: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  191. configure:5743: $? = 0
  192. configure:5752: result: yes
  193. configure:5761: checking whether /mingw64/bin/gcc accepts -g
  194. configure:5781: /mingw64/bin/gcc -c -g -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  195. configure:5781: $? = 0
  196. configure:5822: result: yes
  197. configure:5839: checking for /mingw64/bin/gcc option to accept ISO C89
  198. configure:5902: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  199. configure:5902: $? = 0
  200. configure:5915: result: none needed
  201. configure:5950: checking how to run the C preprocessor
  202. configure:5981: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  203. configure:5981: $? = 0
  204. configure:5995: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  205. conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
  206. #include <ac_nonexistent.h>
  207. ^~~~~~~~~~~~~~~~~~
  208. compilation terminated.
  209. configure:5995: $? = 1
  210. configure: failed program was:
  211. | /* confdefs.h */
  212. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  213. | #define PACKAGE_TARNAME "ghc-8.9"
  214. | #define PACKAGE_VERSION "8.9"
  215. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  216. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  217. | #define PACKAGE_URL ""
  218. | /* end confdefs.h. */
  219. | #include <ac_nonexistent.h>
  220. configure:6020: result: /mingw64/bin/gcc -E
  221. configure:6040: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  222. configure:6040: $? = 0
  223. configure:6054: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  224. conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
  225. #include <ac_nonexistent.h>
  226. ^~~~~~~~~~~~~~~~~~
  227. compilation terminated.
  228. configure:6054: $? = 1
  229. configure: failed program was:
  230. | /* confdefs.h */
  231. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  232. | #define PACKAGE_TARNAME "ghc-8.9"
  233. | #define PACKAGE_VERSION "8.9"
  234. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  235. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  236. | #define PACKAGE_URL ""
  237. | /* end confdefs.h. */
  238. | #include <ac_nonexistent.h>
  239. configure:6083: checking for grep that handles long lines and -e
  240. configure:6141: result: /usr/bin/grep
  241. configure:6146: checking for egrep
  242. configure:6208: result: /usr/bin/grep -E
  243. configure:6213: checking for ANSI C header files
  244. configure:6233: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  245. configure:6233: $? = 0
  246. configure:6306: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  247. configure:6306: $? = 0
  248. configure:6306: ./conftest.exe
  249. configure:6306: $? = 0
  250. configure:6317: result: yes
  251. configure:6330: checking for sys/types.h
  252. configure:6330: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  253. configure:6330: $? = 0
  254. configure:6330: result: yes
  255. configure:6330: checking for sys/stat.h
  256. configure:6330: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  257. configure:6330: $? = 0
  258. configure:6330: result: yes
  259. configure:6330: checking for stdlib.h
  260. configure:6330: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  261. configure:6330: $? = 0
  262. configure:6330: result: yes
  263. configure:6330: checking for string.h
  264. configure:6330: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  265. configure:6330: $? = 0
  266. configure:6330: result: yes
  267. configure:6330: checking for memory.h
  268. configure:6330: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  269. configure:6330: $? = 0
  270. configure:6330: result: yes
  271. configure:6330: checking for strings.h
  272. configure:6330: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  273. configure:6330: $? = 0
  274. configure:6330: result: yes
  275. configure:6330: checking for inttypes.h
  276. configure:6330: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  277. configure:6330: $? = 0
  278. configure:6330: result: yes
  279. configure:6330: checking for stdint.h
  280. configure:6330: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  281. configure:6330: $? = 0
  282. configure:6330: result: yes
  283. configure:6330: checking for unistd.h
  284. configure:6330: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  285. configure:6330: $? = 0
  286. configure:6330: result: yes
  287. configure:6343: checking minix/config.h usability
  288. configure:6343: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  289. conftest.c:52:10: fatal error: minix/config.h: No such file or directory
  290. #include <minix/config.h>
  291. ^~~~~~~~~~~~~~~~
  292. compilation terminated.
  293. configure:6343: $? = 1
  294. configure: failed program was:
  295. | /* confdefs.h */
  296. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  297. | #define PACKAGE_TARNAME "ghc-8.9"
  298. | #define PACKAGE_VERSION "8.9"
  299. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  300. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  301. | #define PACKAGE_URL ""
  302. | #define STDC_HEADERS 1
  303. | #define HAVE_SYS_TYPES_H 1
  304. | #define HAVE_SYS_STAT_H 1
  305. | #define HAVE_STDLIB_H 1
  306. | #define HAVE_STRING_H 1
  307. | #define HAVE_MEMORY_H 1
  308. | #define HAVE_STRINGS_H 1
  309. | #define HAVE_INTTYPES_H 1
  310. | #define HAVE_STDINT_H 1
  311. | #define HAVE_UNISTD_H 1
  312. | /* end confdefs.h. */
  313. | #include <stdio.h>
  314. | #ifdef HAVE_SYS_TYPES_H
  315. | # include <sys/types.h>
  316. | #endif
  317. | #ifdef HAVE_SYS_STAT_H
  318. | # include <sys/stat.h>
  319. | #endif
  320. | #ifdef STDC_HEADERS
  321. | # include <stdlib.h>
  322. | # include <stddef.h>
  323. | #else
  324. | # ifdef HAVE_STDLIB_H
  325. | # include <stdlib.h>
  326. | # endif
  327. | #endif
  328. | #ifdef HAVE_STRING_H
  329. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  330. | # include <memory.h>
  331. | # endif
  332. | # include <string.h>
  333. | #endif
  334. | #ifdef HAVE_STRINGS_H
  335. | # include <strings.h>
  336. | #endif
  337. | #ifdef HAVE_INTTYPES_H
  338. | # include <inttypes.h>
  339. | #endif
  340. | #ifdef HAVE_STDINT_H
  341. | # include <stdint.h>
  342. | #endif
  343. | #ifdef HAVE_UNISTD_H
  344. | # include <unistd.h>
  345. | #endif
  346. | #include <minix/config.h>
  347. configure:6343: result: no
  348. configure:6343: checking minix/config.h presence
  349. configure:6343: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  350. conftest.c:19:10: fatal error: minix/config.h: No such file or directory
  351. #include <minix/config.h>
  352. ^~~~~~~~~~~~~~~~
  353. compilation terminated.
  354. configure:6343: $? = 1
  355. configure: failed program was:
  356. | /* confdefs.h */
  357. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  358. | #define PACKAGE_TARNAME "ghc-8.9"
  359. | #define PACKAGE_VERSION "8.9"
  360. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  361. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  362. | #define PACKAGE_URL ""
  363. | #define STDC_HEADERS 1
  364. | #define HAVE_SYS_TYPES_H 1
  365. | #define HAVE_SYS_STAT_H 1
  366. | #define HAVE_STDLIB_H 1
  367. | #define HAVE_STRING_H 1
  368. | #define HAVE_MEMORY_H 1
  369. | #define HAVE_STRINGS_H 1
  370. | #define HAVE_INTTYPES_H 1
  371. | #define HAVE_STDINT_H 1
  372. | #define HAVE_UNISTD_H 1
  373. | /* end confdefs.h. */
  374. | #include <minix/config.h>
  375. configure:6343: result: no
  376. configure:6343: checking for minix/config.h
  377. configure:6343: result: no
  378. configure:6364: checking whether it is safe to define __EXTENSIONS__
  379. configure:6382: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  380. configure:6382: $? = 0
  381. configure:6389: result: yes
  382. configure:6409: checking how to run the C preprocessor
  383. configure:6479: result: /mingw64/bin/gcc -E
  384. configure:6499: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  385. configure:6499: $? = 0
  386. configure:6513: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  387. conftest.c:24:10: fatal error: ac_nonexistent.h: No such file or directory
  388. #include <ac_nonexistent.h>
  389. ^~~~~~~~~~~~~~~~~~
  390. compilation terminated.
  391. configure:6513: $? = 1
  392. configure: failed program was:
  393. | /* confdefs.h */
  394. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  395. | #define PACKAGE_TARNAME "ghc-8.9"
  396. | #define PACKAGE_VERSION "8.9"
  397. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  398. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  399. | #define PACKAGE_URL ""
  400. | #define STDC_HEADERS 1
  401. | #define HAVE_SYS_TYPES_H 1
  402. | #define HAVE_SYS_STAT_H 1
  403. | #define HAVE_STDLIB_H 1
  404. | #define HAVE_STRING_H 1
  405. | #define HAVE_MEMORY_H 1
  406. | #define HAVE_STRINGS_H 1
  407. | #define HAVE_INTTYPES_H 1
  408. | #define HAVE_STDINT_H 1
  409. | #define HAVE_UNISTD_H 1
  410. | #define __EXTENSIONS__ 1
  411. | #define _ALL_SOURCE 1
  412. | #define _GNU_SOURCE 1
  413. | #define _POSIX_PTHREAD_SEMANTICS 1
  414. | #define _TANDEM_SOURCE 1
  415. | /* end confdefs.h. */
  416. | #include <ac_nonexistent.h>
  417. configure:6550: WARNING: Request to use /mingw64/bin/cpp will be ignored
  418. configure:6628: WARNING: configure can't recognize your CPP program, you may need to set --with-hs-cpp-flags=FLAGS explicitly
  419. configure:6655: checking for /mingw64/bin/gcc option to accept ISO C99
  420. configure:6804: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  421. configure:6804: $? = 0
  422. configure:6817: result: none needed
  423. configure:6856: checking for D:\\msys64\\home\\jpmugaas\\mingw-w64-ghc-git\\src\\x86_64\\ghc-8.6.4\\lib\\../mingw/bin/gcc.exe option to accept ISO C99
  424. configure:7005: D:\\msys64\\home\\jpmugaas\\mingw-w64-ghc-git\\src\\x86_64\\ghc-8.6.4\\lib\\../mingw/bin/gcc.exe -c conftest.c >&5
  425. configure:7005: $? = 0
  426. configure:7018: result: none needed
  427. configure:7057: checking for /mingw64/bin/gcc option to accept ISO C99
  428. configure:7206: /mingw64/bin/gcc -c conftest.c >&5
  429. configure:7206: $? = 0
  430. configure:7219: result: none needed
  431. configure:7258: checking for /mingw64/bin/gcc option to accept ISO C99
  432. configure:7407: /mingw64/bin/gcc -c conftest.c >&5
  433. configure:7407: $? = 0
  434. configure:7420: result: none needed
  435. configure:7558: checking for x86_64-w64-mingw32-ld.lld
  436. configure:7588: result: no
  437. configure:7598: checking for ld.lld
  438. configure:7614: found /mingw64/bin/ld.lld
  439. configure:7625: result: ld.lld
  440. configure:7686: checking whether C compiler supports -fuse-ld=lld
  441. configure:7695: result: no
  442. configure:7704: unable to convince '/mingw64/bin/gcc' to use linker 'ld.lld'
  443. configure:7558: checking for x86_64-w64-mingw32-ld.gold
  444. configure:7588: result: no
  445. configure:7598: checking for ld.gold
  446. configure:7614: found /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/ld.gold
  447. configure:7625: result: ld.gold
  448. configure:7663: checking whether C compiler supports -fuse-ld=gold
  449. configure:7672: result: no
  450. configure:7704: unable to convince '/mingw64/bin/gcc' to use linker 'ld.gold'
  451. configure:7558: checking for x86_64-w64-mingw32-ld
  452. configure:7588: result: no
  453. configure:7598: checking for ld
  454. configure:7614: found /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/ld
  455. configure:7625: result: ld
  456. configure:7647: checking whether C compiler supports -fuse-ld=bfd
  457. configure:7653: result: yes
  458. configure:8125: checking whether ld is GNU ld
  459. configure:8136: result: YES
  460. configure:8142: checking whether ld understands --build-id
  461. configure:8156: result: yes
  462. configure:8166: checking whether ld understands -no_compact_unwind
  463. configure:8180: result: yes
  464. configure:8190: checking whether ld understands -filelist
  465. configure:8211: result: no
  466. configure:8345: checking for x86_64-w64-mingw32-objdump
  467. configure:8372: result: /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/objdump
  468. configure:8436: checking for x86_64-w64-mingw32-ranlib
  469. configure:8463: result: /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/ranlib
  470. configure:8533: checking for x86_64-w64-mingw32-strip
  471. configure:8563: result: no
  472. configure:8573: checking for strip
  473. configure:8589: found /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/strip
  474. configure:8600: result: strip
  475. configure:8626: checking for libtool
  476. configure:8644: found /mingw64/bin/libtool
  477. configure:8656: result: /mingw64/bin/libtool
  478. configure:8770: checking for x86_64-w64-mingw32-clang
  479. configure:8800: result: no
  480. configure:8810: checking for clang
  481. configure:8826: found /mingw64/bin/clang
  482. configure:8837: result: clang
  483. configure:8863: checking for x86_64-w64-mingw32-llc-7.0
  484. configure:8893: result: no
  485. configure:8863: checking for x86_64-w64-mingw32-llc
  486. configure:8893: result: no
  487. configure:8907: checking for llc-7.0
  488. configure:8937: result: no
  489. configure:8907: checking for llc
  490. configure:8923: found /mingw64/bin/llc
  491. configure:8934: result: llc
  492. configure:8959: checking llc is version 7.0
  493. configure:8962: result: yes
  494. configure:8984: checking for x86_64-w64-mingw32-opt-7.0
  495. configure:9014: result: no
  496. configure:8984: checking for x86_64-w64-mingw32-opt
  497. configure:9014: result: no
  498. configure:9028: checking for opt-7.0
  499. configure:9058: result: no
  500. configure:9028: checking for opt
  501. configure:9044: found /mingw64/bin/opt
  502. configure:9055: result: opt
  503. configure:9080: checking opt is version 7.0
  504. configure:9083: result: yes
  505. configure:9098: Creating links for in-tree file handling routines.
  506. configure:9105: Routines in place. Packages can now be build normally.
  507. configure:9117: checking whether #! works in shell scripts
  508. configure:9134: result: yes
  509. configure:9145: checking version of gcc
  510. configure:9202: result: 8.3.0
  511. configure:9211: checking whether GCC supports -no-pie
  512. configure:9217: result: yes
  513. configure:9229: checking whether GCC supports __atomic_ builtins
  514. configure:9234: result: yes
  515. configure:9248: checking for extra options to pass gcc when compiling via C
  516. configure:9302: result: -fwrapv -fno-builtin
  517. configure:9309: checking whether C compiler is clang
  518. configure:9321: result: no
  519. configure:9323: checking whether C compiler has an LLVM back end
  520. configure:9337: result: no
  521. configure:9347: checking Setting up CFLAGS, LDFLAGS, IGNORE_LINKER_LD_FLAGS and CPPFLAGS
  522. configure:9426: result: done
  523. configure:9430: checking Setting up CONF_CC_OPTS_STAGE0, CONF_GCC_LINKER_OPTS_STAGE0, CONF_LD_LINKER_OPTS_STAGE0 and CONF_CPP_OPTS_STAGE0
  524. configure:9509: result: done
  525. configure:9513: checking Setting up CONF_CC_OPTS_STAGE1, CONF_GCC_LINKER_OPTS_STAGE1, CONF_LD_LINKER_OPTS_STAGE1 and CONF_CPP_OPTS_STAGE1
  526. configure:9592: result: done
  527. configure:9596: checking Setting up CONF_CC_OPTS_STAGE2, CONF_GCC_LINKER_OPTS_STAGE2, CONF_LD_LINKER_OPTS_STAGE2 and CONF_CPP_OPTS_STAGE2
  528. configure:9675: result: done
  529. configure:9966: checking for .subsections_via_symbols
  530. configure:9979: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  531. {standard input}: Assembler messages:
  532. {standard input}:16: Error: unknown pseudo-op: `.subsections_via_symbols'
  533. configure:9979: $? = 1
  534. configure: failed program was:
  535. | /* confdefs.h */
  536. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  537. | #define PACKAGE_TARNAME "ghc-8.9"
  538. | #define PACKAGE_VERSION "8.9"
  539. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  540. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  541. | #define PACKAGE_URL ""
  542. | #define STDC_HEADERS 1
  543. | #define HAVE_SYS_TYPES_H 1
  544. | #define HAVE_SYS_STAT_H 1
  545. | #define HAVE_STDLIB_H 1
  546. | #define HAVE_STRING_H 1
  547. | #define HAVE_MEMORY_H 1
  548. | #define HAVE_STRINGS_H 1
  549. | #define HAVE_INTTYPES_H 1
  550. | #define HAVE_STDINT_H 1
  551. | #define HAVE_UNISTD_H 1
  552. | #define __EXTENSIONS__ 1
  553. | #define _ALL_SOURCE 1
  554. | #define _GNU_SOURCE 1
  555. | #define _POSIX_PTHREAD_SEMANTICS 1
  556. | #define _TANDEM_SOURCE 1
  557. | #define sUPPORTED_LLVM_VERSION (7,0)
  558. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  559. | /* end confdefs.h. */
  560. |
  561. | int
  562. | main ()
  563. | {
  564. | __asm__ (".subsections_via_symbols");
  565. | ;
  566. | return 0;
  567. | }
  568. configure:9989: result: no
  569. configure:9995: checking whether your assembler supports .ident directive
  570. configure:10001: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  571. configure:10001: $? = 0
  572. configure:10002: result: yes
  573. configure:10023: checking for GNU non-executable stack support
  574. configure:10036: /mingw64/bin/gcc -c -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  575. D:\msys64\tmp\ccOdohRF.s: Assembler messages:
  576. D:\msys64\tmp\ccOdohRF.s:4: Error: junk at end of line, first unrecognized character is `-'
  577. configure:10036: $? = 1
  578. configure: failed program was:
  579. | /* confdefs.h */
  580. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  581. | #define PACKAGE_TARNAME "ghc-8.9"
  582. | #define PACKAGE_VERSION "8.9"
  583. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  584. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  585. | #define PACKAGE_URL ""
  586. | #define STDC_HEADERS 1
  587. | #define HAVE_SYS_TYPES_H 1
  588. | #define HAVE_SYS_STAT_H 1
  589. | #define HAVE_STDLIB_H 1
  590. | #define HAVE_STRING_H 1
  591. | #define HAVE_MEMORY_H 1
  592. | #define HAVE_STRINGS_H 1
  593. | #define HAVE_INTTYPES_H 1
  594. | #define HAVE_STDINT_H 1
  595. | #define HAVE_UNISTD_H 1
  596. | #define __EXTENSIONS__ 1
  597. | #define _ALL_SOURCE 1
  598. | #define _GNU_SOURCE 1
  599. | #define _POSIX_PTHREAD_SEMANTICS 1
  600. | #define _TANDEM_SOURCE 1
  601. | #define sUPPORTED_LLVM_VERSION (7,0)
  602. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  603. | /* end confdefs.h. */
  604. | __asm__ (".section .note.GNU-stack,\"\",@progbits");
  605. | int
  606. | main ()
  607. | {
  608. | 0
  609. | ;
  610. | return 0;
  611. | }
  612. configure:10041: result: no
  613. configure:10067: checking for a working context diff
  614. configure:10083: result: diff -U 1
  615. configure:10107: checking for a BSD-compatible install
  616. configure:10175: result: /usr/bin/install -c
  617. configure:10192: checking for ar
  618. configure:10210: found /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/ar
  619. configure:10222: result: /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/ar
  620. configure:10325: checking whether D:/msys64/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/ar.exe is GNU ar
  621. configure:10336: result: yes
  622. configure:10343: checking for ar arguments
  623. configure:10373: result: q
  624. configure:10384: checking whether D:/msys64/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/ar.exe supports @file
  625. configure:10404: result: yes
  626. configure:10418: checking for x86_64-w64-mingw32-ranlib
  627. configure:10445: result: /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/ranlib
  628. configure:10546: checking whether ln -s works
  629. configure:10553: result: no, using cp -pR
  630. configure:10654: checking for gsed
  631. configure:10687: result: no
  632. configure:10654: checking for sed
  633. configure:10672: found /usr/bin/sed
  634. configure:10684: result: /usr/bin/sed
  635. configure:10700: checking for time
  636. configure:10718: found /usr/bin/time
  637. configure:10730: result: /usr/bin/time
  638. configure:10743: checking for gnutar
  639. configure:10776: result: no
  640. configure:10743: checking for gtar
  641. configure:10776: result: no
  642. configure:10743: checking for tar
  643. configure:10761: found /usr/bin/tar
  644. configure:10773: result: /usr/bin/tar
  645. configure:10790: checking for bzip2
  646. configure:10808: found /mingw64/bin/bzip2
  647. configure:10820: result: /mingw64/bin/bzip2
  648. configure:10836: checking for gzip
  649. configure:10854: found /usr/bin/gzip
  650. configure:10866: result: /usr/bin/gzip
  651. configure:10882: checking for pxz
  652. configure:10915: result: no
  653. configure:10882: checking for xz
  654. configure:10900: found /mingw64/bin/xz
  655. configure:10912: result: /mingw64/bin/xz
  656. configure:10929: checking for gpatch
  657. configure:10962: result: no
  658. configure:10929: checking for patch
  659. configure:10947: found /usr/bin/patch
  660. configure:10959: result: /usr/bin/patch
  661. configure:10974: checking for autoreconf
  662. configure:10992: found /usr/bin/autoreconf
  663. configure:11005: result: /usr/bin/autoreconf
  664. configure:11027: checking for dtrace
  665. configure:11060: result: no
  666. configure:11078: checking for HsColour
  667. configure:11096: found /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/bin/HsColour
  668. configure:11108: result: /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/bin/HsColour
  669. configure:11127: checking for sphinx-build
  670. configure:11145: found /mingw64/bin/sphinx-build
  671. configure:11157: result: /mingw64/bin/sphinx-build
  672. configure:11165: checking for version of sphinx-build
  673. configure:11175: result: 1.8.5
  674. configure:11204: checking for xelatex
  675. configure:11237: result: no
  676. configure:11243: checking for ghc-pkg matching /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/bin/ghc
  677. configure:11261: result: /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/bin/ghc-pkg
  678. configure:11271: checking for happy
  679. configure:11289: found /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/bin/happy
  680. configure:11301: result: /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/bin/happy
  681. configure:11311: checking for version of happy
  682. configure:11325: result: 1.19.9
  683. configure:11361: checking for alex
  684. configure:11379: found /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/bin/alex
  685. configure:11391: result: /home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/bin/alex
  686. configure:11401: checking for version of alex
  687. configure:11414: result: 3.2.4
  688. configure:11445: checking for ANSI C header files
  689. configure:11549: result: yes
  690. configure:11565: checking for special C compiler options needed for large files
  691. configure:11610: result: no
  692. configure:11616: checking for _FILE_OFFSET_BITS value needed for large files
  693. configure:11641: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  694. conftest.c:32:33: warning: left shift count >= width of type [-Wshift-count-overflow]
  695. #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  696. ^~
  697. conftest.c:33:23: note: in expansion of macro 'LARGE_OFF_T'
  698. int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  699. ^~~~~~~~~~~
  700. conftest.c:32:57: warning: left shift count >= width of type [-Wshift-count-overflow]
  701. #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  702. ^~
  703. conftest.c:33:23: note: in expansion of macro 'LARGE_OFF_T'
  704. int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  705. ^~~~~~~~~~~
  706. conftest.c:32:33: warning: left shift count >= width of type [-Wshift-count-overflow]
  707. #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  708. ^~
  709. conftest.c:34:13: note: in expansion of macro 'LARGE_OFF_T'
  710. && LARGE_OFF_T % 2147483647 == 1)
  711. ^~~~~~~~~~~
  712. conftest.c:32:57: warning: left shift count >= width of type [-Wshift-count-overflow]
  713. #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  714. ^~
  715. conftest.c:34:13: note: in expansion of macro 'LARGE_OFF_T'
  716. && LARGE_OFF_T % 2147483647 == 1)
  717. ^~~~~~~~~~~
  718. conftest.c:33:7: error: variably modified 'off_t_is_large' at file scope
  719. int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  720. ^~~~~~~~~~~~~~
  721. configure:11641: $? = 1
  722. configure: failed program was:
  723. | /* confdefs.h */
  724. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  725. | #define PACKAGE_TARNAME "ghc-8.9"
  726. | #define PACKAGE_VERSION "8.9"
  727. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  728. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  729. | #define PACKAGE_URL ""
  730. | #define STDC_HEADERS 1
  731. | #define HAVE_SYS_TYPES_H 1
  732. | #define HAVE_SYS_STAT_H 1
  733. | #define HAVE_STDLIB_H 1
  734. | #define HAVE_STRING_H 1
  735. | #define HAVE_MEMORY_H 1
  736. | #define HAVE_STRINGS_H 1
  737. | #define HAVE_INTTYPES_H 1
  738. | #define HAVE_STDINT_H 1
  739. | #define HAVE_UNISTD_H 1
  740. | #define __EXTENSIONS__ 1
  741. | #define _ALL_SOURCE 1
  742. | #define _GNU_SOURCE 1
  743. | #define _POSIX_PTHREAD_SEMANTICS 1
  744. | #define _TANDEM_SOURCE 1
  745. | #define sUPPORTED_LLVM_VERSION (7,0)
  746. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  747. | #define STDC_HEADERS 1
  748. | /* end confdefs.h. */
  749. | #include <sys/types.h>
  750. | /* Check that off_t can represent 2**63 - 1 correctly.
  751. | We can't simply define LARGE_OFF_T to be 9223372036854775807,
  752. | since some C++ compilers masquerading as C compilers
  753. | incorrectly reject 9223372036854775807. */
  754. | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  755. | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  756. | && LARGE_OFF_T % 2147483647 == 1)
  757. | ? 1 : -1];
  758. | int
  759. | main ()
  760. | {
  761. |
  762. | ;
  763. | return 0;
  764. | }
  765. configure:11665: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  766. configure:11665: $? = 0
  767. configure:11673: result: 64
  768. configure:11762: checking ctype.h usability
  769. configure:11762: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  770. configure:11762: $? = 0
  771. configure:11762: result: yes
  772. configure:11762: checking ctype.h presence
  773. configure:11762: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  774. configure:11762: $? = 0
  775. configure:11762: result: yes
  776. configure:11762: checking for ctype.h
  777. configure:11762: result: yes
  778. configure:11762: checking dirent.h usability
  779. configure:11762: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  780. configure:11762: $? = 0
  781. configure:11762: result: yes
  782. configure:11762: checking dirent.h presence
  783. configure:11762: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  784. configure:11762: $? = 0
  785. configure:11762: result: yes
  786. configure:11762: checking for dirent.h
  787. configure:11762: result: yes
  788. configure:11762: checking dlfcn.h usability
  789. configure:11762: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  790. conftest.c:63:10: fatal error: dlfcn.h: No such file or directory
  791. #include <dlfcn.h>
  792. ^~~~~~~~~
  793. compilation terminated.
  794. configure:11762: $? = 1
  795. configure: failed program was:
  796. | /* confdefs.h */
  797. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  798. | #define PACKAGE_TARNAME "ghc-8.9"
  799. | #define PACKAGE_VERSION "8.9"
  800. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  801. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  802. | #define PACKAGE_URL ""
  803. | #define STDC_HEADERS 1
  804. | #define HAVE_SYS_TYPES_H 1
  805. | #define HAVE_SYS_STAT_H 1
  806. | #define HAVE_STDLIB_H 1
  807. | #define HAVE_STRING_H 1
  808. | #define HAVE_MEMORY_H 1
  809. | #define HAVE_STRINGS_H 1
  810. | #define HAVE_INTTYPES_H 1
  811. | #define HAVE_STDINT_H 1
  812. | #define HAVE_UNISTD_H 1
  813. | #define __EXTENSIONS__ 1
  814. | #define _ALL_SOURCE 1
  815. | #define _GNU_SOURCE 1
  816. | #define _POSIX_PTHREAD_SEMANTICS 1
  817. | #define _TANDEM_SOURCE 1
  818. | #define sUPPORTED_LLVM_VERSION (7,0)
  819. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  820. | #define STDC_HEADERS 1
  821. | #define _FILE_OFFSET_BITS 64
  822. | #define HAVE_CTYPE_H 1
  823. | #define HAVE_DIRENT_H 1
  824. | /* end confdefs.h. */
  825. | #include <stdio.h>
  826. | #ifdef HAVE_SYS_TYPES_H
  827. | # include <sys/types.h>
  828. | #endif
  829. | #ifdef HAVE_SYS_STAT_H
  830. | # include <sys/stat.h>
  831. | #endif
  832. | #ifdef STDC_HEADERS
  833. | # include <stdlib.h>
  834. | # include <stddef.h>
  835. | #else
  836. | # ifdef HAVE_STDLIB_H
  837. | # include <stdlib.h>
  838. | # endif
  839. | #endif
  840. | #ifdef HAVE_STRING_H
  841. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  842. | # include <memory.h>
  843. | # endif
  844. | # include <string.h>
  845. | #endif
  846. | #ifdef HAVE_STRINGS_H
  847. | # include <strings.h>
  848. | #endif
  849. | #ifdef HAVE_INTTYPES_H
  850. | # include <inttypes.h>
  851. | #endif
  852. | #ifdef HAVE_STDINT_H
  853. | # include <stdint.h>
  854. | #endif
  855. | #ifdef HAVE_UNISTD_H
  856. | # include <unistd.h>
  857. | #endif
  858. | #include <dlfcn.h>
  859. configure:11762: result: no
  860. configure:11762: checking dlfcn.h presence
  861. configure:11762: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  862. conftest.c:30:10: fatal error: dlfcn.h: No such file or directory
  863. #include <dlfcn.h>
  864. ^~~~~~~~~
  865. compilation terminated.
  866. configure:11762: $? = 1
  867. configure: failed program was:
  868. | /* confdefs.h */
  869. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  870. | #define PACKAGE_TARNAME "ghc-8.9"
  871. | #define PACKAGE_VERSION "8.9"
  872. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  873. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  874. | #define PACKAGE_URL ""
  875. | #define STDC_HEADERS 1
  876. | #define HAVE_SYS_TYPES_H 1
  877. | #define HAVE_SYS_STAT_H 1
  878. | #define HAVE_STDLIB_H 1
  879. | #define HAVE_STRING_H 1
  880. | #define HAVE_MEMORY_H 1
  881. | #define HAVE_STRINGS_H 1
  882. | #define HAVE_INTTYPES_H 1
  883. | #define HAVE_STDINT_H 1
  884. | #define HAVE_UNISTD_H 1
  885. | #define __EXTENSIONS__ 1
  886. | #define _ALL_SOURCE 1
  887. | #define _GNU_SOURCE 1
  888. | #define _POSIX_PTHREAD_SEMANTICS 1
  889. | #define _TANDEM_SOURCE 1
  890. | #define sUPPORTED_LLVM_VERSION (7,0)
  891. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  892. | #define STDC_HEADERS 1
  893. | #define _FILE_OFFSET_BITS 64
  894. | #define HAVE_CTYPE_H 1
  895. | #define HAVE_DIRENT_H 1
  896. | /* end confdefs.h. */
  897. | #include <dlfcn.h>
  898. configure:11762: result: no
  899. configure:11762: checking for dlfcn.h
  900. configure:11762: result: no
  901. configure:11762: checking errno.h usability
  902. configure:11762: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  903. configure:11762: $? = 0
  904. configure:11762: result: yes
  905. configure:11762: checking errno.h presence
  906. configure:11762: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  907. configure:11762: $? = 0
  908. configure:11762: result: yes
  909. configure:11762: checking for errno.h
  910. configure:11762: result: yes
  911. configure:11762: checking fcntl.h usability
  912. configure:11762: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  913. configure:11762: $? = 0
  914. configure:11762: result: yes
  915. configure:11762: checking fcntl.h presence
  916. configure:11762: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  917. configure:11762: $? = 0
  918. configure:11762: result: yes
  919. configure:11762: checking for fcntl.h
  920. configure:11762: result: yes
  921. configure:11762: checking grp.h usability
  922. configure:11762: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  923. conftest.c:65:10: fatal error: grp.h: No such file or directory
  924. #include <grp.h>
  925. ^~~~~~~
  926. compilation terminated.
  927. configure:11762: $? = 1
  928. configure: failed program was:
  929. | /* confdefs.h */
  930. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  931. | #define PACKAGE_TARNAME "ghc-8.9"
  932. | #define PACKAGE_VERSION "8.9"
  933. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  934. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  935. | #define PACKAGE_URL ""
  936. | #define STDC_HEADERS 1
  937. | #define HAVE_SYS_TYPES_H 1
  938. | #define HAVE_SYS_STAT_H 1
  939. | #define HAVE_STDLIB_H 1
  940. | #define HAVE_STRING_H 1
  941. | #define HAVE_MEMORY_H 1
  942. | #define HAVE_STRINGS_H 1
  943. | #define HAVE_INTTYPES_H 1
  944. | #define HAVE_STDINT_H 1
  945. | #define HAVE_UNISTD_H 1
  946. | #define __EXTENSIONS__ 1
  947. | #define _ALL_SOURCE 1
  948. | #define _GNU_SOURCE 1
  949. | #define _POSIX_PTHREAD_SEMANTICS 1
  950. | #define _TANDEM_SOURCE 1
  951. | #define sUPPORTED_LLVM_VERSION (7,0)
  952. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  953. | #define STDC_HEADERS 1
  954. | #define _FILE_OFFSET_BITS 64
  955. | #define HAVE_CTYPE_H 1
  956. | #define HAVE_DIRENT_H 1
  957. | #define HAVE_ERRNO_H 1
  958. | #define HAVE_FCNTL_H 1
  959. | /* end confdefs.h. */
  960. | #include <stdio.h>
  961. | #ifdef HAVE_SYS_TYPES_H
  962. | # include <sys/types.h>
  963. | #endif
  964. | #ifdef HAVE_SYS_STAT_H
  965. | # include <sys/stat.h>
  966. | #endif
  967. | #ifdef STDC_HEADERS
  968. | # include <stdlib.h>
  969. | # include <stddef.h>
  970. | #else
  971. | # ifdef HAVE_STDLIB_H
  972. | # include <stdlib.h>
  973. | # endif
  974. | #endif
  975. | #ifdef HAVE_STRING_H
  976. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  977. | # include <memory.h>
  978. | # endif
  979. | # include <string.h>
  980. | #endif
  981. | #ifdef HAVE_STRINGS_H
  982. | # include <strings.h>
  983. | #endif
  984. | #ifdef HAVE_INTTYPES_H
  985. | # include <inttypes.h>
  986. | #endif
  987. | #ifdef HAVE_STDINT_H
  988. | # include <stdint.h>
  989. | #endif
  990. | #ifdef HAVE_UNISTD_H
  991. | # include <unistd.h>
  992. | #endif
  993. | #include <grp.h>
  994. configure:11762: result: no
  995. configure:11762: checking grp.h presence
  996. configure:11762: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  997. conftest.c:32:10: fatal error: grp.h: No such file or directory
  998. #include <grp.h>
  999. ^~~~~~~
  1000. compilation terminated.
  1001. configure:11762: $? = 1
  1002. configure: failed program was:
  1003. | /* confdefs.h */
  1004. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  1005. | #define PACKAGE_TARNAME "ghc-8.9"
  1006. | #define PACKAGE_VERSION "8.9"
  1007. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  1008. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  1009. | #define PACKAGE_URL ""
  1010. | #define STDC_HEADERS 1
  1011. | #define HAVE_SYS_TYPES_H 1
  1012. | #define HAVE_SYS_STAT_H 1
  1013. | #define HAVE_STDLIB_H 1
  1014. | #define HAVE_STRING_H 1
  1015. | #define HAVE_MEMORY_H 1
  1016. | #define HAVE_STRINGS_H 1
  1017. | #define HAVE_INTTYPES_H 1
  1018. | #define HAVE_STDINT_H 1
  1019. | #define HAVE_UNISTD_H 1
  1020. | #define __EXTENSIONS__ 1
  1021. | #define _ALL_SOURCE 1
  1022. | #define _GNU_SOURCE 1
  1023. | #define _POSIX_PTHREAD_SEMANTICS 1
  1024. | #define _TANDEM_SOURCE 1
  1025. | #define sUPPORTED_LLVM_VERSION (7,0)
  1026. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  1027. | #define STDC_HEADERS 1
  1028. | #define _FILE_OFFSET_BITS 64
  1029. | #define HAVE_CTYPE_H 1
  1030. | #define HAVE_DIRENT_H 1
  1031. | #define HAVE_ERRNO_H 1
  1032. | #define HAVE_FCNTL_H 1
  1033. | /* end confdefs.h. */
  1034. | #include <grp.h>
  1035. configure:11762: result: no
  1036. configure:11762: checking for grp.h
  1037. configure:11762: result: no
  1038. configure:11762: checking limits.h usability
  1039. configure:11762: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  1040. configure:11762: $? = 0
  1041. configure:11762: result: yes
  1042. configure:11762: checking limits.h presence
  1043. configure:11762: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  1044. configure:11762: $? = 0
  1045. configure:11762: result: yes
  1046. configure:11762: checking for limits.h
  1047. configure:11762: result: yes
  1048. configure:11762: checking locale.h usability
  1049. configure:11762: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  1050. configure:11762: $? = 0
  1051. configure:11762: result: yes
  1052. configure:11762: checking locale.h presence
  1053. configure:11762: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  1054. configure:11762: $? = 0
  1055. configure:11762: result: yes
  1056. configure:11762: checking for locale.h
  1057. configure:11762: result: yes
  1058. configure:11762: checking nlist.h usability
  1059. configure:11762: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  1060. conftest.c:67:10: fatal error: nlist.h: No such file or directory
  1061. #include <nlist.h>
  1062. ^~~~~~~~~
  1063. compilation terminated.
  1064. configure:11762: $? = 1
  1065. configure: failed program was:
  1066. | /* confdefs.h */
  1067. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  1068. | #define PACKAGE_TARNAME "ghc-8.9"
  1069. | #define PACKAGE_VERSION "8.9"
  1070. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  1071. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  1072. | #define PACKAGE_URL ""
  1073. | #define STDC_HEADERS 1
  1074. | #define HAVE_SYS_TYPES_H 1
  1075. | #define HAVE_SYS_STAT_H 1
  1076. | #define HAVE_STDLIB_H 1
  1077. | #define HAVE_STRING_H 1
  1078. | #define HAVE_MEMORY_H 1
  1079. | #define HAVE_STRINGS_H 1
  1080. | #define HAVE_INTTYPES_H 1
  1081. | #define HAVE_STDINT_H 1
  1082. | #define HAVE_UNISTD_H 1
  1083. | #define __EXTENSIONS__ 1
  1084. | #define _ALL_SOURCE 1
  1085. | #define _GNU_SOURCE 1
  1086. | #define _POSIX_PTHREAD_SEMANTICS 1
  1087. | #define _TANDEM_SOURCE 1
  1088. | #define sUPPORTED_LLVM_VERSION (7,0)
  1089. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  1090. | #define STDC_HEADERS 1
  1091. | #define _FILE_OFFSET_BITS 64
  1092. | #define HAVE_CTYPE_H 1
  1093. | #define HAVE_DIRENT_H 1
  1094. | #define HAVE_ERRNO_H 1
  1095. | #define HAVE_FCNTL_H 1
  1096. | #define HAVE_LIMITS_H 1
  1097. | #define HAVE_LOCALE_H 1
  1098. | /* end confdefs.h. */
  1099. | #include <stdio.h>
  1100. | #ifdef HAVE_SYS_TYPES_H
  1101. | # include <sys/types.h>
  1102. | #endif
  1103. | #ifdef HAVE_SYS_STAT_H
  1104. | # include <sys/stat.h>
  1105. | #endif
  1106. | #ifdef STDC_HEADERS
  1107. | # include <stdlib.h>
  1108. | # include <stddef.h>
  1109. | #else
  1110. | # ifdef HAVE_STDLIB_H
  1111. | # include <stdlib.h>
  1112. | # endif
  1113. | #endif
  1114. | #ifdef HAVE_STRING_H
  1115. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1116. | # include <memory.h>
  1117. | # endif
  1118. | # include <string.h>
  1119. | #endif
  1120. | #ifdef HAVE_STRINGS_H
  1121. | # include <strings.h>
  1122. | #endif
  1123. | #ifdef HAVE_INTTYPES_H
  1124. | # include <inttypes.h>
  1125. | #endif
  1126. | #ifdef HAVE_STDINT_H
  1127. | # include <stdint.h>
  1128. | #endif
  1129. | #ifdef HAVE_UNISTD_H
  1130. | # include <unistd.h>
  1131. | #endif
  1132. | #include <nlist.h>
  1133. configure:11762: result: no
  1134. configure:11762: checking nlist.h presence
  1135. configure:11762: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  1136. conftest.c:34:10: fatal error: nlist.h: No such file or directory
  1137. #include <nlist.h>
  1138. ^~~~~~~~~
  1139. compilation terminated.
  1140. configure:11762: $? = 1
  1141. configure: failed program was:
  1142. | /* confdefs.h */
  1143. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  1144. | #define PACKAGE_TARNAME "ghc-8.9"
  1145. | #define PACKAGE_VERSION "8.9"
  1146. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  1147. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  1148. | #define PACKAGE_URL ""
  1149. | #define STDC_HEADERS 1
  1150. | #define HAVE_SYS_TYPES_H 1
  1151. | #define HAVE_SYS_STAT_H 1
  1152. | #define HAVE_STDLIB_H 1
  1153. | #define HAVE_STRING_H 1
  1154. | #define HAVE_MEMORY_H 1
  1155. | #define HAVE_STRINGS_H 1
  1156. | #define HAVE_INTTYPES_H 1
  1157. | #define HAVE_STDINT_H 1
  1158. | #define HAVE_UNISTD_H 1
  1159. | #define __EXTENSIONS__ 1
  1160. | #define _ALL_SOURCE 1
  1161. | #define _GNU_SOURCE 1
  1162. | #define _POSIX_PTHREAD_SEMANTICS 1
  1163. | #define _TANDEM_SOURCE 1
  1164. | #define sUPPORTED_LLVM_VERSION (7,0)
  1165. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  1166. | #define STDC_HEADERS 1
  1167. | #define _FILE_OFFSET_BITS 64
  1168. | #define HAVE_CTYPE_H 1
  1169. | #define HAVE_DIRENT_H 1
  1170. | #define HAVE_ERRNO_H 1
  1171. | #define HAVE_FCNTL_H 1
  1172. | #define HAVE_LIMITS_H 1
  1173. | #define HAVE_LOCALE_H 1
  1174. | /* end confdefs.h. */
  1175. | #include <nlist.h>
  1176. configure:11762: result: no
  1177. configure:11762: checking for nlist.h
  1178. configure:11762: result: no
  1179. configure:11762: checking pthread.h usability
  1180. configure:11762: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  1181. configure:11762: $? = 0
  1182. configure:11762: result: yes
  1183. configure:11762: checking pthread.h presence
  1184. configure:11762: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  1185. configure:11762: $? = 0
  1186. configure:11762: result: yes
  1187. configure:11762: checking for pthread.h
  1188. configure:11762: result: yes
  1189. configure:11762: checking pwd.h usability
  1190. configure:11762: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  1191. conftest.c:68:10: fatal error: pwd.h: No such file or directory
  1192. #include <pwd.h>
  1193. ^~~~~~~
  1194. compilation terminated.
  1195. configure:11762: $? = 1
  1196. configure: failed program was:
  1197. | /* confdefs.h */
  1198. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  1199. | #define PACKAGE_TARNAME "ghc-8.9"
  1200. | #define PACKAGE_VERSION "8.9"
  1201. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  1202. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  1203. | #define PACKAGE_URL ""
  1204. | #define STDC_HEADERS 1
  1205. | #define HAVE_SYS_TYPES_H 1
  1206. | #define HAVE_SYS_STAT_H 1
  1207. | #define HAVE_STDLIB_H 1
  1208. | #define HAVE_STRING_H 1
  1209. | #define HAVE_MEMORY_H 1
  1210. | #define HAVE_STRINGS_H 1
  1211. | #define HAVE_INTTYPES_H 1
  1212. | #define HAVE_STDINT_H 1
  1213. | #define HAVE_UNISTD_H 1
  1214. | #define __EXTENSIONS__ 1
  1215. | #define _ALL_SOURCE 1
  1216. | #define _GNU_SOURCE 1
  1217. | #define _POSIX_PTHREAD_SEMANTICS 1
  1218. | #define _TANDEM_SOURCE 1
  1219. | #define sUPPORTED_LLVM_VERSION (7,0)
  1220. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  1221. | #define STDC_HEADERS 1
  1222. | #define _FILE_OFFSET_BITS 64
  1223. | #define HAVE_CTYPE_H 1
  1224. | #define HAVE_DIRENT_H 1
  1225. | #define HAVE_ERRNO_H 1
  1226. | #define HAVE_FCNTL_H 1
  1227. | #define HAVE_LIMITS_H 1
  1228. | #define HAVE_LOCALE_H 1
  1229. | #define HAVE_PTHREAD_H 1
  1230. | /* end confdefs.h. */
  1231. | #include <stdio.h>
  1232. | #ifdef HAVE_SYS_TYPES_H
  1233. | # include <sys/types.h>
  1234. | #endif
  1235. | #ifdef HAVE_SYS_STAT_H
  1236. | # include <sys/stat.h>
  1237. | #endif
  1238. | #ifdef STDC_HEADERS
  1239. | # include <stdlib.h>
  1240. | # include <stddef.h>
  1241. | #else
  1242. | # ifdef HAVE_STDLIB_H
  1243. | # include <stdlib.h>
  1244. | # endif
  1245. | #endif
  1246. | #ifdef HAVE_STRING_H
  1247. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1248. | # include <memory.h>
  1249. | # endif
  1250. | # include <string.h>
  1251. | #endif
  1252. | #ifdef HAVE_STRINGS_H
  1253. | # include <strings.h>
  1254. | #endif
  1255. | #ifdef HAVE_INTTYPES_H
  1256. | # include <inttypes.h>
  1257. | #endif
  1258. | #ifdef HAVE_STDINT_H
  1259. | # include <stdint.h>
  1260. | #endif
  1261. | #ifdef HAVE_UNISTD_H
  1262. | # include <unistd.h>
  1263. | #endif
  1264. | #include <pwd.h>
  1265. configure:11762: result: no
  1266. configure:11762: checking pwd.h presence
  1267. configure:11762: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  1268. conftest.c:35:10: fatal error: pwd.h: No such file or directory
  1269. #include <pwd.h>
  1270. ^~~~~~~
  1271. compilation terminated.
  1272. configure:11762: $? = 1
  1273. configure: failed program was:
  1274. | /* confdefs.h */
  1275. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  1276. | #define PACKAGE_TARNAME "ghc-8.9"
  1277. | #define PACKAGE_VERSION "8.9"
  1278. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  1279. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  1280. | #define PACKAGE_URL ""
  1281. | #define STDC_HEADERS 1
  1282. | #define HAVE_SYS_TYPES_H 1
  1283. | #define HAVE_SYS_STAT_H 1
  1284. | #define HAVE_STDLIB_H 1
  1285. | #define HAVE_STRING_H 1
  1286. | #define HAVE_MEMORY_H 1
  1287. | #define HAVE_STRINGS_H 1
  1288. | #define HAVE_INTTYPES_H 1
  1289. | #define HAVE_STDINT_H 1
  1290. | #define HAVE_UNISTD_H 1
  1291. | #define __EXTENSIONS__ 1
  1292. | #define _ALL_SOURCE 1
  1293. | #define _GNU_SOURCE 1
  1294. | #define _POSIX_PTHREAD_SEMANTICS 1
  1295. | #define _TANDEM_SOURCE 1
  1296. | #define sUPPORTED_LLVM_VERSION (7,0)
  1297. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  1298. | #define STDC_HEADERS 1
  1299. | #define _FILE_OFFSET_BITS 64
  1300. | #define HAVE_CTYPE_H 1
  1301. | #define HAVE_DIRENT_H 1
  1302. | #define HAVE_ERRNO_H 1
  1303. | #define HAVE_FCNTL_H 1
  1304. | #define HAVE_LIMITS_H 1
  1305. | #define HAVE_LOCALE_H 1
  1306. | #define HAVE_PTHREAD_H 1
  1307. | /* end confdefs.h. */
  1308. | #include <pwd.h>
  1309. configure:11762: result: no
  1310. configure:11762: checking for pwd.h
  1311. configure:11762: result: no
  1312. configure:11762: checking signal.h usability
  1313. configure:11762: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  1314. configure:11762: $? = 0
  1315. configure:11762: result: yes
  1316. configure:11762: checking signal.h presence
  1317. configure:11762: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  1318. configure:11762: $? = 0
  1319. configure:11762: result: yes
  1320. configure:11762: checking for signal.h
  1321. configure:11762: result: yes
  1322. configure:11762: checking sys/param.h usability
  1323. configure:11762: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  1324. configure:11762: $? = 0
  1325. configure:11762: result: yes
  1326. configure:11762: checking sys/param.h presence
  1327. configure:11762: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  1328. configure:11762: $? = 0
  1329. configure:11762: result: yes
  1330. configure:11762: checking for sys/param.h
  1331. configure:11762: result: yes
  1332. configure:11762: checking sys/mman.h usability
  1333. configure:11762: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  1334. configure:11762: $? = 0
  1335. configure:11762: result: yes
  1336. configure:11762: checking sys/mman.h presence
  1337. configure:11762: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  1338. configure:11762: $? = 0
  1339. configure:11762: result: yes
  1340. configure:11762: checking for sys/mman.h
  1341. configure:11762: result: yes
  1342. configure:11762: checking sys/resource.h usability
  1343. configure:11762: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  1344. conftest.c:71:10: fatal error: sys/resource.h: No such file or directory
  1345. #include <sys/resource.h>
  1346. ^~~~~~~~~~~~~~~~
  1347. compilation terminated.
  1348. configure:11762: $? = 1
  1349. configure: failed program was:
  1350. | /* confdefs.h */
  1351. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  1352. | #define PACKAGE_TARNAME "ghc-8.9"
  1353. | #define PACKAGE_VERSION "8.9"
  1354. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  1355. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  1356. | #define PACKAGE_URL ""
  1357. | #define STDC_HEADERS 1
  1358. | #define HAVE_SYS_TYPES_H 1
  1359. | #define HAVE_SYS_STAT_H 1
  1360. | #define HAVE_STDLIB_H 1
  1361. | #define HAVE_STRING_H 1
  1362. | #define HAVE_MEMORY_H 1
  1363. | #define HAVE_STRINGS_H 1
  1364. | #define HAVE_INTTYPES_H 1
  1365. | #define HAVE_STDINT_H 1
  1366. | #define HAVE_UNISTD_H 1
  1367. | #define __EXTENSIONS__ 1
  1368. | #define _ALL_SOURCE 1
  1369. | #define _GNU_SOURCE 1
  1370. | #define _POSIX_PTHREAD_SEMANTICS 1
  1371. | #define _TANDEM_SOURCE 1
  1372. | #define sUPPORTED_LLVM_VERSION (7,0)
  1373. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  1374. | #define STDC_HEADERS 1
  1375. | #define _FILE_OFFSET_BITS 64
  1376. | #define HAVE_CTYPE_H 1
  1377. | #define HAVE_DIRENT_H 1
  1378. | #define HAVE_ERRNO_H 1
  1379. | #define HAVE_FCNTL_H 1
  1380. | #define HAVE_LIMITS_H 1
  1381. | #define HAVE_LOCALE_H 1
  1382. | #define HAVE_PTHREAD_H 1
  1383. | #define HAVE_SIGNAL_H 1
  1384. | #define HAVE_SYS_PARAM_H 1
  1385. | #define HAVE_SYS_MMAN_H 1
  1386. | /* end confdefs.h. */
  1387. | #include <stdio.h>
  1388. | #ifdef HAVE_SYS_TYPES_H
  1389. | # include <sys/types.h>
  1390. | #endif
  1391. | #ifdef HAVE_SYS_STAT_H
  1392. | # include <sys/stat.h>
  1393. | #endif
  1394. | #ifdef STDC_HEADERS
  1395. | # include <stdlib.h>
  1396. | # include <stddef.h>
  1397. | #else
  1398. | # ifdef HAVE_STDLIB_H
  1399. | # include <stdlib.h>
  1400. | # endif
  1401. | #endif
  1402. | #ifdef HAVE_STRING_H
  1403. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1404. | # include <memory.h>
  1405. | # endif
  1406. | # include <string.h>
  1407. | #endif
  1408. | #ifdef HAVE_STRINGS_H
  1409. | # include <strings.h>
  1410. | #endif
  1411. | #ifdef HAVE_INTTYPES_H
  1412. | # include <inttypes.h>
  1413. | #endif
  1414. | #ifdef HAVE_STDINT_H
  1415. | # include <stdint.h>
  1416. | #endif
  1417. | #ifdef HAVE_UNISTD_H
  1418. | # include <unistd.h>
  1419. | #endif
  1420. | #include <sys/resource.h>
  1421. configure:11762: result: no
  1422. configure:11762: checking sys/resource.h presence
  1423. configure:11762: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  1424. conftest.c:38:10: fatal error: sys/resource.h: No such file or directory
  1425. #include <sys/resource.h>
  1426. ^~~~~~~~~~~~~~~~
  1427. compilation terminated.
  1428. configure:11762: $? = 1
  1429. configure: failed program was:
  1430. | /* confdefs.h */
  1431. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  1432. | #define PACKAGE_TARNAME "ghc-8.9"
  1433. | #define PACKAGE_VERSION "8.9"
  1434. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  1435. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  1436. | #define PACKAGE_URL ""
  1437. | #define STDC_HEADERS 1
  1438. | #define HAVE_SYS_TYPES_H 1
  1439. | #define HAVE_SYS_STAT_H 1
  1440. | #define HAVE_STDLIB_H 1
  1441. | #define HAVE_STRING_H 1
  1442. | #define HAVE_MEMORY_H 1
  1443. | #define HAVE_STRINGS_H 1
  1444. | #define HAVE_INTTYPES_H 1
  1445. | #define HAVE_STDINT_H 1
  1446. | #define HAVE_UNISTD_H 1
  1447. | #define __EXTENSIONS__ 1
  1448. | #define _ALL_SOURCE 1
  1449. | #define _GNU_SOURCE 1
  1450. | #define _POSIX_PTHREAD_SEMANTICS 1
  1451. | #define _TANDEM_SOURCE 1
  1452. | #define sUPPORTED_LLVM_VERSION (7,0)
  1453. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  1454. | #define STDC_HEADERS 1
  1455. | #define _FILE_OFFSET_BITS 64
  1456. | #define HAVE_CTYPE_H 1
  1457. | #define HAVE_DIRENT_H 1
  1458. | #define HAVE_ERRNO_H 1
  1459. | #define HAVE_FCNTL_H 1
  1460. | #define HAVE_LIMITS_H 1
  1461. | #define HAVE_LOCALE_H 1
  1462. | #define HAVE_PTHREAD_H 1
  1463. | #define HAVE_SIGNAL_H 1
  1464. | #define HAVE_SYS_PARAM_H 1
  1465. | #define HAVE_SYS_MMAN_H 1
  1466. | /* end confdefs.h. */
  1467. | #include <sys/resource.h>
  1468. configure:11762: result: no
  1469. configure:11762: checking for sys/resource.h
  1470. configure:11762: result: no
  1471. configure:11762: checking sys/select.h usability
  1472. configure:11762: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  1473. conftest.c:71:10: fatal error: sys/select.h: No such file or directory
  1474. #include <sys/select.h>
  1475. ^~~~~~~~~~~~~~
  1476. compilation terminated.
  1477. configure:11762: $? = 1
  1478. configure: failed program was:
  1479. | /* confdefs.h */
  1480. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  1481. | #define PACKAGE_TARNAME "ghc-8.9"
  1482. | #define PACKAGE_VERSION "8.9"
  1483. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  1484. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  1485. | #define PACKAGE_URL ""
  1486. | #define STDC_HEADERS 1
  1487. | #define HAVE_SYS_TYPES_H 1
  1488. | #define HAVE_SYS_STAT_H 1
  1489. | #define HAVE_STDLIB_H 1
  1490. | #define HAVE_STRING_H 1
  1491. | #define HAVE_MEMORY_H 1
  1492. | #define HAVE_STRINGS_H 1
  1493. | #define HAVE_INTTYPES_H 1
  1494. | #define HAVE_STDINT_H 1
  1495. | #define HAVE_UNISTD_H 1
  1496. | #define __EXTENSIONS__ 1
  1497. | #define _ALL_SOURCE 1
  1498. | #define _GNU_SOURCE 1
  1499. | #define _POSIX_PTHREAD_SEMANTICS 1
  1500. | #define _TANDEM_SOURCE 1
  1501. | #define sUPPORTED_LLVM_VERSION (7,0)
  1502. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  1503. | #define STDC_HEADERS 1
  1504. | #define _FILE_OFFSET_BITS 64
  1505. | #define HAVE_CTYPE_H 1
  1506. | #define HAVE_DIRENT_H 1
  1507. | #define HAVE_ERRNO_H 1
  1508. | #define HAVE_FCNTL_H 1
  1509. | #define HAVE_LIMITS_H 1
  1510. | #define HAVE_LOCALE_H 1
  1511. | #define HAVE_PTHREAD_H 1
  1512. | #define HAVE_SIGNAL_H 1
  1513. | #define HAVE_SYS_PARAM_H 1
  1514. | #define HAVE_SYS_MMAN_H 1
  1515. | /* end confdefs.h. */
  1516. | #include <stdio.h>
  1517. | #ifdef HAVE_SYS_TYPES_H
  1518. | # include <sys/types.h>
  1519. | #endif
  1520. | #ifdef HAVE_SYS_STAT_H
  1521. | # include <sys/stat.h>
  1522. | #endif
  1523. | #ifdef STDC_HEADERS
  1524. | # include <stdlib.h>
  1525. | # include <stddef.h>
  1526. | #else
  1527. | # ifdef HAVE_STDLIB_H
  1528. | # include <stdlib.h>
  1529. | # endif
  1530. | #endif
  1531. | #ifdef HAVE_STRING_H
  1532. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1533. | # include <memory.h>
  1534. | # endif
  1535. | # include <string.h>
  1536. | #endif
  1537. | #ifdef HAVE_STRINGS_H
  1538. | # include <strings.h>
  1539. | #endif
  1540. | #ifdef HAVE_INTTYPES_H
  1541. | # include <inttypes.h>
  1542. | #endif
  1543. | #ifdef HAVE_STDINT_H
  1544. | # include <stdint.h>
  1545. | #endif
  1546. | #ifdef HAVE_UNISTD_H
  1547. | # include <unistd.h>
  1548. | #endif
  1549. | #include <sys/select.h>
  1550. configure:11762: result: no
  1551. configure:11762: checking sys/select.h presence
  1552. configure:11762: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  1553. conftest.c:38:10: fatal error: sys/select.h: No such file or directory
  1554. #include <sys/select.h>
  1555. ^~~~~~~~~~~~~~
  1556. compilation terminated.
  1557. configure:11762: $? = 1
  1558. configure: failed program was:
  1559. | /* confdefs.h */
  1560. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  1561. | #define PACKAGE_TARNAME "ghc-8.9"
  1562. | #define PACKAGE_VERSION "8.9"
  1563. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  1564. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  1565. | #define PACKAGE_URL ""
  1566. | #define STDC_HEADERS 1
  1567. | #define HAVE_SYS_TYPES_H 1
  1568. | #define HAVE_SYS_STAT_H 1
  1569. | #define HAVE_STDLIB_H 1
  1570. | #define HAVE_STRING_H 1
  1571. | #define HAVE_MEMORY_H 1
  1572. | #define HAVE_STRINGS_H 1
  1573. | #define HAVE_INTTYPES_H 1
  1574. | #define HAVE_STDINT_H 1
  1575. | #define HAVE_UNISTD_H 1
  1576. | #define __EXTENSIONS__ 1
  1577. | #define _ALL_SOURCE 1
  1578. | #define _GNU_SOURCE 1
  1579. | #define _POSIX_PTHREAD_SEMANTICS 1
  1580. | #define _TANDEM_SOURCE 1
  1581. | #define sUPPORTED_LLVM_VERSION (7,0)
  1582. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  1583. | #define STDC_HEADERS 1
  1584. | #define _FILE_OFFSET_BITS 64
  1585. | #define HAVE_CTYPE_H 1
  1586. | #define HAVE_DIRENT_H 1
  1587. | #define HAVE_ERRNO_H 1
  1588. | #define HAVE_FCNTL_H 1
  1589. | #define HAVE_LIMITS_H 1
  1590. | #define HAVE_LOCALE_H 1
  1591. | #define HAVE_PTHREAD_H 1
  1592. | #define HAVE_SIGNAL_H 1
  1593. | #define HAVE_SYS_PARAM_H 1
  1594. | #define HAVE_SYS_MMAN_H 1
  1595. | /* end confdefs.h. */
  1596. | #include <sys/select.h>
  1597. configure:11762: result: no
  1598. configure:11762: checking for sys/select.h
  1599. configure:11762: result: no
  1600. configure:11762: checking sys/time.h usability
  1601. configure:11762: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  1602. configure:11762: $? = 0
  1603. configure:11762: result: yes
  1604. configure:11762: checking sys/time.h presence
  1605. configure:11762: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  1606. configure:11762: $? = 0
  1607. configure:11762: result: yes
  1608. configure:11762: checking for sys/time.h
  1609. configure:11762: result: yes
  1610. configure:11762: checking sys/timeb.h usability
  1611. configure:11762: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  1612. configure:11762: $? = 0
  1613. configure:11762: result: yes
  1614. configure:11762: checking sys/timeb.h presence
  1615. configure:11762: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  1616. configure:11762: $? = 0
  1617. configure:11762: result: yes
  1618. configure:11762: checking for sys/timeb.h
  1619. configure:11762: result: yes
  1620. configure:11762: checking sys/timerfd.h usability
  1621. configure:11762: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  1622. conftest.c:73:10: fatal error: sys/timerfd.h: No such file or directory
  1623. #include <sys/timerfd.h>
  1624. ^~~~~~~~~~~~~~~
  1625. compilation terminated.
  1626. configure:11762: $? = 1
  1627. configure: failed program was:
  1628. | /* confdefs.h */
  1629. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  1630. | #define PACKAGE_TARNAME "ghc-8.9"
  1631. | #define PACKAGE_VERSION "8.9"
  1632. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  1633. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  1634. | #define PACKAGE_URL ""
  1635. | #define STDC_HEADERS 1
  1636. | #define HAVE_SYS_TYPES_H 1
  1637. | #define HAVE_SYS_STAT_H 1
  1638. | #define HAVE_STDLIB_H 1
  1639. | #define HAVE_STRING_H 1
  1640. | #define HAVE_MEMORY_H 1
  1641. | #define HAVE_STRINGS_H 1
  1642. | #define HAVE_INTTYPES_H 1
  1643. | #define HAVE_STDINT_H 1
  1644. | #define HAVE_UNISTD_H 1
  1645. | #define __EXTENSIONS__ 1
  1646. | #define _ALL_SOURCE 1
  1647. | #define _GNU_SOURCE 1
  1648. | #define _POSIX_PTHREAD_SEMANTICS 1
  1649. | #define _TANDEM_SOURCE 1
  1650. | #define sUPPORTED_LLVM_VERSION (7,0)
  1651. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  1652. | #define STDC_HEADERS 1
  1653. | #define _FILE_OFFSET_BITS 64
  1654. | #define HAVE_CTYPE_H 1
  1655. | #define HAVE_DIRENT_H 1
  1656. | #define HAVE_ERRNO_H 1
  1657. | #define HAVE_FCNTL_H 1
  1658. | #define HAVE_LIMITS_H 1
  1659. | #define HAVE_LOCALE_H 1
  1660. | #define HAVE_PTHREAD_H 1
  1661. | #define HAVE_SIGNAL_H 1
  1662. | #define HAVE_SYS_PARAM_H 1
  1663. | #define HAVE_SYS_MMAN_H 1
  1664. | #define HAVE_SYS_TIME_H 1
  1665. | #define HAVE_SYS_TIMEB_H 1
  1666. | /* end confdefs.h. */
  1667. | #include <stdio.h>
  1668. | #ifdef HAVE_SYS_TYPES_H
  1669. | # include <sys/types.h>
  1670. | #endif
  1671. | #ifdef HAVE_SYS_STAT_H
  1672. | # include <sys/stat.h>
  1673. | #endif
  1674. | #ifdef STDC_HEADERS
  1675. | # include <stdlib.h>
  1676. | # include <stddef.h>
  1677. | #else
  1678. | # ifdef HAVE_STDLIB_H
  1679. | # include <stdlib.h>
  1680. | # endif
  1681. | #endif
  1682. | #ifdef HAVE_STRING_H
  1683. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1684. | # include <memory.h>
  1685. | # endif
  1686. | # include <string.h>
  1687. | #endif
  1688. | #ifdef HAVE_STRINGS_H
  1689. | # include <strings.h>
  1690. | #endif
  1691. | #ifdef HAVE_INTTYPES_H
  1692. | # include <inttypes.h>
  1693. | #endif
  1694. | #ifdef HAVE_STDINT_H
  1695. | # include <stdint.h>
  1696. | #endif
  1697. | #ifdef HAVE_UNISTD_H
  1698. | # include <unistd.h>
  1699. | #endif
  1700. | #include <sys/timerfd.h>
  1701. configure:11762: result: no
  1702. configure:11762: checking sys/timerfd.h presence
  1703. configure:11762: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  1704. conftest.c:40:10: fatal error: sys/timerfd.h: No such file or directory
  1705. #include <sys/timerfd.h>
  1706. ^~~~~~~~~~~~~~~
  1707. compilation terminated.
  1708. configure:11762: $? = 1
  1709. configure: failed program was:
  1710. | /* confdefs.h */
  1711. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  1712. | #define PACKAGE_TARNAME "ghc-8.9"
  1713. | #define PACKAGE_VERSION "8.9"
  1714. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  1715. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  1716. | #define PACKAGE_URL ""
  1717. | #define STDC_HEADERS 1
  1718. | #define HAVE_SYS_TYPES_H 1
  1719. | #define HAVE_SYS_STAT_H 1
  1720. | #define HAVE_STDLIB_H 1
  1721. | #define HAVE_STRING_H 1
  1722. | #define HAVE_MEMORY_H 1
  1723. | #define HAVE_STRINGS_H 1
  1724. | #define HAVE_INTTYPES_H 1
  1725. | #define HAVE_STDINT_H 1
  1726. | #define HAVE_UNISTD_H 1
  1727. | #define __EXTENSIONS__ 1
  1728. | #define _ALL_SOURCE 1
  1729. | #define _GNU_SOURCE 1
  1730. | #define _POSIX_PTHREAD_SEMANTICS 1
  1731. | #define _TANDEM_SOURCE 1
  1732. | #define sUPPORTED_LLVM_VERSION (7,0)
  1733. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  1734. | #define STDC_HEADERS 1
  1735. | #define _FILE_OFFSET_BITS 64
  1736. | #define HAVE_CTYPE_H 1
  1737. | #define HAVE_DIRENT_H 1
  1738. | #define HAVE_ERRNO_H 1
  1739. | #define HAVE_FCNTL_H 1
  1740. | #define HAVE_LIMITS_H 1
  1741. | #define HAVE_LOCALE_H 1
  1742. | #define HAVE_PTHREAD_H 1
  1743. | #define HAVE_SIGNAL_H 1
  1744. | #define HAVE_SYS_PARAM_H 1
  1745. | #define HAVE_SYS_MMAN_H 1
  1746. | #define HAVE_SYS_TIME_H 1
  1747. | #define HAVE_SYS_TIMEB_H 1
  1748. | /* end confdefs.h. */
  1749. | #include <sys/timerfd.h>
  1750. configure:11762: result: no
  1751. configure:11762: checking for sys/timerfd.h
  1752. configure:11762: result: no
  1753. configure:11762: checking sys/timers.h usability
  1754. configure:11762: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  1755. conftest.c:73:10: fatal error: sys/timers.h: No such file or directory
  1756. #include <sys/timers.h>
  1757. ^~~~~~~~~~~~~~
  1758. compilation terminated.
  1759. configure:11762: $? = 1
  1760. configure: failed program was:
  1761. | /* confdefs.h */
  1762. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  1763. | #define PACKAGE_TARNAME "ghc-8.9"
  1764. | #define PACKAGE_VERSION "8.9"
  1765. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  1766. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  1767. | #define PACKAGE_URL ""
  1768. | #define STDC_HEADERS 1
  1769. | #define HAVE_SYS_TYPES_H 1
  1770. | #define HAVE_SYS_STAT_H 1
  1771. | #define HAVE_STDLIB_H 1
  1772. | #define HAVE_STRING_H 1
  1773. | #define HAVE_MEMORY_H 1
  1774. | #define HAVE_STRINGS_H 1
  1775. | #define HAVE_INTTYPES_H 1
  1776. | #define HAVE_STDINT_H 1
  1777. | #define HAVE_UNISTD_H 1
  1778. | #define __EXTENSIONS__ 1
  1779. | #define _ALL_SOURCE 1
  1780. | #define _GNU_SOURCE 1
  1781. | #define _POSIX_PTHREAD_SEMANTICS 1
  1782. | #define _TANDEM_SOURCE 1
  1783. | #define sUPPORTED_LLVM_VERSION (7,0)
  1784. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  1785. | #define STDC_HEADERS 1
  1786. | #define _FILE_OFFSET_BITS 64
  1787. | #define HAVE_CTYPE_H 1
  1788. | #define HAVE_DIRENT_H 1
  1789. | #define HAVE_ERRNO_H 1
  1790. | #define HAVE_FCNTL_H 1
  1791. | #define HAVE_LIMITS_H 1
  1792. | #define HAVE_LOCALE_H 1
  1793. | #define HAVE_PTHREAD_H 1
  1794. | #define HAVE_SIGNAL_H 1
  1795. | #define HAVE_SYS_PARAM_H 1
  1796. | #define HAVE_SYS_MMAN_H 1
  1797. | #define HAVE_SYS_TIME_H 1
  1798. | #define HAVE_SYS_TIMEB_H 1
  1799. | /* end confdefs.h. */
  1800. | #include <stdio.h>
  1801. | #ifdef HAVE_SYS_TYPES_H
  1802. | # include <sys/types.h>
  1803. | #endif
  1804. | #ifdef HAVE_SYS_STAT_H
  1805. | # include <sys/stat.h>
  1806. | #endif
  1807. | #ifdef STDC_HEADERS
  1808. | # include <stdlib.h>
  1809. | # include <stddef.h>
  1810. | #else
  1811. | # ifdef HAVE_STDLIB_H
  1812. | # include <stdlib.h>
  1813. | # endif
  1814. | #endif
  1815. | #ifdef HAVE_STRING_H
  1816. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1817. | # include <memory.h>
  1818. | # endif
  1819. | # include <string.h>
  1820. | #endif
  1821. | #ifdef HAVE_STRINGS_H
  1822. | # include <strings.h>
  1823. | #endif
  1824. | #ifdef HAVE_INTTYPES_H
  1825. | # include <inttypes.h>
  1826. | #endif
  1827. | #ifdef HAVE_STDINT_H
  1828. | # include <stdint.h>
  1829. | #endif
  1830. | #ifdef HAVE_UNISTD_H
  1831. | # include <unistd.h>
  1832. | #endif
  1833. | #include <sys/timers.h>
  1834. configure:11762: result: no
  1835. configure:11762: checking sys/timers.h presence
  1836. configure:11762: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  1837. conftest.c:40:10: fatal error: sys/timers.h: No such file or directory
  1838. #include <sys/timers.h>
  1839. ^~~~~~~~~~~~~~
  1840. compilation terminated.
  1841. configure:11762: $? = 1
  1842. configure: failed program was:
  1843. | /* confdefs.h */
  1844. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  1845. | #define PACKAGE_TARNAME "ghc-8.9"
  1846. | #define PACKAGE_VERSION "8.9"
  1847. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  1848. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  1849. | #define PACKAGE_URL ""
  1850. | #define STDC_HEADERS 1
  1851. | #define HAVE_SYS_TYPES_H 1
  1852. | #define HAVE_SYS_STAT_H 1
  1853. | #define HAVE_STDLIB_H 1
  1854. | #define HAVE_STRING_H 1
  1855. | #define HAVE_MEMORY_H 1
  1856. | #define HAVE_STRINGS_H 1
  1857. | #define HAVE_INTTYPES_H 1
  1858. | #define HAVE_STDINT_H 1
  1859. | #define HAVE_UNISTD_H 1
  1860. | #define __EXTENSIONS__ 1
  1861. | #define _ALL_SOURCE 1
  1862. | #define _GNU_SOURCE 1
  1863. | #define _POSIX_PTHREAD_SEMANTICS 1
  1864. | #define _TANDEM_SOURCE 1
  1865. | #define sUPPORTED_LLVM_VERSION (7,0)
  1866. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  1867. | #define STDC_HEADERS 1
  1868. | #define _FILE_OFFSET_BITS 64
  1869. | #define HAVE_CTYPE_H 1
  1870. | #define HAVE_DIRENT_H 1
  1871. | #define HAVE_ERRNO_H 1
  1872. | #define HAVE_FCNTL_H 1
  1873. | #define HAVE_LIMITS_H 1
  1874. | #define HAVE_LOCALE_H 1
  1875. | #define HAVE_PTHREAD_H 1
  1876. | #define HAVE_SIGNAL_H 1
  1877. | #define HAVE_SYS_PARAM_H 1
  1878. | #define HAVE_SYS_MMAN_H 1
  1879. | #define HAVE_SYS_TIME_H 1
  1880. | #define HAVE_SYS_TIMEB_H 1
  1881. | /* end confdefs.h. */
  1882. | #include <sys/timers.h>
  1883. configure:11762: result: no
  1884. configure:11762: checking for sys/timers.h
  1885. configure:11762: result: no
  1886. configure:11762: checking sys/times.h usability
  1887. configure:11762: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  1888. conftest.c:73:10: fatal error: sys/times.h: No such file or directory
  1889. #include <sys/times.h>
  1890. ^~~~~~~~~~~~~
  1891. compilation terminated.
  1892. configure:11762: $? = 1
  1893. configure: failed program was:
  1894. | /* confdefs.h */
  1895. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  1896. | #define PACKAGE_TARNAME "ghc-8.9"
  1897. | #define PACKAGE_VERSION "8.9"
  1898. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  1899. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  1900. | #define PACKAGE_URL ""
  1901. | #define STDC_HEADERS 1
  1902. | #define HAVE_SYS_TYPES_H 1
  1903. | #define HAVE_SYS_STAT_H 1
  1904. | #define HAVE_STDLIB_H 1
  1905. | #define HAVE_STRING_H 1
  1906. | #define HAVE_MEMORY_H 1
  1907. | #define HAVE_STRINGS_H 1
  1908. | #define HAVE_INTTYPES_H 1
  1909. | #define HAVE_STDINT_H 1
  1910. | #define HAVE_UNISTD_H 1
  1911. | #define __EXTENSIONS__ 1
  1912. | #define _ALL_SOURCE 1
  1913. | #define _GNU_SOURCE 1
  1914. | #define _POSIX_PTHREAD_SEMANTICS 1
  1915. | #define _TANDEM_SOURCE 1
  1916. | #define sUPPORTED_LLVM_VERSION (7,0)
  1917. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  1918. | #define STDC_HEADERS 1
  1919. | #define _FILE_OFFSET_BITS 64
  1920. | #define HAVE_CTYPE_H 1
  1921. | #define HAVE_DIRENT_H 1
  1922. | #define HAVE_ERRNO_H 1
  1923. | #define HAVE_FCNTL_H 1
  1924. | #define HAVE_LIMITS_H 1
  1925. | #define HAVE_LOCALE_H 1
  1926. | #define HAVE_PTHREAD_H 1
  1927. | #define HAVE_SIGNAL_H 1
  1928. | #define HAVE_SYS_PARAM_H 1
  1929. | #define HAVE_SYS_MMAN_H 1
  1930. | #define HAVE_SYS_TIME_H 1
  1931. | #define HAVE_SYS_TIMEB_H 1
  1932. | /* end confdefs.h. */
  1933. | #include <stdio.h>
  1934. | #ifdef HAVE_SYS_TYPES_H
  1935. | # include <sys/types.h>
  1936. | #endif
  1937. | #ifdef HAVE_SYS_STAT_H
  1938. | # include <sys/stat.h>
  1939. | #endif
  1940. | #ifdef STDC_HEADERS
  1941. | # include <stdlib.h>
  1942. | # include <stddef.h>
  1943. | #else
  1944. | # ifdef HAVE_STDLIB_H
  1945. | # include <stdlib.h>
  1946. | # endif
  1947. | #endif
  1948. | #ifdef HAVE_STRING_H
  1949. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1950. | # include <memory.h>
  1951. | # endif
  1952. | # include <string.h>
  1953. | #endif
  1954. | #ifdef HAVE_STRINGS_H
  1955. | # include <strings.h>
  1956. | #endif
  1957. | #ifdef HAVE_INTTYPES_H
  1958. | # include <inttypes.h>
  1959. | #endif
  1960. | #ifdef HAVE_STDINT_H
  1961. | # include <stdint.h>
  1962. | #endif
  1963. | #ifdef HAVE_UNISTD_H
  1964. | # include <unistd.h>
  1965. | #endif
  1966. | #include <sys/times.h>
  1967. configure:11762: result: no
  1968. configure:11762: checking sys/times.h presence
  1969. configure:11762: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  1970. conftest.c:40:10: fatal error: sys/times.h: No such file or directory
  1971. #include <sys/times.h>
  1972. ^~~~~~~~~~~~~
  1973. compilation terminated.
  1974. configure:11762: $? = 1
  1975. configure: failed program was:
  1976. | /* confdefs.h */
  1977. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  1978. | #define PACKAGE_TARNAME "ghc-8.9"
  1979. | #define PACKAGE_VERSION "8.9"
  1980. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  1981. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  1982. | #define PACKAGE_URL ""
  1983. | #define STDC_HEADERS 1
  1984. | #define HAVE_SYS_TYPES_H 1
  1985. | #define HAVE_SYS_STAT_H 1
  1986. | #define HAVE_STDLIB_H 1
  1987. | #define HAVE_STRING_H 1
  1988. | #define HAVE_MEMORY_H 1
  1989. | #define HAVE_STRINGS_H 1
  1990. | #define HAVE_INTTYPES_H 1
  1991. | #define HAVE_STDINT_H 1
  1992. | #define HAVE_UNISTD_H 1
  1993. | #define __EXTENSIONS__ 1
  1994. | #define _ALL_SOURCE 1
  1995. | #define _GNU_SOURCE 1
  1996. | #define _POSIX_PTHREAD_SEMANTICS 1
  1997. | #define _TANDEM_SOURCE 1
  1998. | #define sUPPORTED_LLVM_VERSION (7,0)
  1999. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  2000. | #define STDC_HEADERS 1
  2001. | #define _FILE_OFFSET_BITS 64
  2002. | #define HAVE_CTYPE_H 1
  2003. | #define HAVE_DIRENT_H 1
  2004. | #define HAVE_ERRNO_H 1
  2005. | #define HAVE_FCNTL_H 1
  2006. | #define HAVE_LIMITS_H 1
  2007. | #define HAVE_LOCALE_H 1
  2008. | #define HAVE_PTHREAD_H 1
  2009. | #define HAVE_SIGNAL_H 1
  2010. | #define HAVE_SYS_PARAM_H 1
  2011. | #define HAVE_SYS_MMAN_H 1
  2012. | #define HAVE_SYS_TIME_H 1
  2013. | #define HAVE_SYS_TIMEB_H 1
  2014. | /* end confdefs.h. */
  2015. | #include <sys/times.h>
  2016. configure:11762: result: no
  2017. configure:11762: checking for sys/times.h
  2018. configure:11762: result: no
  2019. configure:11762: checking sys/utsname.h usability
  2020. configure:11762: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  2021. conftest.c:73:10: fatal error: sys/utsname.h: No such file or directory
  2022. #include <sys/utsname.h>
  2023. ^~~~~~~~~~~~~~~
  2024. compilation terminated.
  2025. configure:11762: $? = 1
  2026. configure: failed program was:
  2027. | /* confdefs.h */
  2028. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  2029. | #define PACKAGE_TARNAME "ghc-8.9"
  2030. | #define PACKAGE_VERSION "8.9"
  2031. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  2032. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  2033. | #define PACKAGE_URL ""
  2034. | #define STDC_HEADERS 1
  2035. | #define HAVE_SYS_TYPES_H 1
  2036. | #define HAVE_SYS_STAT_H 1
  2037. | #define HAVE_STDLIB_H 1
  2038. | #define HAVE_STRING_H 1
  2039. | #define HAVE_MEMORY_H 1
  2040. | #define HAVE_STRINGS_H 1
  2041. | #define HAVE_INTTYPES_H 1
  2042. | #define HAVE_STDINT_H 1
  2043. | #define HAVE_UNISTD_H 1
  2044. | #define __EXTENSIONS__ 1
  2045. | #define _ALL_SOURCE 1
  2046. | #define _GNU_SOURCE 1
  2047. | #define _POSIX_PTHREAD_SEMANTICS 1
  2048. | #define _TANDEM_SOURCE 1
  2049. | #define sUPPORTED_LLVM_VERSION (7,0)
  2050. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  2051. | #define STDC_HEADERS 1
  2052. | #define _FILE_OFFSET_BITS 64
  2053. | #define HAVE_CTYPE_H 1
  2054. | #define HAVE_DIRENT_H 1
  2055. | #define HAVE_ERRNO_H 1
  2056. | #define HAVE_FCNTL_H 1
  2057. | #define HAVE_LIMITS_H 1
  2058. | #define HAVE_LOCALE_H 1
  2059. | #define HAVE_PTHREAD_H 1
  2060. | #define HAVE_SIGNAL_H 1
  2061. | #define HAVE_SYS_PARAM_H 1
  2062. | #define HAVE_SYS_MMAN_H 1
  2063. | #define HAVE_SYS_TIME_H 1
  2064. | #define HAVE_SYS_TIMEB_H 1
  2065. | /* end confdefs.h. */
  2066. | #include <stdio.h>
  2067. | #ifdef HAVE_SYS_TYPES_H
  2068. | # include <sys/types.h>
  2069. | #endif
  2070. | #ifdef HAVE_SYS_STAT_H
  2071. | # include <sys/stat.h>
  2072. | #endif
  2073. | #ifdef STDC_HEADERS
  2074. | # include <stdlib.h>
  2075. | # include <stddef.h>
  2076. | #else
  2077. | # ifdef HAVE_STDLIB_H
  2078. | # include <stdlib.h>
  2079. | # endif
  2080. | #endif
  2081. | #ifdef HAVE_STRING_H
  2082. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2083. | # include <memory.h>
  2084. | # endif
  2085. | # include <string.h>
  2086. | #endif
  2087. | #ifdef HAVE_STRINGS_H
  2088. | # include <strings.h>
  2089. | #endif
  2090. | #ifdef HAVE_INTTYPES_H
  2091. | # include <inttypes.h>
  2092. | #endif
  2093. | #ifdef HAVE_STDINT_H
  2094. | # include <stdint.h>
  2095. | #endif
  2096. | #ifdef HAVE_UNISTD_H
  2097. | # include <unistd.h>
  2098. | #endif
  2099. | #include <sys/utsname.h>
  2100. configure:11762: result: no
  2101. configure:11762: checking sys/utsname.h presence
  2102. configure:11762: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  2103. conftest.c:40:10: fatal error: sys/utsname.h: No such file or directory
  2104. #include <sys/utsname.h>
  2105. ^~~~~~~~~~~~~~~
  2106. compilation terminated.
  2107. configure:11762: $? = 1
  2108. configure: failed program was:
  2109. | /* confdefs.h */
  2110. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  2111. | #define PACKAGE_TARNAME "ghc-8.9"
  2112. | #define PACKAGE_VERSION "8.9"
  2113. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  2114. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  2115. | #define PACKAGE_URL ""
  2116. | #define STDC_HEADERS 1
  2117. | #define HAVE_SYS_TYPES_H 1
  2118. | #define HAVE_SYS_STAT_H 1
  2119. | #define HAVE_STDLIB_H 1
  2120. | #define HAVE_STRING_H 1
  2121. | #define HAVE_MEMORY_H 1
  2122. | #define HAVE_STRINGS_H 1
  2123. | #define HAVE_INTTYPES_H 1
  2124. | #define HAVE_STDINT_H 1
  2125. | #define HAVE_UNISTD_H 1
  2126. | #define __EXTENSIONS__ 1
  2127. | #define _ALL_SOURCE 1
  2128. | #define _GNU_SOURCE 1
  2129. | #define _POSIX_PTHREAD_SEMANTICS 1
  2130. | #define _TANDEM_SOURCE 1
  2131. | #define sUPPORTED_LLVM_VERSION (7,0)
  2132. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  2133. | #define STDC_HEADERS 1
  2134. | #define _FILE_OFFSET_BITS 64
  2135. | #define HAVE_CTYPE_H 1
  2136. | #define HAVE_DIRENT_H 1
  2137. | #define HAVE_ERRNO_H 1
  2138. | #define HAVE_FCNTL_H 1
  2139. | #define HAVE_LIMITS_H 1
  2140. | #define HAVE_LOCALE_H 1
  2141. | #define HAVE_PTHREAD_H 1
  2142. | #define HAVE_SIGNAL_H 1
  2143. | #define HAVE_SYS_PARAM_H 1
  2144. | #define HAVE_SYS_MMAN_H 1
  2145. | #define HAVE_SYS_TIME_H 1
  2146. | #define HAVE_SYS_TIMEB_H 1
  2147. | /* end confdefs.h. */
  2148. | #include <sys/utsname.h>
  2149. configure:11762: result: no
  2150. configure:11762: checking for sys/utsname.h
  2151. configure:11762: result: no
  2152. configure:11762: checking sys/wait.h usability
  2153. configure:11762: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  2154. conftest.c:73:10: fatal error: sys/wait.h: No such file or directory
  2155. #include <sys/wait.h>
  2156. ^~~~~~~~~~~~
  2157. compilation terminated.
  2158. configure:11762: $? = 1
  2159. configure: failed program was:
  2160. | /* confdefs.h */
  2161. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  2162. | #define PACKAGE_TARNAME "ghc-8.9"
  2163. | #define PACKAGE_VERSION "8.9"
  2164. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  2165. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  2166. | #define PACKAGE_URL ""
  2167. | #define STDC_HEADERS 1
  2168. | #define HAVE_SYS_TYPES_H 1
  2169. | #define HAVE_SYS_STAT_H 1
  2170. | #define HAVE_STDLIB_H 1
  2171. | #define HAVE_STRING_H 1
  2172. | #define HAVE_MEMORY_H 1
  2173. | #define HAVE_STRINGS_H 1
  2174. | #define HAVE_INTTYPES_H 1
  2175. | #define HAVE_STDINT_H 1
  2176. | #define HAVE_UNISTD_H 1
  2177. | #define __EXTENSIONS__ 1
  2178. | #define _ALL_SOURCE 1
  2179. | #define _GNU_SOURCE 1
  2180. | #define _POSIX_PTHREAD_SEMANTICS 1
  2181. | #define _TANDEM_SOURCE 1
  2182. | #define sUPPORTED_LLVM_VERSION (7,0)
  2183. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  2184. | #define STDC_HEADERS 1
  2185. | #define _FILE_OFFSET_BITS 64
  2186. | #define HAVE_CTYPE_H 1
  2187. | #define HAVE_DIRENT_H 1
  2188. | #define HAVE_ERRNO_H 1
  2189. | #define HAVE_FCNTL_H 1
  2190. | #define HAVE_LIMITS_H 1
  2191. | #define HAVE_LOCALE_H 1
  2192. | #define HAVE_PTHREAD_H 1
  2193. | #define HAVE_SIGNAL_H 1
  2194. | #define HAVE_SYS_PARAM_H 1
  2195. | #define HAVE_SYS_MMAN_H 1
  2196. | #define HAVE_SYS_TIME_H 1
  2197. | #define HAVE_SYS_TIMEB_H 1
  2198. | /* end confdefs.h. */
  2199. | #include <stdio.h>
  2200. | #ifdef HAVE_SYS_TYPES_H
  2201. | # include <sys/types.h>
  2202. | #endif
  2203. | #ifdef HAVE_SYS_STAT_H
  2204. | # include <sys/stat.h>
  2205. | #endif
  2206. | #ifdef STDC_HEADERS
  2207. | # include <stdlib.h>
  2208. | # include <stddef.h>
  2209. | #else
  2210. | # ifdef HAVE_STDLIB_H
  2211. | # include <stdlib.h>
  2212. | # endif
  2213. | #endif
  2214. | #ifdef HAVE_STRING_H
  2215. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2216. | # include <memory.h>
  2217. | # endif
  2218. | # include <string.h>
  2219. | #endif
  2220. | #ifdef HAVE_STRINGS_H
  2221. | # include <strings.h>
  2222. | #endif
  2223. | #ifdef HAVE_INTTYPES_H
  2224. | # include <inttypes.h>
  2225. | #endif
  2226. | #ifdef HAVE_STDINT_H
  2227. | # include <stdint.h>
  2228. | #endif
  2229. | #ifdef HAVE_UNISTD_H
  2230. | # include <unistd.h>
  2231. | #endif
  2232. | #include <sys/wait.h>
  2233. configure:11762: result: no
  2234. configure:11762: checking sys/wait.h presence
  2235. configure:11762: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  2236. conftest.c:40:10: fatal error: sys/wait.h: No such file or directory
  2237. #include <sys/wait.h>
  2238. ^~~~~~~~~~~~
  2239. compilation terminated.
  2240. configure:11762: $? = 1
  2241. configure: failed program was:
  2242. | /* confdefs.h */
  2243. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  2244. | #define PACKAGE_TARNAME "ghc-8.9"
  2245. | #define PACKAGE_VERSION "8.9"
  2246. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  2247. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  2248. | #define PACKAGE_URL ""
  2249. | #define STDC_HEADERS 1
  2250. | #define HAVE_SYS_TYPES_H 1
  2251. | #define HAVE_SYS_STAT_H 1
  2252. | #define HAVE_STDLIB_H 1
  2253. | #define HAVE_STRING_H 1
  2254. | #define HAVE_MEMORY_H 1
  2255. | #define HAVE_STRINGS_H 1
  2256. | #define HAVE_INTTYPES_H 1
  2257. | #define HAVE_STDINT_H 1
  2258. | #define HAVE_UNISTD_H 1
  2259. | #define __EXTENSIONS__ 1
  2260. | #define _ALL_SOURCE 1
  2261. | #define _GNU_SOURCE 1
  2262. | #define _POSIX_PTHREAD_SEMANTICS 1
  2263. | #define _TANDEM_SOURCE 1
  2264. | #define sUPPORTED_LLVM_VERSION (7,0)
  2265. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  2266. | #define STDC_HEADERS 1
  2267. | #define _FILE_OFFSET_BITS 64
  2268. | #define HAVE_CTYPE_H 1
  2269. | #define HAVE_DIRENT_H 1
  2270. | #define HAVE_ERRNO_H 1
  2271. | #define HAVE_FCNTL_H 1
  2272. | #define HAVE_LIMITS_H 1
  2273. | #define HAVE_LOCALE_H 1
  2274. | #define HAVE_PTHREAD_H 1
  2275. | #define HAVE_SIGNAL_H 1
  2276. | #define HAVE_SYS_PARAM_H 1
  2277. | #define HAVE_SYS_MMAN_H 1
  2278. | #define HAVE_SYS_TIME_H 1
  2279. | #define HAVE_SYS_TIMEB_H 1
  2280. | /* end confdefs.h. */
  2281. | #include <sys/wait.h>
  2282. configure:11762: result: no
  2283. configure:11762: checking for sys/wait.h
  2284. configure:11762: result: no
  2285. configure:11762: checking termios.h usability
  2286. configure:11762: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  2287. conftest.c:73:10: fatal error: termios.h: No such file or directory
  2288. #include <termios.h>
  2289. ^~~~~~~~~~~
  2290. compilation terminated.
  2291. configure:11762: $? = 1
  2292. configure: failed program was:
  2293. | /* confdefs.h */
  2294. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  2295. | #define PACKAGE_TARNAME "ghc-8.9"
  2296. | #define PACKAGE_VERSION "8.9"
  2297. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  2298. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  2299. | #define PACKAGE_URL ""
  2300. | #define STDC_HEADERS 1
  2301. | #define HAVE_SYS_TYPES_H 1
  2302. | #define HAVE_SYS_STAT_H 1
  2303. | #define HAVE_STDLIB_H 1
  2304. | #define HAVE_STRING_H 1
  2305. | #define HAVE_MEMORY_H 1
  2306. | #define HAVE_STRINGS_H 1
  2307. | #define HAVE_INTTYPES_H 1
  2308. | #define HAVE_STDINT_H 1
  2309. | #define HAVE_UNISTD_H 1
  2310. | #define __EXTENSIONS__ 1
  2311. | #define _ALL_SOURCE 1
  2312. | #define _GNU_SOURCE 1
  2313. | #define _POSIX_PTHREAD_SEMANTICS 1
  2314. | #define _TANDEM_SOURCE 1
  2315. | #define sUPPORTED_LLVM_VERSION (7,0)
  2316. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  2317. | #define STDC_HEADERS 1
  2318. | #define _FILE_OFFSET_BITS 64
  2319. | #define HAVE_CTYPE_H 1
  2320. | #define HAVE_DIRENT_H 1
  2321. | #define HAVE_ERRNO_H 1
  2322. | #define HAVE_FCNTL_H 1
  2323. | #define HAVE_LIMITS_H 1
  2324. | #define HAVE_LOCALE_H 1
  2325. | #define HAVE_PTHREAD_H 1
  2326. | #define HAVE_SIGNAL_H 1
  2327. | #define HAVE_SYS_PARAM_H 1
  2328. | #define HAVE_SYS_MMAN_H 1
  2329. | #define HAVE_SYS_TIME_H 1
  2330. | #define HAVE_SYS_TIMEB_H 1
  2331. | /* end confdefs.h. */
  2332. | #include <stdio.h>
  2333. | #ifdef HAVE_SYS_TYPES_H
  2334. | # include <sys/types.h>
  2335. | #endif
  2336. | #ifdef HAVE_SYS_STAT_H
  2337. | # include <sys/stat.h>
  2338. | #endif
  2339. | #ifdef STDC_HEADERS
  2340. | # include <stdlib.h>
  2341. | # include <stddef.h>
  2342. | #else
  2343. | # ifdef HAVE_STDLIB_H
  2344. | # include <stdlib.h>
  2345. | # endif
  2346. | #endif
  2347. | #ifdef HAVE_STRING_H
  2348. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2349. | # include <memory.h>
  2350. | # endif
  2351. | # include <string.h>
  2352. | #endif
  2353. | #ifdef HAVE_STRINGS_H
  2354. | # include <strings.h>
  2355. | #endif
  2356. | #ifdef HAVE_INTTYPES_H
  2357. | # include <inttypes.h>
  2358. | #endif
  2359. | #ifdef HAVE_STDINT_H
  2360. | # include <stdint.h>
  2361. | #endif
  2362. | #ifdef HAVE_UNISTD_H
  2363. | # include <unistd.h>
  2364. | #endif
  2365. | #include <termios.h>
  2366. configure:11762: result: no
  2367. configure:11762: checking termios.h presence
  2368. configure:11762: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  2369. conftest.c:40:10: fatal error: termios.h: No such file or directory
  2370. #include <termios.h>
  2371. ^~~~~~~~~~~
  2372. compilation terminated.
  2373. configure:11762: $? = 1
  2374. configure: failed program was:
  2375. | /* confdefs.h */
  2376. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  2377. | #define PACKAGE_TARNAME "ghc-8.9"
  2378. | #define PACKAGE_VERSION "8.9"
  2379. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  2380. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  2381. | #define PACKAGE_URL ""
  2382. | #define STDC_HEADERS 1
  2383. | #define HAVE_SYS_TYPES_H 1
  2384. | #define HAVE_SYS_STAT_H 1
  2385. | #define HAVE_STDLIB_H 1
  2386. | #define HAVE_STRING_H 1
  2387. | #define HAVE_MEMORY_H 1
  2388. | #define HAVE_STRINGS_H 1
  2389. | #define HAVE_INTTYPES_H 1
  2390. | #define HAVE_STDINT_H 1
  2391. | #define HAVE_UNISTD_H 1
  2392. | #define __EXTENSIONS__ 1
  2393. | #define _ALL_SOURCE 1
  2394. | #define _GNU_SOURCE 1
  2395. | #define _POSIX_PTHREAD_SEMANTICS 1
  2396. | #define _TANDEM_SOURCE 1
  2397. | #define sUPPORTED_LLVM_VERSION (7,0)
  2398. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  2399. | #define STDC_HEADERS 1
  2400. | #define _FILE_OFFSET_BITS 64
  2401. | #define HAVE_CTYPE_H 1
  2402. | #define HAVE_DIRENT_H 1
  2403. | #define HAVE_ERRNO_H 1
  2404. | #define HAVE_FCNTL_H 1
  2405. | #define HAVE_LIMITS_H 1
  2406. | #define HAVE_LOCALE_H 1
  2407. | #define HAVE_PTHREAD_H 1
  2408. | #define HAVE_SIGNAL_H 1
  2409. | #define HAVE_SYS_PARAM_H 1
  2410. | #define HAVE_SYS_MMAN_H 1
  2411. | #define HAVE_SYS_TIME_H 1
  2412. | #define HAVE_SYS_TIMEB_H 1
  2413. | /* end confdefs.h. */
  2414. | #include <termios.h>
  2415. configure:11762: result: no
  2416. configure:11762: checking for termios.h
  2417. configure:11762: result: no
  2418. configure:11762: checking time.h usability
  2419. configure:11762: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  2420. configure:11762: $? = 0
  2421. configure:11762: result: yes
  2422. configure:11762: checking time.h presence
  2423. configure:11762: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  2424. configure:11762: $? = 0
  2425. configure:11762: result: yes
  2426. configure:11762: checking for time.h
  2427. configure:11762: result: yes
  2428. configure:11762: checking utime.h usability
  2429. configure:11762: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  2430. configure:11762: $? = 0
  2431. configure:11762: result: yes
  2432. configure:11762: checking utime.h presence
  2433. configure:11762: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  2434. configure:11762: $? = 0
  2435. configure:11762: result: yes
  2436. configure:11762: checking for utime.h
  2437. configure:11762: result: yes
  2438. configure:11762: checking windows.h usability
  2439. configure:11762: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  2440. configure:11762: $? = 0
  2441. configure:11762: result: yes
  2442. configure:11762: checking windows.h presence
  2443. configure:11762: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  2444. configure:11762: $? = 0
  2445. configure:11762: result: yes
  2446. configure:11762: checking for windows.h
  2447. configure:11762: result: yes
  2448. configure:11762: checking winsock.h usability
  2449. configure:11762: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  2450. configure:11762: $? = 0
  2451. configure:11762: result: yes
  2452. configure:11762: checking winsock.h presence
  2453. configure:11762: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  2454. configure:11762: $? = 0
  2455. configure:11762: result: yes
  2456. configure:11762: checking for winsock.h
  2457. configure:11762: result: yes
  2458. configure:11762: checking sched.h usability
  2459. configure:11762: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  2460. configure:11762: $? = 0
  2461. configure:11762: result: yes
  2462. configure:11762: checking sched.h presence
  2463. configure:11762: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  2464. configure:11762: $? = 0
  2465. configure:11762: result: yes
  2466. configure:11762: checking for sched.h
  2467. configure:11762: result: yes
  2468. configure:11775: checking for sys/cpuset.h
  2469. configure:11775: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  2470. conftest.c:50:10: fatal error: sys/cpuset.h: No such file or directory
  2471. #include <sys/cpuset.h>
  2472. ^~~~~~~~~~~~~~
  2473. compilation terminated.
  2474. configure:11775: $? = 1
  2475. configure: failed program was:
  2476. | /* confdefs.h */
  2477. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  2478. | #define PACKAGE_TARNAME "ghc-8.9"
  2479. | #define PACKAGE_VERSION "8.9"
  2480. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  2481. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  2482. | #define PACKAGE_URL ""
  2483. | #define STDC_HEADERS 1
  2484. | #define HAVE_SYS_TYPES_H 1
  2485. | #define HAVE_SYS_STAT_H 1
  2486. | #define HAVE_STDLIB_H 1
  2487. | #define HAVE_STRING_H 1
  2488. | #define HAVE_MEMORY_H 1
  2489. | #define HAVE_STRINGS_H 1
  2490. | #define HAVE_INTTYPES_H 1
  2491. | #define HAVE_STDINT_H 1
  2492. | #define HAVE_UNISTD_H 1
  2493. | #define __EXTENSIONS__ 1
  2494. | #define _ALL_SOURCE 1
  2495. | #define _GNU_SOURCE 1
  2496. | #define _POSIX_PTHREAD_SEMANTICS 1
  2497. | #define _TANDEM_SOURCE 1
  2498. | #define sUPPORTED_LLVM_VERSION (7,0)
  2499. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  2500. | #define STDC_HEADERS 1
  2501. | #define _FILE_OFFSET_BITS 64
  2502. | #define HAVE_CTYPE_H 1
  2503. | #define HAVE_DIRENT_H 1
  2504. | #define HAVE_ERRNO_H 1
  2505. | #define HAVE_FCNTL_H 1
  2506. | #define HAVE_LIMITS_H 1
  2507. | #define HAVE_LOCALE_H 1
  2508. | #define HAVE_PTHREAD_H 1
  2509. | #define HAVE_SIGNAL_H 1
  2510. | #define HAVE_SYS_PARAM_H 1
  2511. | #define HAVE_SYS_MMAN_H 1
  2512. | #define HAVE_SYS_TIME_H 1
  2513. | #define HAVE_SYS_TIMEB_H 1
  2514. | #define HAVE_TIME_H 1
  2515. | #define HAVE_UTIME_H 1
  2516. | #define HAVE_WINDOWS_H 1
  2517. | #define HAVE_WINSOCK_H 1
  2518. | #define HAVE_SCHED_H 1
  2519. | /* end confdefs.h. */
  2520. | #if HAVE_SYS_PARAM_H
  2521. | # include <sys/param.h>
  2522. | #endif
  2523. |
  2524. |
  2525. | #include <sys/cpuset.h>
  2526. configure:11775: result: no
  2527. configure:11790: checking whether time.h and sys/time.h may both be included
  2528. configure:11810: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  2529. configure:11810: $? = 0
  2530. configure:11817: result: yes
  2531. configure:11826: checking for long long
  2532. configure:11826: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  2533. configure:11826: $? = 0
  2534. configure:11826: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  2535. conftest.c: In function 'main':
  2536. conftest.c:82:24: error: expected expression before ')' token
  2537. if (sizeof ((long long)))
  2538. ^
  2539. configure:11826: $? = 1
  2540. configure: failed program was:
  2541. | /* confdefs.h */
  2542. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  2543. | #define PACKAGE_TARNAME "ghc-8.9"
  2544. | #define PACKAGE_VERSION "8.9"
  2545. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  2546. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  2547. | #define PACKAGE_URL ""
  2548. | #define STDC_HEADERS 1
  2549. | #define HAVE_SYS_TYPES_H 1
  2550. | #define HAVE_SYS_STAT_H 1
  2551. | #define HAVE_STDLIB_H 1
  2552. | #define HAVE_STRING_H 1
  2553. | #define HAVE_MEMORY_H 1
  2554. | #define HAVE_STRINGS_H 1
  2555. | #define HAVE_INTTYPES_H 1
  2556. | #define HAVE_STDINT_H 1
  2557. | #define HAVE_UNISTD_H 1
  2558. | #define __EXTENSIONS__ 1
  2559. | #define _ALL_SOURCE 1
  2560. | #define _GNU_SOURCE 1
  2561. | #define _POSIX_PTHREAD_SEMANTICS 1
  2562. | #define _TANDEM_SOURCE 1
  2563. | #define sUPPORTED_LLVM_VERSION (7,0)
  2564. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  2565. | #define STDC_HEADERS 1
  2566. | #define _FILE_OFFSET_BITS 64
  2567. | #define HAVE_CTYPE_H 1
  2568. | #define HAVE_DIRENT_H 1
  2569. | #define HAVE_ERRNO_H 1
  2570. | #define HAVE_FCNTL_H 1
  2571. | #define HAVE_LIMITS_H 1
  2572. | #define HAVE_LOCALE_H 1
  2573. | #define HAVE_PTHREAD_H 1
  2574. | #define HAVE_SIGNAL_H 1
  2575. | #define HAVE_SYS_PARAM_H 1
  2576. | #define HAVE_SYS_MMAN_H 1
  2577. | #define HAVE_SYS_TIME_H 1
  2578. | #define HAVE_SYS_TIMEB_H 1
  2579. | #define HAVE_TIME_H 1
  2580. | #define HAVE_UTIME_H 1
  2581. | #define HAVE_WINDOWS_H 1
  2582. | #define HAVE_WINSOCK_H 1
  2583. | #define HAVE_SCHED_H 1
  2584. | #define TIME_WITH_SYS_TIME 1
  2585. | /* end confdefs.h. */
  2586. | #include <stdio.h>
  2587. | #ifdef HAVE_SYS_TYPES_H
  2588. | # include <sys/types.h>
  2589. | #endif
  2590. | #ifdef HAVE_SYS_STAT_H
  2591. | # include <sys/stat.h>
  2592. | #endif
  2593. | #ifdef STDC_HEADERS
  2594. | # include <stdlib.h>
  2595. | # include <stddef.h>
  2596. | #else
  2597. | # ifdef HAVE_STDLIB_H
  2598. | # include <stdlib.h>
  2599. | # endif
  2600. | #endif
  2601. | #ifdef HAVE_STRING_H
  2602. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2603. | # include <memory.h>
  2604. | # endif
  2605. | # include <string.h>
  2606. | #endif
  2607. | #ifdef HAVE_STRINGS_H
  2608. | # include <strings.h>
  2609. | #endif
  2610. | #ifdef HAVE_INTTYPES_H
  2611. | # include <inttypes.h>
  2612. | #endif
  2613. | #ifdef HAVE_STDINT_H
  2614. | # include <stdint.h>
  2615. | #endif
  2616. | #ifdef HAVE_UNISTD_H
  2617. | # include <unistd.h>
  2618. | #endif
  2619. | int
  2620. | main ()
  2621. | {
  2622. | if (sizeof ((long long)))
  2623. | return 0;
  2624. | ;
  2625. | return 0;
  2626. | }
  2627. configure:11826: result: yes
  2628. configure:11841: checking size of char
  2629. configure:11846: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  2630. configure:11846: $? = 0
  2631. configure:11846: ./conftest.exe
  2632. configure:11846: $? = 0
  2633. configure:11860: result: 1
  2634. configure:11870: checking for char
  2635. configure:11870: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  2636. configure:11870: $? = 0
  2637. configure:11870: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  2638. conftest.c: In function 'main':
  2639. conftest.c:84:19: error: expected expression before ')' token
  2640. if (sizeof ((char)))
  2641. ^
  2642. configure:11870: $? = 1
  2643. configure: failed program was:
  2644. | /* confdefs.h */
  2645. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  2646. | #define PACKAGE_TARNAME "ghc-8.9"
  2647. | #define PACKAGE_VERSION "8.9"
  2648. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  2649. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  2650. | #define PACKAGE_URL ""
  2651. | #define STDC_HEADERS 1
  2652. | #define HAVE_SYS_TYPES_H 1
  2653. | #define HAVE_SYS_STAT_H 1
  2654. | #define HAVE_STDLIB_H 1
  2655. | #define HAVE_STRING_H 1
  2656. | #define HAVE_MEMORY_H 1
  2657. | #define HAVE_STRINGS_H 1
  2658. | #define HAVE_INTTYPES_H 1
  2659. | #define HAVE_STDINT_H 1
  2660. | #define HAVE_UNISTD_H 1
  2661. | #define __EXTENSIONS__ 1
  2662. | #define _ALL_SOURCE 1
  2663. | #define _GNU_SOURCE 1
  2664. | #define _POSIX_PTHREAD_SEMANTICS 1
  2665. | #define _TANDEM_SOURCE 1
  2666. | #define sUPPORTED_LLVM_VERSION (7,0)
  2667. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  2668. | #define STDC_HEADERS 1
  2669. | #define _FILE_OFFSET_BITS 64
  2670. | #define HAVE_CTYPE_H 1
  2671. | #define HAVE_DIRENT_H 1
  2672. | #define HAVE_ERRNO_H 1
  2673. | #define HAVE_FCNTL_H 1
  2674. | #define HAVE_LIMITS_H 1
  2675. | #define HAVE_LOCALE_H 1
  2676. | #define HAVE_PTHREAD_H 1
  2677. | #define HAVE_SIGNAL_H 1
  2678. | #define HAVE_SYS_PARAM_H 1
  2679. | #define HAVE_SYS_MMAN_H 1
  2680. | #define HAVE_SYS_TIME_H 1
  2681. | #define HAVE_SYS_TIMEB_H 1
  2682. | #define HAVE_TIME_H 1
  2683. | #define HAVE_UTIME_H 1
  2684. | #define HAVE_WINDOWS_H 1
  2685. | #define HAVE_WINSOCK_H 1
  2686. | #define HAVE_SCHED_H 1
  2687. | #define TIME_WITH_SYS_TIME 1
  2688. | #define HAVE_LONG_LONG 1
  2689. | #define SIZEOF_CHAR 1
  2690. | /* end confdefs.h. */
  2691. | #include <stdio.h>
  2692. | #ifdef HAVE_SYS_TYPES_H
  2693. | # include <sys/types.h>
  2694. | #endif
  2695. | #ifdef HAVE_SYS_STAT_H
  2696. | # include <sys/stat.h>
  2697. | #endif
  2698. | #ifdef STDC_HEADERS
  2699. | # include <stdlib.h>
  2700. | # include <stddef.h>
  2701. | #else
  2702. | # ifdef HAVE_STDLIB_H
  2703. | # include <stdlib.h>
  2704. | # endif
  2705. | #endif
  2706. | #ifdef HAVE_STRING_H
  2707. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2708. | # include <memory.h>
  2709. | # endif
  2710. | # include <string.h>
  2711. | #endif
  2712. | #ifdef HAVE_STRINGS_H
  2713. | # include <strings.h>
  2714. | #endif
  2715. | #ifdef HAVE_INTTYPES_H
  2716. | # include <inttypes.h>
  2717. | #endif
  2718. | #ifdef HAVE_STDINT_H
  2719. | # include <stdint.h>
  2720. | #endif
  2721. | #ifdef HAVE_UNISTD_H
  2722. | # include <unistd.h>
  2723. | #endif
  2724. | int
  2725. | main ()
  2726. | {
  2727. | if (sizeof ((char)))
  2728. | return 0;
  2729. | ;
  2730. | return 0;
  2731. | }
  2732. configure:11870: result: yes
  2733. configure:11874: checking alignment of char
  2734. configure:11880: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  2735. configure:11880: $? = 0
  2736. configure:11880: ./conftest.exe
  2737. configure:11880: $? = 0
  2738. configure:11892: result: 1
  2739. configure:11903: checking size of double
  2740. configure:11908: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  2741. configure:11908: $? = 0
  2742. configure:11908: ./conftest.exe
  2743. configure:11908: $? = 0
  2744. configure:11922: result: 8
  2745. configure:11932: checking for double
  2746. configure:11932: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  2747. configure:11932: $? = 0
  2748. configure:11932: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  2749. conftest.c: In function 'main':
  2750. conftest.c:86:21: error: expected expression before ')' token
  2751. if (sizeof ((double)))
  2752. ^
  2753. configure:11932: $? = 1
  2754. configure: failed program was:
  2755. | /* confdefs.h */
  2756. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  2757. | #define PACKAGE_TARNAME "ghc-8.9"
  2758. | #define PACKAGE_VERSION "8.9"
  2759. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  2760. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  2761. | #define PACKAGE_URL ""
  2762. | #define STDC_HEADERS 1
  2763. | #define HAVE_SYS_TYPES_H 1
  2764. | #define HAVE_SYS_STAT_H 1
  2765. | #define HAVE_STDLIB_H 1
  2766. | #define HAVE_STRING_H 1
  2767. | #define HAVE_MEMORY_H 1
  2768. | #define HAVE_STRINGS_H 1
  2769. | #define HAVE_INTTYPES_H 1
  2770. | #define HAVE_STDINT_H 1
  2771. | #define HAVE_UNISTD_H 1
  2772. | #define __EXTENSIONS__ 1
  2773. | #define _ALL_SOURCE 1
  2774. | #define _GNU_SOURCE 1
  2775. | #define _POSIX_PTHREAD_SEMANTICS 1
  2776. | #define _TANDEM_SOURCE 1
  2777. | #define sUPPORTED_LLVM_VERSION (7,0)
  2778. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  2779. | #define STDC_HEADERS 1
  2780. | #define _FILE_OFFSET_BITS 64
  2781. | #define HAVE_CTYPE_H 1
  2782. | #define HAVE_DIRENT_H 1
  2783. | #define HAVE_ERRNO_H 1
  2784. | #define HAVE_FCNTL_H 1
  2785. | #define HAVE_LIMITS_H 1
  2786. | #define HAVE_LOCALE_H 1
  2787. | #define HAVE_PTHREAD_H 1
  2788. | #define HAVE_SIGNAL_H 1
  2789. | #define HAVE_SYS_PARAM_H 1
  2790. | #define HAVE_SYS_MMAN_H 1
  2791. | #define HAVE_SYS_TIME_H 1
  2792. | #define HAVE_SYS_TIMEB_H 1
  2793. | #define HAVE_TIME_H 1
  2794. | #define HAVE_UTIME_H 1
  2795. | #define HAVE_WINDOWS_H 1
  2796. | #define HAVE_WINSOCK_H 1
  2797. | #define HAVE_SCHED_H 1
  2798. | #define TIME_WITH_SYS_TIME 1
  2799. | #define HAVE_LONG_LONG 1
  2800. | #define SIZEOF_CHAR 1
  2801. | #define ALIGNMENT_CHAR 1
  2802. | #define SIZEOF_DOUBLE 8
  2803. | /* end confdefs.h. */
  2804. | #include <stdio.h>
  2805. | #ifdef HAVE_SYS_TYPES_H
  2806. | # include <sys/types.h>
  2807. | #endif
  2808. | #ifdef HAVE_SYS_STAT_H
  2809. | # include <sys/stat.h>
  2810. | #endif
  2811. | #ifdef STDC_HEADERS
  2812. | # include <stdlib.h>
  2813. | # include <stddef.h>
  2814. | #else
  2815. | # ifdef HAVE_STDLIB_H
  2816. | # include <stdlib.h>
  2817. | # endif
  2818. | #endif
  2819. | #ifdef HAVE_STRING_H
  2820. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2821. | # include <memory.h>
  2822. | # endif
  2823. | # include <string.h>
  2824. | #endif
  2825. | #ifdef HAVE_STRINGS_H
  2826. | # include <strings.h>
  2827. | #endif
  2828. | #ifdef HAVE_INTTYPES_H
  2829. | # include <inttypes.h>
  2830. | #endif
  2831. | #ifdef HAVE_STDINT_H
  2832. | # include <stdint.h>
  2833. | #endif
  2834. | #ifdef HAVE_UNISTD_H
  2835. | # include <unistd.h>
  2836. | #endif
  2837. | int
  2838. | main ()
  2839. | {
  2840. | if (sizeof ((double)))
  2841. | return 0;
  2842. | ;
  2843. | return 0;
  2844. | }
  2845. configure:11932: result: yes
  2846. configure:11936: checking alignment of double
  2847. configure:11942: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  2848. configure:11942: $? = 0
  2849. configure:11942: ./conftest.exe
  2850. configure:11942: $? = 0
  2851. configure:11954: result: 8
  2852. configure:11965: checking size of float
  2853. configure:11970: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  2854. configure:11970: $? = 0
  2855. configure:11970: ./conftest.exe
  2856. configure:11970: $? = 0
  2857. configure:11984: result: 4
  2858. configure:11994: checking for float
  2859. configure:11994: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  2860. configure:11994: $? = 0
  2861. configure:11994: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  2862. conftest.c: In function 'main':
  2863. conftest.c:88:20: error: expected expression before ')' token
  2864. if (sizeof ((float)))
  2865. ^
  2866. configure:11994: $? = 1
  2867. configure: failed program was:
  2868. | /* confdefs.h */
  2869. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  2870. | #define PACKAGE_TARNAME "ghc-8.9"
  2871. | #define PACKAGE_VERSION "8.9"
  2872. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  2873. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  2874. | #define PACKAGE_URL ""
  2875. | #define STDC_HEADERS 1
  2876. | #define HAVE_SYS_TYPES_H 1
  2877. | #define HAVE_SYS_STAT_H 1
  2878. | #define HAVE_STDLIB_H 1
  2879. | #define HAVE_STRING_H 1
  2880. | #define HAVE_MEMORY_H 1
  2881. | #define HAVE_STRINGS_H 1
  2882. | #define HAVE_INTTYPES_H 1
  2883. | #define HAVE_STDINT_H 1
  2884. | #define HAVE_UNISTD_H 1
  2885. | #define __EXTENSIONS__ 1
  2886. | #define _ALL_SOURCE 1
  2887. | #define _GNU_SOURCE 1
  2888. | #define _POSIX_PTHREAD_SEMANTICS 1
  2889. | #define _TANDEM_SOURCE 1
  2890. | #define sUPPORTED_LLVM_VERSION (7,0)
  2891. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  2892. | #define STDC_HEADERS 1
  2893. | #define _FILE_OFFSET_BITS 64
  2894. | #define HAVE_CTYPE_H 1
  2895. | #define HAVE_DIRENT_H 1
  2896. | #define HAVE_ERRNO_H 1
  2897. | #define HAVE_FCNTL_H 1
  2898. | #define HAVE_LIMITS_H 1
  2899. | #define HAVE_LOCALE_H 1
  2900. | #define HAVE_PTHREAD_H 1
  2901. | #define HAVE_SIGNAL_H 1
  2902. | #define HAVE_SYS_PARAM_H 1
  2903. | #define HAVE_SYS_MMAN_H 1
  2904. | #define HAVE_SYS_TIME_H 1
  2905. | #define HAVE_SYS_TIMEB_H 1
  2906. | #define HAVE_TIME_H 1
  2907. | #define HAVE_UTIME_H 1
  2908. | #define HAVE_WINDOWS_H 1
  2909. | #define HAVE_WINSOCK_H 1
  2910. | #define HAVE_SCHED_H 1
  2911. | #define TIME_WITH_SYS_TIME 1
  2912. | #define HAVE_LONG_LONG 1
  2913. | #define SIZEOF_CHAR 1
  2914. | #define ALIGNMENT_CHAR 1
  2915. | #define SIZEOF_DOUBLE 8
  2916. | #define ALIGNMENT_DOUBLE 8
  2917. | #define SIZEOF_FLOAT 4
  2918. | /* end confdefs.h. */
  2919. | #include <stdio.h>
  2920. | #ifdef HAVE_SYS_TYPES_H
  2921. | # include <sys/types.h>
  2922. | #endif
  2923. | #ifdef HAVE_SYS_STAT_H
  2924. | # include <sys/stat.h>
  2925. | #endif
  2926. | #ifdef STDC_HEADERS
  2927. | # include <stdlib.h>
  2928. | # include <stddef.h>
  2929. | #else
  2930. | # ifdef HAVE_STDLIB_H
  2931. | # include <stdlib.h>
  2932. | # endif
  2933. | #endif
  2934. | #ifdef HAVE_STRING_H
  2935. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2936. | # include <memory.h>
  2937. | # endif
  2938. | # include <string.h>
  2939. | #endif
  2940. | #ifdef HAVE_STRINGS_H
  2941. | # include <strings.h>
  2942. | #endif
  2943. | #ifdef HAVE_INTTYPES_H
  2944. | # include <inttypes.h>
  2945. | #endif
  2946. | #ifdef HAVE_STDINT_H
  2947. | # include <stdint.h>
  2948. | #endif
  2949. | #ifdef HAVE_UNISTD_H
  2950. | # include <unistd.h>
  2951. | #endif
  2952. | int
  2953. | main ()
  2954. | {
  2955. | if (sizeof ((float)))
  2956. | return 0;
  2957. | ;
  2958. | return 0;
  2959. | }
  2960. configure:11994: result: yes
  2961. configure:11998: checking alignment of float
  2962. configure:12004: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  2963. configure:12004: $? = 0
  2964. configure:12004: ./conftest.exe
  2965. configure:12004: $? = 0
  2966. configure:12016: result: 4
  2967. configure:12027: checking size of int
  2968. configure:12032: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  2969. configure:12032: $? = 0
  2970. configure:12032: ./conftest.exe
  2971. configure:12032: $? = 0
  2972. configure:12046: result: 4
  2973. configure:12056: checking for int
  2974. configure:12056: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  2975. configure:12056: $? = 0
  2976. configure:12056: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  2977. conftest.c: In function 'main':
  2978. conftest.c:90:18: error: expected expression before ')' token
  2979. if (sizeof ((int)))
  2980. ^
  2981. configure:12056: $? = 1
  2982. configure: failed program was:
  2983. | /* confdefs.h */
  2984. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  2985. | #define PACKAGE_TARNAME "ghc-8.9"
  2986. | #define PACKAGE_VERSION "8.9"
  2987. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  2988. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  2989. | #define PACKAGE_URL ""
  2990. | #define STDC_HEADERS 1
  2991. | #define HAVE_SYS_TYPES_H 1
  2992. | #define HAVE_SYS_STAT_H 1
  2993. | #define HAVE_STDLIB_H 1
  2994. | #define HAVE_STRING_H 1
  2995. | #define HAVE_MEMORY_H 1
  2996. | #define HAVE_STRINGS_H 1
  2997. | #define HAVE_INTTYPES_H 1
  2998. | #define HAVE_STDINT_H 1
  2999. | #define HAVE_UNISTD_H 1
  3000. | #define __EXTENSIONS__ 1
  3001. | #define _ALL_SOURCE 1
  3002. | #define _GNU_SOURCE 1
  3003. | #define _POSIX_PTHREAD_SEMANTICS 1
  3004. | #define _TANDEM_SOURCE 1
  3005. | #define sUPPORTED_LLVM_VERSION (7,0)
  3006. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  3007. | #define STDC_HEADERS 1
  3008. | #define _FILE_OFFSET_BITS 64
  3009. | #define HAVE_CTYPE_H 1
  3010. | #define HAVE_DIRENT_H 1
  3011. | #define HAVE_ERRNO_H 1
  3012. | #define HAVE_FCNTL_H 1
  3013. | #define HAVE_LIMITS_H 1
  3014. | #define HAVE_LOCALE_H 1
  3015. | #define HAVE_PTHREAD_H 1
  3016. | #define HAVE_SIGNAL_H 1
  3017. | #define HAVE_SYS_PARAM_H 1
  3018. | #define HAVE_SYS_MMAN_H 1
  3019. | #define HAVE_SYS_TIME_H 1
  3020. | #define HAVE_SYS_TIMEB_H 1
  3021. | #define HAVE_TIME_H 1
  3022. | #define HAVE_UTIME_H 1
  3023. | #define HAVE_WINDOWS_H 1
  3024. | #define HAVE_WINSOCK_H 1
  3025. | #define HAVE_SCHED_H 1
  3026. | #define TIME_WITH_SYS_TIME 1
  3027. | #define HAVE_LONG_LONG 1
  3028. | #define SIZEOF_CHAR 1
  3029. | #define ALIGNMENT_CHAR 1
  3030. | #define SIZEOF_DOUBLE 8
  3031. | #define ALIGNMENT_DOUBLE 8
  3032. | #define SIZEOF_FLOAT 4
  3033. | #define ALIGNMENT_FLOAT 4
  3034. | #define SIZEOF_INT 4
  3035. | /* end confdefs.h. */
  3036. | #include <stdio.h>
  3037. | #ifdef HAVE_SYS_TYPES_H
  3038. | # include <sys/types.h>
  3039. | #endif
  3040. | #ifdef HAVE_SYS_STAT_H
  3041. | # include <sys/stat.h>
  3042. | #endif
  3043. | #ifdef STDC_HEADERS
  3044. | # include <stdlib.h>
  3045. | # include <stddef.h>
  3046. | #else
  3047. | # ifdef HAVE_STDLIB_H
  3048. | # include <stdlib.h>
  3049. | # endif
  3050. | #endif
  3051. | #ifdef HAVE_STRING_H
  3052. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3053. | # include <memory.h>
  3054. | # endif
  3055. | # include <string.h>
  3056. | #endif
  3057. | #ifdef HAVE_STRINGS_H
  3058. | # include <strings.h>
  3059. | #endif
  3060. | #ifdef HAVE_INTTYPES_H
  3061. | # include <inttypes.h>
  3062. | #endif
  3063. | #ifdef HAVE_STDINT_H
  3064. | # include <stdint.h>
  3065. | #endif
  3066. | #ifdef HAVE_UNISTD_H
  3067. | # include <unistd.h>
  3068. | #endif
  3069. | int
  3070. | main ()
  3071. | {
  3072. | if (sizeof ((int)))
  3073. | return 0;
  3074. | ;
  3075. | return 0;
  3076. | }
  3077. configure:12056: result: yes
  3078. configure:12060: checking alignment of int
  3079. configure:12066: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  3080. configure:12066: $? = 0
  3081. configure:12066: ./conftest.exe
  3082. configure:12066: $? = 0
  3083. configure:12078: result: 4
  3084. configure:12089: checking size of long
  3085. configure:12094: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  3086. configure:12094: $? = 0
  3087. configure:12094: ./conftest.exe
  3088. configure:12094: $? = 0
  3089. configure:12108: result: 4
  3090. configure:12118: checking for long
  3091. configure:12118: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  3092. configure:12118: $? = 0
  3093. configure:12118: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  3094. conftest.c: In function 'main':
  3095. conftest.c:92:19: error: expected expression before ')' token
  3096. if (sizeof ((long)))
  3097. ^
  3098. configure:12118: $? = 1
  3099. configure: failed program was:
  3100. | /* confdefs.h */
  3101. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  3102. | #define PACKAGE_TARNAME "ghc-8.9"
  3103. | #define PACKAGE_VERSION "8.9"
  3104. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  3105. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  3106. | #define PACKAGE_URL ""
  3107. | #define STDC_HEADERS 1
  3108. | #define HAVE_SYS_TYPES_H 1
  3109. | #define HAVE_SYS_STAT_H 1
  3110. | #define HAVE_STDLIB_H 1
  3111. | #define HAVE_STRING_H 1
  3112. | #define HAVE_MEMORY_H 1
  3113. | #define HAVE_STRINGS_H 1
  3114. | #define HAVE_INTTYPES_H 1
  3115. | #define HAVE_STDINT_H 1
  3116. | #define HAVE_UNISTD_H 1
  3117. | #define __EXTENSIONS__ 1
  3118. | #define _ALL_SOURCE 1
  3119. | #define _GNU_SOURCE 1
  3120. | #define _POSIX_PTHREAD_SEMANTICS 1
  3121. | #define _TANDEM_SOURCE 1
  3122. | #define sUPPORTED_LLVM_VERSION (7,0)
  3123. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  3124. | #define STDC_HEADERS 1
  3125. | #define _FILE_OFFSET_BITS 64
  3126. | #define HAVE_CTYPE_H 1
  3127. | #define HAVE_DIRENT_H 1
  3128. | #define HAVE_ERRNO_H 1
  3129. | #define HAVE_FCNTL_H 1
  3130. | #define HAVE_LIMITS_H 1
  3131. | #define HAVE_LOCALE_H 1
  3132. | #define HAVE_PTHREAD_H 1
  3133. | #define HAVE_SIGNAL_H 1
  3134. | #define HAVE_SYS_PARAM_H 1
  3135. | #define HAVE_SYS_MMAN_H 1
  3136. | #define HAVE_SYS_TIME_H 1
  3137. | #define HAVE_SYS_TIMEB_H 1
  3138. | #define HAVE_TIME_H 1
  3139. | #define HAVE_UTIME_H 1
  3140. | #define HAVE_WINDOWS_H 1
  3141. | #define HAVE_WINSOCK_H 1
  3142. | #define HAVE_SCHED_H 1
  3143. | #define TIME_WITH_SYS_TIME 1
  3144. | #define HAVE_LONG_LONG 1
  3145. | #define SIZEOF_CHAR 1
  3146. | #define ALIGNMENT_CHAR 1
  3147. | #define SIZEOF_DOUBLE 8
  3148. | #define ALIGNMENT_DOUBLE 8
  3149. | #define SIZEOF_FLOAT 4
  3150. | #define ALIGNMENT_FLOAT 4
  3151. | #define SIZEOF_INT 4
  3152. | #define ALIGNMENT_INT 4
  3153. | #define SIZEOF_LONG 4
  3154. | /* end confdefs.h. */
  3155. | #include <stdio.h>
  3156. | #ifdef HAVE_SYS_TYPES_H
  3157. | # include <sys/types.h>
  3158. | #endif
  3159. | #ifdef HAVE_SYS_STAT_H
  3160. | # include <sys/stat.h>
  3161. | #endif
  3162. | #ifdef STDC_HEADERS
  3163. | # include <stdlib.h>
  3164. | # include <stddef.h>
  3165. | #else
  3166. | # ifdef HAVE_STDLIB_H
  3167. | # include <stdlib.h>
  3168. | # endif
  3169. | #endif
  3170. | #ifdef HAVE_STRING_H
  3171. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3172. | # include <memory.h>
  3173. | # endif
  3174. | # include <string.h>
  3175. | #endif
  3176. | #ifdef HAVE_STRINGS_H
  3177. | # include <strings.h>
  3178. | #endif
  3179. | #ifdef HAVE_INTTYPES_H
  3180. | # include <inttypes.h>
  3181. | #endif
  3182. | #ifdef HAVE_STDINT_H
  3183. | # include <stdint.h>
  3184. | #endif
  3185. | #ifdef HAVE_UNISTD_H
  3186. | # include <unistd.h>
  3187. | #endif
  3188. | int
  3189. | main ()
  3190. | {
  3191. | if (sizeof ((long)))
  3192. | return 0;
  3193. | ;
  3194. | return 0;
  3195. | }
  3196. configure:12118: result: yes
  3197. configure:12122: checking alignment of long
  3198. configure:12128: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  3199. configure:12128: $? = 0
  3200. configure:12128: ./conftest.exe
  3201. configure:12128: $? = 0
  3202. configure:12140: result: 4
  3203. configure:12152: checking size of long long
  3204. configure:12157: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  3205. configure:12157: $? = 0
  3206. configure:12157: ./conftest.exe
  3207. configure:12157: $? = 0
  3208. configure:12171: result: 8
  3209. configure:12181: checking for long long
  3210. configure:12181: result: yes
  3211. configure:12185: checking alignment of long long
  3212. configure:12191: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  3213. configure:12191: $? = 0
  3214. configure:12191: ./conftest.exe
  3215. configure:12191: $? = 0
  3216. configure:12203: result: 8
  3217. configure:12215: checking size of short
  3218. configure:12220: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  3219. configure:12220: $? = 0
  3220. configure:12220: ./conftest.exe
  3221. configure:12220: $? = 0
  3222. configure:12234: result: 2
  3223. configure:12244: checking for short
  3224. configure:12244: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  3225. configure:12244: $? = 0
  3226. configure:12244: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  3227. conftest.c: In function 'main':
  3228. conftest.c:96:20: error: expected expression before ')' token
  3229. if (sizeof ((short)))
  3230. ^
  3231. configure:12244: $? = 1
  3232. configure: failed program was:
  3233. | /* confdefs.h */
  3234. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  3235. | #define PACKAGE_TARNAME "ghc-8.9"
  3236. | #define PACKAGE_VERSION "8.9"
  3237. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  3238. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  3239. | #define PACKAGE_URL ""
  3240. | #define STDC_HEADERS 1
  3241. | #define HAVE_SYS_TYPES_H 1
  3242. | #define HAVE_SYS_STAT_H 1
  3243. | #define HAVE_STDLIB_H 1
  3244. | #define HAVE_STRING_H 1
  3245. | #define HAVE_MEMORY_H 1
  3246. | #define HAVE_STRINGS_H 1
  3247. | #define HAVE_INTTYPES_H 1
  3248. | #define HAVE_STDINT_H 1
  3249. | #define HAVE_UNISTD_H 1
  3250. | #define __EXTENSIONS__ 1
  3251. | #define _ALL_SOURCE 1
  3252. | #define _GNU_SOURCE 1
  3253. | #define _POSIX_PTHREAD_SEMANTICS 1
  3254. | #define _TANDEM_SOURCE 1
  3255. | #define sUPPORTED_LLVM_VERSION (7,0)
  3256. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  3257. | #define STDC_HEADERS 1
  3258. | #define _FILE_OFFSET_BITS 64
  3259. | #define HAVE_CTYPE_H 1
  3260. | #define HAVE_DIRENT_H 1
  3261. | #define HAVE_ERRNO_H 1
  3262. | #define HAVE_FCNTL_H 1
  3263. | #define HAVE_LIMITS_H 1
  3264. | #define HAVE_LOCALE_H 1
  3265. | #define HAVE_PTHREAD_H 1
  3266. | #define HAVE_SIGNAL_H 1
  3267. | #define HAVE_SYS_PARAM_H 1
  3268. | #define HAVE_SYS_MMAN_H 1
  3269. | #define HAVE_SYS_TIME_H 1
  3270. | #define HAVE_SYS_TIMEB_H 1
  3271. | #define HAVE_TIME_H 1
  3272. | #define HAVE_UTIME_H 1
  3273. | #define HAVE_WINDOWS_H 1
  3274. | #define HAVE_WINSOCK_H 1
  3275. | #define HAVE_SCHED_H 1
  3276. | #define TIME_WITH_SYS_TIME 1
  3277. | #define HAVE_LONG_LONG 1
  3278. | #define SIZEOF_CHAR 1
  3279. | #define ALIGNMENT_CHAR 1
  3280. | #define SIZEOF_DOUBLE 8
  3281. | #define ALIGNMENT_DOUBLE 8
  3282. | #define SIZEOF_FLOAT 4
  3283. | #define ALIGNMENT_FLOAT 4
  3284. | #define SIZEOF_INT 4
  3285. | #define ALIGNMENT_INT 4
  3286. | #define SIZEOF_LONG 4
  3287. | #define ALIGNMENT_LONG 4
  3288. | #define SIZEOF_LONG_LONG 8
  3289. | #define ALIGNMENT_LONG_LONG 8
  3290. | #define SIZEOF_SHORT 2
  3291. | /* end confdefs.h. */
  3292. | #include <stdio.h>
  3293. | #ifdef HAVE_SYS_TYPES_H
  3294. | # include <sys/types.h>
  3295. | #endif
  3296. | #ifdef HAVE_SYS_STAT_H
  3297. | # include <sys/stat.h>
  3298. | #endif
  3299. | #ifdef STDC_HEADERS
  3300. | # include <stdlib.h>
  3301. | # include <stddef.h>
  3302. | #else
  3303. | # ifdef HAVE_STDLIB_H
  3304. | # include <stdlib.h>
  3305. | # endif
  3306. | #endif
  3307. | #ifdef HAVE_STRING_H
  3308. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3309. | # include <memory.h>
  3310. | # endif
  3311. | # include <string.h>
  3312. | #endif
  3313. | #ifdef HAVE_STRINGS_H
  3314. | # include <strings.h>
  3315. | #endif
  3316. | #ifdef HAVE_INTTYPES_H
  3317. | # include <inttypes.h>
  3318. | #endif
  3319. | #ifdef HAVE_STDINT_H
  3320. | # include <stdint.h>
  3321. | #endif
  3322. | #ifdef HAVE_UNISTD_H
  3323. | # include <unistd.h>
  3324. | #endif
  3325. | int
  3326. | main ()
  3327. | {
  3328. | if (sizeof ((short)))
  3329. | return 0;
  3330. | ;
  3331. | return 0;
  3332. | }
  3333. configure:12244: result: yes
  3334. configure:12248: checking alignment of short
  3335. configure:12254: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  3336. configure:12254: $? = 0
  3337. configure:12254: ./conftest.exe
  3338. configure:12254: $? = 0
  3339. configure:12266: result: 2
  3340. configure:12277: checking size of unsigned char
  3341. configure:12282: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  3342. configure:12282: $? = 0
  3343. configure:12282: ./conftest.exe
  3344. configure:12282: $? = 0
  3345. configure:12296: result: 1
  3346. configure:12306: checking for unsigned char
  3347. configure:12306: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  3348. configure:12306: $? = 0
  3349. configure:12306: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  3350. conftest.c: In function 'main':
  3351. conftest.c:98:28: error: expected expression before ')' token
  3352. if (sizeof ((unsigned char)))
  3353. ^
  3354. configure:12306: $? = 1
  3355. configure: failed program was:
  3356. | /* confdefs.h */
  3357. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  3358. | #define PACKAGE_TARNAME "ghc-8.9"
  3359. | #define PACKAGE_VERSION "8.9"
  3360. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  3361. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  3362. | #define PACKAGE_URL ""
  3363. | #define STDC_HEADERS 1
  3364. | #define HAVE_SYS_TYPES_H 1
  3365. | #define HAVE_SYS_STAT_H 1
  3366. | #define HAVE_STDLIB_H 1
  3367. | #define HAVE_STRING_H 1
  3368. | #define HAVE_MEMORY_H 1
  3369. | #define HAVE_STRINGS_H 1
  3370. | #define HAVE_INTTYPES_H 1
  3371. | #define HAVE_STDINT_H 1
  3372. | #define HAVE_UNISTD_H 1
  3373. | #define __EXTENSIONS__ 1
  3374. | #define _ALL_SOURCE 1
  3375. | #define _GNU_SOURCE 1
  3376. | #define _POSIX_PTHREAD_SEMANTICS 1
  3377. | #define _TANDEM_SOURCE 1
  3378. | #define sUPPORTED_LLVM_VERSION (7,0)
  3379. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  3380. | #define STDC_HEADERS 1
  3381. | #define _FILE_OFFSET_BITS 64
  3382. | #define HAVE_CTYPE_H 1
  3383. | #define HAVE_DIRENT_H 1
  3384. | #define HAVE_ERRNO_H 1
  3385. | #define HAVE_FCNTL_H 1
  3386. | #define HAVE_LIMITS_H 1
  3387. | #define HAVE_LOCALE_H 1
  3388. | #define HAVE_PTHREAD_H 1
  3389. | #define HAVE_SIGNAL_H 1
  3390. | #define HAVE_SYS_PARAM_H 1
  3391. | #define HAVE_SYS_MMAN_H 1
  3392. | #define HAVE_SYS_TIME_H 1
  3393. | #define HAVE_SYS_TIMEB_H 1
  3394. | #define HAVE_TIME_H 1
  3395. | #define HAVE_UTIME_H 1
  3396. | #define HAVE_WINDOWS_H 1
  3397. | #define HAVE_WINSOCK_H 1
  3398. | #define HAVE_SCHED_H 1
  3399. | #define TIME_WITH_SYS_TIME 1
  3400. | #define HAVE_LONG_LONG 1
  3401. | #define SIZEOF_CHAR 1
  3402. | #define ALIGNMENT_CHAR 1
  3403. | #define SIZEOF_DOUBLE 8
  3404. | #define ALIGNMENT_DOUBLE 8
  3405. | #define SIZEOF_FLOAT 4
  3406. | #define ALIGNMENT_FLOAT 4
  3407. | #define SIZEOF_INT 4
  3408. | #define ALIGNMENT_INT 4
  3409. | #define SIZEOF_LONG 4
  3410. | #define ALIGNMENT_LONG 4
  3411. | #define SIZEOF_LONG_LONG 8
  3412. | #define ALIGNMENT_LONG_LONG 8
  3413. | #define SIZEOF_SHORT 2
  3414. | #define ALIGNMENT_SHORT 2
  3415. | #define SIZEOF_UNSIGNED_CHAR 1
  3416. | /* end confdefs.h. */
  3417. | #include <stdio.h>
  3418. | #ifdef HAVE_SYS_TYPES_H
  3419. | # include <sys/types.h>
  3420. | #endif
  3421. | #ifdef HAVE_SYS_STAT_H
  3422. | # include <sys/stat.h>
  3423. | #endif
  3424. | #ifdef STDC_HEADERS
  3425. | # include <stdlib.h>
  3426. | # include <stddef.h>
  3427. | #else
  3428. | # ifdef HAVE_STDLIB_H
  3429. | # include <stdlib.h>
  3430. | # endif
  3431. | #endif
  3432. | #ifdef HAVE_STRING_H
  3433. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3434. | # include <memory.h>
  3435. | # endif
  3436. | # include <string.h>
  3437. | #endif
  3438. | #ifdef HAVE_STRINGS_H
  3439. | # include <strings.h>
  3440. | #endif
  3441. | #ifdef HAVE_INTTYPES_H
  3442. | # include <inttypes.h>
  3443. | #endif
  3444. | #ifdef HAVE_STDINT_H
  3445. | # include <stdint.h>
  3446. | #endif
  3447. | #ifdef HAVE_UNISTD_H
  3448. | # include <unistd.h>
  3449. | #endif
  3450. | int
  3451. | main ()
  3452. | {
  3453. | if (sizeof ((unsigned char)))
  3454. | return 0;
  3455. | ;
  3456. | return 0;
  3457. | }
  3458. configure:12306: result: yes
  3459. configure:12310: checking alignment of unsigned char
  3460. configure:12316: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  3461. configure:12316: $? = 0
  3462. configure:12316: ./conftest.exe
  3463. configure:12316: $? = 0
  3464. configure:12328: result: 1
  3465. configure:12339: checking size of unsigned int
  3466. configure:12344: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  3467. configure:12344: $? = 0
  3468. configure:12344: ./conftest.exe
  3469. configure:12344: $? = 0
  3470. configure:12358: result: 4
  3471. configure:12368: checking for unsigned int
  3472. configure:12368: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  3473. configure:12368: $? = 0
  3474. configure:12368: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  3475. conftest.c: In function 'main':
  3476. conftest.c:100:27: error: expected expression before ')' token
  3477. if (sizeof ((unsigned int)))
  3478. ^
  3479. configure:12368: $? = 1
  3480. configure: failed program was:
  3481. | /* confdefs.h */
  3482. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  3483. | #define PACKAGE_TARNAME "ghc-8.9"
  3484. | #define PACKAGE_VERSION "8.9"
  3485. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  3486. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  3487. | #define PACKAGE_URL ""
  3488. | #define STDC_HEADERS 1
  3489. | #define HAVE_SYS_TYPES_H 1
  3490. | #define HAVE_SYS_STAT_H 1
  3491. | #define HAVE_STDLIB_H 1
  3492. | #define HAVE_STRING_H 1
  3493. | #define HAVE_MEMORY_H 1
  3494. | #define HAVE_STRINGS_H 1
  3495. | #define HAVE_INTTYPES_H 1
  3496. | #define HAVE_STDINT_H 1
  3497. | #define HAVE_UNISTD_H 1
  3498. | #define __EXTENSIONS__ 1
  3499. | #define _ALL_SOURCE 1
  3500. | #define _GNU_SOURCE 1
  3501. | #define _POSIX_PTHREAD_SEMANTICS 1
  3502. | #define _TANDEM_SOURCE 1
  3503. | #define sUPPORTED_LLVM_VERSION (7,0)
  3504. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  3505. | #define STDC_HEADERS 1
  3506. | #define _FILE_OFFSET_BITS 64
  3507. | #define HAVE_CTYPE_H 1
  3508. | #define HAVE_DIRENT_H 1
  3509. | #define HAVE_ERRNO_H 1
  3510. | #define HAVE_FCNTL_H 1
  3511. | #define HAVE_LIMITS_H 1
  3512. | #define HAVE_LOCALE_H 1
  3513. | #define HAVE_PTHREAD_H 1
  3514. | #define HAVE_SIGNAL_H 1
  3515. | #define HAVE_SYS_PARAM_H 1
  3516. | #define HAVE_SYS_MMAN_H 1
  3517. | #define HAVE_SYS_TIME_H 1
  3518. | #define HAVE_SYS_TIMEB_H 1
  3519. | #define HAVE_TIME_H 1
  3520. | #define HAVE_UTIME_H 1
  3521. | #define HAVE_WINDOWS_H 1
  3522. | #define HAVE_WINSOCK_H 1
  3523. | #define HAVE_SCHED_H 1
  3524. | #define TIME_WITH_SYS_TIME 1
  3525. | #define HAVE_LONG_LONG 1
  3526. | #define SIZEOF_CHAR 1
  3527. | #define ALIGNMENT_CHAR 1
  3528. | #define SIZEOF_DOUBLE 8
  3529. | #define ALIGNMENT_DOUBLE 8
  3530. | #define SIZEOF_FLOAT 4
  3531. | #define ALIGNMENT_FLOAT 4
  3532. | #define SIZEOF_INT 4
  3533. | #define ALIGNMENT_INT 4
  3534. | #define SIZEOF_LONG 4
  3535. | #define ALIGNMENT_LONG 4
  3536. | #define SIZEOF_LONG_LONG 8
  3537. | #define ALIGNMENT_LONG_LONG 8
  3538. | #define SIZEOF_SHORT 2
  3539. | #define ALIGNMENT_SHORT 2
  3540. | #define SIZEOF_UNSIGNED_CHAR 1
  3541. | #define ALIGNMENT_UNSIGNED_CHAR 1
  3542. | #define SIZEOF_UNSIGNED_INT 4
  3543. | /* end confdefs.h. */
  3544. | #include <stdio.h>
  3545. | #ifdef HAVE_SYS_TYPES_H
  3546. | # include <sys/types.h>
  3547. | #endif
  3548. | #ifdef HAVE_SYS_STAT_H
  3549. | # include <sys/stat.h>
  3550. | #endif
  3551. | #ifdef STDC_HEADERS
  3552. | # include <stdlib.h>
  3553. | # include <stddef.h>
  3554. | #else
  3555. | # ifdef HAVE_STDLIB_H
  3556. | # include <stdlib.h>
  3557. | # endif
  3558. | #endif
  3559. | #ifdef HAVE_STRING_H
  3560. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3561. | # include <memory.h>
  3562. | # endif
  3563. | # include <string.h>
  3564. | #endif
  3565. | #ifdef HAVE_STRINGS_H
  3566. | # include <strings.h>
  3567. | #endif
  3568. | #ifdef HAVE_INTTYPES_H
  3569. | # include <inttypes.h>
  3570. | #endif
  3571. | #ifdef HAVE_STDINT_H
  3572. | # include <stdint.h>
  3573. | #endif
  3574. | #ifdef HAVE_UNISTD_H
  3575. | # include <unistd.h>
  3576. | #endif
  3577. | int
  3578. | main ()
  3579. | {
  3580. | if (sizeof ((unsigned int)))
  3581. | return 0;
  3582. | ;
  3583. | return 0;
  3584. | }
  3585. configure:12368: result: yes
  3586. configure:12372: checking alignment of unsigned int
  3587. configure:12378: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  3588. configure:12378: $? = 0
  3589. configure:12378: ./conftest.exe
  3590. configure:12378: $? = 0
  3591. configure:12390: result: 4
  3592. configure:12401: checking size of unsigned long
  3593. configure:12406: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  3594. configure:12406: $? = 0
  3595. configure:12406: ./conftest.exe
  3596. configure:12406: $? = 0
  3597. configure:12420: result: 4
  3598. configure:12430: checking for unsigned long
  3599. configure:12430: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  3600. configure:12430: $? = 0
  3601. configure:12430: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  3602. conftest.c: In function 'main':
  3603. conftest.c:102:28: error: expected expression before ')' token
  3604. if (sizeof ((unsigned long)))
  3605. ^
  3606. configure:12430: $? = 1
  3607. configure: failed program was:
  3608. | /* confdefs.h */
  3609. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  3610. | #define PACKAGE_TARNAME "ghc-8.9"
  3611. | #define PACKAGE_VERSION "8.9"
  3612. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  3613. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  3614. | #define PACKAGE_URL ""
  3615. | #define STDC_HEADERS 1
  3616. | #define HAVE_SYS_TYPES_H 1
  3617. | #define HAVE_SYS_STAT_H 1
  3618. | #define HAVE_STDLIB_H 1
  3619. | #define HAVE_STRING_H 1
  3620. | #define HAVE_MEMORY_H 1
  3621. | #define HAVE_STRINGS_H 1
  3622. | #define HAVE_INTTYPES_H 1
  3623. | #define HAVE_STDINT_H 1
  3624. | #define HAVE_UNISTD_H 1
  3625. | #define __EXTENSIONS__ 1
  3626. | #define _ALL_SOURCE 1
  3627. | #define _GNU_SOURCE 1
  3628. | #define _POSIX_PTHREAD_SEMANTICS 1
  3629. | #define _TANDEM_SOURCE 1
  3630. | #define sUPPORTED_LLVM_VERSION (7,0)
  3631. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  3632. | #define STDC_HEADERS 1
  3633. | #define _FILE_OFFSET_BITS 64
  3634. | #define HAVE_CTYPE_H 1
  3635. | #define HAVE_DIRENT_H 1
  3636. | #define HAVE_ERRNO_H 1
  3637. | #define HAVE_FCNTL_H 1
  3638. | #define HAVE_LIMITS_H 1
  3639. | #define HAVE_LOCALE_H 1
  3640. | #define HAVE_PTHREAD_H 1
  3641. | #define HAVE_SIGNAL_H 1
  3642. | #define HAVE_SYS_PARAM_H 1
  3643. | #define HAVE_SYS_MMAN_H 1
  3644. | #define HAVE_SYS_TIME_H 1
  3645. | #define HAVE_SYS_TIMEB_H 1
  3646. | #define HAVE_TIME_H 1
  3647. | #define HAVE_UTIME_H 1
  3648. | #define HAVE_WINDOWS_H 1
  3649. | #define HAVE_WINSOCK_H 1
  3650. | #define HAVE_SCHED_H 1
  3651. | #define TIME_WITH_SYS_TIME 1
  3652. | #define HAVE_LONG_LONG 1
  3653. | #define SIZEOF_CHAR 1
  3654. | #define ALIGNMENT_CHAR 1
  3655. | #define SIZEOF_DOUBLE 8
  3656. | #define ALIGNMENT_DOUBLE 8
  3657. | #define SIZEOF_FLOAT 4
  3658. | #define ALIGNMENT_FLOAT 4
  3659. | #define SIZEOF_INT 4
  3660. | #define ALIGNMENT_INT 4
  3661. | #define SIZEOF_LONG 4
  3662. | #define ALIGNMENT_LONG 4
  3663. | #define SIZEOF_LONG_LONG 8
  3664. | #define ALIGNMENT_LONG_LONG 8
  3665. | #define SIZEOF_SHORT 2
  3666. | #define ALIGNMENT_SHORT 2
  3667. | #define SIZEOF_UNSIGNED_CHAR 1
  3668. | #define ALIGNMENT_UNSIGNED_CHAR 1
  3669. | #define SIZEOF_UNSIGNED_INT 4
  3670. | #define ALIGNMENT_UNSIGNED_INT 4
  3671. | #define SIZEOF_UNSIGNED_LONG 4
  3672. | /* end confdefs.h. */
  3673. | #include <stdio.h>
  3674. | #ifdef HAVE_SYS_TYPES_H
  3675. | # include <sys/types.h>
  3676. | #endif
  3677. | #ifdef HAVE_SYS_STAT_H
  3678. | # include <sys/stat.h>
  3679. | #endif
  3680. | #ifdef STDC_HEADERS
  3681. | # include <stdlib.h>
  3682. | # include <stddef.h>
  3683. | #else
  3684. | # ifdef HAVE_STDLIB_H
  3685. | # include <stdlib.h>
  3686. | # endif
  3687. | #endif
  3688. | #ifdef HAVE_STRING_H
  3689. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3690. | # include <memory.h>
  3691. | # endif
  3692. | # include <string.h>
  3693. | #endif
  3694. | #ifdef HAVE_STRINGS_H
  3695. | # include <strings.h>
  3696. | #endif
  3697. | #ifdef HAVE_INTTYPES_H
  3698. | # include <inttypes.h>
  3699. | #endif
  3700. | #ifdef HAVE_STDINT_H
  3701. | # include <stdint.h>
  3702. | #endif
  3703. | #ifdef HAVE_UNISTD_H
  3704. | # include <unistd.h>
  3705. | #endif
  3706. | int
  3707. | main ()
  3708. | {
  3709. | if (sizeof ((unsigned long)))
  3710. | return 0;
  3711. | ;
  3712. | return 0;
  3713. | }
  3714. configure:12430: result: yes
  3715. configure:12434: checking alignment of unsigned long
  3716. configure:12440: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  3717. configure:12440: $? = 0
  3718. configure:12440: ./conftest.exe
  3719. configure:12440: $? = 0
  3720. configure:12452: result: 4
  3721. configure:12464: checking size of unsigned long long
  3722. configure:12469: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  3723. configure:12469: $? = 0
  3724. configure:12469: ./conftest.exe
  3725. configure:12469: $? = 0
  3726. configure:12483: result: 8
  3727. configure:12493: checking for unsigned long long
  3728. configure:12493: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  3729. configure:12493: $? = 0
  3730. configure:12493: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  3731. conftest.c: In function 'main':
  3732. conftest.c:104:33: error: expected expression before ')' token
  3733. if (sizeof ((unsigned long long)))
  3734. ^
  3735. configure:12493: $? = 1
  3736. configure: failed program was:
  3737. | /* confdefs.h */
  3738. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  3739. | #define PACKAGE_TARNAME "ghc-8.9"
  3740. | #define PACKAGE_VERSION "8.9"
  3741. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  3742. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  3743. | #define PACKAGE_URL ""
  3744. | #define STDC_HEADERS 1
  3745. | #define HAVE_SYS_TYPES_H 1
  3746. | #define HAVE_SYS_STAT_H 1
  3747. | #define HAVE_STDLIB_H 1
  3748. | #define HAVE_STRING_H 1
  3749. | #define HAVE_MEMORY_H 1
  3750. | #define HAVE_STRINGS_H 1
  3751. | #define HAVE_INTTYPES_H 1
  3752. | #define HAVE_STDINT_H 1
  3753. | #define HAVE_UNISTD_H 1
  3754. | #define __EXTENSIONS__ 1
  3755. | #define _ALL_SOURCE 1
  3756. | #define _GNU_SOURCE 1
  3757. | #define _POSIX_PTHREAD_SEMANTICS 1
  3758. | #define _TANDEM_SOURCE 1
  3759. | #define sUPPORTED_LLVM_VERSION (7,0)
  3760. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  3761. | #define STDC_HEADERS 1
  3762. | #define _FILE_OFFSET_BITS 64
  3763. | #define HAVE_CTYPE_H 1
  3764. | #define HAVE_DIRENT_H 1
  3765. | #define HAVE_ERRNO_H 1
  3766. | #define HAVE_FCNTL_H 1
  3767. | #define HAVE_LIMITS_H 1
  3768. | #define HAVE_LOCALE_H 1
  3769. | #define HAVE_PTHREAD_H 1
  3770. | #define HAVE_SIGNAL_H 1
  3771. | #define HAVE_SYS_PARAM_H 1
  3772. | #define HAVE_SYS_MMAN_H 1
  3773. | #define HAVE_SYS_TIME_H 1
  3774. | #define HAVE_SYS_TIMEB_H 1
  3775. | #define HAVE_TIME_H 1
  3776. | #define HAVE_UTIME_H 1
  3777. | #define HAVE_WINDOWS_H 1
  3778. | #define HAVE_WINSOCK_H 1
  3779. | #define HAVE_SCHED_H 1
  3780. | #define TIME_WITH_SYS_TIME 1
  3781. | #define HAVE_LONG_LONG 1
  3782. | #define SIZEOF_CHAR 1
  3783. | #define ALIGNMENT_CHAR 1
  3784. | #define SIZEOF_DOUBLE 8
  3785. | #define ALIGNMENT_DOUBLE 8
  3786. | #define SIZEOF_FLOAT 4
  3787. | #define ALIGNMENT_FLOAT 4
  3788. | #define SIZEOF_INT 4
  3789. | #define ALIGNMENT_INT 4
  3790. | #define SIZEOF_LONG 4
  3791. | #define ALIGNMENT_LONG 4
  3792. | #define SIZEOF_LONG_LONG 8
  3793. | #define ALIGNMENT_LONG_LONG 8
  3794. | #define SIZEOF_SHORT 2
  3795. | #define ALIGNMENT_SHORT 2
  3796. | #define SIZEOF_UNSIGNED_CHAR 1
  3797. | #define ALIGNMENT_UNSIGNED_CHAR 1
  3798. | #define SIZEOF_UNSIGNED_INT 4
  3799. | #define ALIGNMENT_UNSIGNED_INT 4
  3800. | #define SIZEOF_UNSIGNED_LONG 4
  3801. | #define ALIGNMENT_UNSIGNED_LONG 4
  3802. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  3803. | /* end confdefs.h. */
  3804. | #include <stdio.h>
  3805. | #ifdef HAVE_SYS_TYPES_H
  3806. | # include <sys/types.h>
  3807. | #endif
  3808. | #ifdef HAVE_SYS_STAT_H
  3809. | # include <sys/stat.h>
  3810. | #endif
  3811. | #ifdef STDC_HEADERS
  3812. | # include <stdlib.h>
  3813. | # include <stddef.h>
  3814. | #else
  3815. | # ifdef HAVE_STDLIB_H
  3816. | # include <stdlib.h>
  3817. | # endif
  3818. | #endif
  3819. | #ifdef HAVE_STRING_H
  3820. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3821. | # include <memory.h>
  3822. | # endif
  3823. | # include <string.h>
  3824. | #endif
  3825. | #ifdef HAVE_STRINGS_H
  3826. | # include <strings.h>
  3827. | #endif
  3828. | #ifdef HAVE_INTTYPES_H
  3829. | # include <inttypes.h>
  3830. | #endif
  3831. | #ifdef HAVE_STDINT_H
  3832. | # include <stdint.h>
  3833. | #endif
  3834. | #ifdef HAVE_UNISTD_H
  3835. | # include <unistd.h>
  3836. | #endif
  3837. | int
  3838. | main ()
  3839. | {
  3840. | if (sizeof ((unsigned long long)))
  3841. | return 0;
  3842. | ;
  3843. | return 0;
  3844. | }
  3845. configure:12493: result: yes
  3846. configure:12497: checking alignment of unsigned long long
  3847. configure:12503: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  3848. configure:12503: $? = 0
  3849. configure:12503: ./conftest.exe
  3850. configure:12503: $? = 0
  3851. configure:12515: result: 8
  3852. configure:12527: checking size of unsigned short
  3853. configure:12532: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  3854. configure:12532: $? = 0
  3855. configure:12532: ./conftest.exe
  3856. configure:12532: $? = 0
  3857. configure:12546: result: 2
  3858. configure:12556: checking for unsigned short
  3859. configure:12556: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  3860. configure:12556: $? = 0
  3861. configure:12556: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  3862. conftest.c: In function 'main':
  3863. conftest.c:106:29: error: expected expression before ')' token
  3864. if (sizeof ((unsigned short)))
  3865. ^
  3866. configure:12556: $? = 1
  3867. configure: failed program was:
  3868. | /* confdefs.h */
  3869. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  3870. | #define PACKAGE_TARNAME "ghc-8.9"
  3871. | #define PACKAGE_VERSION "8.9"
  3872. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  3873. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  3874. | #define PACKAGE_URL ""
  3875. | #define STDC_HEADERS 1
  3876. | #define HAVE_SYS_TYPES_H 1
  3877. | #define HAVE_SYS_STAT_H 1
  3878. | #define HAVE_STDLIB_H 1
  3879. | #define HAVE_STRING_H 1
  3880. | #define HAVE_MEMORY_H 1
  3881. | #define HAVE_STRINGS_H 1
  3882. | #define HAVE_INTTYPES_H 1
  3883. | #define HAVE_STDINT_H 1
  3884. | #define HAVE_UNISTD_H 1
  3885. | #define __EXTENSIONS__ 1
  3886. | #define _ALL_SOURCE 1
  3887. | #define _GNU_SOURCE 1
  3888. | #define _POSIX_PTHREAD_SEMANTICS 1
  3889. | #define _TANDEM_SOURCE 1
  3890. | #define sUPPORTED_LLVM_VERSION (7,0)
  3891. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  3892. | #define STDC_HEADERS 1
  3893. | #define _FILE_OFFSET_BITS 64
  3894. | #define HAVE_CTYPE_H 1
  3895. | #define HAVE_DIRENT_H 1
  3896. | #define HAVE_ERRNO_H 1
  3897. | #define HAVE_FCNTL_H 1
  3898. | #define HAVE_LIMITS_H 1
  3899. | #define HAVE_LOCALE_H 1
  3900. | #define HAVE_PTHREAD_H 1
  3901. | #define HAVE_SIGNAL_H 1
  3902. | #define HAVE_SYS_PARAM_H 1
  3903. | #define HAVE_SYS_MMAN_H 1
  3904. | #define HAVE_SYS_TIME_H 1
  3905. | #define HAVE_SYS_TIMEB_H 1
  3906. | #define HAVE_TIME_H 1
  3907. | #define HAVE_UTIME_H 1
  3908. | #define HAVE_WINDOWS_H 1
  3909. | #define HAVE_WINSOCK_H 1
  3910. | #define HAVE_SCHED_H 1
  3911. | #define TIME_WITH_SYS_TIME 1
  3912. | #define HAVE_LONG_LONG 1
  3913. | #define SIZEOF_CHAR 1
  3914. | #define ALIGNMENT_CHAR 1
  3915. | #define SIZEOF_DOUBLE 8
  3916. | #define ALIGNMENT_DOUBLE 8
  3917. | #define SIZEOF_FLOAT 4
  3918. | #define ALIGNMENT_FLOAT 4
  3919. | #define SIZEOF_INT 4
  3920. | #define ALIGNMENT_INT 4
  3921. | #define SIZEOF_LONG 4
  3922. | #define ALIGNMENT_LONG 4
  3923. | #define SIZEOF_LONG_LONG 8
  3924. | #define ALIGNMENT_LONG_LONG 8
  3925. | #define SIZEOF_SHORT 2
  3926. | #define ALIGNMENT_SHORT 2
  3927. | #define SIZEOF_UNSIGNED_CHAR 1
  3928. | #define ALIGNMENT_UNSIGNED_CHAR 1
  3929. | #define SIZEOF_UNSIGNED_INT 4
  3930. | #define ALIGNMENT_UNSIGNED_INT 4
  3931. | #define SIZEOF_UNSIGNED_LONG 4
  3932. | #define ALIGNMENT_UNSIGNED_LONG 4
  3933. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  3934. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  3935. | #define SIZEOF_UNSIGNED_SHORT 2
  3936. | /* end confdefs.h. */
  3937. | #include <stdio.h>
  3938. | #ifdef HAVE_SYS_TYPES_H
  3939. | # include <sys/types.h>
  3940. | #endif
  3941. | #ifdef HAVE_SYS_STAT_H
  3942. | # include <sys/stat.h>
  3943. | #endif
  3944. | #ifdef STDC_HEADERS
  3945. | # include <stdlib.h>
  3946. | # include <stddef.h>
  3947. | #else
  3948. | # ifdef HAVE_STDLIB_H
  3949. | # include <stdlib.h>
  3950. | # endif
  3951. | #endif
  3952. | #ifdef HAVE_STRING_H
  3953. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3954. | # include <memory.h>
  3955. | # endif
  3956. | # include <string.h>
  3957. | #endif
  3958. | #ifdef HAVE_STRINGS_H
  3959. | # include <strings.h>
  3960. | #endif
  3961. | #ifdef HAVE_INTTYPES_H
  3962. | # include <inttypes.h>
  3963. | #endif
  3964. | #ifdef HAVE_STDINT_H
  3965. | # include <stdint.h>
  3966. | #endif
  3967. | #ifdef HAVE_UNISTD_H
  3968. | # include <unistd.h>
  3969. | #endif
  3970. | int
  3971. | main ()
  3972. | {
  3973. | if (sizeof ((unsigned short)))
  3974. | return 0;
  3975. | ;
  3976. | return 0;
  3977. | }
  3978. configure:12556: result: yes
  3979. configure:12560: checking alignment of unsigned short
  3980. configure:12566: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  3981. configure:12566: $? = 0
  3982. configure:12566: ./conftest.exe
  3983. configure:12566: $? = 0
  3984. configure:12578: result: 2
  3985. configure:12589: checking size of void *
  3986. configure:12594: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  3987. configure:12594: $? = 0
  3988. configure:12594: ./conftest.exe
  3989. configure:12594: $? = 0
  3990. configure:12608: result: 8
  3991. configure:12619: checking for void *
  3992. configure:12619: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  3993. configure:12619: $? = 0
  3994. configure:12619: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  3995. conftest.c: In function 'main':
  3996. conftest.c:108:21: error: expected expression before ')' token
  3997. if (sizeof ((void *)))
  3998. ^
  3999. configure:12619: $? = 1
  4000. configure: failed program was:
  4001. | /* confdefs.h */
  4002. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  4003. | #define PACKAGE_TARNAME "ghc-8.9"
  4004. | #define PACKAGE_VERSION "8.9"
  4005. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  4006. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  4007. | #define PACKAGE_URL ""
  4008. | #define STDC_HEADERS 1
  4009. | #define HAVE_SYS_TYPES_H 1
  4010. | #define HAVE_SYS_STAT_H 1
  4011. | #define HAVE_STDLIB_H 1
  4012. | #define HAVE_STRING_H 1
  4013. | #define HAVE_MEMORY_H 1
  4014. | #define HAVE_STRINGS_H 1
  4015. | #define HAVE_INTTYPES_H 1
  4016. | #define HAVE_STDINT_H 1
  4017. | #define HAVE_UNISTD_H 1
  4018. | #define __EXTENSIONS__ 1
  4019. | #define _ALL_SOURCE 1
  4020. | #define _GNU_SOURCE 1
  4021. | #define _POSIX_PTHREAD_SEMANTICS 1
  4022. | #define _TANDEM_SOURCE 1
  4023. | #define sUPPORTED_LLVM_VERSION (7,0)
  4024. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  4025. | #define STDC_HEADERS 1
  4026. | #define _FILE_OFFSET_BITS 64
  4027. | #define HAVE_CTYPE_H 1
  4028. | #define HAVE_DIRENT_H 1
  4029. | #define HAVE_ERRNO_H 1
  4030. | #define HAVE_FCNTL_H 1
  4031. | #define HAVE_LIMITS_H 1
  4032. | #define HAVE_LOCALE_H 1
  4033. | #define HAVE_PTHREAD_H 1
  4034. | #define HAVE_SIGNAL_H 1
  4035. | #define HAVE_SYS_PARAM_H 1
  4036. | #define HAVE_SYS_MMAN_H 1
  4037. | #define HAVE_SYS_TIME_H 1
  4038. | #define HAVE_SYS_TIMEB_H 1
  4039. | #define HAVE_TIME_H 1
  4040. | #define HAVE_UTIME_H 1
  4041. | #define HAVE_WINDOWS_H 1
  4042. | #define HAVE_WINSOCK_H 1
  4043. | #define HAVE_SCHED_H 1
  4044. | #define TIME_WITH_SYS_TIME 1
  4045. | #define HAVE_LONG_LONG 1
  4046. | #define SIZEOF_CHAR 1
  4047. | #define ALIGNMENT_CHAR 1
  4048. | #define SIZEOF_DOUBLE 8
  4049. | #define ALIGNMENT_DOUBLE 8
  4050. | #define SIZEOF_FLOAT 4
  4051. | #define ALIGNMENT_FLOAT 4
  4052. | #define SIZEOF_INT 4
  4053. | #define ALIGNMENT_INT 4
  4054. | #define SIZEOF_LONG 4
  4055. | #define ALIGNMENT_LONG 4
  4056. | #define SIZEOF_LONG_LONG 8
  4057. | #define ALIGNMENT_LONG_LONG 8
  4058. | #define SIZEOF_SHORT 2
  4059. | #define ALIGNMENT_SHORT 2
  4060. | #define SIZEOF_UNSIGNED_CHAR 1
  4061. | #define ALIGNMENT_UNSIGNED_CHAR 1
  4062. | #define SIZEOF_UNSIGNED_INT 4
  4063. | #define ALIGNMENT_UNSIGNED_INT 4
  4064. | #define SIZEOF_UNSIGNED_LONG 4
  4065. | #define ALIGNMENT_UNSIGNED_LONG 4
  4066. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  4067. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  4068. | #define SIZEOF_UNSIGNED_SHORT 2
  4069. | #define ALIGNMENT_UNSIGNED_SHORT 2
  4070. | #define SIZEOF_VOID_P 8
  4071. | /* end confdefs.h. */
  4072. | #include <stdio.h>
  4073. | #ifdef HAVE_SYS_TYPES_H
  4074. | # include <sys/types.h>
  4075. | #endif
  4076. | #ifdef HAVE_SYS_STAT_H
  4077. | # include <sys/stat.h>
  4078. | #endif
  4079. | #ifdef STDC_HEADERS
  4080. | # include <stdlib.h>
  4081. | # include <stddef.h>
  4082. | #else
  4083. | # ifdef HAVE_STDLIB_H
  4084. | # include <stdlib.h>
  4085. | # endif
  4086. | #endif
  4087. | #ifdef HAVE_STRING_H
  4088. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4089. | # include <memory.h>
  4090. | # endif
  4091. | # include <string.h>
  4092. | #endif
  4093. | #ifdef HAVE_STRINGS_H
  4094. | # include <strings.h>
  4095. | #endif
  4096. | #ifdef HAVE_INTTYPES_H
  4097. | # include <inttypes.h>
  4098. | #endif
  4099. | #ifdef HAVE_STDINT_H
  4100. | # include <stdint.h>
  4101. | #endif
  4102. | #ifdef HAVE_UNISTD_H
  4103. | # include <unistd.h>
  4104. | #endif
  4105. | int
  4106. | main ()
  4107. | {
  4108. | if (sizeof ((void *)))
  4109. | return 0;
  4110. | ;
  4111. | return 0;
  4112. | }
  4113. configure:12619: result: yes
  4114. configure:12623: checking alignment of void *
  4115. configure:12629: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  4116. configure:12629: $? = 0
  4117. configure:12629: ./conftest.exe
  4118. configure:12629: $? = 0
  4119. configure:12641: result: 8
  4120. configure:12653: checking size of int8_t
  4121. configure:12658: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  4122. configure:12658: $? = 0
  4123. configure:12658: ./conftest.exe
  4124. configure:12658: $? = 0
  4125. configure:12672: result: 1
  4126. configure:12682: checking for int8_t
  4127. configure:12682: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  4128. configure:12682: $? = 0
  4129. configure:12682: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  4130. conftest.c: In function 'main':
  4131. conftest.c:110:21: error: expected expression before ')' token
  4132. if (sizeof ((int8_t)))
  4133. ^
  4134. configure:12682: $? = 1
  4135. configure: failed program was:
  4136. | /* confdefs.h */
  4137. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  4138. | #define PACKAGE_TARNAME "ghc-8.9"
  4139. | #define PACKAGE_VERSION "8.9"
  4140. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  4141. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  4142. | #define PACKAGE_URL ""
  4143. | #define STDC_HEADERS 1
  4144. | #define HAVE_SYS_TYPES_H 1
  4145. | #define HAVE_SYS_STAT_H 1
  4146. | #define HAVE_STDLIB_H 1
  4147. | #define HAVE_STRING_H 1
  4148. | #define HAVE_MEMORY_H 1
  4149. | #define HAVE_STRINGS_H 1
  4150. | #define HAVE_INTTYPES_H 1
  4151. | #define HAVE_STDINT_H 1
  4152. | #define HAVE_UNISTD_H 1
  4153. | #define __EXTENSIONS__ 1
  4154. | #define _ALL_SOURCE 1
  4155. | #define _GNU_SOURCE 1
  4156. | #define _POSIX_PTHREAD_SEMANTICS 1
  4157. | #define _TANDEM_SOURCE 1
  4158. | #define sUPPORTED_LLVM_VERSION (7,0)
  4159. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  4160. | #define STDC_HEADERS 1
  4161. | #define _FILE_OFFSET_BITS 64
  4162. | #define HAVE_CTYPE_H 1
  4163. | #define HAVE_DIRENT_H 1
  4164. | #define HAVE_ERRNO_H 1
  4165. | #define HAVE_FCNTL_H 1
  4166. | #define HAVE_LIMITS_H 1
  4167. | #define HAVE_LOCALE_H 1
  4168. | #define HAVE_PTHREAD_H 1
  4169. | #define HAVE_SIGNAL_H 1
  4170. | #define HAVE_SYS_PARAM_H 1
  4171. | #define HAVE_SYS_MMAN_H 1
  4172. | #define HAVE_SYS_TIME_H 1
  4173. | #define HAVE_SYS_TIMEB_H 1
  4174. | #define HAVE_TIME_H 1
  4175. | #define HAVE_UTIME_H 1
  4176. | #define HAVE_WINDOWS_H 1
  4177. | #define HAVE_WINSOCK_H 1
  4178. | #define HAVE_SCHED_H 1
  4179. | #define TIME_WITH_SYS_TIME 1
  4180. | #define HAVE_LONG_LONG 1
  4181. | #define SIZEOF_CHAR 1
  4182. | #define ALIGNMENT_CHAR 1
  4183. | #define SIZEOF_DOUBLE 8
  4184. | #define ALIGNMENT_DOUBLE 8
  4185. | #define SIZEOF_FLOAT 4
  4186. | #define ALIGNMENT_FLOAT 4
  4187. | #define SIZEOF_INT 4
  4188. | #define ALIGNMENT_INT 4
  4189. | #define SIZEOF_LONG 4
  4190. | #define ALIGNMENT_LONG 4
  4191. | #define SIZEOF_LONG_LONG 8
  4192. | #define ALIGNMENT_LONG_LONG 8
  4193. | #define SIZEOF_SHORT 2
  4194. | #define ALIGNMENT_SHORT 2
  4195. | #define SIZEOF_UNSIGNED_CHAR 1
  4196. | #define ALIGNMENT_UNSIGNED_CHAR 1
  4197. | #define SIZEOF_UNSIGNED_INT 4
  4198. | #define ALIGNMENT_UNSIGNED_INT 4
  4199. | #define SIZEOF_UNSIGNED_LONG 4
  4200. | #define ALIGNMENT_UNSIGNED_LONG 4
  4201. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  4202. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  4203. | #define SIZEOF_UNSIGNED_SHORT 2
  4204. | #define ALIGNMENT_UNSIGNED_SHORT 2
  4205. | #define SIZEOF_VOID_P 8
  4206. | #define ALIGNMENT_VOID_P 8
  4207. | #define SIZEOF_INT8_T 1
  4208. | /* end confdefs.h. */
  4209. | #include <stdio.h>
  4210. | #ifdef HAVE_SYS_TYPES_H
  4211. | # include <sys/types.h>
  4212. | #endif
  4213. | #ifdef HAVE_SYS_STAT_H
  4214. | # include <sys/stat.h>
  4215. | #endif
  4216. | #ifdef STDC_HEADERS
  4217. | # include <stdlib.h>
  4218. | # include <stddef.h>
  4219. | #else
  4220. | # ifdef HAVE_STDLIB_H
  4221. | # include <stdlib.h>
  4222. | # endif
  4223. | #endif
  4224. | #ifdef HAVE_STRING_H
  4225. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4226. | # include <memory.h>
  4227. | # endif
  4228. | # include <string.h>
  4229. | #endif
  4230. | #ifdef HAVE_STRINGS_H
  4231. | # include <strings.h>
  4232. | #endif
  4233. | #ifdef HAVE_INTTYPES_H
  4234. | # include <inttypes.h>
  4235. | #endif
  4236. | #ifdef HAVE_STDINT_H
  4237. | # include <stdint.h>
  4238. | #endif
  4239. | #ifdef HAVE_UNISTD_H
  4240. | # include <unistd.h>
  4241. | #endif
  4242. | int
  4243. | main ()
  4244. | {
  4245. | if (sizeof ((int8_t)))
  4246. | return 0;
  4247. | ;
  4248. | return 0;
  4249. | }
  4250. configure:12682: result: yes
  4251. configure:12686: checking alignment of int8_t
  4252. configure:12692: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  4253. configure:12692: $? = 0
  4254. configure:12692: ./conftest.exe
  4255. configure:12692: $? = 0
  4256. configure:12704: result: 1
  4257. configure:12715: checking size of uint8_t
  4258. configure:12720: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  4259. configure:12720: $? = 0
  4260. configure:12720: ./conftest.exe
  4261. configure:12720: $? = 0
  4262. configure:12734: result: 1
  4263. configure:12744: checking for uint8_t
  4264. configure:12744: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  4265. configure:12744: $? = 0
  4266. configure:12744: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  4267. conftest.c: In function 'main':
  4268. conftest.c:112:22: error: expected expression before ')' token
  4269. if (sizeof ((uint8_t)))
  4270. ^
  4271. configure:12744: $? = 1
  4272. configure: failed program was:
  4273. | /* confdefs.h */
  4274. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  4275. | #define PACKAGE_TARNAME "ghc-8.9"
  4276. | #define PACKAGE_VERSION "8.9"
  4277. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  4278. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  4279. | #define PACKAGE_URL ""
  4280. | #define STDC_HEADERS 1
  4281. | #define HAVE_SYS_TYPES_H 1
  4282. | #define HAVE_SYS_STAT_H 1
  4283. | #define HAVE_STDLIB_H 1
  4284. | #define HAVE_STRING_H 1
  4285. | #define HAVE_MEMORY_H 1
  4286. | #define HAVE_STRINGS_H 1
  4287. | #define HAVE_INTTYPES_H 1
  4288. | #define HAVE_STDINT_H 1
  4289. | #define HAVE_UNISTD_H 1
  4290. | #define __EXTENSIONS__ 1
  4291. | #define _ALL_SOURCE 1
  4292. | #define _GNU_SOURCE 1
  4293. | #define _POSIX_PTHREAD_SEMANTICS 1
  4294. | #define _TANDEM_SOURCE 1
  4295. | #define sUPPORTED_LLVM_VERSION (7,0)
  4296. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  4297. | #define STDC_HEADERS 1
  4298. | #define _FILE_OFFSET_BITS 64
  4299. | #define HAVE_CTYPE_H 1
  4300. | #define HAVE_DIRENT_H 1
  4301. | #define HAVE_ERRNO_H 1
  4302. | #define HAVE_FCNTL_H 1
  4303. | #define HAVE_LIMITS_H 1
  4304. | #define HAVE_LOCALE_H 1
  4305. | #define HAVE_PTHREAD_H 1
  4306. | #define HAVE_SIGNAL_H 1
  4307. | #define HAVE_SYS_PARAM_H 1
  4308. | #define HAVE_SYS_MMAN_H 1
  4309. | #define HAVE_SYS_TIME_H 1
  4310. | #define HAVE_SYS_TIMEB_H 1
  4311. | #define HAVE_TIME_H 1
  4312. | #define HAVE_UTIME_H 1
  4313. | #define HAVE_WINDOWS_H 1
  4314. | #define HAVE_WINSOCK_H 1
  4315. | #define HAVE_SCHED_H 1
  4316. | #define TIME_WITH_SYS_TIME 1
  4317. | #define HAVE_LONG_LONG 1
  4318. | #define SIZEOF_CHAR 1
  4319. | #define ALIGNMENT_CHAR 1
  4320. | #define SIZEOF_DOUBLE 8
  4321. | #define ALIGNMENT_DOUBLE 8
  4322. | #define SIZEOF_FLOAT 4
  4323. | #define ALIGNMENT_FLOAT 4
  4324. | #define SIZEOF_INT 4
  4325. | #define ALIGNMENT_INT 4
  4326. | #define SIZEOF_LONG 4
  4327. | #define ALIGNMENT_LONG 4
  4328. | #define SIZEOF_LONG_LONG 8
  4329. | #define ALIGNMENT_LONG_LONG 8
  4330. | #define SIZEOF_SHORT 2
  4331. | #define ALIGNMENT_SHORT 2
  4332. | #define SIZEOF_UNSIGNED_CHAR 1
  4333. | #define ALIGNMENT_UNSIGNED_CHAR 1
  4334. | #define SIZEOF_UNSIGNED_INT 4
  4335. | #define ALIGNMENT_UNSIGNED_INT 4
  4336. | #define SIZEOF_UNSIGNED_LONG 4
  4337. | #define ALIGNMENT_UNSIGNED_LONG 4
  4338. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  4339. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  4340. | #define SIZEOF_UNSIGNED_SHORT 2
  4341. | #define ALIGNMENT_UNSIGNED_SHORT 2
  4342. | #define SIZEOF_VOID_P 8
  4343. | #define ALIGNMENT_VOID_P 8
  4344. | #define SIZEOF_INT8_T 1
  4345. | #define ALIGNMENT_INT8_T 1
  4346. | #define SIZEOF_UINT8_T 1
  4347. | /* end confdefs.h. */
  4348. | #include <stdio.h>
  4349. | #ifdef HAVE_SYS_TYPES_H
  4350. | # include <sys/types.h>
  4351. | #endif
  4352. | #ifdef HAVE_SYS_STAT_H
  4353. | # include <sys/stat.h>
  4354. | #endif
  4355. | #ifdef STDC_HEADERS
  4356. | # include <stdlib.h>
  4357. | # include <stddef.h>
  4358. | #else
  4359. | # ifdef HAVE_STDLIB_H
  4360. | # include <stdlib.h>
  4361. | # endif
  4362. | #endif
  4363. | #ifdef HAVE_STRING_H
  4364. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4365. | # include <memory.h>
  4366. | # endif
  4367. | # include <string.h>
  4368. | #endif
  4369. | #ifdef HAVE_STRINGS_H
  4370. | # include <strings.h>
  4371. | #endif
  4372. | #ifdef HAVE_INTTYPES_H
  4373. | # include <inttypes.h>
  4374. | #endif
  4375. | #ifdef HAVE_STDINT_H
  4376. | # include <stdint.h>
  4377. | #endif
  4378. | #ifdef HAVE_UNISTD_H
  4379. | # include <unistd.h>
  4380. | #endif
  4381. | int
  4382. | main ()
  4383. | {
  4384. | if (sizeof ((uint8_t)))
  4385. | return 0;
  4386. | ;
  4387. | return 0;
  4388. | }
  4389. configure:12744: result: yes
  4390. configure:12748: checking alignment of uint8_t
  4391. configure:12754: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  4392. configure:12754: $? = 0
  4393. configure:12754: ./conftest.exe
  4394. configure:12754: $? = 0
  4395. configure:12766: result: 1
  4396. configure:12777: checking size of int16_t
  4397. configure:12782: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  4398. configure:12782: $? = 0
  4399. configure:12782: ./conftest.exe
  4400. configure:12782: $? = 0
  4401. configure:12796: result: 2
  4402. configure:12806: checking for int16_t
  4403. configure:12806: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  4404. configure:12806: $? = 0
  4405. configure:12806: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  4406. conftest.c: In function 'main':
  4407. conftest.c:114:22: error: expected expression before ')' token
  4408. if (sizeof ((int16_t)))
  4409. ^
  4410. configure:12806: $? = 1
  4411. configure: failed program was:
  4412. | /* confdefs.h */
  4413. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  4414. | #define PACKAGE_TARNAME "ghc-8.9"
  4415. | #define PACKAGE_VERSION "8.9"
  4416. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  4417. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  4418. | #define PACKAGE_URL ""
  4419. | #define STDC_HEADERS 1
  4420. | #define HAVE_SYS_TYPES_H 1
  4421. | #define HAVE_SYS_STAT_H 1
  4422. | #define HAVE_STDLIB_H 1
  4423. | #define HAVE_STRING_H 1
  4424. | #define HAVE_MEMORY_H 1
  4425. | #define HAVE_STRINGS_H 1
  4426. | #define HAVE_INTTYPES_H 1
  4427. | #define HAVE_STDINT_H 1
  4428. | #define HAVE_UNISTD_H 1
  4429. | #define __EXTENSIONS__ 1
  4430. | #define _ALL_SOURCE 1
  4431. | #define _GNU_SOURCE 1
  4432. | #define _POSIX_PTHREAD_SEMANTICS 1
  4433. | #define _TANDEM_SOURCE 1
  4434. | #define sUPPORTED_LLVM_VERSION (7,0)
  4435. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  4436. | #define STDC_HEADERS 1
  4437. | #define _FILE_OFFSET_BITS 64
  4438. | #define HAVE_CTYPE_H 1
  4439. | #define HAVE_DIRENT_H 1
  4440. | #define HAVE_ERRNO_H 1
  4441. | #define HAVE_FCNTL_H 1
  4442. | #define HAVE_LIMITS_H 1
  4443. | #define HAVE_LOCALE_H 1
  4444. | #define HAVE_PTHREAD_H 1
  4445. | #define HAVE_SIGNAL_H 1
  4446. | #define HAVE_SYS_PARAM_H 1
  4447. | #define HAVE_SYS_MMAN_H 1
  4448. | #define HAVE_SYS_TIME_H 1
  4449. | #define HAVE_SYS_TIMEB_H 1
  4450. | #define HAVE_TIME_H 1
  4451. | #define HAVE_UTIME_H 1
  4452. | #define HAVE_WINDOWS_H 1
  4453. | #define HAVE_WINSOCK_H 1
  4454. | #define HAVE_SCHED_H 1
  4455. | #define TIME_WITH_SYS_TIME 1
  4456. | #define HAVE_LONG_LONG 1
  4457. | #define SIZEOF_CHAR 1
  4458. | #define ALIGNMENT_CHAR 1
  4459. | #define SIZEOF_DOUBLE 8
  4460. | #define ALIGNMENT_DOUBLE 8
  4461. | #define SIZEOF_FLOAT 4
  4462. | #define ALIGNMENT_FLOAT 4
  4463. | #define SIZEOF_INT 4
  4464. | #define ALIGNMENT_INT 4
  4465. | #define SIZEOF_LONG 4
  4466. | #define ALIGNMENT_LONG 4
  4467. | #define SIZEOF_LONG_LONG 8
  4468. | #define ALIGNMENT_LONG_LONG 8
  4469. | #define SIZEOF_SHORT 2
  4470. | #define ALIGNMENT_SHORT 2
  4471. | #define SIZEOF_UNSIGNED_CHAR 1
  4472. | #define ALIGNMENT_UNSIGNED_CHAR 1
  4473. | #define SIZEOF_UNSIGNED_INT 4
  4474. | #define ALIGNMENT_UNSIGNED_INT 4
  4475. | #define SIZEOF_UNSIGNED_LONG 4
  4476. | #define ALIGNMENT_UNSIGNED_LONG 4
  4477. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  4478. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  4479. | #define SIZEOF_UNSIGNED_SHORT 2
  4480. | #define ALIGNMENT_UNSIGNED_SHORT 2
  4481. | #define SIZEOF_VOID_P 8
  4482. | #define ALIGNMENT_VOID_P 8
  4483. | #define SIZEOF_INT8_T 1
  4484. | #define ALIGNMENT_INT8_T 1
  4485. | #define SIZEOF_UINT8_T 1
  4486. | #define ALIGNMENT_UINT8_T 1
  4487. | #define SIZEOF_INT16_T 2
  4488. | /* end confdefs.h. */
  4489. | #include <stdio.h>
  4490. | #ifdef HAVE_SYS_TYPES_H
  4491. | # include <sys/types.h>
  4492. | #endif
  4493. | #ifdef HAVE_SYS_STAT_H
  4494. | # include <sys/stat.h>
  4495. | #endif
  4496. | #ifdef STDC_HEADERS
  4497. | # include <stdlib.h>
  4498. | # include <stddef.h>
  4499. | #else
  4500. | # ifdef HAVE_STDLIB_H
  4501. | # include <stdlib.h>
  4502. | # endif
  4503. | #endif
  4504. | #ifdef HAVE_STRING_H
  4505. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4506. | # include <memory.h>
  4507. | # endif
  4508. | # include <string.h>
  4509. | #endif
  4510. | #ifdef HAVE_STRINGS_H
  4511. | # include <strings.h>
  4512. | #endif
  4513. | #ifdef HAVE_INTTYPES_H
  4514. | # include <inttypes.h>
  4515. | #endif
  4516. | #ifdef HAVE_STDINT_H
  4517. | # include <stdint.h>
  4518. | #endif
  4519. | #ifdef HAVE_UNISTD_H
  4520. | # include <unistd.h>
  4521. | #endif
  4522. | int
  4523. | main ()
  4524. | {
  4525. | if (sizeof ((int16_t)))
  4526. | return 0;
  4527. | ;
  4528. | return 0;
  4529. | }
  4530. configure:12806: result: yes
  4531. configure:12810: checking alignment of int16_t
  4532. configure:12816: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  4533. configure:12816: $? = 0
  4534. configure:12816: ./conftest.exe
  4535. configure:12816: $? = 0
  4536. configure:12828: result: 2
  4537. configure:12839: checking size of uint16_t
  4538. configure:12844: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  4539. configure:12844: $? = 0
  4540. configure:12844: ./conftest.exe
  4541. configure:12844: $? = 0
  4542. configure:12858: result: 2
  4543. configure:12868: checking for uint16_t
  4544. configure:12868: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  4545. configure:12868: $? = 0
  4546. configure:12868: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  4547. conftest.c: In function 'main':
  4548. conftest.c:116:23: error: expected expression before ')' token
  4549. if (sizeof ((uint16_t)))
  4550. ^
  4551. configure:12868: $? = 1
  4552. configure: failed program was:
  4553. | /* confdefs.h */
  4554. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  4555. | #define PACKAGE_TARNAME "ghc-8.9"
  4556. | #define PACKAGE_VERSION "8.9"
  4557. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  4558. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  4559. | #define PACKAGE_URL ""
  4560. | #define STDC_HEADERS 1
  4561. | #define HAVE_SYS_TYPES_H 1
  4562. | #define HAVE_SYS_STAT_H 1
  4563. | #define HAVE_STDLIB_H 1
  4564. | #define HAVE_STRING_H 1
  4565. | #define HAVE_MEMORY_H 1
  4566. | #define HAVE_STRINGS_H 1
  4567. | #define HAVE_INTTYPES_H 1
  4568. | #define HAVE_STDINT_H 1
  4569. | #define HAVE_UNISTD_H 1
  4570. | #define __EXTENSIONS__ 1
  4571. | #define _ALL_SOURCE 1
  4572. | #define _GNU_SOURCE 1
  4573. | #define _POSIX_PTHREAD_SEMANTICS 1
  4574. | #define _TANDEM_SOURCE 1
  4575. | #define sUPPORTED_LLVM_VERSION (7,0)
  4576. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  4577. | #define STDC_HEADERS 1
  4578. | #define _FILE_OFFSET_BITS 64
  4579. | #define HAVE_CTYPE_H 1
  4580. | #define HAVE_DIRENT_H 1
  4581. | #define HAVE_ERRNO_H 1
  4582. | #define HAVE_FCNTL_H 1
  4583. | #define HAVE_LIMITS_H 1
  4584. | #define HAVE_LOCALE_H 1
  4585. | #define HAVE_PTHREAD_H 1
  4586. | #define HAVE_SIGNAL_H 1
  4587. | #define HAVE_SYS_PARAM_H 1
  4588. | #define HAVE_SYS_MMAN_H 1
  4589. | #define HAVE_SYS_TIME_H 1
  4590. | #define HAVE_SYS_TIMEB_H 1
  4591. | #define HAVE_TIME_H 1
  4592. | #define HAVE_UTIME_H 1
  4593. | #define HAVE_WINDOWS_H 1
  4594. | #define HAVE_WINSOCK_H 1
  4595. | #define HAVE_SCHED_H 1
  4596. | #define TIME_WITH_SYS_TIME 1
  4597. | #define HAVE_LONG_LONG 1
  4598. | #define SIZEOF_CHAR 1
  4599. | #define ALIGNMENT_CHAR 1
  4600. | #define SIZEOF_DOUBLE 8
  4601. | #define ALIGNMENT_DOUBLE 8
  4602. | #define SIZEOF_FLOAT 4
  4603. | #define ALIGNMENT_FLOAT 4
  4604. | #define SIZEOF_INT 4
  4605. | #define ALIGNMENT_INT 4
  4606. | #define SIZEOF_LONG 4
  4607. | #define ALIGNMENT_LONG 4
  4608. | #define SIZEOF_LONG_LONG 8
  4609. | #define ALIGNMENT_LONG_LONG 8
  4610. | #define SIZEOF_SHORT 2
  4611. | #define ALIGNMENT_SHORT 2
  4612. | #define SIZEOF_UNSIGNED_CHAR 1
  4613. | #define ALIGNMENT_UNSIGNED_CHAR 1
  4614. | #define SIZEOF_UNSIGNED_INT 4
  4615. | #define ALIGNMENT_UNSIGNED_INT 4
  4616. | #define SIZEOF_UNSIGNED_LONG 4
  4617. | #define ALIGNMENT_UNSIGNED_LONG 4
  4618. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  4619. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  4620. | #define SIZEOF_UNSIGNED_SHORT 2
  4621. | #define ALIGNMENT_UNSIGNED_SHORT 2
  4622. | #define SIZEOF_VOID_P 8
  4623. | #define ALIGNMENT_VOID_P 8
  4624. | #define SIZEOF_INT8_T 1
  4625. | #define ALIGNMENT_INT8_T 1
  4626. | #define SIZEOF_UINT8_T 1
  4627. | #define ALIGNMENT_UINT8_T 1
  4628. | #define SIZEOF_INT16_T 2
  4629. | #define ALIGNMENT_INT16_T 2
  4630. | #define SIZEOF_UINT16_T 2
  4631. | /* end confdefs.h. */
  4632. | #include <stdio.h>
  4633. | #ifdef HAVE_SYS_TYPES_H
  4634. | # include <sys/types.h>
  4635. | #endif
  4636. | #ifdef HAVE_SYS_STAT_H
  4637. | # include <sys/stat.h>
  4638. | #endif
  4639. | #ifdef STDC_HEADERS
  4640. | # include <stdlib.h>
  4641. | # include <stddef.h>
  4642. | #else
  4643. | # ifdef HAVE_STDLIB_H
  4644. | # include <stdlib.h>
  4645. | # endif
  4646. | #endif
  4647. | #ifdef HAVE_STRING_H
  4648. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4649. | # include <memory.h>
  4650. | # endif
  4651. | # include <string.h>
  4652. | #endif
  4653. | #ifdef HAVE_STRINGS_H
  4654. | # include <strings.h>
  4655. | #endif
  4656. | #ifdef HAVE_INTTYPES_H
  4657. | # include <inttypes.h>
  4658. | #endif
  4659. | #ifdef HAVE_STDINT_H
  4660. | # include <stdint.h>
  4661. | #endif
  4662. | #ifdef HAVE_UNISTD_H
  4663. | # include <unistd.h>
  4664. | #endif
  4665. | int
  4666. | main ()
  4667. | {
  4668. | if (sizeof ((uint16_t)))
  4669. | return 0;
  4670. | ;
  4671. | return 0;
  4672. | }
  4673. configure:12868: result: yes
  4674. configure:12872: checking alignment of uint16_t
  4675. configure:12878: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  4676. configure:12878: $? = 0
  4677. configure:12878: ./conftest.exe
  4678. configure:12878: $? = 0
  4679. configure:12890: result: 2
  4680. configure:12901: checking size of int32_t
  4681. configure:12906: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  4682. configure:12906: $? = 0
  4683. configure:12906: ./conftest.exe
  4684. configure:12906: $? = 0
  4685. configure:12920: result: 4
  4686. configure:12930: checking for int32_t
  4687. configure:12930: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  4688. configure:12930: $? = 0
  4689. configure:12930: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  4690. conftest.c: In function 'main':
  4691. conftest.c:118:22: error: expected expression before ')' token
  4692. if (sizeof ((int32_t)))
  4693. ^
  4694. configure:12930: $? = 1
  4695. configure: failed program was:
  4696. | /* confdefs.h */
  4697. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  4698. | #define PACKAGE_TARNAME "ghc-8.9"
  4699. | #define PACKAGE_VERSION "8.9"
  4700. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  4701. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  4702. | #define PACKAGE_URL ""
  4703. | #define STDC_HEADERS 1
  4704. | #define HAVE_SYS_TYPES_H 1
  4705. | #define HAVE_SYS_STAT_H 1
  4706. | #define HAVE_STDLIB_H 1
  4707. | #define HAVE_STRING_H 1
  4708. | #define HAVE_MEMORY_H 1
  4709. | #define HAVE_STRINGS_H 1
  4710. | #define HAVE_INTTYPES_H 1
  4711. | #define HAVE_STDINT_H 1
  4712. | #define HAVE_UNISTD_H 1
  4713. | #define __EXTENSIONS__ 1
  4714. | #define _ALL_SOURCE 1
  4715. | #define _GNU_SOURCE 1
  4716. | #define _POSIX_PTHREAD_SEMANTICS 1
  4717. | #define _TANDEM_SOURCE 1
  4718. | #define sUPPORTED_LLVM_VERSION (7,0)
  4719. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  4720. | #define STDC_HEADERS 1
  4721. | #define _FILE_OFFSET_BITS 64
  4722. | #define HAVE_CTYPE_H 1
  4723. | #define HAVE_DIRENT_H 1
  4724. | #define HAVE_ERRNO_H 1
  4725. | #define HAVE_FCNTL_H 1
  4726. | #define HAVE_LIMITS_H 1
  4727. | #define HAVE_LOCALE_H 1
  4728. | #define HAVE_PTHREAD_H 1
  4729. | #define HAVE_SIGNAL_H 1
  4730. | #define HAVE_SYS_PARAM_H 1
  4731. | #define HAVE_SYS_MMAN_H 1
  4732. | #define HAVE_SYS_TIME_H 1
  4733. | #define HAVE_SYS_TIMEB_H 1
  4734. | #define HAVE_TIME_H 1
  4735. | #define HAVE_UTIME_H 1
  4736. | #define HAVE_WINDOWS_H 1
  4737. | #define HAVE_WINSOCK_H 1
  4738. | #define HAVE_SCHED_H 1
  4739. | #define TIME_WITH_SYS_TIME 1
  4740. | #define HAVE_LONG_LONG 1
  4741. | #define SIZEOF_CHAR 1
  4742. | #define ALIGNMENT_CHAR 1
  4743. | #define SIZEOF_DOUBLE 8
  4744. | #define ALIGNMENT_DOUBLE 8
  4745. | #define SIZEOF_FLOAT 4
  4746. | #define ALIGNMENT_FLOAT 4
  4747. | #define SIZEOF_INT 4
  4748. | #define ALIGNMENT_INT 4
  4749. | #define SIZEOF_LONG 4
  4750. | #define ALIGNMENT_LONG 4
  4751. | #define SIZEOF_LONG_LONG 8
  4752. | #define ALIGNMENT_LONG_LONG 8
  4753. | #define SIZEOF_SHORT 2
  4754. | #define ALIGNMENT_SHORT 2
  4755. | #define SIZEOF_UNSIGNED_CHAR 1
  4756. | #define ALIGNMENT_UNSIGNED_CHAR 1
  4757. | #define SIZEOF_UNSIGNED_INT 4
  4758. | #define ALIGNMENT_UNSIGNED_INT 4
  4759. | #define SIZEOF_UNSIGNED_LONG 4
  4760. | #define ALIGNMENT_UNSIGNED_LONG 4
  4761. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  4762. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  4763. | #define SIZEOF_UNSIGNED_SHORT 2
  4764. | #define ALIGNMENT_UNSIGNED_SHORT 2
  4765. | #define SIZEOF_VOID_P 8
  4766. | #define ALIGNMENT_VOID_P 8
  4767. | #define SIZEOF_INT8_T 1
  4768. | #define ALIGNMENT_INT8_T 1
  4769. | #define SIZEOF_UINT8_T 1
  4770. | #define ALIGNMENT_UINT8_T 1
  4771. | #define SIZEOF_INT16_T 2
  4772. | #define ALIGNMENT_INT16_T 2
  4773. | #define SIZEOF_UINT16_T 2
  4774. | #define ALIGNMENT_UINT16_T 2
  4775. | #define SIZEOF_INT32_T 4
  4776. | /* end confdefs.h. */
  4777. | #include <stdio.h>
  4778. | #ifdef HAVE_SYS_TYPES_H
  4779. | # include <sys/types.h>
  4780. | #endif
  4781. | #ifdef HAVE_SYS_STAT_H
  4782. | # include <sys/stat.h>
  4783. | #endif
  4784. | #ifdef STDC_HEADERS
  4785. | # include <stdlib.h>
  4786. | # include <stddef.h>
  4787. | #else
  4788. | # ifdef HAVE_STDLIB_H
  4789. | # include <stdlib.h>
  4790. | # endif
  4791. | #endif
  4792. | #ifdef HAVE_STRING_H
  4793. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4794. | # include <memory.h>
  4795. | # endif
  4796. | # include <string.h>
  4797. | #endif
  4798. | #ifdef HAVE_STRINGS_H
  4799. | # include <strings.h>
  4800. | #endif
  4801. | #ifdef HAVE_INTTYPES_H
  4802. | # include <inttypes.h>
  4803. | #endif
  4804. | #ifdef HAVE_STDINT_H
  4805. | # include <stdint.h>
  4806. | #endif
  4807. | #ifdef HAVE_UNISTD_H
  4808. | # include <unistd.h>
  4809. | #endif
  4810. | int
  4811. | main ()
  4812. | {
  4813. | if (sizeof ((int32_t)))
  4814. | return 0;
  4815. | ;
  4816. | return 0;
  4817. | }
  4818. configure:12930: result: yes
  4819. configure:12934: checking alignment of int32_t
  4820. configure:12940: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  4821. configure:12940: $? = 0
  4822. configure:12940: ./conftest.exe
  4823. configure:12940: $? = 0
  4824. configure:12952: result: 4
  4825. configure:12963: checking size of uint32_t
  4826. configure:12968: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  4827. configure:12968: $? = 0
  4828. configure:12968: ./conftest.exe
  4829. configure:12968: $? = 0
  4830. configure:12982: result: 4
  4831. configure:12992: checking for uint32_t
  4832. configure:12992: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  4833. configure:12992: $? = 0
  4834. configure:12992: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  4835. conftest.c: In function 'main':
  4836. conftest.c:120:23: error: expected expression before ')' token
  4837. if (sizeof ((uint32_t)))
  4838. ^
  4839. configure:12992: $? = 1
  4840. configure: failed program was:
  4841. | /* confdefs.h */
  4842. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  4843. | #define PACKAGE_TARNAME "ghc-8.9"
  4844. | #define PACKAGE_VERSION "8.9"
  4845. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  4846. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  4847. | #define PACKAGE_URL ""
  4848. | #define STDC_HEADERS 1
  4849. | #define HAVE_SYS_TYPES_H 1
  4850. | #define HAVE_SYS_STAT_H 1
  4851. | #define HAVE_STDLIB_H 1
  4852. | #define HAVE_STRING_H 1
  4853. | #define HAVE_MEMORY_H 1
  4854. | #define HAVE_STRINGS_H 1
  4855. | #define HAVE_INTTYPES_H 1
  4856. | #define HAVE_STDINT_H 1
  4857. | #define HAVE_UNISTD_H 1
  4858. | #define __EXTENSIONS__ 1
  4859. | #define _ALL_SOURCE 1
  4860. | #define _GNU_SOURCE 1
  4861. | #define _POSIX_PTHREAD_SEMANTICS 1
  4862. | #define _TANDEM_SOURCE 1
  4863. | #define sUPPORTED_LLVM_VERSION (7,0)
  4864. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  4865. | #define STDC_HEADERS 1
  4866. | #define _FILE_OFFSET_BITS 64
  4867. | #define HAVE_CTYPE_H 1
  4868. | #define HAVE_DIRENT_H 1
  4869. | #define HAVE_ERRNO_H 1
  4870. | #define HAVE_FCNTL_H 1
  4871. | #define HAVE_LIMITS_H 1
  4872. | #define HAVE_LOCALE_H 1
  4873. | #define HAVE_PTHREAD_H 1
  4874. | #define HAVE_SIGNAL_H 1
  4875. | #define HAVE_SYS_PARAM_H 1
  4876. | #define HAVE_SYS_MMAN_H 1
  4877. | #define HAVE_SYS_TIME_H 1
  4878. | #define HAVE_SYS_TIMEB_H 1
  4879. | #define HAVE_TIME_H 1
  4880. | #define HAVE_UTIME_H 1
  4881. | #define HAVE_WINDOWS_H 1
  4882. | #define HAVE_WINSOCK_H 1
  4883. | #define HAVE_SCHED_H 1
  4884. | #define TIME_WITH_SYS_TIME 1
  4885. | #define HAVE_LONG_LONG 1
  4886. | #define SIZEOF_CHAR 1
  4887. | #define ALIGNMENT_CHAR 1
  4888. | #define SIZEOF_DOUBLE 8
  4889. | #define ALIGNMENT_DOUBLE 8
  4890. | #define SIZEOF_FLOAT 4
  4891. | #define ALIGNMENT_FLOAT 4
  4892. | #define SIZEOF_INT 4
  4893. | #define ALIGNMENT_INT 4
  4894. | #define SIZEOF_LONG 4
  4895. | #define ALIGNMENT_LONG 4
  4896. | #define SIZEOF_LONG_LONG 8
  4897. | #define ALIGNMENT_LONG_LONG 8
  4898. | #define SIZEOF_SHORT 2
  4899. | #define ALIGNMENT_SHORT 2
  4900. | #define SIZEOF_UNSIGNED_CHAR 1
  4901. | #define ALIGNMENT_UNSIGNED_CHAR 1
  4902. | #define SIZEOF_UNSIGNED_INT 4
  4903. | #define ALIGNMENT_UNSIGNED_INT 4
  4904. | #define SIZEOF_UNSIGNED_LONG 4
  4905. | #define ALIGNMENT_UNSIGNED_LONG 4
  4906. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  4907. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  4908. | #define SIZEOF_UNSIGNED_SHORT 2
  4909. | #define ALIGNMENT_UNSIGNED_SHORT 2
  4910. | #define SIZEOF_VOID_P 8
  4911. | #define ALIGNMENT_VOID_P 8
  4912. | #define SIZEOF_INT8_T 1
  4913. | #define ALIGNMENT_INT8_T 1
  4914. | #define SIZEOF_UINT8_T 1
  4915. | #define ALIGNMENT_UINT8_T 1
  4916. | #define SIZEOF_INT16_T 2
  4917. | #define ALIGNMENT_INT16_T 2
  4918. | #define SIZEOF_UINT16_T 2
  4919. | #define ALIGNMENT_UINT16_T 2
  4920. | #define SIZEOF_INT32_T 4
  4921. | #define ALIGNMENT_INT32_T 4
  4922. | #define SIZEOF_UINT32_T 4
  4923. | /* end confdefs.h. */
  4924. | #include <stdio.h>
  4925. | #ifdef HAVE_SYS_TYPES_H
  4926. | # include <sys/types.h>
  4927. | #endif
  4928. | #ifdef HAVE_SYS_STAT_H
  4929. | # include <sys/stat.h>
  4930. | #endif
  4931. | #ifdef STDC_HEADERS
  4932. | # include <stdlib.h>
  4933. | # include <stddef.h>
  4934. | #else
  4935. | # ifdef HAVE_STDLIB_H
  4936. | # include <stdlib.h>
  4937. | # endif
  4938. | #endif
  4939. | #ifdef HAVE_STRING_H
  4940. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  4941. | # include <memory.h>
  4942. | # endif
  4943. | # include <string.h>
  4944. | #endif
  4945. | #ifdef HAVE_STRINGS_H
  4946. | # include <strings.h>
  4947. | #endif
  4948. | #ifdef HAVE_INTTYPES_H
  4949. | # include <inttypes.h>
  4950. | #endif
  4951. | #ifdef HAVE_STDINT_H
  4952. | # include <stdint.h>
  4953. | #endif
  4954. | #ifdef HAVE_UNISTD_H
  4955. | # include <unistd.h>
  4956. | #endif
  4957. | int
  4958. | main ()
  4959. | {
  4960. | if (sizeof ((uint32_t)))
  4961. | return 0;
  4962. | ;
  4963. | return 0;
  4964. | }
  4965. configure:12992: result: yes
  4966. configure:12996: checking alignment of uint32_t
  4967. configure:13002: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  4968. configure:13002: $? = 0
  4969. configure:13002: ./conftest.exe
  4970. configure:13002: $? = 0
  4971. configure:13014: result: 4
  4972. configure:13025: checking size of int64_t
  4973. configure:13030: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  4974. configure:13030: $? = 0
  4975. configure:13030: ./conftest.exe
  4976. configure:13030: $? = 0
  4977. configure:13044: result: 8
  4978. configure:13054: checking for int64_t
  4979. configure:13054: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  4980. configure:13054: $? = 0
  4981. configure:13054: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  4982. conftest.c: In function 'main':
  4983. conftest.c:122:22: error: expected expression before ')' token
  4984. if (sizeof ((int64_t)))
  4985. ^
  4986. configure:13054: $? = 1
  4987. configure: failed program was:
  4988. | /* confdefs.h */
  4989. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  4990. | #define PACKAGE_TARNAME "ghc-8.9"
  4991. | #define PACKAGE_VERSION "8.9"
  4992. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  4993. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  4994. | #define PACKAGE_URL ""
  4995. | #define STDC_HEADERS 1
  4996. | #define HAVE_SYS_TYPES_H 1
  4997. | #define HAVE_SYS_STAT_H 1
  4998. | #define HAVE_STDLIB_H 1
  4999. | #define HAVE_STRING_H 1
  5000. | #define HAVE_MEMORY_H 1
  5001. | #define HAVE_STRINGS_H 1
  5002. | #define HAVE_INTTYPES_H 1
  5003. | #define HAVE_STDINT_H 1
  5004. | #define HAVE_UNISTD_H 1
  5005. | #define __EXTENSIONS__ 1
  5006. | #define _ALL_SOURCE 1
  5007. | #define _GNU_SOURCE 1
  5008. | #define _POSIX_PTHREAD_SEMANTICS 1
  5009. | #define _TANDEM_SOURCE 1
  5010. | #define sUPPORTED_LLVM_VERSION (7,0)
  5011. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  5012. | #define STDC_HEADERS 1
  5013. | #define _FILE_OFFSET_BITS 64
  5014. | #define HAVE_CTYPE_H 1
  5015. | #define HAVE_DIRENT_H 1
  5016. | #define HAVE_ERRNO_H 1
  5017. | #define HAVE_FCNTL_H 1
  5018. | #define HAVE_LIMITS_H 1
  5019. | #define HAVE_LOCALE_H 1
  5020. | #define HAVE_PTHREAD_H 1
  5021. | #define HAVE_SIGNAL_H 1
  5022. | #define HAVE_SYS_PARAM_H 1
  5023. | #define HAVE_SYS_MMAN_H 1
  5024. | #define HAVE_SYS_TIME_H 1
  5025. | #define HAVE_SYS_TIMEB_H 1
  5026. | #define HAVE_TIME_H 1
  5027. | #define HAVE_UTIME_H 1
  5028. | #define HAVE_WINDOWS_H 1
  5029. | #define HAVE_WINSOCK_H 1
  5030. | #define HAVE_SCHED_H 1
  5031. | #define TIME_WITH_SYS_TIME 1
  5032. | #define HAVE_LONG_LONG 1
  5033. | #define SIZEOF_CHAR 1
  5034. | #define ALIGNMENT_CHAR 1
  5035. | #define SIZEOF_DOUBLE 8
  5036. | #define ALIGNMENT_DOUBLE 8
  5037. | #define SIZEOF_FLOAT 4
  5038. | #define ALIGNMENT_FLOAT 4
  5039. | #define SIZEOF_INT 4
  5040. | #define ALIGNMENT_INT 4
  5041. | #define SIZEOF_LONG 4
  5042. | #define ALIGNMENT_LONG 4
  5043. | #define SIZEOF_LONG_LONG 8
  5044. | #define ALIGNMENT_LONG_LONG 8
  5045. | #define SIZEOF_SHORT 2
  5046. | #define ALIGNMENT_SHORT 2
  5047. | #define SIZEOF_UNSIGNED_CHAR 1
  5048. | #define ALIGNMENT_UNSIGNED_CHAR 1
  5049. | #define SIZEOF_UNSIGNED_INT 4
  5050. | #define ALIGNMENT_UNSIGNED_INT 4
  5051. | #define SIZEOF_UNSIGNED_LONG 4
  5052. | #define ALIGNMENT_UNSIGNED_LONG 4
  5053. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  5054. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  5055. | #define SIZEOF_UNSIGNED_SHORT 2
  5056. | #define ALIGNMENT_UNSIGNED_SHORT 2
  5057. | #define SIZEOF_VOID_P 8
  5058. | #define ALIGNMENT_VOID_P 8
  5059. | #define SIZEOF_INT8_T 1
  5060. | #define ALIGNMENT_INT8_T 1
  5061. | #define SIZEOF_UINT8_T 1
  5062. | #define ALIGNMENT_UINT8_T 1
  5063. | #define SIZEOF_INT16_T 2
  5064. | #define ALIGNMENT_INT16_T 2
  5065. | #define SIZEOF_UINT16_T 2
  5066. | #define ALIGNMENT_UINT16_T 2
  5067. | #define SIZEOF_INT32_T 4
  5068. | #define ALIGNMENT_INT32_T 4
  5069. | #define SIZEOF_UINT32_T 4
  5070. | #define ALIGNMENT_UINT32_T 4
  5071. | #define SIZEOF_INT64_T 8
  5072. | /* end confdefs.h. */
  5073. | #include <stdio.h>
  5074. | #ifdef HAVE_SYS_TYPES_H
  5075. | # include <sys/types.h>
  5076. | #endif
  5077. | #ifdef HAVE_SYS_STAT_H
  5078. | # include <sys/stat.h>
  5079. | #endif
  5080. | #ifdef STDC_HEADERS
  5081. | # include <stdlib.h>
  5082. | # include <stddef.h>
  5083. | #else
  5084. | # ifdef HAVE_STDLIB_H
  5085. | # include <stdlib.h>
  5086. | # endif
  5087. | #endif
  5088. | #ifdef HAVE_STRING_H
  5089. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5090. | # include <memory.h>
  5091. | # endif
  5092. | # include <string.h>
  5093. | #endif
  5094. | #ifdef HAVE_STRINGS_H
  5095. | # include <strings.h>
  5096. | #endif
  5097. | #ifdef HAVE_INTTYPES_H
  5098. | # include <inttypes.h>
  5099. | #endif
  5100. | #ifdef HAVE_STDINT_H
  5101. | # include <stdint.h>
  5102. | #endif
  5103. | #ifdef HAVE_UNISTD_H
  5104. | # include <unistd.h>
  5105. | #endif
  5106. | int
  5107. | main ()
  5108. | {
  5109. | if (sizeof ((int64_t)))
  5110. | return 0;
  5111. | ;
  5112. | return 0;
  5113. | }
  5114. configure:13054: result: yes
  5115. configure:13058: checking alignment of int64_t
  5116. configure:13064: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  5117. configure:13064: $? = 0
  5118. configure:13064: ./conftest.exe
  5119. configure:13064: $? = 0
  5120. configure:13076: result: 8
  5121. configure:13087: checking size of uint64_t
  5122. configure:13092: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  5123. configure:13092: $? = 0
  5124. configure:13092: ./conftest.exe
  5125. configure:13092: $? = 0
  5126. configure:13106: result: 8
  5127. configure:13116: checking for uint64_t
  5128. configure:13116: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  5129. configure:13116: $? = 0
  5130. configure:13116: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  5131. conftest.c: In function 'main':
  5132. conftest.c:124:23: error: expected expression before ')' token
  5133. if (sizeof ((uint64_t)))
  5134. ^
  5135. configure:13116: $? = 1
  5136. configure: failed program was:
  5137. | /* confdefs.h */
  5138. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  5139. | #define PACKAGE_TARNAME "ghc-8.9"
  5140. | #define PACKAGE_VERSION "8.9"
  5141. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  5142. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  5143. | #define PACKAGE_URL ""
  5144. | #define STDC_HEADERS 1
  5145. | #define HAVE_SYS_TYPES_H 1
  5146. | #define HAVE_SYS_STAT_H 1
  5147. | #define HAVE_STDLIB_H 1
  5148. | #define HAVE_STRING_H 1
  5149. | #define HAVE_MEMORY_H 1
  5150. | #define HAVE_STRINGS_H 1
  5151. | #define HAVE_INTTYPES_H 1
  5152. | #define HAVE_STDINT_H 1
  5153. | #define HAVE_UNISTD_H 1
  5154. | #define __EXTENSIONS__ 1
  5155. | #define _ALL_SOURCE 1
  5156. | #define _GNU_SOURCE 1
  5157. | #define _POSIX_PTHREAD_SEMANTICS 1
  5158. | #define _TANDEM_SOURCE 1
  5159. | #define sUPPORTED_LLVM_VERSION (7,0)
  5160. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  5161. | #define STDC_HEADERS 1
  5162. | #define _FILE_OFFSET_BITS 64
  5163. | #define HAVE_CTYPE_H 1
  5164. | #define HAVE_DIRENT_H 1
  5165. | #define HAVE_ERRNO_H 1
  5166. | #define HAVE_FCNTL_H 1
  5167. | #define HAVE_LIMITS_H 1
  5168. | #define HAVE_LOCALE_H 1
  5169. | #define HAVE_PTHREAD_H 1
  5170. | #define HAVE_SIGNAL_H 1
  5171. | #define HAVE_SYS_PARAM_H 1
  5172. | #define HAVE_SYS_MMAN_H 1
  5173. | #define HAVE_SYS_TIME_H 1
  5174. | #define HAVE_SYS_TIMEB_H 1
  5175. | #define HAVE_TIME_H 1
  5176. | #define HAVE_UTIME_H 1
  5177. | #define HAVE_WINDOWS_H 1
  5178. | #define HAVE_WINSOCK_H 1
  5179. | #define HAVE_SCHED_H 1
  5180. | #define TIME_WITH_SYS_TIME 1
  5181. | #define HAVE_LONG_LONG 1
  5182. | #define SIZEOF_CHAR 1
  5183. | #define ALIGNMENT_CHAR 1
  5184. | #define SIZEOF_DOUBLE 8
  5185. | #define ALIGNMENT_DOUBLE 8
  5186. | #define SIZEOF_FLOAT 4
  5187. | #define ALIGNMENT_FLOAT 4
  5188. | #define SIZEOF_INT 4
  5189. | #define ALIGNMENT_INT 4
  5190. | #define SIZEOF_LONG 4
  5191. | #define ALIGNMENT_LONG 4
  5192. | #define SIZEOF_LONG_LONG 8
  5193. | #define ALIGNMENT_LONG_LONG 8
  5194. | #define SIZEOF_SHORT 2
  5195. | #define ALIGNMENT_SHORT 2
  5196. | #define SIZEOF_UNSIGNED_CHAR 1
  5197. | #define ALIGNMENT_UNSIGNED_CHAR 1
  5198. | #define SIZEOF_UNSIGNED_INT 4
  5199. | #define ALIGNMENT_UNSIGNED_INT 4
  5200. | #define SIZEOF_UNSIGNED_LONG 4
  5201. | #define ALIGNMENT_UNSIGNED_LONG 4
  5202. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  5203. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  5204. | #define SIZEOF_UNSIGNED_SHORT 2
  5205. | #define ALIGNMENT_UNSIGNED_SHORT 2
  5206. | #define SIZEOF_VOID_P 8
  5207. | #define ALIGNMENT_VOID_P 8
  5208. | #define SIZEOF_INT8_T 1
  5209. | #define ALIGNMENT_INT8_T 1
  5210. | #define SIZEOF_UINT8_T 1
  5211. | #define ALIGNMENT_UINT8_T 1
  5212. | #define SIZEOF_INT16_T 2
  5213. | #define ALIGNMENT_INT16_T 2
  5214. | #define SIZEOF_UINT16_T 2
  5215. | #define ALIGNMENT_UINT16_T 2
  5216. | #define SIZEOF_INT32_T 4
  5217. | #define ALIGNMENT_INT32_T 4
  5218. | #define SIZEOF_UINT32_T 4
  5219. | #define ALIGNMENT_UINT32_T 4
  5220. | #define SIZEOF_INT64_T 8
  5221. | #define ALIGNMENT_INT64_T 8
  5222. | #define SIZEOF_UINT64_T 8
  5223. | /* end confdefs.h. */
  5224. | #include <stdio.h>
  5225. | #ifdef HAVE_SYS_TYPES_H
  5226. | # include <sys/types.h>
  5227. | #endif
  5228. | #ifdef HAVE_SYS_STAT_H
  5229. | # include <sys/stat.h>
  5230. | #endif
  5231. | #ifdef STDC_HEADERS
  5232. | # include <stdlib.h>
  5233. | # include <stddef.h>
  5234. | #else
  5235. | # ifdef HAVE_STDLIB_H
  5236. | # include <stdlib.h>
  5237. | # endif
  5238. | #endif
  5239. | #ifdef HAVE_STRING_H
  5240. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  5241. | # include <memory.h>
  5242. | # endif
  5243. | # include <string.h>
  5244. | #endif
  5245. | #ifdef HAVE_STRINGS_H
  5246. | # include <strings.h>
  5247. | #endif
  5248. | #ifdef HAVE_INTTYPES_H
  5249. | # include <inttypes.h>
  5250. | #endif
  5251. | #ifdef HAVE_STDINT_H
  5252. | # include <stdint.h>
  5253. | #endif
  5254. | #ifdef HAVE_UNISTD_H
  5255. | # include <unistd.h>
  5256. | #endif
  5257. | int
  5258. | main ()
  5259. | {
  5260. | if (sizeof ((uint64_t)))
  5261. | return 0;
  5262. | ;
  5263. | return 0;
  5264. | }
  5265. configure:13116: result: yes
  5266. configure:13120: checking alignment of uint64_t
  5267. configure:13126: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  5268. configure:13126: $? = 0
  5269. configure:13126: ./conftest.exe
  5270. configure:13126: $? = 0
  5271. configure:13138: result: 8
  5272. configure:13156: checking for WinExec
  5273. configure:13172: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  5274. configure:13172: $? = 0
  5275. configure:13180: result: yes
  5276. configure:13188: checking for GetModuleFileName
  5277. configure:13204: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  5278. configure:13204: $? = 0
  5279. configure:13212: result: yes
  5280. configure:13223: checking for getclock
  5281. configure:13223: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  5282. D:\msys64\tmp\ccMxKYvM.o:conftest.c:(.text.startup+0xa): undefined reference to `getclock'
  5283. collect2.exe: error: ld returned 1 exit status
  5284. configure:13223: $? = 1
  5285. configure: failed program was:
  5286. | /* confdefs.h */
  5287. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  5288. | #define PACKAGE_TARNAME "ghc-8.9"
  5289. | #define PACKAGE_VERSION "8.9"
  5290. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  5291. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  5292. | #define PACKAGE_URL ""
  5293. | #define STDC_HEADERS 1
  5294. | #define HAVE_SYS_TYPES_H 1
  5295. | #define HAVE_SYS_STAT_H 1
  5296. | #define HAVE_STDLIB_H 1
  5297. | #define HAVE_STRING_H 1
  5298. | #define HAVE_MEMORY_H 1
  5299. | #define HAVE_STRINGS_H 1
  5300. | #define HAVE_INTTYPES_H 1
  5301. | #define HAVE_STDINT_H 1
  5302. | #define HAVE_UNISTD_H 1
  5303. | #define __EXTENSIONS__ 1
  5304. | #define _ALL_SOURCE 1
  5305. | #define _GNU_SOURCE 1
  5306. | #define _POSIX_PTHREAD_SEMANTICS 1
  5307. | #define _TANDEM_SOURCE 1
  5308. | #define sUPPORTED_LLVM_VERSION (7,0)
  5309. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  5310. | #define STDC_HEADERS 1
  5311. | #define _FILE_OFFSET_BITS 64
  5312. | #define HAVE_CTYPE_H 1
  5313. | #define HAVE_DIRENT_H 1
  5314. | #define HAVE_ERRNO_H 1
  5315. | #define HAVE_FCNTL_H 1
  5316. | #define HAVE_LIMITS_H 1
  5317. | #define HAVE_LOCALE_H 1
  5318. | #define HAVE_PTHREAD_H 1
  5319. | #define HAVE_SIGNAL_H 1
  5320. | #define HAVE_SYS_PARAM_H 1
  5321. | #define HAVE_SYS_MMAN_H 1
  5322. | #define HAVE_SYS_TIME_H 1
  5323. | #define HAVE_SYS_TIMEB_H 1
  5324. | #define HAVE_TIME_H 1
  5325. | #define HAVE_UTIME_H 1
  5326. | #define HAVE_WINDOWS_H 1
  5327. | #define HAVE_WINSOCK_H 1
  5328. | #define HAVE_SCHED_H 1
  5329. | #define TIME_WITH_SYS_TIME 1
  5330. | #define HAVE_LONG_LONG 1
  5331. | #define SIZEOF_CHAR 1
  5332. | #define ALIGNMENT_CHAR 1
  5333. | #define SIZEOF_DOUBLE 8
  5334. | #define ALIGNMENT_DOUBLE 8
  5335. | #define SIZEOF_FLOAT 4
  5336. | #define ALIGNMENT_FLOAT 4
  5337. | #define SIZEOF_INT 4
  5338. | #define ALIGNMENT_INT 4
  5339. | #define SIZEOF_LONG 4
  5340. | #define ALIGNMENT_LONG 4
  5341. | #define SIZEOF_LONG_LONG 8
  5342. | #define ALIGNMENT_LONG_LONG 8
  5343. | #define SIZEOF_SHORT 2
  5344. | #define ALIGNMENT_SHORT 2
  5345. | #define SIZEOF_UNSIGNED_CHAR 1
  5346. | #define ALIGNMENT_UNSIGNED_CHAR 1
  5347. | #define SIZEOF_UNSIGNED_INT 4
  5348. | #define ALIGNMENT_UNSIGNED_INT 4
  5349. | #define SIZEOF_UNSIGNED_LONG 4
  5350. | #define ALIGNMENT_UNSIGNED_LONG 4
  5351. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  5352. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  5353. | #define SIZEOF_UNSIGNED_SHORT 2
  5354. | #define ALIGNMENT_UNSIGNED_SHORT 2
  5355. | #define SIZEOF_VOID_P 8
  5356. | #define ALIGNMENT_VOID_P 8
  5357. | #define SIZEOF_INT8_T 1
  5358. | #define ALIGNMENT_INT8_T 1
  5359. | #define SIZEOF_UINT8_T 1
  5360. | #define ALIGNMENT_UINT8_T 1
  5361. | #define SIZEOF_INT16_T 2
  5362. | #define ALIGNMENT_INT16_T 2
  5363. | #define SIZEOF_UINT16_T 2
  5364. | #define ALIGNMENT_UINT16_T 2
  5365. | #define SIZEOF_INT32_T 4
  5366. | #define ALIGNMENT_INT32_T 4
  5367. | #define SIZEOF_UINT32_T 4
  5368. | #define ALIGNMENT_UINT32_T 4
  5369. | #define SIZEOF_INT64_T 8
  5370. | #define ALIGNMENT_INT64_T 8
  5371. | #define SIZEOF_UINT64_T 8
  5372. | #define ALIGNMENT_UINT64_T 8
  5373. | #define HAVE_WINEXEC 1
  5374. | #define HAVE_GETMODULEFILENAME 1
  5375. | /* end confdefs.h. */
  5376. | /* Define getclock to an innocuous variant, in case <limits.h> declares getclock.
  5377. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  5378. | #define getclock innocuous_getclock
  5379. |
  5380. | /* System header to define __stub macros and hopefully few prototypes,
  5381. | which can conflict with char getclock (); below.
  5382. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  5383. | <limits.h> exists even on freestanding compilers. */
  5384. |
  5385. | #ifdef __STDC__
  5386. | # include <limits.h>
  5387. | #else
  5388. | # include <assert.h>
  5389. | #endif
  5390. |
  5391. | #undef getclock
  5392. |
  5393. | /* Override any GCC internal prototype to avoid an error.
  5394. | Use char because int might match the return type of a GCC
  5395. | builtin and then its argument prototype would still apply. */
  5396. | #ifdef __cplusplus
  5397. | extern "C"
  5398. | #endif
  5399. | char getclock ();
  5400. | /* The GNU C library defines this for functions which it implements
  5401. | to always fail with ENOSYS. Some functions are actually named
  5402. | something starting with __ and the normal name is an alias. */
  5403. | #if defined __stub_getclock || defined __stub___getclock
  5404. | choke me
  5405. | #endif
  5406. |
  5407. | int
  5408. | main ()
  5409. | {
  5410. | return getclock ();
  5411. | ;
  5412. | return 0;
  5413. | }
  5414. configure:13223: result: no
  5415. configure:13223: checking for getrusage
  5416. configure:13223: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  5417. D:\msys64\tmp\ccrQ010F.o:conftest.c:(.text.startup+0xa): undefined reference to `getrusage'
  5418. collect2.exe: error: ld returned 1 exit status
  5419. configure:13223: $? = 1
  5420. configure: failed program was:
  5421. | /* confdefs.h */
  5422. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  5423. | #define PACKAGE_TARNAME "ghc-8.9"
  5424. | #define PACKAGE_VERSION "8.9"
  5425. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  5426. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  5427. | #define PACKAGE_URL ""
  5428. | #define STDC_HEADERS 1
  5429. | #define HAVE_SYS_TYPES_H 1
  5430. | #define HAVE_SYS_STAT_H 1
  5431. | #define HAVE_STDLIB_H 1
  5432. | #define HAVE_STRING_H 1
  5433. | #define HAVE_MEMORY_H 1
  5434. | #define HAVE_STRINGS_H 1
  5435. | #define HAVE_INTTYPES_H 1
  5436. | #define HAVE_STDINT_H 1
  5437. | #define HAVE_UNISTD_H 1
  5438. | #define __EXTENSIONS__ 1
  5439. | #define _ALL_SOURCE 1
  5440. | #define _GNU_SOURCE 1
  5441. | #define _POSIX_PTHREAD_SEMANTICS 1
  5442. | #define _TANDEM_SOURCE 1
  5443. | #define sUPPORTED_LLVM_VERSION (7,0)
  5444. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  5445. | #define STDC_HEADERS 1
  5446. | #define _FILE_OFFSET_BITS 64
  5447. | #define HAVE_CTYPE_H 1
  5448. | #define HAVE_DIRENT_H 1
  5449. | #define HAVE_ERRNO_H 1
  5450. | #define HAVE_FCNTL_H 1
  5451. | #define HAVE_LIMITS_H 1
  5452. | #define HAVE_LOCALE_H 1
  5453. | #define HAVE_PTHREAD_H 1
  5454. | #define HAVE_SIGNAL_H 1
  5455. | #define HAVE_SYS_PARAM_H 1
  5456. | #define HAVE_SYS_MMAN_H 1
  5457. | #define HAVE_SYS_TIME_H 1
  5458. | #define HAVE_SYS_TIMEB_H 1
  5459. | #define HAVE_TIME_H 1
  5460. | #define HAVE_UTIME_H 1
  5461. | #define HAVE_WINDOWS_H 1
  5462. | #define HAVE_WINSOCK_H 1
  5463. | #define HAVE_SCHED_H 1
  5464. | #define TIME_WITH_SYS_TIME 1
  5465. | #define HAVE_LONG_LONG 1
  5466. | #define SIZEOF_CHAR 1
  5467. | #define ALIGNMENT_CHAR 1
  5468. | #define SIZEOF_DOUBLE 8
  5469. | #define ALIGNMENT_DOUBLE 8
  5470. | #define SIZEOF_FLOAT 4
  5471. | #define ALIGNMENT_FLOAT 4
  5472. | #define SIZEOF_INT 4
  5473. | #define ALIGNMENT_INT 4
  5474. | #define SIZEOF_LONG 4
  5475. | #define ALIGNMENT_LONG 4
  5476. | #define SIZEOF_LONG_LONG 8
  5477. | #define ALIGNMENT_LONG_LONG 8
  5478. | #define SIZEOF_SHORT 2
  5479. | #define ALIGNMENT_SHORT 2
  5480. | #define SIZEOF_UNSIGNED_CHAR 1
  5481. | #define ALIGNMENT_UNSIGNED_CHAR 1
  5482. | #define SIZEOF_UNSIGNED_INT 4
  5483. | #define ALIGNMENT_UNSIGNED_INT 4
  5484. | #define SIZEOF_UNSIGNED_LONG 4
  5485. | #define ALIGNMENT_UNSIGNED_LONG 4
  5486. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  5487. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  5488. | #define SIZEOF_UNSIGNED_SHORT 2
  5489. | #define ALIGNMENT_UNSIGNED_SHORT 2
  5490. | #define SIZEOF_VOID_P 8
  5491. | #define ALIGNMENT_VOID_P 8
  5492. | #define SIZEOF_INT8_T 1
  5493. | #define ALIGNMENT_INT8_T 1
  5494. | #define SIZEOF_UINT8_T 1
  5495. | #define ALIGNMENT_UINT8_T 1
  5496. | #define SIZEOF_INT16_T 2
  5497. | #define ALIGNMENT_INT16_T 2
  5498. | #define SIZEOF_UINT16_T 2
  5499. | #define ALIGNMENT_UINT16_T 2
  5500. | #define SIZEOF_INT32_T 4
  5501. | #define ALIGNMENT_INT32_T 4
  5502. | #define SIZEOF_UINT32_T 4
  5503. | #define ALIGNMENT_UINT32_T 4
  5504. | #define SIZEOF_INT64_T 8
  5505. | #define ALIGNMENT_INT64_T 8
  5506. | #define SIZEOF_UINT64_T 8
  5507. | #define ALIGNMENT_UINT64_T 8
  5508. | #define HAVE_WINEXEC 1
  5509. | #define HAVE_GETMODULEFILENAME 1
  5510. | /* end confdefs.h. */
  5511. | /* Define getrusage to an innocuous variant, in case <limits.h> declares getrusage.
  5512. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  5513. | #define getrusage innocuous_getrusage
  5514. |
  5515. | /* System header to define __stub macros and hopefully few prototypes,
  5516. | which can conflict with char getrusage (); below.
  5517. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  5518. | <limits.h> exists even on freestanding compilers. */
  5519. |
  5520. | #ifdef __STDC__
  5521. | # include <limits.h>
  5522. | #else
  5523. | # include <assert.h>
  5524. | #endif
  5525. |
  5526. | #undef getrusage
  5527. |
  5528. | /* Override any GCC internal prototype to avoid an error.
  5529. | Use char because int might match the return type of a GCC
  5530. | builtin and then its argument prototype would still apply. */
  5531. | #ifdef __cplusplus
  5532. | extern "C"
  5533. | #endif
  5534. | char getrusage ();
  5535. | /* The GNU C library defines this for functions which it implements
  5536. | to always fail with ENOSYS. Some functions are actually named
  5537. | something starting with __ and the normal name is an alias. */
  5538. | #if defined __stub_getrusage || defined __stub___getrusage
  5539. | choke me
  5540. | #endif
  5541. |
  5542. | int
  5543. | main ()
  5544. | {
  5545. | return getrusage ();
  5546. | ;
  5547. | return 0;
  5548. | }
  5549. configure:13223: result: no
  5550. configure:13223: checking for gettimeofday
  5551. configure:13223: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  5552. configure:13223: $? = 0
  5553. configure:13223: result: yes
  5554. configure:13223: checking for setitimer
  5555. configure:13223: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  5556. D:\msys64\tmp\ccpmFV8a.o:conftest.c:(.text.startup+0xa): undefined reference to `setitimer'
  5557. collect2.exe: error: ld returned 1 exit status
  5558. configure:13223: $? = 1
  5559. configure: failed program was:
  5560. | /* confdefs.h */
  5561. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  5562. | #define PACKAGE_TARNAME "ghc-8.9"
  5563. | #define PACKAGE_VERSION "8.9"
  5564. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  5565. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  5566. | #define PACKAGE_URL ""
  5567. | #define STDC_HEADERS 1
  5568. | #define HAVE_SYS_TYPES_H 1
  5569. | #define HAVE_SYS_STAT_H 1
  5570. | #define HAVE_STDLIB_H 1
  5571. | #define HAVE_STRING_H 1
  5572. | #define HAVE_MEMORY_H 1
  5573. | #define HAVE_STRINGS_H 1
  5574. | #define HAVE_INTTYPES_H 1
  5575. | #define HAVE_STDINT_H 1
  5576. | #define HAVE_UNISTD_H 1
  5577. | #define __EXTENSIONS__ 1
  5578. | #define _ALL_SOURCE 1
  5579. | #define _GNU_SOURCE 1
  5580. | #define _POSIX_PTHREAD_SEMANTICS 1
  5581. | #define _TANDEM_SOURCE 1
  5582. | #define sUPPORTED_LLVM_VERSION (7,0)
  5583. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  5584. | #define STDC_HEADERS 1
  5585. | #define _FILE_OFFSET_BITS 64
  5586. | #define HAVE_CTYPE_H 1
  5587. | #define HAVE_DIRENT_H 1
  5588. | #define HAVE_ERRNO_H 1
  5589. | #define HAVE_FCNTL_H 1
  5590. | #define HAVE_LIMITS_H 1
  5591. | #define HAVE_LOCALE_H 1
  5592. | #define HAVE_PTHREAD_H 1
  5593. | #define HAVE_SIGNAL_H 1
  5594. | #define HAVE_SYS_PARAM_H 1
  5595. | #define HAVE_SYS_MMAN_H 1
  5596. | #define HAVE_SYS_TIME_H 1
  5597. | #define HAVE_SYS_TIMEB_H 1
  5598. | #define HAVE_TIME_H 1
  5599. | #define HAVE_UTIME_H 1
  5600. | #define HAVE_WINDOWS_H 1
  5601. | #define HAVE_WINSOCK_H 1
  5602. | #define HAVE_SCHED_H 1
  5603. | #define TIME_WITH_SYS_TIME 1
  5604. | #define HAVE_LONG_LONG 1
  5605. | #define SIZEOF_CHAR 1
  5606. | #define ALIGNMENT_CHAR 1
  5607. | #define SIZEOF_DOUBLE 8
  5608. | #define ALIGNMENT_DOUBLE 8
  5609. | #define SIZEOF_FLOAT 4
  5610. | #define ALIGNMENT_FLOAT 4
  5611. | #define SIZEOF_INT 4
  5612. | #define ALIGNMENT_INT 4
  5613. | #define SIZEOF_LONG 4
  5614. | #define ALIGNMENT_LONG 4
  5615. | #define SIZEOF_LONG_LONG 8
  5616. | #define ALIGNMENT_LONG_LONG 8
  5617. | #define SIZEOF_SHORT 2
  5618. | #define ALIGNMENT_SHORT 2
  5619. | #define SIZEOF_UNSIGNED_CHAR 1
  5620. | #define ALIGNMENT_UNSIGNED_CHAR 1
  5621. | #define SIZEOF_UNSIGNED_INT 4
  5622. | #define ALIGNMENT_UNSIGNED_INT 4
  5623. | #define SIZEOF_UNSIGNED_LONG 4
  5624. | #define ALIGNMENT_UNSIGNED_LONG 4
  5625. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  5626. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  5627. | #define SIZEOF_UNSIGNED_SHORT 2
  5628. | #define ALIGNMENT_UNSIGNED_SHORT 2
  5629. | #define SIZEOF_VOID_P 8
  5630. | #define ALIGNMENT_VOID_P 8
  5631. | #define SIZEOF_INT8_T 1
  5632. | #define ALIGNMENT_INT8_T 1
  5633. | #define SIZEOF_UINT8_T 1
  5634. | #define ALIGNMENT_UINT8_T 1
  5635. | #define SIZEOF_INT16_T 2
  5636. | #define ALIGNMENT_INT16_T 2
  5637. | #define SIZEOF_UINT16_T 2
  5638. | #define ALIGNMENT_UINT16_T 2
  5639. | #define SIZEOF_INT32_T 4
  5640. | #define ALIGNMENT_INT32_T 4
  5641. | #define SIZEOF_UINT32_T 4
  5642. | #define ALIGNMENT_UINT32_T 4
  5643. | #define SIZEOF_INT64_T 8
  5644. | #define ALIGNMENT_INT64_T 8
  5645. | #define SIZEOF_UINT64_T 8
  5646. | #define ALIGNMENT_UINT64_T 8
  5647. | #define HAVE_WINEXEC 1
  5648. | #define HAVE_GETMODULEFILENAME 1
  5649. | #define HAVE_GETTIMEOFDAY 1
  5650. | /* end confdefs.h. */
  5651. | /* Define setitimer to an innocuous variant, in case <limits.h> declares setitimer.
  5652. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  5653. | #define setitimer innocuous_setitimer
  5654. |
  5655. | /* System header to define __stub macros and hopefully few prototypes,
  5656. | which can conflict with char setitimer (); below.
  5657. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  5658. | <limits.h> exists even on freestanding compilers. */
  5659. |
  5660. | #ifdef __STDC__
  5661. | # include <limits.h>
  5662. | #else
  5663. | # include <assert.h>
  5664. | #endif
  5665. |
  5666. | #undef setitimer
  5667. |
  5668. | /* Override any GCC internal prototype to avoid an error.
  5669. | Use char because int might match the return type of a GCC
  5670. | builtin and then its argument prototype would still apply. */
  5671. | #ifdef __cplusplus
  5672. | extern "C"
  5673. | #endif
  5674. | char setitimer ();
  5675. | /* The GNU C library defines this for functions which it implements
  5676. | to always fail with ENOSYS. Some functions are actually named
  5677. | something starting with __ and the normal name is an alias. */
  5678. | #if defined __stub_setitimer || defined __stub___setitimer
  5679. | choke me
  5680. | #endif
  5681. |
  5682. | int
  5683. | main ()
  5684. | {
  5685. | return setitimer ();
  5686. | ;
  5687. | return 0;
  5688. | }
  5689. configure:13223: result: no
  5690. configure:13223: checking for siginterrupt
  5691. configure:13223: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  5692. D:\msys64\tmp\ccp6UAd3.o:conftest.c:(.text.startup+0xa): undefined reference to `siginterrupt'
  5693. collect2.exe: error: ld returned 1 exit status
  5694. configure:13223: $? = 1
  5695. configure: failed program was:
  5696. | /* confdefs.h */
  5697. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  5698. | #define PACKAGE_TARNAME "ghc-8.9"
  5699. | #define PACKAGE_VERSION "8.9"
  5700. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  5701. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  5702. | #define PACKAGE_URL ""
  5703. | #define STDC_HEADERS 1
  5704. | #define HAVE_SYS_TYPES_H 1
  5705. | #define HAVE_SYS_STAT_H 1
  5706. | #define HAVE_STDLIB_H 1
  5707. | #define HAVE_STRING_H 1
  5708. | #define HAVE_MEMORY_H 1
  5709. | #define HAVE_STRINGS_H 1
  5710. | #define HAVE_INTTYPES_H 1
  5711. | #define HAVE_STDINT_H 1
  5712. | #define HAVE_UNISTD_H 1
  5713. | #define __EXTENSIONS__ 1
  5714. | #define _ALL_SOURCE 1
  5715. | #define _GNU_SOURCE 1
  5716. | #define _POSIX_PTHREAD_SEMANTICS 1
  5717. | #define _TANDEM_SOURCE 1
  5718. | #define sUPPORTED_LLVM_VERSION (7,0)
  5719. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  5720. | #define STDC_HEADERS 1
  5721. | #define _FILE_OFFSET_BITS 64
  5722. | #define HAVE_CTYPE_H 1
  5723. | #define HAVE_DIRENT_H 1
  5724. | #define HAVE_ERRNO_H 1
  5725. | #define HAVE_FCNTL_H 1
  5726. | #define HAVE_LIMITS_H 1
  5727. | #define HAVE_LOCALE_H 1
  5728. | #define HAVE_PTHREAD_H 1
  5729. | #define HAVE_SIGNAL_H 1
  5730. | #define HAVE_SYS_PARAM_H 1
  5731. | #define HAVE_SYS_MMAN_H 1
  5732. | #define HAVE_SYS_TIME_H 1
  5733. | #define HAVE_SYS_TIMEB_H 1
  5734. | #define HAVE_TIME_H 1
  5735. | #define HAVE_UTIME_H 1
  5736. | #define HAVE_WINDOWS_H 1
  5737. | #define HAVE_WINSOCK_H 1
  5738. | #define HAVE_SCHED_H 1
  5739. | #define TIME_WITH_SYS_TIME 1
  5740. | #define HAVE_LONG_LONG 1
  5741. | #define SIZEOF_CHAR 1
  5742. | #define ALIGNMENT_CHAR 1
  5743. | #define SIZEOF_DOUBLE 8
  5744. | #define ALIGNMENT_DOUBLE 8
  5745. | #define SIZEOF_FLOAT 4
  5746. | #define ALIGNMENT_FLOAT 4
  5747. | #define SIZEOF_INT 4
  5748. | #define ALIGNMENT_INT 4
  5749. | #define SIZEOF_LONG 4
  5750. | #define ALIGNMENT_LONG 4
  5751. | #define SIZEOF_LONG_LONG 8
  5752. | #define ALIGNMENT_LONG_LONG 8
  5753. | #define SIZEOF_SHORT 2
  5754. | #define ALIGNMENT_SHORT 2
  5755. | #define SIZEOF_UNSIGNED_CHAR 1
  5756. | #define ALIGNMENT_UNSIGNED_CHAR 1
  5757. | #define SIZEOF_UNSIGNED_INT 4
  5758. | #define ALIGNMENT_UNSIGNED_INT 4
  5759. | #define SIZEOF_UNSIGNED_LONG 4
  5760. | #define ALIGNMENT_UNSIGNED_LONG 4
  5761. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  5762. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  5763. | #define SIZEOF_UNSIGNED_SHORT 2
  5764. | #define ALIGNMENT_UNSIGNED_SHORT 2
  5765. | #define SIZEOF_VOID_P 8
  5766. | #define ALIGNMENT_VOID_P 8
  5767. | #define SIZEOF_INT8_T 1
  5768. | #define ALIGNMENT_INT8_T 1
  5769. | #define SIZEOF_UINT8_T 1
  5770. | #define ALIGNMENT_UINT8_T 1
  5771. | #define SIZEOF_INT16_T 2
  5772. | #define ALIGNMENT_INT16_T 2
  5773. | #define SIZEOF_UINT16_T 2
  5774. | #define ALIGNMENT_UINT16_T 2
  5775. | #define SIZEOF_INT32_T 4
  5776. | #define ALIGNMENT_INT32_T 4
  5777. | #define SIZEOF_UINT32_T 4
  5778. | #define ALIGNMENT_UINT32_T 4
  5779. | #define SIZEOF_INT64_T 8
  5780. | #define ALIGNMENT_INT64_T 8
  5781. | #define SIZEOF_UINT64_T 8
  5782. | #define ALIGNMENT_UINT64_T 8
  5783. | #define HAVE_WINEXEC 1
  5784. | #define HAVE_GETMODULEFILENAME 1
  5785. | #define HAVE_GETTIMEOFDAY 1
  5786. | /* end confdefs.h. */
  5787. | /* Define siginterrupt to an innocuous variant, in case <limits.h> declares siginterrupt.
  5788. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  5789. | #define siginterrupt innocuous_siginterrupt
  5790. |
  5791. | /* System header to define __stub macros and hopefully few prototypes,
  5792. | which can conflict with char siginterrupt (); below.
  5793. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  5794. | <limits.h> exists even on freestanding compilers. */
  5795. |
  5796. | #ifdef __STDC__
  5797. | # include <limits.h>
  5798. | #else
  5799. | # include <assert.h>
  5800. | #endif
  5801. |
  5802. | #undef siginterrupt
  5803. |
  5804. | /* Override any GCC internal prototype to avoid an error.
  5805. | Use char because int might match the return type of a GCC
  5806. | builtin and then its argument prototype would still apply. */
  5807. | #ifdef __cplusplus
  5808. | extern "C"
  5809. | #endif
  5810. | char siginterrupt ();
  5811. | /* The GNU C library defines this for functions which it implements
  5812. | to always fail with ENOSYS. Some functions are actually named
  5813. | something starting with __ and the normal name is an alias. */
  5814. | #if defined __stub_siginterrupt || defined __stub___siginterrupt
  5815. | choke me
  5816. | #endif
  5817. |
  5818. | int
  5819. | main ()
  5820. | {
  5821. | return siginterrupt ();
  5822. | ;
  5823. | return 0;
  5824. | }
  5825. configure:13223: result: no
  5826. configure:13223: checking for sysconf
  5827. configure:13223: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  5828. D:\msys64\tmp\ccAFVyLP.o:conftest.c:(.text.startup+0xa): undefined reference to `sysconf'
  5829. collect2.exe: error: ld returned 1 exit status
  5830. configure:13223: $? = 1
  5831. configure: failed program was:
  5832. | /* confdefs.h */
  5833. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  5834. | #define PACKAGE_TARNAME "ghc-8.9"
  5835. | #define PACKAGE_VERSION "8.9"
  5836. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  5837. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  5838. | #define PACKAGE_URL ""
  5839. | #define STDC_HEADERS 1
  5840. | #define HAVE_SYS_TYPES_H 1
  5841. | #define HAVE_SYS_STAT_H 1
  5842. | #define HAVE_STDLIB_H 1
  5843. | #define HAVE_STRING_H 1
  5844. | #define HAVE_MEMORY_H 1
  5845. | #define HAVE_STRINGS_H 1
  5846. | #define HAVE_INTTYPES_H 1
  5847. | #define HAVE_STDINT_H 1
  5848. | #define HAVE_UNISTD_H 1
  5849. | #define __EXTENSIONS__ 1
  5850. | #define _ALL_SOURCE 1
  5851. | #define _GNU_SOURCE 1
  5852. | #define _POSIX_PTHREAD_SEMANTICS 1
  5853. | #define _TANDEM_SOURCE 1
  5854. | #define sUPPORTED_LLVM_VERSION (7,0)
  5855. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  5856. | #define STDC_HEADERS 1
  5857. | #define _FILE_OFFSET_BITS 64
  5858. | #define HAVE_CTYPE_H 1
  5859. | #define HAVE_DIRENT_H 1
  5860. | #define HAVE_ERRNO_H 1
  5861. | #define HAVE_FCNTL_H 1
  5862. | #define HAVE_LIMITS_H 1
  5863. | #define HAVE_LOCALE_H 1
  5864. | #define HAVE_PTHREAD_H 1
  5865. | #define HAVE_SIGNAL_H 1
  5866. | #define HAVE_SYS_PARAM_H 1
  5867. | #define HAVE_SYS_MMAN_H 1
  5868. | #define HAVE_SYS_TIME_H 1
  5869. | #define HAVE_SYS_TIMEB_H 1
  5870. | #define HAVE_TIME_H 1
  5871. | #define HAVE_UTIME_H 1
  5872. | #define HAVE_WINDOWS_H 1
  5873. | #define HAVE_WINSOCK_H 1
  5874. | #define HAVE_SCHED_H 1
  5875. | #define TIME_WITH_SYS_TIME 1
  5876. | #define HAVE_LONG_LONG 1
  5877. | #define SIZEOF_CHAR 1
  5878. | #define ALIGNMENT_CHAR 1
  5879. | #define SIZEOF_DOUBLE 8
  5880. | #define ALIGNMENT_DOUBLE 8
  5881. | #define SIZEOF_FLOAT 4
  5882. | #define ALIGNMENT_FLOAT 4
  5883. | #define SIZEOF_INT 4
  5884. | #define ALIGNMENT_INT 4
  5885. | #define SIZEOF_LONG 4
  5886. | #define ALIGNMENT_LONG 4
  5887. | #define SIZEOF_LONG_LONG 8
  5888. | #define ALIGNMENT_LONG_LONG 8
  5889. | #define SIZEOF_SHORT 2
  5890. | #define ALIGNMENT_SHORT 2
  5891. | #define SIZEOF_UNSIGNED_CHAR 1
  5892. | #define ALIGNMENT_UNSIGNED_CHAR 1
  5893. | #define SIZEOF_UNSIGNED_INT 4
  5894. | #define ALIGNMENT_UNSIGNED_INT 4
  5895. | #define SIZEOF_UNSIGNED_LONG 4
  5896. | #define ALIGNMENT_UNSIGNED_LONG 4
  5897. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  5898. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  5899. | #define SIZEOF_UNSIGNED_SHORT 2
  5900. | #define ALIGNMENT_UNSIGNED_SHORT 2
  5901. | #define SIZEOF_VOID_P 8
  5902. | #define ALIGNMENT_VOID_P 8
  5903. | #define SIZEOF_INT8_T 1
  5904. | #define ALIGNMENT_INT8_T 1
  5905. | #define SIZEOF_UINT8_T 1
  5906. | #define ALIGNMENT_UINT8_T 1
  5907. | #define SIZEOF_INT16_T 2
  5908. | #define ALIGNMENT_INT16_T 2
  5909. | #define SIZEOF_UINT16_T 2
  5910. | #define ALIGNMENT_UINT16_T 2
  5911. | #define SIZEOF_INT32_T 4
  5912. | #define ALIGNMENT_INT32_T 4
  5913. | #define SIZEOF_UINT32_T 4
  5914. | #define ALIGNMENT_UINT32_T 4
  5915. | #define SIZEOF_INT64_T 8
  5916. | #define ALIGNMENT_INT64_T 8
  5917. | #define SIZEOF_UINT64_T 8
  5918. | #define ALIGNMENT_UINT64_T 8
  5919. | #define HAVE_WINEXEC 1
  5920. | #define HAVE_GETMODULEFILENAME 1
  5921. | #define HAVE_GETTIMEOFDAY 1
  5922. | /* end confdefs.h. */
  5923. | /* Define sysconf to an innocuous variant, in case <limits.h> declares sysconf.
  5924. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  5925. | #define sysconf innocuous_sysconf
  5926. |
  5927. | /* System header to define __stub macros and hopefully few prototypes,
  5928. | which can conflict with char sysconf (); below.
  5929. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  5930. | <limits.h> exists even on freestanding compilers. */
  5931. |
  5932. | #ifdef __STDC__
  5933. | # include <limits.h>
  5934. | #else
  5935. | # include <assert.h>
  5936. | #endif
  5937. |
  5938. | #undef sysconf
  5939. |
  5940. | /* Override any GCC internal prototype to avoid an error.
  5941. | Use char because int might match the return type of a GCC
  5942. | builtin and then its argument prototype would still apply. */
  5943. | #ifdef __cplusplus
  5944. | extern "C"
  5945. | #endif
  5946. | char sysconf ();
  5947. | /* The GNU C library defines this for functions which it implements
  5948. | to always fail with ENOSYS. Some functions are actually named
  5949. | something starting with __ and the normal name is an alias. */
  5950. | #if defined __stub_sysconf || defined __stub___sysconf
  5951. | choke me
  5952. | #endif
  5953. |
  5954. | int
  5955. | main ()
  5956. | {
  5957. | return sysconf ();
  5958. | ;
  5959. | return 0;
  5960. | }
  5961. configure:13223: result: no
  5962. configure:13223: checking for times
  5963. configure:13223: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  5964. D:\msys64\tmp\ccLqT1pu.o:conftest.c:(.text.startup+0xa): undefined reference to `times'
  5965. collect2.exe: error: ld returned 1 exit status
  5966. configure:13223: $? = 1
  5967. configure: failed program was:
  5968. | /* confdefs.h */
  5969. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  5970. | #define PACKAGE_TARNAME "ghc-8.9"
  5971. | #define PACKAGE_VERSION "8.9"
  5972. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  5973. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  5974. | #define PACKAGE_URL ""
  5975. | #define STDC_HEADERS 1
  5976. | #define HAVE_SYS_TYPES_H 1
  5977. | #define HAVE_SYS_STAT_H 1
  5978. | #define HAVE_STDLIB_H 1
  5979. | #define HAVE_STRING_H 1
  5980. | #define HAVE_MEMORY_H 1
  5981. | #define HAVE_STRINGS_H 1
  5982. | #define HAVE_INTTYPES_H 1
  5983. | #define HAVE_STDINT_H 1
  5984. | #define HAVE_UNISTD_H 1
  5985. | #define __EXTENSIONS__ 1
  5986. | #define _ALL_SOURCE 1
  5987. | #define _GNU_SOURCE 1
  5988. | #define _POSIX_PTHREAD_SEMANTICS 1
  5989. | #define _TANDEM_SOURCE 1
  5990. | #define sUPPORTED_LLVM_VERSION (7,0)
  5991. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  5992. | #define STDC_HEADERS 1
  5993. | #define _FILE_OFFSET_BITS 64
  5994. | #define HAVE_CTYPE_H 1
  5995. | #define HAVE_DIRENT_H 1
  5996. | #define HAVE_ERRNO_H 1
  5997. | #define HAVE_FCNTL_H 1
  5998. | #define HAVE_LIMITS_H 1
  5999. | #define HAVE_LOCALE_H 1
  6000. | #define HAVE_PTHREAD_H 1
  6001. | #define HAVE_SIGNAL_H 1
  6002. | #define HAVE_SYS_PARAM_H 1
  6003. | #define HAVE_SYS_MMAN_H 1
  6004. | #define HAVE_SYS_TIME_H 1
  6005. | #define HAVE_SYS_TIMEB_H 1
  6006. | #define HAVE_TIME_H 1
  6007. | #define HAVE_UTIME_H 1
  6008. | #define HAVE_WINDOWS_H 1
  6009. | #define HAVE_WINSOCK_H 1
  6010. | #define HAVE_SCHED_H 1
  6011. | #define TIME_WITH_SYS_TIME 1
  6012. | #define HAVE_LONG_LONG 1
  6013. | #define SIZEOF_CHAR 1
  6014. | #define ALIGNMENT_CHAR 1
  6015. | #define SIZEOF_DOUBLE 8
  6016. | #define ALIGNMENT_DOUBLE 8
  6017. | #define SIZEOF_FLOAT 4
  6018. | #define ALIGNMENT_FLOAT 4
  6019. | #define SIZEOF_INT 4
  6020. | #define ALIGNMENT_INT 4
  6021. | #define SIZEOF_LONG 4
  6022. | #define ALIGNMENT_LONG 4
  6023. | #define SIZEOF_LONG_LONG 8
  6024. | #define ALIGNMENT_LONG_LONG 8
  6025. | #define SIZEOF_SHORT 2
  6026. | #define ALIGNMENT_SHORT 2
  6027. | #define SIZEOF_UNSIGNED_CHAR 1
  6028. | #define ALIGNMENT_UNSIGNED_CHAR 1
  6029. | #define SIZEOF_UNSIGNED_INT 4
  6030. | #define ALIGNMENT_UNSIGNED_INT 4
  6031. | #define SIZEOF_UNSIGNED_LONG 4
  6032. | #define ALIGNMENT_UNSIGNED_LONG 4
  6033. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  6034. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  6035. | #define SIZEOF_UNSIGNED_SHORT 2
  6036. | #define ALIGNMENT_UNSIGNED_SHORT 2
  6037. | #define SIZEOF_VOID_P 8
  6038. | #define ALIGNMENT_VOID_P 8
  6039. | #define SIZEOF_INT8_T 1
  6040. | #define ALIGNMENT_INT8_T 1
  6041. | #define SIZEOF_UINT8_T 1
  6042. | #define ALIGNMENT_UINT8_T 1
  6043. | #define SIZEOF_INT16_T 2
  6044. | #define ALIGNMENT_INT16_T 2
  6045. | #define SIZEOF_UINT16_T 2
  6046. | #define ALIGNMENT_UINT16_T 2
  6047. | #define SIZEOF_INT32_T 4
  6048. | #define ALIGNMENT_INT32_T 4
  6049. | #define SIZEOF_UINT32_T 4
  6050. | #define ALIGNMENT_UINT32_T 4
  6051. | #define SIZEOF_INT64_T 8
  6052. | #define ALIGNMENT_INT64_T 8
  6053. | #define SIZEOF_UINT64_T 8
  6054. | #define ALIGNMENT_UINT64_T 8
  6055. | #define HAVE_WINEXEC 1
  6056. | #define HAVE_GETMODULEFILENAME 1
  6057. | #define HAVE_GETTIMEOFDAY 1
  6058. | /* end confdefs.h. */
  6059. | /* Define times to an innocuous variant, in case <limits.h> declares times.
  6060. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  6061. | #define times innocuous_times
  6062. |
  6063. | /* System header to define __stub macros and hopefully few prototypes,
  6064. | which can conflict with char times (); below.
  6065. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  6066. | <limits.h> exists even on freestanding compilers. */
  6067. |
  6068. | #ifdef __STDC__
  6069. | # include <limits.h>
  6070. | #else
  6071. | # include <assert.h>
  6072. | #endif
  6073. |
  6074. | #undef times
  6075. |
  6076. | /* Override any GCC internal prototype to avoid an error.
  6077. | Use char because int might match the return type of a GCC
  6078. | builtin and then its argument prototype would still apply. */
  6079. | #ifdef __cplusplus
  6080. | extern "C"
  6081. | #endif
  6082. | char times ();
  6083. | /* The GNU C library defines this for functions which it implements
  6084. | to always fail with ENOSYS. Some functions are actually named
  6085. | something starting with __ and the normal name is an alias. */
  6086. | #if defined __stub_times || defined __stub___times
  6087. | choke me
  6088. | #endif
  6089. |
  6090. | int
  6091. | main ()
  6092. | {
  6093. | return times ();
  6094. | ;
  6095. | return 0;
  6096. | }
  6097. configure:13223: result: no
  6098. configure:13223: checking for ctime_r
  6099. configure:13223: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  6100. D:\msys64\tmp\cczSNebk.o:conftest.c:(.text.startup+0xa): undefined reference to `ctime_r'
  6101. collect2.exe: error: ld returned 1 exit status
  6102. configure:13223: $? = 1
  6103. configure: failed program was:
  6104. | /* confdefs.h */
  6105. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  6106. | #define PACKAGE_TARNAME "ghc-8.9"
  6107. | #define PACKAGE_VERSION "8.9"
  6108. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  6109. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  6110. | #define PACKAGE_URL ""
  6111. | #define STDC_HEADERS 1
  6112. | #define HAVE_SYS_TYPES_H 1
  6113. | #define HAVE_SYS_STAT_H 1
  6114. | #define HAVE_STDLIB_H 1
  6115. | #define HAVE_STRING_H 1
  6116. | #define HAVE_MEMORY_H 1
  6117. | #define HAVE_STRINGS_H 1
  6118. | #define HAVE_INTTYPES_H 1
  6119. | #define HAVE_STDINT_H 1
  6120. | #define HAVE_UNISTD_H 1
  6121. | #define __EXTENSIONS__ 1
  6122. | #define _ALL_SOURCE 1
  6123. | #define _GNU_SOURCE 1
  6124. | #define _POSIX_PTHREAD_SEMANTICS 1
  6125. | #define _TANDEM_SOURCE 1
  6126. | #define sUPPORTED_LLVM_VERSION (7,0)
  6127. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  6128. | #define STDC_HEADERS 1
  6129. | #define _FILE_OFFSET_BITS 64
  6130. | #define HAVE_CTYPE_H 1
  6131. | #define HAVE_DIRENT_H 1
  6132. | #define HAVE_ERRNO_H 1
  6133. | #define HAVE_FCNTL_H 1
  6134. | #define HAVE_LIMITS_H 1
  6135. | #define HAVE_LOCALE_H 1
  6136. | #define HAVE_PTHREAD_H 1
  6137. | #define HAVE_SIGNAL_H 1
  6138. | #define HAVE_SYS_PARAM_H 1
  6139. | #define HAVE_SYS_MMAN_H 1
  6140. | #define HAVE_SYS_TIME_H 1
  6141. | #define HAVE_SYS_TIMEB_H 1
  6142. | #define HAVE_TIME_H 1
  6143. | #define HAVE_UTIME_H 1
  6144. | #define HAVE_WINDOWS_H 1
  6145. | #define HAVE_WINSOCK_H 1
  6146. | #define HAVE_SCHED_H 1
  6147. | #define TIME_WITH_SYS_TIME 1
  6148. | #define HAVE_LONG_LONG 1
  6149. | #define SIZEOF_CHAR 1
  6150. | #define ALIGNMENT_CHAR 1
  6151. | #define SIZEOF_DOUBLE 8
  6152. | #define ALIGNMENT_DOUBLE 8
  6153. | #define SIZEOF_FLOAT 4
  6154. | #define ALIGNMENT_FLOAT 4
  6155. | #define SIZEOF_INT 4
  6156. | #define ALIGNMENT_INT 4
  6157. | #define SIZEOF_LONG 4
  6158. | #define ALIGNMENT_LONG 4
  6159. | #define SIZEOF_LONG_LONG 8
  6160. | #define ALIGNMENT_LONG_LONG 8
  6161. | #define SIZEOF_SHORT 2
  6162. | #define ALIGNMENT_SHORT 2
  6163. | #define SIZEOF_UNSIGNED_CHAR 1
  6164. | #define ALIGNMENT_UNSIGNED_CHAR 1
  6165. | #define SIZEOF_UNSIGNED_INT 4
  6166. | #define ALIGNMENT_UNSIGNED_INT 4
  6167. | #define SIZEOF_UNSIGNED_LONG 4
  6168. | #define ALIGNMENT_UNSIGNED_LONG 4
  6169. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  6170. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  6171. | #define SIZEOF_UNSIGNED_SHORT 2
  6172. | #define ALIGNMENT_UNSIGNED_SHORT 2
  6173. | #define SIZEOF_VOID_P 8
  6174. | #define ALIGNMENT_VOID_P 8
  6175. | #define SIZEOF_INT8_T 1
  6176. | #define ALIGNMENT_INT8_T 1
  6177. | #define SIZEOF_UINT8_T 1
  6178. | #define ALIGNMENT_UINT8_T 1
  6179. | #define SIZEOF_INT16_T 2
  6180. | #define ALIGNMENT_INT16_T 2
  6181. | #define SIZEOF_UINT16_T 2
  6182. | #define ALIGNMENT_UINT16_T 2
  6183. | #define SIZEOF_INT32_T 4
  6184. | #define ALIGNMENT_INT32_T 4
  6185. | #define SIZEOF_UINT32_T 4
  6186. | #define ALIGNMENT_UINT32_T 4
  6187. | #define SIZEOF_INT64_T 8
  6188. | #define ALIGNMENT_INT64_T 8
  6189. | #define SIZEOF_UINT64_T 8
  6190. | #define ALIGNMENT_UINT64_T 8
  6191. | #define HAVE_WINEXEC 1
  6192. | #define HAVE_GETMODULEFILENAME 1
  6193. | #define HAVE_GETTIMEOFDAY 1
  6194. | /* end confdefs.h. */
  6195. | /* Define ctime_r to an innocuous variant, in case <limits.h> declares ctime_r.
  6196. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  6197. | #define ctime_r innocuous_ctime_r
  6198. |
  6199. | /* System header to define __stub macros and hopefully few prototypes,
  6200. | which can conflict with char ctime_r (); below.
  6201. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  6202. | <limits.h> exists even on freestanding compilers. */
  6203. |
  6204. | #ifdef __STDC__
  6205. | # include <limits.h>
  6206. | #else
  6207. | # include <assert.h>
  6208. | #endif
  6209. |
  6210. | #undef ctime_r
  6211. |
  6212. | /* Override any GCC internal prototype to avoid an error.
  6213. | Use char because int might match the return type of a GCC
  6214. | builtin and then its argument prototype would still apply. */
  6215. | #ifdef __cplusplus
  6216. | extern "C"
  6217. | #endif
  6218. | char ctime_r ();
  6219. | /* The GNU C library defines this for functions which it implements
  6220. | to always fail with ENOSYS. Some functions are actually named
  6221. | something starting with __ and the normal name is an alias. */
  6222. | #if defined __stub_ctime_r || defined __stub___ctime_r
  6223. | choke me
  6224. | #endif
  6225. |
  6226. | int
  6227. | main ()
  6228. | {
  6229. | return ctime_r ();
  6230. | ;
  6231. | return 0;
  6232. | }
  6233. configure:13223: result: no
  6234. configure:13223: checking for sched_setaffinity
  6235. configure:13223: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  6236. D:\msys64\tmp\ccYiYgM6.o:conftest.c:(.text.startup+0xa): undefined reference to `sched_setaffinity'
  6237. collect2.exe: error: ld returned 1 exit status
  6238. configure:13223: $? = 1
  6239. configure: failed program was:
  6240. | /* confdefs.h */
  6241. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  6242. | #define PACKAGE_TARNAME "ghc-8.9"
  6243. | #define PACKAGE_VERSION "8.9"
  6244. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  6245. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  6246. | #define PACKAGE_URL ""
  6247. | #define STDC_HEADERS 1
  6248. | #define HAVE_SYS_TYPES_H 1
  6249. | #define HAVE_SYS_STAT_H 1
  6250. | #define HAVE_STDLIB_H 1
  6251. | #define HAVE_STRING_H 1
  6252. | #define HAVE_MEMORY_H 1
  6253. | #define HAVE_STRINGS_H 1
  6254. | #define HAVE_INTTYPES_H 1
  6255. | #define HAVE_STDINT_H 1
  6256. | #define HAVE_UNISTD_H 1
  6257. | #define __EXTENSIONS__ 1
  6258. | #define _ALL_SOURCE 1
  6259. | #define _GNU_SOURCE 1
  6260. | #define _POSIX_PTHREAD_SEMANTICS 1
  6261. | #define _TANDEM_SOURCE 1
  6262. | #define sUPPORTED_LLVM_VERSION (7,0)
  6263. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  6264. | #define STDC_HEADERS 1
  6265. | #define _FILE_OFFSET_BITS 64
  6266. | #define HAVE_CTYPE_H 1
  6267. | #define HAVE_DIRENT_H 1
  6268. | #define HAVE_ERRNO_H 1
  6269. | #define HAVE_FCNTL_H 1
  6270. | #define HAVE_LIMITS_H 1
  6271. | #define HAVE_LOCALE_H 1
  6272. | #define HAVE_PTHREAD_H 1
  6273. | #define HAVE_SIGNAL_H 1
  6274. | #define HAVE_SYS_PARAM_H 1
  6275. | #define HAVE_SYS_MMAN_H 1
  6276. | #define HAVE_SYS_TIME_H 1
  6277. | #define HAVE_SYS_TIMEB_H 1
  6278. | #define HAVE_TIME_H 1
  6279. | #define HAVE_UTIME_H 1
  6280. | #define HAVE_WINDOWS_H 1
  6281. | #define HAVE_WINSOCK_H 1
  6282. | #define HAVE_SCHED_H 1
  6283. | #define TIME_WITH_SYS_TIME 1
  6284. | #define HAVE_LONG_LONG 1
  6285. | #define SIZEOF_CHAR 1
  6286. | #define ALIGNMENT_CHAR 1
  6287. | #define SIZEOF_DOUBLE 8
  6288. | #define ALIGNMENT_DOUBLE 8
  6289. | #define SIZEOF_FLOAT 4
  6290. | #define ALIGNMENT_FLOAT 4
  6291. | #define SIZEOF_INT 4
  6292. | #define ALIGNMENT_INT 4
  6293. | #define SIZEOF_LONG 4
  6294. | #define ALIGNMENT_LONG 4
  6295. | #define SIZEOF_LONG_LONG 8
  6296. | #define ALIGNMENT_LONG_LONG 8
  6297. | #define SIZEOF_SHORT 2
  6298. | #define ALIGNMENT_SHORT 2
  6299. | #define SIZEOF_UNSIGNED_CHAR 1
  6300. | #define ALIGNMENT_UNSIGNED_CHAR 1
  6301. | #define SIZEOF_UNSIGNED_INT 4
  6302. | #define ALIGNMENT_UNSIGNED_INT 4
  6303. | #define SIZEOF_UNSIGNED_LONG 4
  6304. | #define ALIGNMENT_UNSIGNED_LONG 4
  6305. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  6306. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  6307. | #define SIZEOF_UNSIGNED_SHORT 2
  6308. | #define ALIGNMENT_UNSIGNED_SHORT 2
  6309. | #define SIZEOF_VOID_P 8
  6310. | #define ALIGNMENT_VOID_P 8
  6311. | #define SIZEOF_INT8_T 1
  6312. | #define ALIGNMENT_INT8_T 1
  6313. | #define SIZEOF_UINT8_T 1
  6314. | #define ALIGNMENT_UINT8_T 1
  6315. | #define SIZEOF_INT16_T 2
  6316. | #define ALIGNMENT_INT16_T 2
  6317. | #define SIZEOF_UINT16_T 2
  6318. | #define ALIGNMENT_UINT16_T 2
  6319. | #define SIZEOF_INT32_T 4
  6320. | #define ALIGNMENT_INT32_T 4
  6321. | #define SIZEOF_UINT32_T 4
  6322. | #define ALIGNMENT_UINT32_T 4
  6323. | #define SIZEOF_INT64_T 8
  6324. | #define ALIGNMENT_INT64_T 8
  6325. | #define SIZEOF_UINT64_T 8
  6326. | #define ALIGNMENT_UINT64_T 8
  6327. | #define HAVE_WINEXEC 1
  6328. | #define HAVE_GETMODULEFILENAME 1
  6329. | #define HAVE_GETTIMEOFDAY 1
  6330. | /* end confdefs.h. */
  6331. | /* Define sched_setaffinity to an innocuous variant, in case <limits.h> declares sched_setaffinity.
  6332. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  6333. | #define sched_setaffinity innocuous_sched_setaffinity
  6334. |
  6335. | /* System header to define __stub macros and hopefully few prototypes,
  6336. | which can conflict with char sched_setaffinity (); below.
  6337. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  6338. | <limits.h> exists even on freestanding compilers. */
  6339. |
  6340. | #ifdef __STDC__
  6341. | # include <limits.h>
  6342. | #else
  6343. | # include <assert.h>
  6344. | #endif
  6345. |
  6346. | #undef sched_setaffinity
  6347. |
  6348. | /* Override any GCC internal prototype to avoid an error.
  6349. | Use char because int might match the return type of a GCC
  6350. | builtin and then its argument prototype would still apply. */
  6351. | #ifdef __cplusplus
  6352. | extern "C"
  6353. | #endif
  6354. | char sched_setaffinity ();
  6355. | /* The GNU C library defines this for functions which it implements
  6356. | to always fail with ENOSYS. Some functions are actually named
  6357. | something starting with __ and the normal name is an alias. */
  6358. | #if defined __stub_sched_setaffinity || defined __stub___sched_setaffinity
  6359. | choke me
  6360. | #endif
  6361. |
  6362. | int
  6363. | main ()
  6364. | {
  6365. | return sched_setaffinity ();
  6366. | ;
  6367. | return 0;
  6368. | }
  6369. configure:13223: result: no
  6370. configure:13223: checking for setlocale
  6371. configure:13223: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  6372. configure:13223: $? = 0
  6373. configure:13223: result: yes
  6374. configure:13233: checking whether ctime_r is declared
  6375. configure:13233: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  6376. configure:13233: $? = 0
  6377. configure:13233: result: yes
  6378. configure:13248: checking for closedir in -lmingwex
  6379. configure:13273: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c -lmingwex >&5
  6380. configure:13273: $? = 0
  6381. configure:13282: result: yes
  6382. configure:13301: checking for atan in -lm
  6383. configure:13326: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c -lm >&5
  6384. conftest.c:102:6: warning: conflicting types for built-in function 'atan' [-Wbuiltin-declaration-mismatch]
  6385. char atan ();
  6386. ^~~~
  6387. configure:13326: $? = 0
  6388. configure:13335: result: yes
  6389. configure:13584: checking for ffi_call in -lffi
  6390. configure:13609: /mingw64/bin/gcc -o conftest.exe -I/mingw64/lib/libffi-3.2.1/include -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c -lffi >&5
  6391. configure:13609: $? = 0
  6392. configure:13618: result: yes
  6393. configure:13623: checking ffi.h usability
  6394. configure:13623: /mingw64/bin/gcc -c -I/mingw64/lib/libffi-3.2.1/include -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  6395. configure:13623: $? = 0
  6396. configure:13623: result: yes
  6397. configure:13623: checking ffi.h presence
  6398. configure:13623: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  6399. conftest.c:96:10: fatal error: ffi.h: No such file or directory
  6400. #include <ffi.h>
  6401. ^~~~~~~
  6402. compilation terminated.
  6403. configure:13623: $? = 1
  6404. configure: failed program was:
  6405. | /* confdefs.h */
  6406. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  6407. | #define PACKAGE_TARNAME "ghc-8.9"
  6408. | #define PACKAGE_VERSION "8.9"
  6409. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  6410. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  6411. | #define PACKAGE_URL ""
  6412. | #define STDC_HEADERS 1
  6413. | #define HAVE_SYS_TYPES_H 1
  6414. | #define HAVE_SYS_STAT_H 1
  6415. | #define HAVE_STDLIB_H 1
  6416. | #define HAVE_STRING_H 1
  6417. | #define HAVE_MEMORY_H 1
  6418. | #define HAVE_STRINGS_H 1
  6419. | #define HAVE_INTTYPES_H 1
  6420. | #define HAVE_STDINT_H 1
  6421. | #define HAVE_UNISTD_H 1
  6422. | #define __EXTENSIONS__ 1
  6423. | #define _ALL_SOURCE 1
  6424. | #define _GNU_SOURCE 1
  6425. | #define _POSIX_PTHREAD_SEMANTICS 1
  6426. | #define _TANDEM_SOURCE 1
  6427. | #define sUPPORTED_LLVM_VERSION (7,0)
  6428. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  6429. | #define STDC_HEADERS 1
  6430. | #define _FILE_OFFSET_BITS 64
  6431. | #define HAVE_CTYPE_H 1
  6432. | #define HAVE_DIRENT_H 1
  6433. | #define HAVE_ERRNO_H 1
  6434. | #define HAVE_FCNTL_H 1
  6435. | #define HAVE_LIMITS_H 1
  6436. | #define HAVE_LOCALE_H 1
  6437. | #define HAVE_PTHREAD_H 1
  6438. | #define HAVE_SIGNAL_H 1
  6439. | #define HAVE_SYS_PARAM_H 1
  6440. | #define HAVE_SYS_MMAN_H 1
  6441. | #define HAVE_SYS_TIME_H 1
  6442. | #define HAVE_SYS_TIMEB_H 1
  6443. | #define HAVE_TIME_H 1
  6444. | #define HAVE_UTIME_H 1
  6445. | #define HAVE_WINDOWS_H 1
  6446. | #define HAVE_WINSOCK_H 1
  6447. | #define HAVE_SCHED_H 1
  6448. | #define TIME_WITH_SYS_TIME 1
  6449. | #define HAVE_LONG_LONG 1
  6450. | #define SIZEOF_CHAR 1
  6451. | #define ALIGNMENT_CHAR 1
  6452. | #define SIZEOF_DOUBLE 8
  6453. | #define ALIGNMENT_DOUBLE 8
  6454. | #define SIZEOF_FLOAT 4
  6455. | #define ALIGNMENT_FLOAT 4
  6456. | #define SIZEOF_INT 4
  6457. | #define ALIGNMENT_INT 4
  6458. | #define SIZEOF_LONG 4
  6459. | #define ALIGNMENT_LONG 4
  6460. | #define SIZEOF_LONG_LONG 8
  6461. | #define ALIGNMENT_LONG_LONG 8
  6462. | #define SIZEOF_SHORT 2
  6463. | #define ALIGNMENT_SHORT 2
  6464. | #define SIZEOF_UNSIGNED_CHAR 1
  6465. | #define ALIGNMENT_UNSIGNED_CHAR 1
  6466. | #define SIZEOF_UNSIGNED_INT 4
  6467. | #define ALIGNMENT_UNSIGNED_INT 4
  6468. | #define SIZEOF_UNSIGNED_LONG 4
  6469. | #define ALIGNMENT_UNSIGNED_LONG 4
  6470. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  6471. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  6472. | #define SIZEOF_UNSIGNED_SHORT 2
  6473. | #define ALIGNMENT_UNSIGNED_SHORT 2
  6474. | #define SIZEOF_VOID_P 8
  6475. | #define ALIGNMENT_VOID_P 8
  6476. | #define SIZEOF_INT8_T 1
  6477. | #define ALIGNMENT_INT8_T 1
  6478. | #define SIZEOF_UINT8_T 1
  6479. | #define ALIGNMENT_UINT8_T 1
  6480. | #define SIZEOF_INT16_T 2
  6481. | #define ALIGNMENT_INT16_T 2
  6482. | #define SIZEOF_UINT16_T 2
  6483. | #define ALIGNMENT_UINT16_T 2
  6484. | #define SIZEOF_INT32_T 4
  6485. | #define ALIGNMENT_INT32_T 4
  6486. | #define SIZEOF_UINT32_T 4
  6487. | #define ALIGNMENT_UINT32_T 4
  6488. | #define SIZEOF_INT64_T 8
  6489. | #define ALIGNMENT_INT64_T 8
  6490. | #define SIZEOF_UINT64_T 8
  6491. | #define ALIGNMENT_UINT64_T 8
  6492. | #define HAVE_WINEXEC 1
  6493. | #define HAVE_GETMODULEFILENAME 1
  6494. | #define HAVE_GETTIMEOFDAY 1
  6495. | #define HAVE_SETLOCALE 1
  6496. | #define HAVE_DECL_CTIME_R 1
  6497. | #define HAVE_MINGWEX 1
  6498. | #define HAVE_LIBM 1
  6499. | /* end confdefs.h. */
  6500. | #include <ffi.h>
  6501. configure:13623: result: no
  6502. configure:13623: WARNING: ffi.h: accepted by the compiler, rejected by the preprocessor!
  6503. configure:13623: WARNING: ffi.h: proceeding with the compiler's result
  6504. configure:13623: checking for ffi.h
  6505. configure:13623: result: yes
  6506. configure:13647: checking for dlopen in -ldl
  6507. configure:13672: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c -ldl >&5
  6508. D:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.bfd.exe: cannot find -ldl
  6509. collect2.exe: error: ld returned 1 exit status
  6510. configure:13672: $? = 1
  6511. configure: failed program was:
  6512. | /* confdefs.h */
  6513. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  6514. | #define PACKAGE_TARNAME "ghc-8.9"
  6515. | #define PACKAGE_VERSION "8.9"
  6516. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  6517. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  6518. | #define PACKAGE_URL ""
  6519. | #define STDC_HEADERS 1
  6520. | #define HAVE_SYS_TYPES_H 1
  6521. | #define HAVE_SYS_STAT_H 1
  6522. | #define HAVE_STDLIB_H 1
  6523. | #define HAVE_STRING_H 1
  6524. | #define HAVE_MEMORY_H 1
  6525. | #define HAVE_STRINGS_H 1
  6526. | #define HAVE_INTTYPES_H 1
  6527. | #define HAVE_STDINT_H 1
  6528. | #define HAVE_UNISTD_H 1
  6529. | #define __EXTENSIONS__ 1
  6530. | #define _ALL_SOURCE 1
  6531. | #define _GNU_SOURCE 1
  6532. | #define _POSIX_PTHREAD_SEMANTICS 1
  6533. | #define _TANDEM_SOURCE 1
  6534. | #define sUPPORTED_LLVM_VERSION (7,0)
  6535. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  6536. | #define STDC_HEADERS 1
  6537. | #define _FILE_OFFSET_BITS 64
  6538. | #define HAVE_CTYPE_H 1
  6539. | #define HAVE_DIRENT_H 1
  6540. | #define HAVE_ERRNO_H 1
  6541. | #define HAVE_FCNTL_H 1
  6542. | #define HAVE_LIMITS_H 1
  6543. | #define HAVE_LOCALE_H 1
  6544. | #define HAVE_PTHREAD_H 1
  6545. | #define HAVE_SIGNAL_H 1
  6546. | #define HAVE_SYS_PARAM_H 1
  6547. | #define HAVE_SYS_MMAN_H 1
  6548. | #define HAVE_SYS_TIME_H 1
  6549. | #define HAVE_SYS_TIMEB_H 1
  6550. | #define HAVE_TIME_H 1
  6551. | #define HAVE_UTIME_H 1
  6552. | #define HAVE_WINDOWS_H 1
  6553. | #define HAVE_WINSOCK_H 1
  6554. | #define HAVE_SCHED_H 1
  6555. | #define TIME_WITH_SYS_TIME 1
  6556. | #define HAVE_LONG_LONG 1
  6557. | #define SIZEOF_CHAR 1
  6558. | #define ALIGNMENT_CHAR 1
  6559. | #define SIZEOF_DOUBLE 8
  6560. | #define ALIGNMENT_DOUBLE 8
  6561. | #define SIZEOF_FLOAT 4
  6562. | #define ALIGNMENT_FLOAT 4
  6563. | #define SIZEOF_INT 4
  6564. | #define ALIGNMENT_INT 4
  6565. | #define SIZEOF_LONG 4
  6566. | #define ALIGNMENT_LONG 4
  6567. | #define SIZEOF_LONG_LONG 8
  6568. | #define ALIGNMENT_LONG_LONG 8
  6569. | #define SIZEOF_SHORT 2
  6570. | #define ALIGNMENT_SHORT 2
  6571. | #define SIZEOF_UNSIGNED_CHAR 1
  6572. | #define ALIGNMENT_UNSIGNED_CHAR 1
  6573. | #define SIZEOF_UNSIGNED_INT 4
  6574. | #define ALIGNMENT_UNSIGNED_INT 4
  6575. | #define SIZEOF_UNSIGNED_LONG 4
  6576. | #define ALIGNMENT_UNSIGNED_LONG 4
  6577. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  6578. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  6579. | #define SIZEOF_UNSIGNED_SHORT 2
  6580. | #define ALIGNMENT_UNSIGNED_SHORT 2
  6581. | #define SIZEOF_VOID_P 8
  6582. | #define ALIGNMENT_VOID_P 8
  6583. | #define SIZEOF_INT8_T 1
  6584. | #define ALIGNMENT_INT8_T 1
  6585. | #define SIZEOF_UINT8_T 1
  6586. | #define ALIGNMENT_UINT8_T 1
  6587. | #define SIZEOF_INT16_T 2
  6588. | #define ALIGNMENT_INT16_T 2
  6589. | #define SIZEOF_UINT16_T 2
  6590. | #define ALIGNMENT_UINT16_T 2
  6591. | #define SIZEOF_INT32_T 4
  6592. | #define ALIGNMENT_INT32_T 4
  6593. | #define SIZEOF_UINT32_T 4
  6594. | #define ALIGNMENT_UINT32_T 4
  6595. | #define SIZEOF_INT64_T 8
  6596. | #define ALIGNMENT_INT64_T 8
  6597. | #define SIZEOF_UINT64_T 8
  6598. | #define ALIGNMENT_UINT64_T 8
  6599. | #define HAVE_WINEXEC 1
  6600. | #define HAVE_GETMODULEFILENAME 1
  6601. | #define HAVE_GETTIMEOFDAY 1
  6602. | #define HAVE_SETLOCALE 1
  6603. | #define HAVE_DECL_CTIME_R 1
  6604. | #define HAVE_MINGWEX 1
  6605. | #define HAVE_LIBM 1
  6606. | #define HAVE_FFI_H 1
  6607. | #define HAVE_LIBFFI 1
  6608. | /* end confdefs.h. */
  6609. |
  6610. | /* Override any GCC internal prototype to avoid an error.
  6611. | Use char because int might match the return type of a GCC
  6612. | builtin and then its argument prototype would still apply. */
  6613. | #ifdef __cplusplus
  6614. | extern "C"
  6615. | #endif
  6616. | char dlopen ();
  6617. | int
  6618. | main ()
  6619. | {
  6620. | return dlopen ();
  6621. | ;
  6622. | return 0;
  6623. | }
  6624. configure:13681: result: no
  6625. configure:13692: checking for dlopen in -ldl
  6626. configure:13726: result: no
  6627. configure:13738: checking for size_t
  6628. configure:13738: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  6629. configure:13738: $? = 0
  6630. configure:13738: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  6631. conftest.c: In function 'main':
  6632. conftest.c:134:21: error: expected expression before ')' token
  6633. if (sizeof ((size_t)))
  6634. ^
  6635. configure:13738: $? = 1
  6636. configure: failed program was:
  6637. | /* confdefs.h */
  6638. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  6639. | #define PACKAGE_TARNAME "ghc-8.9"
  6640. | #define PACKAGE_VERSION "8.9"
  6641. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  6642. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  6643. | #define PACKAGE_URL ""
  6644. | #define STDC_HEADERS 1
  6645. | #define HAVE_SYS_TYPES_H 1
  6646. | #define HAVE_SYS_STAT_H 1
  6647. | #define HAVE_STDLIB_H 1
  6648. | #define HAVE_STRING_H 1
  6649. | #define HAVE_MEMORY_H 1
  6650. | #define HAVE_STRINGS_H 1
  6651. | #define HAVE_INTTYPES_H 1
  6652. | #define HAVE_STDINT_H 1
  6653. | #define HAVE_UNISTD_H 1
  6654. | #define __EXTENSIONS__ 1
  6655. | #define _ALL_SOURCE 1
  6656. | #define _GNU_SOURCE 1
  6657. | #define _POSIX_PTHREAD_SEMANTICS 1
  6658. | #define _TANDEM_SOURCE 1
  6659. | #define sUPPORTED_LLVM_VERSION (7,0)
  6660. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  6661. | #define STDC_HEADERS 1
  6662. | #define _FILE_OFFSET_BITS 64
  6663. | #define HAVE_CTYPE_H 1
  6664. | #define HAVE_DIRENT_H 1
  6665. | #define HAVE_ERRNO_H 1
  6666. | #define HAVE_FCNTL_H 1
  6667. | #define HAVE_LIMITS_H 1
  6668. | #define HAVE_LOCALE_H 1
  6669. | #define HAVE_PTHREAD_H 1
  6670. | #define HAVE_SIGNAL_H 1
  6671. | #define HAVE_SYS_PARAM_H 1
  6672. | #define HAVE_SYS_MMAN_H 1
  6673. | #define HAVE_SYS_TIME_H 1
  6674. | #define HAVE_SYS_TIMEB_H 1
  6675. | #define HAVE_TIME_H 1
  6676. | #define HAVE_UTIME_H 1
  6677. | #define HAVE_WINDOWS_H 1
  6678. | #define HAVE_WINSOCK_H 1
  6679. | #define HAVE_SCHED_H 1
  6680. | #define TIME_WITH_SYS_TIME 1
  6681. | #define HAVE_LONG_LONG 1
  6682. | #define SIZEOF_CHAR 1
  6683. | #define ALIGNMENT_CHAR 1
  6684. | #define SIZEOF_DOUBLE 8
  6685. | #define ALIGNMENT_DOUBLE 8
  6686. | #define SIZEOF_FLOAT 4
  6687. | #define ALIGNMENT_FLOAT 4
  6688. | #define SIZEOF_INT 4
  6689. | #define ALIGNMENT_INT 4
  6690. | #define SIZEOF_LONG 4
  6691. | #define ALIGNMENT_LONG 4
  6692. | #define SIZEOF_LONG_LONG 8
  6693. | #define ALIGNMENT_LONG_LONG 8
  6694. | #define SIZEOF_SHORT 2
  6695. | #define ALIGNMENT_SHORT 2
  6696. | #define SIZEOF_UNSIGNED_CHAR 1
  6697. | #define ALIGNMENT_UNSIGNED_CHAR 1
  6698. | #define SIZEOF_UNSIGNED_INT 4
  6699. | #define ALIGNMENT_UNSIGNED_INT 4
  6700. | #define SIZEOF_UNSIGNED_LONG 4
  6701. | #define ALIGNMENT_UNSIGNED_LONG 4
  6702. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  6703. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  6704. | #define SIZEOF_UNSIGNED_SHORT 2
  6705. | #define ALIGNMENT_UNSIGNED_SHORT 2
  6706. | #define SIZEOF_VOID_P 8
  6707. | #define ALIGNMENT_VOID_P 8
  6708. | #define SIZEOF_INT8_T 1
  6709. | #define ALIGNMENT_INT8_T 1
  6710. | #define SIZEOF_UINT8_T 1
  6711. | #define ALIGNMENT_UINT8_T 1
  6712. | #define SIZEOF_INT16_T 2
  6713. | #define ALIGNMENT_INT16_T 2
  6714. | #define SIZEOF_UINT16_T 2
  6715. | #define ALIGNMENT_UINT16_T 2
  6716. | #define SIZEOF_INT32_T 4
  6717. | #define ALIGNMENT_INT32_T 4
  6718. | #define SIZEOF_UINT32_T 4
  6719. | #define ALIGNMENT_UINT32_T 4
  6720. | #define SIZEOF_INT64_T 8
  6721. | #define ALIGNMENT_INT64_T 8
  6722. | #define SIZEOF_UINT64_T 8
  6723. | #define ALIGNMENT_UINT64_T 8
  6724. | #define HAVE_WINEXEC 1
  6725. | #define HAVE_GETMODULEFILENAME 1
  6726. | #define HAVE_GETTIMEOFDAY 1
  6727. | #define HAVE_SETLOCALE 1
  6728. | #define HAVE_DECL_CTIME_R 1
  6729. | #define HAVE_MINGWEX 1
  6730. | #define HAVE_LIBM 1
  6731. | #define HAVE_FFI_H 1
  6732. | #define HAVE_LIBFFI 1
  6733. | /* end confdefs.h. */
  6734. | #include <stdio.h>
  6735. | #ifdef HAVE_SYS_TYPES_H
  6736. | # include <sys/types.h>
  6737. | #endif
  6738. | #ifdef HAVE_SYS_STAT_H
  6739. | # include <sys/stat.h>
  6740. | #endif
  6741. | #ifdef STDC_HEADERS
  6742. | # include <stdlib.h>
  6743. | # include <stddef.h>
  6744. | #else
  6745. | # ifdef HAVE_STDLIB_H
  6746. | # include <stdlib.h>
  6747. | # endif
  6748. | #endif
  6749. | #ifdef HAVE_STRING_H
  6750. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  6751. | # include <memory.h>
  6752. | # endif
  6753. | # include <string.h>
  6754. | #endif
  6755. | #ifdef HAVE_STRINGS_H
  6756. | # include <strings.h>
  6757. | #endif
  6758. | #ifdef HAVE_INTTYPES_H
  6759. | # include <inttypes.h>
  6760. | #endif
  6761. | #ifdef HAVE_STDINT_H
  6762. | # include <stdint.h>
  6763. | #endif
  6764. | #ifdef HAVE_UNISTD_H
  6765. | # include <unistd.h>
  6766. | #endif
  6767. | int
  6768. | main ()
  6769. | {
  6770. | if (sizeof ((size_t)))
  6771. | return 0;
  6772. | ;
  6773. | return 0;
  6774. | }
  6775. configure:13738: result: yes
  6776. configure:13751: checking for working alloca.h
  6777. configure:13768: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  6778. conftest.c:98:10: fatal error: alloca.h: No such file or directory
  6779. #include <alloca.h>
  6780. ^~~~~~~~~~
  6781. compilation terminated.
  6782. configure:13768: $? = 1
  6783. configure: failed program was:
  6784. | /* confdefs.h */
  6785. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  6786. | #define PACKAGE_TARNAME "ghc-8.9"
  6787. | #define PACKAGE_VERSION "8.9"
  6788. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  6789. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  6790. | #define PACKAGE_URL ""
  6791. | #define STDC_HEADERS 1
  6792. | #define HAVE_SYS_TYPES_H 1
  6793. | #define HAVE_SYS_STAT_H 1
  6794. | #define HAVE_STDLIB_H 1
  6795. | #define HAVE_STRING_H 1
  6796. | #define HAVE_MEMORY_H 1
  6797. | #define HAVE_STRINGS_H 1
  6798. | #define HAVE_INTTYPES_H 1
  6799. | #define HAVE_STDINT_H 1
  6800. | #define HAVE_UNISTD_H 1
  6801. | #define __EXTENSIONS__ 1
  6802. | #define _ALL_SOURCE 1
  6803. | #define _GNU_SOURCE 1
  6804. | #define _POSIX_PTHREAD_SEMANTICS 1
  6805. | #define _TANDEM_SOURCE 1
  6806. | #define sUPPORTED_LLVM_VERSION (7,0)
  6807. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  6808. | #define STDC_HEADERS 1
  6809. | #define _FILE_OFFSET_BITS 64
  6810. | #define HAVE_CTYPE_H 1
  6811. | #define HAVE_DIRENT_H 1
  6812. | #define HAVE_ERRNO_H 1
  6813. | #define HAVE_FCNTL_H 1
  6814. | #define HAVE_LIMITS_H 1
  6815. | #define HAVE_LOCALE_H 1
  6816. | #define HAVE_PTHREAD_H 1
  6817. | #define HAVE_SIGNAL_H 1
  6818. | #define HAVE_SYS_PARAM_H 1
  6819. | #define HAVE_SYS_MMAN_H 1
  6820. | #define HAVE_SYS_TIME_H 1
  6821. | #define HAVE_SYS_TIMEB_H 1
  6822. | #define HAVE_TIME_H 1
  6823. | #define HAVE_UTIME_H 1
  6824. | #define HAVE_WINDOWS_H 1
  6825. | #define HAVE_WINSOCK_H 1
  6826. | #define HAVE_SCHED_H 1
  6827. | #define TIME_WITH_SYS_TIME 1
  6828. | #define HAVE_LONG_LONG 1
  6829. | #define SIZEOF_CHAR 1
  6830. | #define ALIGNMENT_CHAR 1
  6831. | #define SIZEOF_DOUBLE 8
  6832. | #define ALIGNMENT_DOUBLE 8
  6833. | #define SIZEOF_FLOAT 4
  6834. | #define ALIGNMENT_FLOAT 4
  6835. | #define SIZEOF_INT 4
  6836. | #define ALIGNMENT_INT 4
  6837. | #define SIZEOF_LONG 4
  6838. | #define ALIGNMENT_LONG 4
  6839. | #define SIZEOF_LONG_LONG 8
  6840. | #define ALIGNMENT_LONG_LONG 8
  6841. | #define SIZEOF_SHORT 2
  6842. | #define ALIGNMENT_SHORT 2
  6843. | #define SIZEOF_UNSIGNED_CHAR 1
  6844. | #define ALIGNMENT_UNSIGNED_CHAR 1
  6845. | #define SIZEOF_UNSIGNED_INT 4
  6846. | #define ALIGNMENT_UNSIGNED_INT 4
  6847. | #define SIZEOF_UNSIGNED_LONG 4
  6848. | #define ALIGNMENT_UNSIGNED_LONG 4
  6849. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  6850. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  6851. | #define SIZEOF_UNSIGNED_SHORT 2
  6852. | #define ALIGNMENT_UNSIGNED_SHORT 2
  6853. | #define SIZEOF_VOID_P 8
  6854. | #define ALIGNMENT_VOID_P 8
  6855. | #define SIZEOF_INT8_T 1
  6856. | #define ALIGNMENT_INT8_T 1
  6857. | #define SIZEOF_UINT8_T 1
  6858. | #define ALIGNMENT_UINT8_T 1
  6859. | #define SIZEOF_INT16_T 2
  6860. | #define ALIGNMENT_INT16_T 2
  6861. | #define SIZEOF_UINT16_T 2
  6862. | #define ALIGNMENT_UINT16_T 2
  6863. | #define SIZEOF_INT32_T 4
  6864. | #define ALIGNMENT_INT32_T 4
  6865. | #define SIZEOF_UINT32_T 4
  6866. | #define ALIGNMENT_UINT32_T 4
  6867. | #define SIZEOF_INT64_T 8
  6868. | #define ALIGNMENT_INT64_T 8
  6869. | #define SIZEOF_UINT64_T 8
  6870. | #define ALIGNMENT_UINT64_T 8
  6871. | #define HAVE_WINEXEC 1
  6872. | #define HAVE_GETMODULEFILENAME 1
  6873. | #define HAVE_GETTIMEOFDAY 1
  6874. | #define HAVE_SETLOCALE 1
  6875. | #define HAVE_DECL_CTIME_R 1
  6876. | #define HAVE_MINGWEX 1
  6877. | #define HAVE_LIBM 1
  6878. | #define HAVE_FFI_H 1
  6879. | #define HAVE_LIBFFI 1
  6880. | /* end confdefs.h. */
  6881. | #include <alloca.h>
  6882. | int
  6883. | main ()
  6884. | {
  6885. | char *p = (char *) alloca (2 * sizeof (int));
  6886. | if (p) return 0;
  6887. | ;
  6888. | return 0;
  6889. | }
  6890. configure:13776: result: no
  6891. configure:13784: checking for alloca
  6892. configure:13821: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  6893. configure:13821: $? = 0
  6894. configure:13829: result: yes
  6895. configure:13936: checking for pid_t
  6896. configure:13936: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  6897. configure:13936: $? = 0
  6898. configure:13936: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  6899. conftest.c: In function 'main':
  6900. conftest.c:135:20: error: expected expression before ')' token
  6901. if (sizeof ((pid_t)))
  6902. ^
  6903. configure:13936: $? = 1
  6904. configure: failed program was:
  6905. | /* confdefs.h */
  6906. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  6907. | #define PACKAGE_TARNAME "ghc-8.9"
  6908. | #define PACKAGE_VERSION "8.9"
  6909. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  6910. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  6911. | #define PACKAGE_URL ""
  6912. | #define STDC_HEADERS 1
  6913. | #define HAVE_SYS_TYPES_H 1
  6914. | #define HAVE_SYS_STAT_H 1
  6915. | #define HAVE_STDLIB_H 1
  6916. | #define HAVE_STRING_H 1
  6917. | #define HAVE_MEMORY_H 1
  6918. | #define HAVE_STRINGS_H 1
  6919. | #define HAVE_INTTYPES_H 1
  6920. | #define HAVE_STDINT_H 1
  6921. | #define HAVE_UNISTD_H 1
  6922. | #define __EXTENSIONS__ 1
  6923. | #define _ALL_SOURCE 1
  6924. | #define _GNU_SOURCE 1
  6925. | #define _POSIX_PTHREAD_SEMANTICS 1
  6926. | #define _TANDEM_SOURCE 1
  6927. | #define sUPPORTED_LLVM_VERSION (7,0)
  6928. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  6929. | #define STDC_HEADERS 1
  6930. | #define _FILE_OFFSET_BITS 64
  6931. | #define HAVE_CTYPE_H 1
  6932. | #define HAVE_DIRENT_H 1
  6933. | #define HAVE_ERRNO_H 1
  6934. | #define HAVE_FCNTL_H 1
  6935. | #define HAVE_LIMITS_H 1
  6936. | #define HAVE_LOCALE_H 1
  6937. | #define HAVE_PTHREAD_H 1
  6938. | #define HAVE_SIGNAL_H 1
  6939. | #define HAVE_SYS_PARAM_H 1
  6940. | #define HAVE_SYS_MMAN_H 1
  6941. | #define HAVE_SYS_TIME_H 1
  6942. | #define HAVE_SYS_TIMEB_H 1
  6943. | #define HAVE_TIME_H 1
  6944. | #define HAVE_UTIME_H 1
  6945. | #define HAVE_WINDOWS_H 1
  6946. | #define HAVE_WINSOCK_H 1
  6947. | #define HAVE_SCHED_H 1
  6948. | #define TIME_WITH_SYS_TIME 1
  6949. | #define HAVE_LONG_LONG 1
  6950. | #define SIZEOF_CHAR 1
  6951. | #define ALIGNMENT_CHAR 1
  6952. | #define SIZEOF_DOUBLE 8
  6953. | #define ALIGNMENT_DOUBLE 8
  6954. | #define SIZEOF_FLOAT 4
  6955. | #define ALIGNMENT_FLOAT 4
  6956. | #define SIZEOF_INT 4
  6957. | #define ALIGNMENT_INT 4
  6958. | #define SIZEOF_LONG 4
  6959. | #define ALIGNMENT_LONG 4
  6960. | #define SIZEOF_LONG_LONG 8
  6961. | #define ALIGNMENT_LONG_LONG 8
  6962. | #define SIZEOF_SHORT 2
  6963. | #define ALIGNMENT_SHORT 2
  6964. | #define SIZEOF_UNSIGNED_CHAR 1
  6965. | #define ALIGNMENT_UNSIGNED_CHAR 1
  6966. | #define SIZEOF_UNSIGNED_INT 4
  6967. | #define ALIGNMENT_UNSIGNED_INT 4
  6968. | #define SIZEOF_UNSIGNED_LONG 4
  6969. | #define ALIGNMENT_UNSIGNED_LONG 4
  6970. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  6971. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  6972. | #define SIZEOF_UNSIGNED_SHORT 2
  6973. | #define ALIGNMENT_UNSIGNED_SHORT 2
  6974. | #define SIZEOF_VOID_P 8
  6975. | #define ALIGNMENT_VOID_P 8
  6976. | #define SIZEOF_INT8_T 1
  6977. | #define ALIGNMENT_INT8_T 1
  6978. | #define SIZEOF_UINT8_T 1
  6979. | #define ALIGNMENT_UINT8_T 1
  6980. | #define SIZEOF_INT16_T 2
  6981. | #define ALIGNMENT_INT16_T 2
  6982. | #define SIZEOF_UINT16_T 2
  6983. | #define ALIGNMENT_UINT16_T 2
  6984. | #define SIZEOF_INT32_T 4
  6985. | #define ALIGNMENT_INT32_T 4
  6986. | #define SIZEOF_UINT32_T 4
  6987. | #define ALIGNMENT_UINT32_T 4
  6988. | #define SIZEOF_INT64_T 8
  6989. | #define ALIGNMENT_INT64_T 8
  6990. | #define SIZEOF_UINT64_T 8
  6991. | #define ALIGNMENT_UINT64_T 8
  6992. | #define HAVE_WINEXEC 1
  6993. | #define HAVE_GETMODULEFILENAME 1
  6994. | #define HAVE_GETTIMEOFDAY 1
  6995. | #define HAVE_SETLOCALE 1
  6996. | #define HAVE_DECL_CTIME_R 1
  6997. | #define HAVE_MINGWEX 1
  6998. | #define HAVE_LIBM 1
  6999. | #define HAVE_FFI_H 1
  7000. | #define HAVE_LIBFFI 1
  7001. | #define HAVE_ALLOCA 1
  7002. | /* end confdefs.h. */
  7003. | #include <stdio.h>
  7004. | #ifdef HAVE_SYS_TYPES_H
  7005. | # include <sys/types.h>
  7006. | #endif
  7007. | #ifdef HAVE_SYS_STAT_H
  7008. | # include <sys/stat.h>
  7009. | #endif
  7010. | #ifdef STDC_HEADERS
  7011. | # include <stdlib.h>
  7012. | # include <stddef.h>
  7013. | #else
  7014. | # ifdef HAVE_STDLIB_H
  7015. | # include <stdlib.h>
  7016. | # endif
  7017. | #endif
  7018. | #ifdef HAVE_STRING_H
  7019. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  7020. | # include <memory.h>
  7021. | # endif
  7022. | # include <string.h>
  7023. | #endif
  7024. | #ifdef HAVE_STRINGS_H
  7025. | # include <strings.h>
  7026. | #endif
  7027. | #ifdef HAVE_INTTYPES_H
  7028. | # include <inttypes.h>
  7029. | #endif
  7030. | #ifdef HAVE_STDINT_H
  7031. | # include <stdint.h>
  7032. | #endif
  7033. | #ifdef HAVE_UNISTD_H
  7034. | # include <unistd.h>
  7035. | #endif
  7036. | int
  7037. | main ()
  7038. | {
  7039. | if (sizeof ((pid_t)))
  7040. | return 0;
  7041. | ;
  7042. | return 0;
  7043. | }
  7044. configure:13936: result: yes
  7045. configure:13949: checking vfork.h usability
  7046. configure:13949: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  7047. conftest.c:132:10: fatal error: vfork.h: No such file or directory
  7048. #include <vfork.h>
  7049. ^~~~~~~~~
  7050. compilation terminated.
  7051. configure:13949: $? = 1
  7052. configure: failed program was:
  7053. | /* confdefs.h */
  7054. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  7055. | #define PACKAGE_TARNAME "ghc-8.9"
  7056. | #define PACKAGE_VERSION "8.9"
  7057. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  7058. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  7059. | #define PACKAGE_URL ""
  7060. | #define STDC_HEADERS 1
  7061. | #define HAVE_SYS_TYPES_H 1
  7062. | #define HAVE_SYS_STAT_H 1
  7063. | #define HAVE_STDLIB_H 1
  7064. | #define HAVE_STRING_H 1
  7065. | #define HAVE_MEMORY_H 1
  7066. | #define HAVE_STRINGS_H 1
  7067. | #define HAVE_INTTYPES_H 1
  7068. | #define HAVE_STDINT_H 1
  7069. | #define HAVE_UNISTD_H 1
  7070. | #define __EXTENSIONS__ 1
  7071. | #define _ALL_SOURCE 1
  7072. | #define _GNU_SOURCE 1
  7073. | #define _POSIX_PTHREAD_SEMANTICS 1
  7074. | #define _TANDEM_SOURCE 1
  7075. | #define sUPPORTED_LLVM_VERSION (7,0)
  7076. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  7077. | #define STDC_HEADERS 1
  7078. | #define _FILE_OFFSET_BITS 64
  7079. | #define HAVE_CTYPE_H 1
  7080. | #define HAVE_DIRENT_H 1
  7081. | #define HAVE_ERRNO_H 1
  7082. | #define HAVE_FCNTL_H 1
  7083. | #define HAVE_LIMITS_H 1
  7084. | #define HAVE_LOCALE_H 1
  7085. | #define HAVE_PTHREAD_H 1
  7086. | #define HAVE_SIGNAL_H 1
  7087. | #define HAVE_SYS_PARAM_H 1
  7088. | #define HAVE_SYS_MMAN_H 1
  7089. | #define HAVE_SYS_TIME_H 1
  7090. | #define HAVE_SYS_TIMEB_H 1
  7091. | #define HAVE_TIME_H 1
  7092. | #define HAVE_UTIME_H 1
  7093. | #define HAVE_WINDOWS_H 1
  7094. | #define HAVE_WINSOCK_H 1
  7095. | #define HAVE_SCHED_H 1
  7096. | #define TIME_WITH_SYS_TIME 1
  7097. | #define HAVE_LONG_LONG 1
  7098. | #define SIZEOF_CHAR 1
  7099. | #define ALIGNMENT_CHAR 1
  7100. | #define SIZEOF_DOUBLE 8
  7101. | #define ALIGNMENT_DOUBLE 8
  7102. | #define SIZEOF_FLOAT 4
  7103. | #define ALIGNMENT_FLOAT 4
  7104. | #define SIZEOF_INT 4
  7105. | #define ALIGNMENT_INT 4
  7106. | #define SIZEOF_LONG 4
  7107. | #define ALIGNMENT_LONG 4
  7108. | #define SIZEOF_LONG_LONG 8
  7109. | #define ALIGNMENT_LONG_LONG 8
  7110. | #define SIZEOF_SHORT 2
  7111. | #define ALIGNMENT_SHORT 2
  7112. | #define SIZEOF_UNSIGNED_CHAR 1
  7113. | #define ALIGNMENT_UNSIGNED_CHAR 1
  7114. | #define SIZEOF_UNSIGNED_INT 4
  7115. | #define ALIGNMENT_UNSIGNED_INT 4
  7116. | #define SIZEOF_UNSIGNED_LONG 4
  7117. | #define ALIGNMENT_UNSIGNED_LONG 4
  7118. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  7119. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  7120. | #define SIZEOF_UNSIGNED_SHORT 2
  7121. | #define ALIGNMENT_UNSIGNED_SHORT 2
  7122. | #define SIZEOF_VOID_P 8
  7123. | #define ALIGNMENT_VOID_P 8
  7124. | #define SIZEOF_INT8_T 1
  7125. | #define ALIGNMENT_INT8_T 1
  7126. | #define SIZEOF_UINT8_T 1
  7127. | #define ALIGNMENT_UINT8_T 1
  7128. | #define SIZEOF_INT16_T 2
  7129. | #define ALIGNMENT_INT16_T 2
  7130. | #define SIZEOF_UINT16_T 2
  7131. | #define ALIGNMENT_UINT16_T 2
  7132. | #define SIZEOF_INT32_T 4
  7133. | #define ALIGNMENT_INT32_T 4
  7134. | #define SIZEOF_UINT32_T 4
  7135. | #define ALIGNMENT_UINT32_T 4
  7136. | #define SIZEOF_INT64_T 8
  7137. | #define ALIGNMENT_INT64_T 8
  7138. | #define SIZEOF_UINT64_T 8
  7139. | #define ALIGNMENT_UINT64_T 8
  7140. | #define HAVE_WINEXEC 1
  7141. | #define HAVE_GETMODULEFILENAME 1
  7142. | #define HAVE_GETTIMEOFDAY 1
  7143. | #define HAVE_SETLOCALE 1
  7144. | #define HAVE_DECL_CTIME_R 1
  7145. | #define HAVE_MINGWEX 1
  7146. | #define HAVE_LIBM 1
  7147. | #define HAVE_FFI_H 1
  7148. | #define HAVE_LIBFFI 1
  7149. | #define HAVE_ALLOCA 1
  7150. | /* end confdefs.h. */
  7151. | #include <stdio.h>
  7152. | #ifdef HAVE_SYS_TYPES_H
  7153. | # include <sys/types.h>
  7154. | #endif
  7155. | #ifdef HAVE_SYS_STAT_H
  7156. | # include <sys/stat.h>
  7157. | #endif
  7158. | #ifdef STDC_HEADERS
  7159. | # include <stdlib.h>
  7160. | # include <stddef.h>
  7161. | #else
  7162. | # ifdef HAVE_STDLIB_H
  7163. | # include <stdlib.h>
  7164. | # endif
  7165. | #endif
  7166. | #ifdef HAVE_STRING_H
  7167. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  7168. | # include <memory.h>
  7169. | # endif
  7170. | # include <string.h>
  7171. | #endif
  7172. | #ifdef HAVE_STRINGS_H
  7173. | # include <strings.h>
  7174. | #endif
  7175. | #ifdef HAVE_INTTYPES_H
  7176. | # include <inttypes.h>
  7177. | #endif
  7178. | #ifdef HAVE_STDINT_H
  7179. | # include <stdint.h>
  7180. | #endif
  7181. | #ifdef HAVE_UNISTD_H
  7182. | # include <unistd.h>
  7183. | #endif
  7184. | #include <vfork.h>
  7185. configure:13949: result: no
  7186. configure:13949: checking vfork.h presence
  7187. configure:13949: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  7188. conftest.c:99:10: fatal error: vfork.h: No such file or directory
  7189. #include <vfork.h>
  7190. ^~~~~~~~~
  7191. compilation terminated.
  7192. configure:13949: $? = 1
  7193. configure: failed program was:
  7194. | /* confdefs.h */
  7195. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  7196. | #define PACKAGE_TARNAME "ghc-8.9"
  7197. | #define PACKAGE_VERSION "8.9"
  7198. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  7199. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  7200. | #define PACKAGE_URL ""
  7201. | #define STDC_HEADERS 1
  7202. | #define HAVE_SYS_TYPES_H 1
  7203. | #define HAVE_SYS_STAT_H 1
  7204. | #define HAVE_STDLIB_H 1
  7205. | #define HAVE_STRING_H 1
  7206. | #define HAVE_MEMORY_H 1
  7207. | #define HAVE_STRINGS_H 1
  7208. | #define HAVE_INTTYPES_H 1
  7209. | #define HAVE_STDINT_H 1
  7210. | #define HAVE_UNISTD_H 1
  7211. | #define __EXTENSIONS__ 1
  7212. | #define _ALL_SOURCE 1
  7213. | #define _GNU_SOURCE 1
  7214. | #define _POSIX_PTHREAD_SEMANTICS 1
  7215. | #define _TANDEM_SOURCE 1
  7216. | #define sUPPORTED_LLVM_VERSION (7,0)
  7217. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  7218. | #define STDC_HEADERS 1
  7219. | #define _FILE_OFFSET_BITS 64
  7220. | #define HAVE_CTYPE_H 1
  7221. | #define HAVE_DIRENT_H 1
  7222. | #define HAVE_ERRNO_H 1
  7223. | #define HAVE_FCNTL_H 1
  7224. | #define HAVE_LIMITS_H 1
  7225. | #define HAVE_LOCALE_H 1
  7226. | #define HAVE_PTHREAD_H 1
  7227. | #define HAVE_SIGNAL_H 1
  7228. | #define HAVE_SYS_PARAM_H 1
  7229. | #define HAVE_SYS_MMAN_H 1
  7230. | #define HAVE_SYS_TIME_H 1
  7231. | #define HAVE_SYS_TIMEB_H 1
  7232. | #define HAVE_TIME_H 1
  7233. | #define HAVE_UTIME_H 1
  7234. | #define HAVE_WINDOWS_H 1
  7235. | #define HAVE_WINSOCK_H 1
  7236. | #define HAVE_SCHED_H 1
  7237. | #define TIME_WITH_SYS_TIME 1
  7238. | #define HAVE_LONG_LONG 1
  7239. | #define SIZEOF_CHAR 1
  7240. | #define ALIGNMENT_CHAR 1
  7241. | #define SIZEOF_DOUBLE 8
  7242. | #define ALIGNMENT_DOUBLE 8
  7243. | #define SIZEOF_FLOAT 4
  7244. | #define ALIGNMENT_FLOAT 4
  7245. | #define SIZEOF_INT 4
  7246. | #define ALIGNMENT_INT 4
  7247. | #define SIZEOF_LONG 4
  7248. | #define ALIGNMENT_LONG 4
  7249. | #define SIZEOF_LONG_LONG 8
  7250. | #define ALIGNMENT_LONG_LONG 8
  7251. | #define SIZEOF_SHORT 2
  7252. | #define ALIGNMENT_SHORT 2
  7253. | #define SIZEOF_UNSIGNED_CHAR 1
  7254. | #define ALIGNMENT_UNSIGNED_CHAR 1
  7255. | #define SIZEOF_UNSIGNED_INT 4
  7256. | #define ALIGNMENT_UNSIGNED_INT 4
  7257. | #define SIZEOF_UNSIGNED_LONG 4
  7258. | #define ALIGNMENT_UNSIGNED_LONG 4
  7259. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  7260. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  7261. | #define SIZEOF_UNSIGNED_SHORT 2
  7262. | #define ALIGNMENT_UNSIGNED_SHORT 2
  7263. | #define SIZEOF_VOID_P 8
  7264. | #define ALIGNMENT_VOID_P 8
  7265. | #define SIZEOF_INT8_T 1
  7266. | #define ALIGNMENT_INT8_T 1
  7267. | #define SIZEOF_UINT8_T 1
  7268. | #define ALIGNMENT_UINT8_T 1
  7269. | #define SIZEOF_INT16_T 2
  7270. | #define ALIGNMENT_INT16_T 2
  7271. | #define SIZEOF_UINT16_T 2
  7272. | #define ALIGNMENT_UINT16_T 2
  7273. | #define SIZEOF_INT32_T 4
  7274. | #define ALIGNMENT_INT32_T 4
  7275. | #define SIZEOF_UINT32_T 4
  7276. | #define ALIGNMENT_UINT32_T 4
  7277. | #define SIZEOF_INT64_T 8
  7278. | #define ALIGNMENT_INT64_T 8
  7279. | #define SIZEOF_UINT64_T 8
  7280. | #define ALIGNMENT_UINT64_T 8
  7281. | #define HAVE_WINEXEC 1
  7282. | #define HAVE_GETMODULEFILENAME 1
  7283. | #define HAVE_GETTIMEOFDAY 1
  7284. | #define HAVE_SETLOCALE 1
  7285. | #define HAVE_DECL_CTIME_R 1
  7286. | #define HAVE_MINGWEX 1
  7287. | #define HAVE_LIBM 1
  7288. | #define HAVE_FFI_H 1
  7289. | #define HAVE_LIBFFI 1
  7290. | #define HAVE_ALLOCA 1
  7291. | /* end confdefs.h. */
  7292. | #include <vfork.h>
  7293. configure:13949: result: no
  7294. configure:13949: checking for vfork.h
  7295. configure:13949: result: no
  7296. configure:13962: checking for fork
  7297. configure:13962: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  7298. conftest.c:122:6: warning: conflicting types for built-in function 'fork' [-Wbuiltin-declaration-mismatch]
  7299. char fork ();
  7300. ^~~~
  7301. D:\msys64\tmp\ccFYqh0Y.o:conftest.c:(.text.startup+0xa): undefined reference to `fork'
  7302. collect2.exe: error: ld returned 1 exit status
  7303. configure:13962: $? = 1
  7304. configure: failed program was:
  7305. | /* confdefs.h */
  7306. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  7307. | #define PACKAGE_TARNAME "ghc-8.9"
  7308. | #define PACKAGE_VERSION "8.9"
  7309. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  7310. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  7311. | #define PACKAGE_URL ""
  7312. | #define STDC_HEADERS 1
  7313. | #define HAVE_SYS_TYPES_H 1
  7314. | #define HAVE_SYS_STAT_H 1
  7315. | #define HAVE_STDLIB_H 1
  7316. | #define HAVE_STRING_H 1
  7317. | #define HAVE_MEMORY_H 1
  7318. | #define HAVE_STRINGS_H 1
  7319. | #define HAVE_INTTYPES_H 1
  7320. | #define HAVE_STDINT_H 1
  7321. | #define HAVE_UNISTD_H 1
  7322. | #define __EXTENSIONS__ 1
  7323. | #define _ALL_SOURCE 1
  7324. | #define _GNU_SOURCE 1
  7325. | #define _POSIX_PTHREAD_SEMANTICS 1
  7326. | #define _TANDEM_SOURCE 1
  7327. | #define sUPPORTED_LLVM_VERSION (7,0)
  7328. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  7329. | #define STDC_HEADERS 1
  7330. | #define _FILE_OFFSET_BITS 64
  7331. | #define HAVE_CTYPE_H 1
  7332. | #define HAVE_DIRENT_H 1
  7333. | #define HAVE_ERRNO_H 1
  7334. | #define HAVE_FCNTL_H 1
  7335. | #define HAVE_LIMITS_H 1
  7336. | #define HAVE_LOCALE_H 1
  7337. | #define HAVE_PTHREAD_H 1
  7338. | #define HAVE_SIGNAL_H 1
  7339. | #define HAVE_SYS_PARAM_H 1
  7340. | #define HAVE_SYS_MMAN_H 1
  7341. | #define HAVE_SYS_TIME_H 1
  7342. | #define HAVE_SYS_TIMEB_H 1
  7343. | #define HAVE_TIME_H 1
  7344. | #define HAVE_UTIME_H 1
  7345. | #define HAVE_WINDOWS_H 1
  7346. | #define HAVE_WINSOCK_H 1
  7347. | #define HAVE_SCHED_H 1
  7348. | #define TIME_WITH_SYS_TIME 1
  7349. | #define HAVE_LONG_LONG 1
  7350. | #define SIZEOF_CHAR 1
  7351. | #define ALIGNMENT_CHAR 1
  7352. | #define SIZEOF_DOUBLE 8
  7353. | #define ALIGNMENT_DOUBLE 8
  7354. | #define SIZEOF_FLOAT 4
  7355. | #define ALIGNMENT_FLOAT 4
  7356. | #define SIZEOF_INT 4
  7357. | #define ALIGNMENT_INT 4
  7358. | #define SIZEOF_LONG 4
  7359. | #define ALIGNMENT_LONG 4
  7360. | #define SIZEOF_LONG_LONG 8
  7361. | #define ALIGNMENT_LONG_LONG 8
  7362. | #define SIZEOF_SHORT 2
  7363. | #define ALIGNMENT_SHORT 2
  7364. | #define SIZEOF_UNSIGNED_CHAR 1
  7365. | #define ALIGNMENT_UNSIGNED_CHAR 1
  7366. | #define SIZEOF_UNSIGNED_INT 4
  7367. | #define ALIGNMENT_UNSIGNED_INT 4
  7368. | #define SIZEOF_UNSIGNED_LONG 4
  7369. | #define ALIGNMENT_UNSIGNED_LONG 4
  7370. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  7371. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  7372. | #define SIZEOF_UNSIGNED_SHORT 2
  7373. | #define ALIGNMENT_UNSIGNED_SHORT 2
  7374. | #define SIZEOF_VOID_P 8
  7375. | #define ALIGNMENT_VOID_P 8
  7376. | #define SIZEOF_INT8_T 1
  7377. | #define ALIGNMENT_INT8_T 1
  7378. | #define SIZEOF_UINT8_T 1
  7379. | #define ALIGNMENT_UINT8_T 1
  7380. | #define SIZEOF_INT16_T 2
  7381. | #define ALIGNMENT_INT16_T 2
  7382. | #define SIZEOF_UINT16_T 2
  7383. | #define ALIGNMENT_UINT16_T 2
  7384. | #define SIZEOF_INT32_T 4
  7385. | #define ALIGNMENT_INT32_T 4
  7386. | #define SIZEOF_UINT32_T 4
  7387. | #define ALIGNMENT_UINT32_T 4
  7388. | #define SIZEOF_INT64_T 8
  7389. | #define ALIGNMENT_INT64_T 8
  7390. | #define SIZEOF_UINT64_T 8
  7391. | #define ALIGNMENT_UINT64_T 8
  7392. | #define HAVE_WINEXEC 1
  7393. | #define HAVE_GETMODULEFILENAME 1
  7394. | #define HAVE_GETTIMEOFDAY 1
  7395. | #define HAVE_SETLOCALE 1
  7396. | #define HAVE_DECL_CTIME_R 1
  7397. | #define HAVE_MINGWEX 1
  7398. | #define HAVE_LIBM 1
  7399. | #define HAVE_FFI_H 1
  7400. | #define HAVE_LIBFFI 1
  7401. | #define HAVE_ALLOCA 1
  7402. | /* end confdefs.h. */
  7403. | /* Define fork to an innocuous variant, in case <limits.h> declares fork.
  7404. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  7405. | #define fork innocuous_fork
  7406. |
  7407. | /* System header to define __stub macros and hopefully few prototypes,
  7408. | which can conflict with char fork (); below.
  7409. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  7410. | <limits.h> exists even on freestanding compilers. */
  7411. |
  7412. | #ifdef __STDC__
  7413. | # include <limits.h>
  7414. | #else
  7415. | # include <assert.h>
  7416. | #endif
  7417. |
  7418. | #undef fork
  7419. |
  7420. | /* Override any GCC internal prototype to avoid an error.
  7421. | Use char because int might match the return type of a GCC
  7422. | builtin and then its argument prototype would still apply. */
  7423. | #ifdef __cplusplus
  7424. | extern "C"
  7425. | #endif
  7426. | char fork ();
  7427. | /* The GNU C library defines this for functions which it implements
  7428. | to always fail with ENOSYS. Some functions are actually named
  7429. | something starting with __ and the normal name is an alias. */
  7430. | #if defined __stub_fork || defined __stub___fork
  7431. | choke me
  7432. | #endif
  7433. |
  7434. | int
  7435. | main ()
  7436. | {
  7437. | return fork ();
  7438. | ;
  7439. | return 0;
  7440. | }
  7441. configure:13962: result: no
  7442. configure:13962: checking for vfork
  7443. configure:13962: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  7444. D:\msys64\tmp\ccukvCJR.o:conftest.c:(.text.startup+0xa): undefined reference to `vfork'
  7445. collect2.exe: error: ld returned 1 exit status
  7446. configure:13962: $? = 1
  7447. configure: failed program was:
  7448. | /* confdefs.h */
  7449. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  7450. | #define PACKAGE_TARNAME "ghc-8.9"
  7451. | #define PACKAGE_VERSION "8.9"
  7452. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  7453. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  7454. | #define PACKAGE_URL ""
  7455. | #define STDC_HEADERS 1
  7456. | #define HAVE_SYS_TYPES_H 1
  7457. | #define HAVE_SYS_STAT_H 1
  7458. | #define HAVE_STDLIB_H 1
  7459. | #define HAVE_STRING_H 1
  7460. | #define HAVE_MEMORY_H 1
  7461. | #define HAVE_STRINGS_H 1
  7462. | #define HAVE_INTTYPES_H 1
  7463. | #define HAVE_STDINT_H 1
  7464. | #define HAVE_UNISTD_H 1
  7465. | #define __EXTENSIONS__ 1
  7466. | #define _ALL_SOURCE 1
  7467. | #define _GNU_SOURCE 1
  7468. | #define _POSIX_PTHREAD_SEMANTICS 1
  7469. | #define _TANDEM_SOURCE 1
  7470. | #define sUPPORTED_LLVM_VERSION (7,0)
  7471. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  7472. | #define STDC_HEADERS 1
  7473. | #define _FILE_OFFSET_BITS 64
  7474. | #define HAVE_CTYPE_H 1
  7475. | #define HAVE_DIRENT_H 1
  7476. | #define HAVE_ERRNO_H 1
  7477. | #define HAVE_FCNTL_H 1
  7478. | #define HAVE_LIMITS_H 1
  7479. | #define HAVE_LOCALE_H 1
  7480. | #define HAVE_PTHREAD_H 1
  7481. | #define HAVE_SIGNAL_H 1
  7482. | #define HAVE_SYS_PARAM_H 1
  7483. | #define HAVE_SYS_MMAN_H 1
  7484. | #define HAVE_SYS_TIME_H 1
  7485. | #define HAVE_SYS_TIMEB_H 1
  7486. | #define HAVE_TIME_H 1
  7487. | #define HAVE_UTIME_H 1
  7488. | #define HAVE_WINDOWS_H 1
  7489. | #define HAVE_WINSOCK_H 1
  7490. | #define HAVE_SCHED_H 1
  7491. | #define TIME_WITH_SYS_TIME 1
  7492. | #define HAVE_LONG_LONG 1
  7493. | #define SIZEOF_CHAR 1
  7494. | #define ALIGNMENT_CHAR 1
  7495. | #define SIZEOF_DOUBLE 8
  7496. | #define ALIGNMENT_DOUBLE 8
  7497. | #define SIZEOF_FLOAT 4
  7498. | #define ALIGNMENT_FLOAT 4
  7499. | #define SIZEOF_INT 4
  7500. | #define ALIGNMENT_INT 4
  7501. | #define SIZEOF_LONG 4
  7502. | #define ALIGNMENT_LONG 4
  7503. | #define SIZEOF_LONG_LONG 8
  7504. | #define ALIGNMENT_LONG_LONG 8
  7505. | #define SIZEOF_SHORT 2
  7506. | #define ALIGNMENT_SHORT 2
  7507. | #define SIZEOF_UNSIGNED_CHAR 1
  7508. | #define ALIGNMENT_UNSIGNED_CHAR 1
  7509. | #define SIZEOF_UNSIGNED_INT 4
  7510. | #define ALIGNMENT_UNSIGNED_INT 4
  7511. | #define SIZEOF_UNSIGNED_LONG 4
  7512. | #define ALIGNMENT_UNSIGNED_LONG 4
  7513. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  7514. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  7515. | #define SIZEOF_UNSIGNED_SHORT 2
  7516. | #define ALIGNMENT_UNSIGNED_SHORT 2
  7517. | #define SIZEOF_VOID_P 8
  7518. | #define ALIGNMENT_VOID_P 8
  7519. | #define SIZEOF_INT8_T 1
  7520. | #define ALIGNMENT_INT8_T 1
  7521. | #define SIZEOF_UINT8_T 1
  7522. | #define ALIGNMENT_UINT8_T 1
  7523. | #define SIZEOF_INT16_T 2
  7524. | #define ALIGNMENT_INT16_T 2
  7525. | #define SIZEOF_UINT16_T 2
  7526. | #define ALIGNMENT_UINT16_T 2
  7527. | #define SIZEOF_INT32_T 4
  7528. | #define ALIGNMENT_INT32_T 4
  7529. | #define SIZEOF_UINT32_T 4
  7530. | #define ALIGNMENT_UINT32_T 4
  7531. | #define SIZEOF_INT64_T 8
  7532. | #define ALIGNMENT_INT64_T 8
  7533. | #define SIZEOF_UINT64_T 8
  7534. | #define ALIGNMENT_UINT64_T 8
  7535. | #define HAVE_WINEXEC 1
  7536. | #define HAVE_GETMODULEFILENAME 1
  7537. | #define HAVE_GETTIMEOFDAY 1
  7538. | #define HAVE_SETLOCALE 1
  7539. | #define HAVE_DECL_CTIME_R 1
  7540. | #define HAVE_MINGWEX 1
  7541. | #define HAVE_LIBM 1
  7542. | #define HAVE_FFI_H 1
  7543. | #define HAVE_LIBFFI 1
  7544. | #define HAVE_ALLOCA 1
  7545. | /* end confdefs.h. */
  7546. | /* Define vfork to an innocuous variant, in case <limits.h> declares vfork.
  7547. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  7548. | #define vfork innocuous_vfork
  7549. |
  7550. | /* System header to define __stub macros and hopefully few prototypes,
  7551. | which can conflict with char vfork (); below.
  7552. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  7553. | <limits.h> exists even on freestanding compilers. */
  7554. |
  7555. | #ifdef __STDC__
  7556. | # include <limits.h>
  7557. | #else
  7558. | # include <assert.h>
  7559. | #endif
  7560. |
  7561. | #undef vfork
  7562. |
  7563. | /* Override any GCC internal prototype to avoid an error.
  7564. | Use char because int might match the return type of a GCC
  7565. | builtin and then its argument prototype would still apply. */
  7566. | #ifdef __cplusplus
  7567. | extern "C"
  7568. | #endif
  7569. | char vfork ();
  7570. | /* The GNU C library defines this for functions which it implements
  7571. | to always fail with ENOSYS. Some functions are actually named
  7572. | something starting with __ and the normal name is an alias. */
  7573. | #if defined __stub_vfork || defined __stub___vfork
  7574. | choke me
  7575. | #endif
  7576. |
  7577. | int
  7578. | main ()
  7579. | {
  7580. | return vfork ();
  7581. | ;
  7582. | return 0;
  7583. | }
  7584. configure:13962: result: no
  7585. configure:14161: checking for an ANSI C-conforming const
  7586. configure:14227: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  7587. configure:14227: $? = 0
  7588. configure:14234: result: yes
  7589. configure:14243: checking whether byte ordering is bigendian
  7590. configure:14258: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  7591. conftest.c:101:9: error: unknown type name 'not'
  7592. not a universal capable compiler
  7593. ^~~
  7594. conftest.c:101:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
  7595. not a universal capable compiler
  7596. ^~~~~~~~~
  7597. conftest.c:101:15: error: unknown type name 'universal'
  7598. configure:14258: $? = 1
  7599. configure: failed program was:
  7600. | /* confdefs.h */
  7601. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  7602. | #define PACKAGE_TARNAME "ghc-8.9"
  7603. | #define PACKAGE_VERSION "8.9"
  7604. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  7605. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  7606. | #define PACKAGE_URL ""
  7607. | #define STDC_HEADERS 1
  7608. | #define HAVE_SYS_TYPES_H 1
  7609. | #define HAVE_SYS_STAT_H 1
  7610. | #define HAVE_STDLIB_H 1
  7611. | #define HAVE_STRING_H 1
  7612. | #define HAVE_MEMORY_H 1
  7613. | #define HAVE_STRINGS_H 1
  7614. | #define HAVE_INTTYPES_H 1
  7615. | #define HAVE_STDINT_H 1
  7616. | #define HAVE_UNISTD_H 1
  7617. | #define __EXTENSIONS__ 1
  7618. | #define _ALL_SOURCE 1
  7619. | #define _GNU_SOURCE 1
  7620. | #define _POSIX_PTHREAD_SEMANTICS 1
  7621. | #define _TANDEM_SOURCE 1
  7622. | #define sUPPORTED_LLVM_VERSION (7,0)
  7623. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  7624. | #define STDC_HEADERS 1
  7625. | #define _FILE_OFFSET_BITS 64
  7626. | #define HAVE_CTYPE_H 1
  7627. | #define HAVE_DIRENT_H 1
  7628. | #define HAVE_ERRNO_H 1
  7629. | #define HAVE_FCNTL_H 1
  7630. | #define HAVE_LIMITS_H 1
  7631. | #define HAVE_LOCALE_H 1
  7632. | #define HAVE_PTHREAD_H 1
  7633. | #define HAVE_SIGNAL_H 1
  7634. | #define HAVE_SYS_PARAM_H 1
  7635. | #define HAVE_SYS_MMAN_H 1
  7636. | #define HAVE_SYS_TIME_H 1
  7637. | #define HAVE_SYS_TIMEB_H 1
  7638. | #define HAVE_TIME_H 1
  7639. | #define HAVE_UTIME_H 1
  7640. | #define HAVE_WINDOWS_H 1
  7641. | #define HAVE_WINSOCK_H 1
  7642. | #define HAVE_SCHED_H 1
  7643. | #define TIME_WITH_SYS_TIME 1
  7644. | #define HAVE_LONG_LONG 1
  7645. | #define SIZEOF_CHAR 1
  7646. | #define ALIGNMENT_CHAR 1
  7647. | #define SIZEOF_DOUBLE 8
  7648. | #define ALIGNMENT_DOUBLE 8
  7649. | #define SIZEOF_FLOAT 4
  7650. | #define ALIGNMENT_FLOAT 4
  7651. | #define SIZEOF_INT 4
  7652. | #define ALIGNMENT_INT 4
  7653. | #define SIZEOF_LONG 4
  7654. | #define ALIGNMENT_LONG 4
  7655. | #define SIZEOF_LONG_LONG 8
  7656. | #define ALIGNMENT_LONG_LONG 8
  7657. | #define SIZEOF_SHORT 2
  7658. | #define ALIGNMENT_SHORT 2
  7659. | #define SIZEOF_UNSIGNED_CHAR 1
  7660. | #define ALIGNMENT_UNSIGNED_CHAR 1
  7661. | #define SIZEOF_UNSIGNED_INT 4
  7662. | #define ALIGNMENT_UNSIGNED_INT 4
  7663. | #define SIZEOF_UNSIGNED_LONG 4
  7664. | #define ALIGNMENT_UNSIGNED_LONG 4
  7665. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  7666. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  7667. | #define SIZEOF_UNSIGNED_SHORT 2
  7668. | #define ALIGNMENT_UNSIGNED_SHORT 2
  7669. | #define SIZEOF_VOID_P 8
  7670. | #define ALIGNMENT_VOID_P 8
  7671. | #define SIZEOF_INT8_T 1
  7672. | #define ALIGNMENT_INT8_T 1
  7673. | #define SIZEOF_UINT8_T 1
  7674. | #define ALIGNMENT_UINT8_T 1
  7675. | #define SIZEOF_INT16_T 2
  7676. | #define ALIGNMENT_INT16_T 2
  7677. | #define SIZEOF_UINT16_T 2
  7678. | #define ALIGNMENT_UINT16_T 2
  7679. | #define SIZEOF_INT32_T 4
  7680. | #define ALIGNMENT_INT32_T 4
  7681. | #define SIZEOF_UINT32_T 4
  7682. | #define ALIGNMENT_UINT32_T 4
  7683. | #define SIZEOF_INT64_T 8
  7684. | #define ALIGNMENT_INT64_T 8
  7685. | #define SIZEOF_UINT64_T 8
  7686. | #define ALIGNMENT_UINT64_T 8
  7687. | #define HAVE_WINEXEC 1
  7688. | #define HAVE_GETMODULEFILENAME 1
  7689. | #define HAVE_GETTIMEOFDAY 1
  7690. | #define HAVE_SETLOCALE 1
  7691. | #define HAVE_DECL_CTIME_R 1
  7692. | #define HAVE_MINGWEX 1
  7693. | #define HAVE_LIBM 1
  7694. | #define HAVE_FFI_H 1
  7695. | #define HAVE_LIBFFI 1
  7696. | #define HAVE_ALLOCA 1
  7697. | #define vfork fork
  7698. | /* end confdefs.h. */
  7699. | #ifndef __APPLE_CC__
  7700. | not a universal capable compiler
  7701. | #endif
  7702. | typedef int dummy;
  7703. |
  7704. configure:14303: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  7705. configure:14303: $? = 0
  7706. configure:14321: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  7707. conftest.c: In function 'main':
  7708. conftest.c:107:4: error: unknown type name 'not'; did you mean 'ino_t'?
  7709. not big endian
  7710. ^~~
  7711. ino_t
  7712. conftest.c:107:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
  7713. not big endian
  7714. ^~~~~~
  7715. configure:14321: $? = 1
  7716. configure: failed program was:
  7717. | /* confdefs.h */
  7718. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  7719. | #define PACKAGE_TARNAME "ghc-8.9"
  7720. | #define PACKAGE_VERSION "8.9"
  7721. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  7722. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  7723. | #define PACKAGE_URL ""
  7724. | #define STDC_HEADERS 1
  7725. | #define HAVE_SYS_TYPES_H 1
  7726. | #define HAVE_SYS_STAT_H 1
  7727. | #define HAVE_STDLIB_H 1
  7728. | #define HAVE_STRING_H 1
  7729. | #define HAVE_MEMORY_H 1
  7730. | #define HAVE_STRINGS_H 1
  7731. | #define HAVE_INTTYPES_H 1
  7732. | #define HAVE_STDINT_H 1
  7733. | #define HAVE_UNISTD_H 1
  7734. | #define __EXTENSIONS__ 1
  7735. | #define _ALL_SOURCE 1
  7736. | #define _GNU_SOURCE 1
  7737. | #define _POSIX_PTHREAD_SEMANTICS 1
  7738. | #define _TANDEM_SOURCE 1
  7739. | #define sUPPORTED_LLVM_VERSION (7,0)
  7740. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  7741. | #define STDC_HEADERS 1
  7742. | #define _FILE_OFFSET_BITS 64
  7743. | #define HAVE_CTYPE_H 1
  7744. | #define HAVE_DIRENT_H 1
  7745. | #define HAVE_ERRNO_H 1
  7746. | #define HAVE_FCNTL_H 1
  7747. | #define HAVE_LIMITS_H 1
  7748. | #define HAVE_LOCALE_H 1
  7749. | #define HAVE_PTHREAD_H 1
  7750. | #define HAVE_SIGNAL_H 1
  7751. | #define HAVE_SYS_PARAM_H 1
  7752. | #define HAVE_SYS_MMAN_H 1
  7753. | #define HAVE_SYS_TIME_H 1
  7754. | #define HAVE_SYS_TIMEB_H 1
  7755. | #define HAVE_TIME_H 1
  7756. | #define HAVE_UTIME_H 1
  7757. | #define HAVE_WINDOWS_H 1
  7758. | #define HAVE_WINSOCK_H 1
  7759. | #define HAVE_SCHED_H 1
  7760. | #define TIME_WITH_SYS_TIME 1
  7761. | #define HAVE_LONG_LONG 1
  7762. | #define SIZEOF_CHAR 1
  7763. | #define ALIGNMENT_CHAR 1
  7764. | #define SIZEOF_DOUBLE 8
  7765. | #define ALIGNMENT_DOUBLE 8
  7766. | #define SIZEOF_FLOAT 4
  7767. | #define ALIGNMENT_FLOAT 4
  7768. | #define SIZEOF_INT 4
  7769. | #define ALIGNMENT_INT 4
  7770. | #define SIZEOF_LONG 4
  7771. | #define ALIGNMENT_LONG 4
  7772. | #define SIZEOF_LONG_LONG 8
  7773. | #define ALIGNMENT_LONG_LONG 8
  7774. | #define SIZEOF_SHORT 2
  7775. | #define ALIGNMENT_SHORT 2
  7776. | #define SIZEOF_UNSIGNED_CHAR 1
  7777. | #define ALIGNMENT_UNSIGNED_CHAR 1
  7778. | #define SIZEOF_UNSIGNED_INT 4
  7779. | #define ALIGNMENT_UNSIGNED_INT 4
  7780. | #define SIZEOF_UNSIGNED_LONG 4
  7781. | #define ALIGNMENT_UNSIGNED_LONG 4
  7782. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  7783. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  7784. | #define SIZEOF_UNSIGNED_SHORT 2
  7785. | #define ALIGNMENT_UNSIGNED_SHORT 2
  7786. | #define SIZEOF_VOID_P 8
  7787. | #define ALIGNMENT_VOID_P 8
  7788. | #define SIZEOF_INT8_T 1
  7789. | #define ALIGNMENT_INT8_T 1
  7790. | #define SIZEOF_UINT8_T 1
  7791. | #define ALIGNMENT_UINT8_T 1
  7792. | #define SIZEOF_INT16_T 2
  7793. | #define ALIGNMENT_INT16_T 2
  7794. | #define SIZEOF_UINT16_T 2
  7795. | #define ALIGNMENT_UINT16_T 2
  7796. | #define SIZEOF_INT32_T 4
  7797. | #define ALIGNMENT_INT32_T 4
  7798. | #define SIZEOF_UINT32_T 4
  7799. | #define ALIGNMENT_UINT32_T 4
  7800. | #define SIZEOF_INT64_T 8
  7801. | #define ALIGNMENT_INT64_T 8
  7802. | #define SIZEOF_UINT64_T 8
  7803. | #define ALIGNMENT_UINT64_T 8
  7804. | #define HAVE_WINEXEC 1
  7805. | #define HAVE_GETMODULEFILENAME 1
  7806. | #define HAVE_GETTIMEOFDAY 1
  7807. | #define HAVE_SETLOCALE 1
  7808. | #define HAVE_DECL_CTIME_R 1
  7809. | #define HAVE_MINGWEX 1
  7810. | #define HAVE_LIBM 1
  7811. | #define HAVE_FFI_H 1
  7812. | #define HAVE_LIBFFI 1
  7813. | #define HAVE_ALLOCA 1
  7814. | #define vfork fork
  7815. | /* end confdefs.h. */
  7816. | #include <sys/types.h>
  7817. | #include <sys/param.h>
  7818. |
  7819. | int
  7820. | main ()
  7821. | {
  7822. | #if BYTE_ORDER != BIG_ENDIAN
  7823. | not big endian
  7824. | #endif
  7825. |
  7826. | ;
  7827. | return 0;
  7828. | }
  7829. configure:14449: result: no
  7830. configure:14467: checking whether float word order is big endian
  7831. configure:14488: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  7832. conftest.c:100:10: fatal error: endian.h: No such file or directory
  7833. #include <endian.h>
  7834. ^~~~~~~~~~
  7835. compilation terminated.
  7836. configure:14488: $? = 1
  7837. configure: failed program was:
  7838. | /* confdefs.h */
  7839. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  7840. | #define PACKAGE_TARNAME "ghc-8.9"
  7841. | #define PACKAGE_VERSION "8.9"
  7842. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  7843. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  7844. | #define PACKAGE_URL ""
  7845. | #define STDC_HEADERS 1
  7846. | #define HAVE_SYS_TYPES_H 1
  7847. | #define HAVE_SYS_STAT_H 1
  7848. | #define HAVE_STDLIB_H 1
  7849. | #define HAVE_STRING_H 1
  7850. | #define HAVE_MEMORY_H 1
  7851. | #define HAVE_STRINGS_H 1
  7852. | #define HAVE_INTTYPES_H 1
  7853. | #define HAVE_STDINT_H 1
  7854. | #define HAVE_UNISTD_H 1
  7855. | #define __EXTENSIONS__ 1
  7856. | #define _ALL_SOURCE 1
  7857. | #define _GNU_SOURCE 1
  7858. | #define _POSIX_PTHREAD_SEMANTICS 1
  7859. | #define _TANDEM_SOURCE 1
  7860. | #define sUPPORTED_LLVM_VERSION (7,0)
  7861. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  7862. | #define STDC_HEADERS 1
  7863. | #define _FILE_OFFSET_BITS 64
  7864. | #define HAVE_CTYPE_H 1
  7865. | #define HAVE_DIRENT_H 1
  7866. | #define HAVE_ERRNO_H 1
  7867. | #define HAVE_FCNTL_H 1
  7868. | #define HAVE_LIMITS_H 1
  7869. | #define HAVE_LOCALE_H 1
  7870. | #define HAVE_PTHREAD_H 1
  7871. | #define HAVE_SIGNAL_H 1
  7872. | #define HAVE_SYS_PARAM_H 1
  7873. | #define HAVE_SYS_MMAN_H 1
  7874. | #define HAVE_SYS_TIME_H 1
  7875. | #define HAVE_SYS_TIMEB_H 1
  7876. | #define HAVE_TIME_H 1
  7877. | #define HAVE_UTIME_H 1
  7878. | #define HAVE_WINDOWS_H 1
  7879. | #define HAVE_WINSOCK_H 1
  7880. | #define HAVE_SCHED_H 1
  7881. | #define TIME_WITH_SYS_TIME 1
  7882. | #define HAVE_LONG_LONG 1
  7883. | #define SIZEOF_CHAR 1
  7884. | #define ALIGNMENT_CHAR 1
  7885. | #define SIZEOF_DOUBLE 8
  7886. | #define ALIGNMENT_DOUBLE 8
  7887. | #define SIZEOF_FLOAT 4
  7888. | #define ALIGNMENT_FLOAT 4
  7889. | #define SIZEOF_INT 4
  7890. | #define ALIGNMENT_INT 4
  7891. | #define SIZEOF_LONG 4
  7892. | #define ALIGNMENT_LONG 4
  7893. | #define SIZEOF_LONG_LONG 8
  7894. | #define ALIGNMENT_LONG_LONG 8
  7895. | #define SIZEOF_SHORT 2
  7896. | #define ALIGNMENT_SHORT 2
  7897. | #define SIZEOF_UNSIGNED_CHAR 1
  7898. | #define ALIGNMENT_UNSIGNED_CHAR 1
  7899. | #define SIZEOF_UNSIGNED_INT 4
  7900. | #define ALIGNMENT_UNSIGNED_INT 4
  7901. | #define SIZEOF_UNSIGNED_LONG 4
  7902. | #define ALIGNMENT_UNSIGNED_LONG 4
  7903. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  7904. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  7905. | #define SIZEOF_UNSIGNED_SHORT 2
  7906. | #define ALIGNMENT_UNSIGNED_SHORT 2
  7907. | #define SIZEOF_VOID_P 8
  7908. | #define ALIGNMENT_VOID_P 8
  7909. | #define SIZEOF_INT8_T 1
  7910. | #define ALIGNMENT_INT8_T 1
  7911. | #define SIZEOF_UINT8_T 1
  7912. | #define ALIGNMENT_UINT8_T 1
  7913. | #define SIZEOF_INT16_T 2
  7914. | #define ALIGNMENT_INT16_T 2
  7915. | #define SIZEOF_UINT16_T 2
  7916. | #define ALIGNMENT_UINT16_T 2
  7917. | #define SIZEOF_INT32_T 4
  7918. | #define ALIGNMENT_INT32_T 4
  7919. | #define SIZEOF_UINT32_T 4
  7920. | #define ALIGNMENT_UINT32_T 4
  7921. | #define SIZEOF_INT64_T 8
  7922. | #define ALIGNMENT_INT64_T 8
  7923. | #define SIZEOF_UINT64_T 8
  7924. | #define ALIGNMENT_UINT64_T 8
  7925. | #define HAVE_WINEXEC 1
  7926. | #define HAVE_GETMODULEFILENAME 1
  7927. | #define HAVE_GETTIMEOFDAY 1
  7928. | #define HAVE_SETLOCALE 1
  7929. | #define HAVE_DECL_CTIME_R 1
  7930. | #define HAVE_MINGWEX 1
  7931. | #define HAVE_LIBM 1
  7932. | #define HAVE_FFI_H 1
  7933. | #define HAVE_LIBFFI 1
  7934. | #define HAVE_ALLOCA 1
  7935. | #define vfork fork
  7936. | /* end confdefs.h. */
  7937. | #include <endian.h>
  7938. | int
  7939. | main ()
  7940. | {
  7941. | #if defined(__FLOAT_WORD_ORDER) && __FLOAT_WORD_ORDER == BIG_ENDIAN
  7942. | return 0;
  7943. | #else
  7944. | not float word order big endian
  7945. | #endif
  7946. |
  7947. | ;
  7948. | return 0;
  7949. | }
  7950. configure:14496: result: no
  7951. configure:14506: checking for nlist in -lelf
  7952. configure:14531: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c -lelf >&5
  7953. D:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.bfd.exe: cannot find -lelf
  7954. collect2.exe: error: ld returned 1 exit status
  7955. configure:14531: $? = 1
  7956. configure: failed program was:
  7957. | /* confdefs.h */
  7958. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  7959. | #define PACKAGE_TARNAME "ghc-8.9"
  7960. | #define PACKAGE_VERSION "8.9"
  7961. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  7962. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  7963. | #define PACKAGE_URL ""
  7964. | #define STDC_HEADERS 1
  7965. | #define HAVE_SYS_TYPES_H 1
  7966. | #define HAVE_SYS_STAT_H 1
  7967. | #define HAVE_STDLIB_H 1
  7968. | #define HAVE_STRING_H 1
  7969. | #define HAVE_MEMORY_H 1
  7970. | #define HAVE_STRINGS_H 1
  7971. | #define HAVE_INTTYPES_H 1
  7972. | #define HAVE_STDINT_H 1
  7973. | #define HAVE_UNISTD_H 1
  7974. | #define __EXTENSIONS__ 1
  7975. | #define _ALL_SOURCE 1
  7976. | #define _GNU_SOURCE 1
  7977. | #define _POSIX_PTHREAD_SEMANTICS 1
  7978. | #define _TANDEM_SOURCE 1
  7979. | #define sUPPORTED_LLVM_VERSION (7,0)
  7980. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  7981. | #define STDC_HEADERS 1
  7982. | #define _FILE_OFFSET_BITS 64
  7983. | #define HAVE_CTYPE_H 1
  7984. | #define HAVE_DIRENT_H 1
  7985. | #define HAVE_ERRNO_H 1
  7986. | #define HAVE_FCNTL_H 1
  7987. | #define HAVE_LIMITS_H 1
  7988. | #define HAVE_LOCALE_H 1
  7989. | #define HAVE_PTHREAD_H 1
  7990. | #define HAVE_SIGNAL_H 1
  7991. | #define HAVE_SYS_PARAM_H 1
  7992. | #define HAVE_SYS_MMAN_H 1
  7993. | #define HAVE_SYS_TIME_H 1
  7994. | #define HAVE_SYS_TIMEB_H 1
  7995. | #define HAVE_TIME_H 1
  7996. | #define HAVE_UTIME_H 1
  7997. | #define HAVE_WINDOWS_H 1
  7998. | #define HAVE_WINSOCK_H 1
  7999. | #define HAVE_SCHED_H 1
  8000. | #define TIME_WITH_SYS_TIME 1
  8001. | #define HAVE_LONG_LONG 1
  8002. | #define SIZEOF_CHAR 1
  8003. | #define ALIGNMENT_CHAR 1
  8004. | #define SIZEOF_DOUBLE 8
  8005. | #define ALIGNMENT_DOUBLE 8
  8006. | #define SIZEOF_FLOAT 4
  8007. | #define ALIGNMENT_FLOAT 4
  8008. | #define SIZEOF_INT 4
  8009. | #define ALIGNMENT_INT 4
  8010. | #define SIZEOF_LONG 4
  8011. | #define ALIGNMENT_LONG 4
  8012. | #define SIZEOF_LONG_LONG 8
  8013. | #define ALIGNMENT_LONG_LONG 8
  8014. | #define SIZEOF_SHORT 2
  8015. | #define ALIGNMENT_SHORT 2
  8016. | #define SIZEOF_UNSIGNED_CHAR 1
  8017. | #define ALIGNMENT_UNSIGNED_CHAR 1
  8018. | #define SIZEOF_UNSIGNED_INT 4
  8019. | #define ALIGNMENT_UNSIGNED_INT 4
  8020. | #define SIZEOF_UNSIGNED_LONG 4
  8021. | #define ALIGNMENT_UNSIGNED_LONG 4
  8022. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  8023. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  8024. | #define SIZEOF_UNSIGNED_SHORT 2
  8025. | #define ALIGNMENT_UNSIGNED_SHORT 2
  8026. | #define SIZEOF_VOID_P 8
  8027. | #define ALIGNMENT_VOID_P 8
  8028. | #define SIZEOF_INT8_T 1
  8029. | #define ALIGNMENT_INT8_T 1
  8030. | #define SIZEOF_UINT8_T 1
  8031. | #define ALIGNMENT_UINT8_T 1
  8032. | #define SIZEOF_INT16_T 2
  8033. | #define ALIGNMENT_INT16_T 2
  8034. | #define SIZEOF_UINT16_T 2
  8035. | #define ALIGNMENT_UINT16_T 2
  8036. | #define SIZEOF_INT32_T 4
  8037. | #define ALIGNMENT_INT32_T 4
  8038. | #define SIZEOF_UINT32_T 4
  8039. | #define ALIGNMENT_UINT32_T 4
  8040. | #define SIZEOF_INT64_T 8
  8041. | #define ALIGNMENT_INT64_T 8
  8042. | #define SIZEOF_UINT64_T 8
  8043. | #define ALIGNMENT_UINT64_T 8
  8044. | #define HAVE_WINEXEC 1
  8045. | #define HAVE_GETMODULEFILENAME 1
  8046. | #define HAVE_GETTIMEOFDAY 1
  8047. | #define HAVE_SETLOCALE 1
  8048. | #define HAVE_DECL_CTIME_R 1
  8049. | #define HAVE_MINGWEX 1
  8050. | #define HAVE_LIBM 1
  8051. | #define HAVE_FFI_H 1
  8052. | #define HAVE_LIBFFI 1
  8053. | #define HAVE_ALLOCA 1
  8054. | #define vfork fork
  8055. | /* end confdefs.h. */
  8056. |
  8057. | /* Override any GCC internal prototype to avoid an error.
  8058. | Use char because int might match the return type of a GCC
  8059. | builtin and then its argument prototype would still apply. */
  8060. | #ifdef __cplusplus
  8061. | extern "C"
  8062. | #endif
  8063. | char nlist ();
  8064. | int
  8065. | main ()
  8066. | {
  8067. | return nlist ();
  8068. | ;
  8069. | return 0;
  8070. | }
  8071. configure:14540: result: no
  8072. configure:14546: checking leading underscore in symbol names
  8073. configure:14601: result: no
  8074. configure:14618: checking whether __attribute__((visibility("hidden"))) is supported
  8075. configure:14629: result: no
  8076. configure:14635: checking for clock_gettime in -lrt
  8077. configure:14660: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c -lrt >&5
  8078. D:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.bfd.exe: cannot find -lrt
  8079. collect2.exe: error: ld returned 1 exit status
  8080. configure:14660: $? = 1
  8081. configure: failed program was:
  8082. | /* confdefs.h */
  8083. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  8084. | #define PACKAGE_TARNAME "ghc-8.9"
  8085. | #define PACKAGE_VERSION "8.9"
  8086. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  8087. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  8088. | #define PACKAGE_URL ""
  8089. | #define STDC_HEADERS 1
  8090. | #define HAVE_SYS_TYPES_H 1
  8091. | #define HAVE_SYS_STAT_H 1
  8092. | #define HAVE_STDLIB_H 1
  8093. | #define HAVE_STRING_H 1
  8094. | #define HAVE_MEMORY_H 1
  8095. | #define HAVE_STRINGS_H 1
  8096. | #define HAVE_INTTYPES_H 1
  8097. | #define HAVE_STDINT_H 1
  8098. | #define HAVE_UNISTD_H 1
  8099. | #define __EXTENSIONS__ 1
  8100. | #define _ALL_SOURCE 1
  8101. | #define _GNU_SOURCE 1
  8102. | #define _POSIX_PTHREAD_SEMANTICS 1
  8103. | #define _TANDEM_SOURCE 1
  8104. | #define sUPPORTED_LLVM_VERSION (7,0)
  8105. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  8106. | #define STDC_HEADERS 1
  8107. | #define _FILE_OFFSET_BITS 64
  8108. | #define HAVE_CTYPE_H 1
  8109. | #define HAVE_DIRENT_H 1
  8110. | #define HAVE_ERRNO_H 1
  8111. | #define HAVE_FCNTL_H 1
  8112. | #define HAVE_LIMITS_H 1
  8113. | #define HAVE_LOCALE_H 1
  8114. | #define HAVE_PTHREAD_H 1
  8115. | #define HAVE_SIGNAL_H 1
  8116. | #define HAVE_SYS_PARAM_H 1
  8117. | #define HAVE_SYS_MMAN_H 1
  8118. | #define HAVE_SYS_TIME_H 1
  8119. | #define HAVE_SYS_TIMEB_H 1
  8120. | #define HAVE_TIME_H 1
  8121. | #define HAVE_UTIME_H 1
  8122. | #define HAVE_WINDOWS_H 1
  8123. | #define HAVE_WINSOCK_H 1
  8124. | #define HAVE_SCHED_H 1
  8125. | #define TIME_WITH_SYS_TIME 1
  8126. | #define HAVE_LONG_LONG 1
  8127. | #define SIZEOF_CHAR 1
  8128. | #define ALIGNMENT_CHAR 1
  8129. | #define SIZEOF_DOUBLE 8
  8130. | #define ALIGNMENT_DOUBLE 8
  8131. | #define SIZEOF_FLOAT 4
  8132. | #define ALIGNMENT_FLOAT 4
  8133. | #define SIZEOF_INT 4
  8134. | #define ALIGNMENT_INT 4
  8135. | #define SIZEOF_LONG 4
  8136. | #define ALIGNMENT_LONG 4
  8137. | #define SIZEOF_LONG_LONG 8
  8138. | #define ALIGNMENT_LONG_LONG 8
  8139. | #define SIZEOF_SHORT 2
  8140. | #define ALIGNMENT_SHORT 2
  8141. | #define SIZEOF_UNSIGNED_CHAR 1
  8142. | #define ALIGNMENT_UNSIGNED_CHAR 1
  8143. | #define SIZEOF_UNSIGNED_INT 4
  8144. | #define ALIGNMENT_UNSIGNED_INT 4
  8145. | #define SIZEOF_UNSIGNED_LONG 4
  8146. | #define ALIGNMENT_UNSIGNED_LONG 4
  8147. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  8148. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  8149. | #define SIZEOF_UNSIGNED_SHORT 2
  8150. | #define ALIGNMENT_UNSIGNED_SHORT 2
  8151. | #define SIZEOF_VOID_P 8
  8152. | #define ALIGNMENT_VOID_P 8
  8153. | #define SIZEOF_INT8_T 1
  8154. | #define ALIGNMENT_INT8_T 1
  8155. | #define SIZEOF_UINT8_T 1
  8156. | #define ALIGNMENT_UINT8_T 1
  8157. | #define SIZEOF_INT16_T 2
  8158. | #define ALIGNMENT_INT16_T 2
  8159. | #define SIZEOF_UINT16_T 2
  8160. | #define ALIGNMENT_UINT16_T 2
  8161. | #define SIZEOF_INT32_T 4
  8162. | #define ALIGNMENT_INT32_T 4
  8163. | #define SIZEOF_UINT32_T 4
  8164. | #define ALIGNMENT_UINT32_T 4
  8165. | #define SIZEOF_INT64_T 8
  8166. | #define ALIGNMENT_INT64_T 8
  8167. | #define SIZEOF_UINT64_T 8
  8168. | #define ALIGNMENT_UINT64_T 8
  8169. | #define HAVE_WINEXEC 1
  8170. | #define HAVE_GETMODULEFILENAME 1
  8171. | #define HAVE_GETTIMEOFDAY 1
  8172. | #define HAVE_SETLOCALE 1
  8173. | #define HAVE_DECL_CTIME_R 1
  8174. | #define HAVE_MINGWEX 1
  8175. | #define HAVE_LIBM 1
  8176. | #define HAVE_FFI_H 1
  8177. | #define HAVE_LIBFFI 1
  8178. | #define HAVE_ALLOCA 1
  8179. | #define vfork fork
  8180. | /* end confdefs.h. */
  8181. |
  8182. | /* Override any GCC internal prototype to avoid an error.
  8183. | Use char because int might match the return type of a GCC
  8184. | builtin and then its argument prototype would still apply. */
  8185. | #ifdef __cplusplus
  8186. | extern "C"
  8187. | #endif
  8188. | char clock_gettime ();
  8189. | int
  8190. | main ()
  8191. | {
  8192. | return clock_gettime ();
  8193. | ;
  8194. | return 0;
  8195. | }
  8196. configure:14669: result: no
  8197. configure:14680: checking for clock_gettime in -lrt
  8198. configure:14714: result: no
  8199. configure:14727: checking for clock_gettime
  8200. configure:14727: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  8201. configure:14727: $? = 0
  8202. configure:14727: result: yes
  8203. configure:14727: checking for timer_settime
  8204. configure:14727: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  8205. D:\msys64\tmp\ccJPLjZc.o:conftest.c:(.text.startup+0xa): undefined reference to `timer_settime'
  8206. collect2.exe: error: ld returned 1 exit status
  8207. configure:14727: $? = 1
  8208. configure: failed program was:
  8209. | /* confdefs.h */
  8210. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  8211. | #define PACKAGE_TARNAME "ghc-8.9"
  8212. | #define PACKAGE_VERSION "8.9"
  8213. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  8214. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  8215. | #define PACKAGE_URL ""
  8216. | #define STDC_HEADERS 1
  8217. | #define HAVE_SYS_TYPES_H 1
  8218. | #define HAVE_SYS_STAT_H 1
  8219. | #define HAVE_STDLIB_H 1
  8220. | #define HAVE_STRING_H 1
  8221. | #define HAVE_MEMORY_H 1
  8222. | #define HAVE_STRINGS_H 1
  8223. | #define HAVE_INTTYPES_H 1
  8224. | #define HAVE_STDINT_H 1
  8225. | #define HAVE_UNISTD_H 1
  8226. | #define __EXTENSIONS__ 1
  8227. | #define _ALL_SOURCE 1
  8228. | #define _GNU_SOURCE 1
  8229. | #define _POSIX_PTHREAD_SEMANTICS 1
  8230. | #define _TANDEM_SOURCE 1
  8231. | #define sUPPORTED_LLVM_VERSION (7,0)
  8232. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  8233. | #define STDC_HEADERS 1
  8234. | #define _FILE_OFFSET_BITS 64
  8235. | #define HAVE_CTYPE_H 1
  8236. | #define HAVE_DIRENT_H 1
  8237. | #define HAVE_ERRNO_H 1
  8238. | #define HAVE_FCNTL_H 1
  8239. | #define HAVE_LIMITS_H 1
  8240. | #define HAVE_LOCALE_H 1
  8241. | #define HAVE_PTHREAD_H 1
  8242. | #define HAVE_SIGNAL_H 1
  8243. | #define HAVE_SYS_PARAM_H 1
  8244. | #define HAVE_SYS_MMAN_H 1
  8245. | #define HAVE_SYS_TIME_H 1
  8246. | #define HAVE_SYS_TIMEB_H 1
  8247. | #define HAVE_TIME_H 1
  8248. | #define HAVE_UTIME_H 1
  8249. | #define HAVE_WINDOWS_H 1
  8250. | #define HAVE_WINSOCK_H 1
  8251. | #define HAVE_SCHED_H 1
  8252. | #define TIME_WITH_SYS_TIME 1
  8253. | #define HAVE_LONG_LONG 1
  8254. | #define SIZEOF_CHAR 1
  8255. | #define ALIGNMENT_CHAR 1
  8256. | #define SIZEOF_DOUBLE 8
  8257. | #define ALIGNMENT_DOUBLE 8
  8258. | #define SIZEOF_FLOAT 4
  8259. | #define ALIGNMENT_FLOAT 4
  8260. | #define SIZEOF_INT 4
  8261. | #define ALIGNMENT_INT 4
  8262. | #define SIZEOF_LONG 4
  8263. | #define ALIGNMENT_LONG 4
  8264. | #define SIZEOF_LONG_LONG 8
  8265. | #define ALIGNMENT_LONG_LONG 8
  8266. | #define SIZEOF_SHORT 2
  8267. | #define ALIGNMENT_SHORT 2
  8268. | #define SIZEOF_UNSIGNED_CHAR 1
  8269. | #define ALIGNMENT_UNSIGNED_CHAR 1
  8270. | #define SIZEOF_UNSIGNED_INT 4
  8271. | #define ALIGNMENT_UNSIGNED_INT 4
  8272. | #define SIZEOF_UNSIGNED_LONG 4
  8273. | #define ALIGNMENT_UNSIGNED_LONG 4
  8274. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  8275. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  8276. | #define SIZEOF_UNSIGNED_SHORT 2
  8277. | #define ALIGNMENT_UNSIGNED_SHORT 2
  8278. | #define SIZEOF_VOID_P 8
  8279. | #define ALIGNMENT_VOID_P 8
  8280. | #define SIZEOF_INT8_T 1
  8281. | #define ALIGNMENT_INT8_T 1
  8282. | #define SIZEOF_UINT8_T 1
  8283. | #define ALIGNMENT_UINT8_T 1
  8284. | #define SIZEOF_INT16_T 2
  8285. | #define ALIGNMENT_INT16_T 2
  8286. | #define SIZEOF_UINT16_T 2
  8287. | #define ALIGNMENT_UINT16_T 2
  8288. | #define SIZEOF_INT32_T 4
  8289. | #define ALIGNMENT_INT32_T 4
  8290. | #define SIZEOF_UINT32_T 4
  8291. | #define ALIGNMENT_UINT32_T 4
  8292. | #define SIZEOF_INT64_T 8
  8293. | #define ALIGNMENT_INT64_T 8
  8294. | #define SIZEOF_UINT64_T 8
  8295. | #define ALIGNMENT_UINT64_T 8
  8296. | #define HAVE_WINEXEC 1
  8297. | #define HAVE_GETMODULEFILENAME 1
  8298. | #define HAVE_GETTIMEOFDAY 1
  8299. | #define HAVE_SETLOCALE 1
  8300. | #define HAVE_DECL_CTIME_R 1
  8301. | #define HAVE_MINGWEX 1
  8302. | #define HAVE_LIBM 1
  8303. | #define HAVE_FFI_H 1
  8304. | #define HAVE_LIBFFI 1
  8305. | #define HAVE_ALLOCA 1
  8306. | #define vfork fork
  8307. | #define HAVE_CLOCK_GETTIME 1
  8308. | /* end confdefs.h. */
  8309. | /* Define timer_settime to an innocuous variant, in case <limits.h> declares timer_settime.
  8310. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  8311. | #define timer_settime innocuous_timer_settime
  8312. |
  8313. | /* System header to define __stub macros and hopefully few prototypes,
  8314. | which can conflict with char timer_settime (); below.
  8315. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  8316. | <limits.h> exists even on freestanding compilers. */
  8317. |
  8318. | #ifdef __STDC__
  8319. | # include <limits.h>
  8320. | #else
  8321. | # include <assert.h>
  8322. | #endif
  8323. |
  8324. | #undef timer_settime
  8325. |
  8326. | /* Override any GCC internal prototype to avoid an error.
  8327. | Use char because int might match the return type of a GCC
  8328. | builtin and then its argument prototype would still apply. */
  8329. | #ifdef __cplusplus
  8330. | extern "C"
  8331. | #endif
  8332. | char timer_settime ();
  8333. | /* The GNU C library defines this for functions which it implements
  8334. | to always fail with ENOSYS. Some functions are actually named
  8335. | something starting with __ and the normal name is an alias. */
  8336. | #if defined __stub_timer_settime || defined __stub___timer_settime
  8337. | choke me
  8338. | #endif
  8339. |
  8340. | int
  8341. | main ()
  8342. | {
  8343. | return timer_settime ();
  8344. | ;
  8345. | return 0;
  8346. | }
  8347. configure:14727: result: no
  8348. configure:14737: checking for timer_create
  8349. configure:14737: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  8350. D:\msys64\tmp\cc8vk4MJ.o:conftest.c:(.text.startup+0xa): undefined reference to `timer_create'
  8351. collect2.exe: error: ld returned 1 exit status
  8352. configure:14737: $? = 1
  8353. configure: failed program was:
  8354. | /* confdefs.h */
  8355. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  8356. | #define PACKAGE_TARNAME "ghc-8.9"
  8357. | #define PACKAGE_VERSION "8.9"
  8358. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  8359. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  8360. | #define PACKAGE_URL ""
  8361. | #define STDC_HEADERS 1
  8362. | #define HAVE_SYS_TYPES_H 1
  8363. | #define HAVE_SYS_STAT_H 1
  8364. | #define HAVE_STDLIB_H 1
  8365. | #define HAVE_STRING_H 1
  8366. | #define HAVE_MEMORY_H 1
  8367. | #define HAVE_STRINGS_H 1
  8368. | #define HAVE_INTTYPES_H 1
  8369. | #define HAVE_STDINT_H 1
  8370. | #define HAVE_UNISTD_H 1
  8371. | #define __EXTENSIONS__ 1
  8372. | #define _ALL_SOURCE 1
  8373. | #define _GNU_SOURCE 1
  8374. | #define _POSIX_PTHREAD_SEMANTICS 1
  8375. | #define _TANDEM_SOURCE 1
  8376. | #define sUPPORTED_LLVM_VERSION (7,0)
  8377. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  8378. | #define STDC_HEADERS 1
  8379. | #define _FILE_OFFSET_BITS 64
  8380. | #define HAVE_CTYPE_H 1
  8381. | #define HAVE_DIRENT_H 1
  8382. | #define HAVE_ERRNO_H 1
  8383. | #define HAVE_FCNTL_H 1
  8384. | #define HAVE_LIMITS_H 1
  8385. | #define HAVE_LOCALE_H 1
  8386. | #define HAVE_PTHREAD_H 1
  8387. | #define HAVE_SIGNAL_H 1
  8388. | #define HAVE_SYS_PARAM_H 1
  8389. | #define HAVE_SYS_MMAN_H 1
  8390. | #define HAVE_SYS_TIME_H 1
  8391. | #define HAVE_SYS_TIMEB_H 1
  8392. | #define HAVE_TIME_H 1
  8393. | #define HAVE_UTIME_H 1
  8394. | #define HAVE_WINDOWS_H 1
  8395. | #define HAVE_WINSOCK_H 1
  8396. | #define HAVE_SCHED_H 1
  8397. | #define TIME_WITH_SYS_TIME 1
  8398. | #define HAVE_LONG_LONG 1
  8399. | #define SIZEOF_CHAR 1
  8400. | #define ALIGNMENT_CHAR 1
  8401. | #define SIZEOF_DOUBLE 8
  8402. | #define ALIGNMENT_DOUBLE 8
  8403. | #define SIZEOF_FLOAT 4
  8404. | #define ALIGNMENT_FLOAT 4
  8405. | #define SIZEOF_INT 4
  8406. | #define ALIGNMENT_INT 4
  8407. | #define SIZEOF_LONG 4
  8408. | #define ALIGNMENT_LONG 4
  8409. | #define SIZEOF_LONG_LONG 8
  8410. | #define ALIGNMENT_LONG_LONG 8
  8411. | #define SIZEOF_SHORT 2
  8412. | #define ALIGNMENT_SHORT 2
  8413. | #define SIZEOF_UNSIGNED_CHAR 1
  8414. | #define ALIGNMENT_UNSIGNED_CHAR 1
  8415. | #define SIZEOF_UNSIGNED_INT 4
  8416. | #define ALIGNMENT_UNSIGNED_INT 4
  8417. | #define SIZEOF_UNSIGNED_LONG 4
  8418. | #define ALIGNMENT_UNSIGNED_LONG 4
  8419. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  8420. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  8421. | #define SIZEOF_UNSIGNED_SHORT 2
  8422. | #define ALIGNMENT_UNSIGNED_SHORT 2
  8423. | #define SIZEOF_VOID_P 8
  8424. | #define ALIGNMENT_VOID_P 8
  8425. | #define SIZEOF_INT8_T 1
  8426. | #define ALIGNMENT_INT8_T 1
  8427. | #define SIZEOF_UINT8_T 1
  8428. | #define ALIGNMENT_UINT8_T 1
  8429. | #define SIZEOF_INT16_T 2
  8430. | #define ALIGNMENT_INT16_T 2
  8431. | #define SIZEOF_UINT16_T 2
  8432. | #define ALIGNMENT_UINT16_T 2
  8433. | #define SIZEOF_INT32_T 4
  8434. | #define ALIGNMENT_INT32_T 4
  8435. | #define SIZEOF_UINT32_T 4
  8436. | #define ALIGNMENT_UINT32_T 4
  8437. | #define SIZEOF_INT64_T 8
  8438. | #define ALIGNMENT_INT64_T 8
  8439. | #define SIZEOF_UINT64_T 8
  8440. | #define ALIGNMENT_UINT64_T 8
  8441. | #define HAVE_WINEXEC 1
  8442. | #define HAVE_GETMODULEFILENAME 1
  8443. | #define HAVE_GETTIMEOFDAY 1
  8444. | #define HAVE_SETLOCALE 1
  8445. | #define HAVE_DECL_CTIME_R 1
  8446. | #define HAVE_MINGWEX 1
  8447. | #define HAVE_LIBM 1
  8448. | #define HAVE_FFI_H 1
  8449. | #define HAVE_LIBFFI 1
  8450. | #define HAVE_ALLOCA 1
  8451. | #define vfork fork
  8452. | #define HAVE_CLOCK_GETTIME 1
  8453. | /* end confdefs.h. */
  8454. | /* Define timer_create to an innocuous variant, in case <limits.h> declares timer_create.
  8455. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  8456. | #define timer_create innocuous_timer_create
  8457. |
  8458. | /* System header to define __stub macros and hopefully few prototypes,
  8459. | which can conflict with char timer_create (); below.
  8460. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  8461. | <limits.h> exists even on freestanding compilers. */
  8462. |
  8463. | #ifdef __STDC__
  8464. | # include <limits.h>
  8465. | #else
  8466. | # include <assert.h>
  8467. | #endif
  8468. |
  8469. | #undef timer_create
  8470. |
  8471. | /* Override any GCC internal prototype to avoid an error.
  8472. | Use char because int might match the return type of a GCC
  8473. | builtin and then its argument prototype would still apply. */
  8474. | #ifdef __cplusplus
  8475. | extern "C"
  8476. | #endif
  8477. | char timer_create ();
  8478. | /* The GNU C library defines this for functions which it implements
  8479. | to always fail with ENOSYS. Some functions are actually named
  8480. | something starting with __ and the normal name is an alias. */
  8481. | #if defined __stub_timer_create || defined __stub___timer_create
  8482. | choke me
  8483. | #endif
  8484. |
  8485. | int
  8486. | main ()
  8487. | {
  8488. | return timer_create ();
  8489. | ;
  8490. | return 0;
  8491. | }
  8492. configure:14737: result: no
  8493. configure:14876: checking for printf$LDBLStub
  8494. configure:14896: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  8495. D:\msys64\tmp\ccRAB8Kn.o:conftest.c:(.text.startup+0xa): undefined reference to `printf$LDBLStub'
  8496. collect2.exe: error: ld returned 1 exit status
  8497. configure:14896: $? = 1
  8498. configure: failed program was:
  8499. | /* confdefs.h */
  8500. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  8501. | #define PACKAGE_TARNAME "ghc-8.9"
  8502. | #define PACKAGE_VERSION "8.9"
  8503. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  8504. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  8505. | #define PACKAGE_URL ""
  8506. | #define STDC_HEADERS 1
  8507. | #define HAVE_SYS_TYPES_H 1
  8508. | #define HAVE_SYS_STAT_H 1
  8509. | #define HAVE_STDLIB_H 1
  8510. | #define HAVE_STRING_H 1
  8511. | #define HAVE_MEMORY_H 1
  8512. | #define HAVE_STRINGS_H 1
  8513. | #define HAVE_INTTYPES_H 1
  8514. | #define HAVE_STDINT_H 1
  8515. | #define HAVE_UNISTD_H 1
  8516. | #define __EXTENSIONS__ 1
  8517. | #define _ALL_SOURCE 1
  8518. | #define _GNU_SOURCE 1
  8519. | #define _POSIX_PTHREAD_SEMANTICS 1
  8520. | #define _TANDEM_SOURCE 1
  8521. | #define sUPPORTED_LLVM_VERSION (7,0)
  8522. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  8523. | #define STDC_HEADERS 1
  8524. | #define _FILE_OFFSET_BITS 64
  8525. | #define HAVE_CTYPE_H 1
  8526. | #define HAVE_DIRENT_H 1
  8527. | #define HAVE_ERRNO_H 1
  8528. | #define HAVE_FCNTL_H 1
  8529. | #define HAVE_LIMITS_H 1
  8530. | #define HAVE_LOCALE_H 1
  8531. | #define HAVE_PTHREAD_H 1
  8532. | #define HAVE_SIGNAL_H 1
  8533. | #define HAVE_SYS_PARAM_H 1
  8534. | #define HAVE_SYS_MMAN_H 1
  8535. | #define HAVE_SYS_TIME_H 1
  8536. | #define HAVE_SYS_TIMEB_H 1
  8537. | #define HAVE_TIME_H 1
  8538. | #define HAVE_UTIME_H 1
  8539. | #define HAVE_WINDOWS_H 1
  8540. | #define HAVE_WINSOCK_H 1
  8541. | #define HAVE_SCHED_H 1
  8542. | #define TIME_WITH_SYS_TIME 1
  8543. | #define HAVE_LONG_LONG 1
  8544. | #define SIZEOF_CHAR 1
  8545. | #define ALIGNMENT_CHAR 1
  8546. | #define SIZEOF_DOUBLE 8
  8547. | #define ALIGNMENT_DOUBLE 8
  8548. | #define SIZEOF_FLOAT 4
  8549. | #define ALIGNMENT_FLOAT 4
  8550. | #define SIZEOF_INT 4
  8551. | #define ALIGNMENT_INT 4
  8552. | #define SIZEOF_LONG 4
  8553. | #define ALIGNMENT_LONG 4
  8554. | #define SIZEOF_LONG_LONG 8
  8555. | #define ALIGNMENT_LONG_LONG 8
  8556. | #define SIZEOF_SHORT 2
  8557. | #define ALIGNMENT_SHORT 2
  8558. | #define SIZEOF_UNSIGNED_CHAR 1
  8559. | #define ALIGNMENT_UNSIGNED_CHAR 1
  8560. | #define SIZEOF_UNSIGNED_INT 4
  8561. | #define ALIGNMENT_UNSIGNED_INT 4
  8562. | #define SIZEOF_UNSIGNED_LONG 4
  8563. | #define ALIGNMENT_UNSIGNED_LONG 4
  8564. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  8565. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  8566. | #define SIZEOF_UNSIGNED_SHORT 2
  8567. | #define ALIGNMENT_UNSIGNED_SHORT 2
  8568. | #define SIZEOF_VOID_P 8
  8569. | #define ALIGNMENT_VOID_P 8
  8570. | #define SIZEOF_INT8_T 1
  8571. | #define ALIGNMENT_INT8_T 1
  8572. | #define SIZEOF_UINT8_T 1
  8573. | #define ALIGNMENT_UINT8_T 1
  8574. | #define SIZEOF_INT16_T 2
  8575. | #define ALIGNMENT_INT16_T 2
  8576. | #define SIZEOF_UINT16_T 2
  8577. | #define ALIGNMENT_UINT16_T 2
  8578. | #define SIZEOF_INT32_T 4
  8579. | #define ALIGNMENT_INT32_T 4
  8580. | #define SIZEOF_UINT32_T 4
  8581. | #define ALIGNMENT_UINT32_T 4
  8582. | #define SIZEOF_INT64_T 8
  8583. | #define ALIGNMENT_INT64_T 8
  8584. | #define SIZEOF_UINT64_T 8
  8585. | #define ALIGNMENT_UINT64_T 8
  8586. | #define HAVE_WINEXEC 1
  8587. | #define HAVE_GETMODULEFILENAME 1
  8588. | #define HAVE_GETTIMEOFDAY 1
  8589. | #define HAVE_SETLOCALE 1
  8590. | #define HAVE_DECL_CTIME_R 1
  8591. | #define HAVE_MINGWEX 1
  8592. | #define HAVE_LIBM 1
  8593. | #define HAVE_FFI_H 1
  8594. | #define HAVE_LIBFFI 1
  8595. | #define HAVE_ALLOCA 1
  8596. | #define vfork fork
  8597. | #define HAVE_CLOCK_GETTIME 1
  8598. | /* end confdefs.h. */
  8599. |
  8600. | /* Override any GCC internal prototype to avoid an error.
  8601. | Use char because int might match the return type of a GCC
  8602. | builtin and then its argument prototype would still apply. */
  8603. | #ifdef __cplusplus
  8604. | extern "C"
  8605. | #endif
  8606. | char printf$LDBLStub ();
  8607. | int
  8608. | main ()
  8609. | {
  8610. | return printf$LDBLStub ();
  8611. | ;
  8612. | return 0;
  8613. | }
  8614. configure:14906: result: no
  8615. configure:14916: checking whether -lpthread is needed for pthreads
  8616. configure:14918: checking for pthread_create
  8617. configure:14918: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c >&5
  8618. configure:14918: $? = 0
  8619. configure:14918: result: yes
  8620. configure:14921: result: no
  8621. configure:14992: checking for pthread_setname_np in -lpthread
  8622. configure:15017: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c -lpthread >&5
  8623. configure:15017: $? = 0
  8624. configure:15026: result: yes
  8625. configure:15037: checking for pthread_setname_np
  8626. configure:15053: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c -lpthread >&5
  8627. conftest.c:105: warning: "_GNU_SOURCE" redefined
  8628. #define _GNU_SOURCE
  8629.  
  8630. conftest.c:20: note: this is the location of the previous definition
  8631. #define _GNU_SOURCE 1
  8632.  
  8633. configure:15053: $? = 0
  8634. configure:15054: result: yes
  8635. configure:15069: checking sys/eventfd.h usability
  8636. configure:15069: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  8637. conftest.c:138:10: fatal error: sys/eventfd.h: No such file or directory
  8638. #include <sys/eventfd.h>
  8639. ^~~~~~~~~~~~~~~
  8640. compilation terminated.
  8641. configure:15069: $? = 1
  8642. configure: failed program was:
  8643. | /* confdefs.h */
  8644. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  8645. | #define PACKAGE_TARNAME "ghc-8.9"
  8646. | #define PACKAGE_VERSION "8.9"
  8647. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  8648. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  8649. | #define PACKAGE_URL ""
  8650. | #define STDC_HEADERS 1
  8651. | #define HAVE_SYS_TYPES_H 1
  8652. | #define HAVE_SYS_STAT_H 1
  8653. | #define HAVE_STDLIB_H 1
  8654. | #define HAVE_STRING_H 1
  8655. | #define HAVE_MEMORY_H 1
  8656. | #define HAVE_STRINGS_H 1
  8657. | #define HAVE_INTTYPES_H 1
  8658. | #define HAVE_STDINT_H 1
  8659. | #define HAVE_UNISTD_H 1
  8660. | #define __EXTENSIONS__ 1
  8661. | #define _ALL_SOURCE 1
  8662. | #define _GNU_SOURCE 1
  8663. | #define _POSIX_PTHREAD_SEMANTICS 1
  8664. | #define _TANDEM_SOURCE 1
  8665. | #define sUPPORTED_LLVM_VERSION (7,0)
  8666. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  8667. | #define STDC_HEADERS 1
  8668. | #define _FILE_OFFSET_BITS 64
  8669. | #define HAVE_CTYPE_H 1
  8670. | #define HAVE_DIRENT_H 1
  8671. | #define HAVE_ERRNO_H 1
  8672. | #define HAVE_FCNTL_H 1
  8673. | #define HAVE_LIMITS_H 1
  8674. | #define HAVE_LOCALE_H 1
  8675. | #define HAVE_PTHREAD_H 1
  8676. | #define HAVE_SIGNAL_H 1
  8677. | #define HAVE_SYS_PARAM_H 1
  8678. | #define HAVE_SYS_MMAN_H 1
  8679. | #define HAVE_SYS_TIME_H 1
  8680. | #define HAVE_SYS_TIMEB_H 1
  8681. | #define HAVE_TIME_H 1
  8682. | #define HAVE_UTIME_H 1
  8683. | #define HAVE_WINDOWS_H 1
  8684. | #define HAVE_WINSOCK_H 1
  8685. | #define HAVE_SCHED_H 1
  8686. | #define TIME_WITH_SYS_TIME 1
  8687. | #define HAVE_LONG_LONG 1
  8688. | #define SIZEOF_CHAR 1
  8689. | #define ALIGNMENT_CHAR 1
  8690. | #define SIZEOF_DOUBLE 8
  8691. | #define ALIGNMENT_DOUBLE 8
  8692. | #define SIZEOF_FLOAT 4
  8693. | #define ALIGNMENT_FLOAT 4
  8694. | #define SIZEOF_INT 4
  8695. | #define ALIGNMENT_INT 4
  8696. | #define SIZEOF_LONG 4
  8697. | #define ALIGNMENT_LONG 4
  8698. | #define SIZEOF_LONG_LONG 8
  8699. | #define ALIGNMENT_LONG_LONG 8
  8700. | #define SIZEOF_SHORT 2
  8701. | #define ALIGNMENT_SHORT 2
  8702. | #define SIZEOF_UNSIGNED_CHAR 1
  8703. | #define ALIGNMENT_UNSIGNED_CHAR 1
  8704. | #define SIZEOF_UNSIGNED_INT 4
  8705. | #define ALIGNMENT_UNSIGNED_INT 4
  8706. | #define SIZEOF_UNSIGNED_LONG 4
  8707. | #define ALIGNMENT_UNSIGNED_LONG 4
  8708. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  8709. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  8710. | #define SIZEOF_UNSIGNED_SHORT 2
  8711. | #define ALIGNMENT_UNSIGNED_SHORT 2
  8712. | #define SIZEOF_VOID_P 8
  8713. | #define ALIGNMENT_VOID_P 8
  8714. | #define SIZEOF_INT8_T 1
  8715. | #define ALIGNMENT_INT8_T 1
  8716. | #define SIZEOF_UINT8_T 1
  8717. | #define ALIGNMENT_UINT8_T 1
  8718. | #define SIZEOF_INT16_T 2
  8719. | #define ALIGNMENT_INT16_T 2
  8720. | #define SIZEOF_UINT16_T 2
  8721. | #define ALIGNMENT_UINT16_T 2
  8722. | #define SIZEOF_INT32_T 4
  8723. | #define ALIGNMENT_INT32_T 4
  8724. | #define SIZEOF_UINT32_T 4
  8725. | #define ALIGNMENT_UINT32_T 4
  8726. | #define SIZEOF_INT64_T 8
  8727. | #define ALIGNMENT_INT64_T 8
  8728. | #define SIZEOF_UINT64_T 8
  8729. | #define ALIGNMENT_UINT64_T 8
  8730. | #define HAVE_WINEXEC 1
  8731. | #define HAVE_GETMODULEFILENAME 1
  8732. | #define HAVE_GETTIMEOFDAY 1
  8733. | #define HAVE_SETLOCALE 1
  8734. | #define HAVE_DECL_CTIME_R 1
  8735. | #define HAVE_MINGWEX 1
  8736. | #define HAVE_LIBM 1
  8737. | #define HAVE_FFI_H 1
  8738. | #define HAVE_LIBFFI 1
  8739. | #define HAVE_ALLOCA 1
  8740. | #define vfork fork
  8741. | #define HAVE_CLOCK_GETTIME 1
  8742. | #define HAVE_PRINTF_LDBLSTUB 0
  8743. | #define NEED_PTHREAD_LIB 0
  8744. | #define HAVE_LIBPTHREAD 1
  8745. | #define HAVE_PTHREAD_SETNAME_NP 1
  8746. | /* end confdefs.h. */
  8747. | #include <stdio.h>
  8748. | #ifdef HAVE_SYS_TYPES_H
  8749. | # include <sys/types.h>
  8750. | #endif
  8751. | #ifdef HAVE_SYS_STAT_H
  8752. | # include <sys/stat.h>
  8753. | #endif
  8754. | #ifdef STDC_HEADERS
  8755. | # include <stdlib.h>
  8756. | # include <stddef.h>
  8757. | #else
  8758. | # ifdef HAVE_STDLIB_H
  8759. | # include <stdlib.h>
  8760. | # endif
  8761. | #endif
  8762. | #ifdef HAVE_STRING_H
  8763. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  8764. | # include <memory.h>
  8765. | # endif
  8766. | # include <string.h>
  8767. | #endif
  8768. | #ifdef HAVE_STRINGS_H
  8769. | # include <strings.h>
  8770. | #endif
  8771. | #ifdef HAVE_INTTYPES_H
  8772. | # include <inttypes.h>
  8773. | #endif
  8774. | #ifdef HAVE_STDINT_H
  8775. | # include <stdint.h>
  8776. | #endif
  8777. | #ifdef HAVE_UNISTD_H
  8778. | # include <unistd.h>
  8779. | #endif
  8780. | #include <sys/eventfd.h>
  8781. configure:15069: result: no
  8782. configure:15069: checking sys/eventfd.h presence
  8783. configure:15069: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  8784. conftest.c:105:10: fatal error: sys/eventfd.h: No such file or directory
  8785. #include <sys/eventfd.h>
  8786. ^~~~~~~~~~~~~~~
  8787. compilation terminated.
  8788. configure:15069: $? = 1
  8789. configure: failed program was:
  8790. | /* confdefs.h */
  8791. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  8792. | #define PACKAGE_TARNAME "ghc-8.9"
  8793. | #define PACKAGE_VERSION "8.9"
  8794. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  8795. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  8796. | #define PACKAGE_URL ""
  8797. | #define STDC_HEADERS 1
  8798. | #define HAVE_SYS_TYPES_H 1
  8799. | #define HAVE_SYS_STAT_H 1
  8800. | #define HAVE_STDLIB_H 1
  8801. | #define HAVE_STRING_H 1
  8802. | #define HAVE_MEMORY_H 1
  8803. | #define HAVE_STRINGS_H 1
  8804. | #define HAVE_INTTYPES_H 1
  8805. | #define HAVE_STDINT_H 1
  8806. | #define HAVE_UNISTD_H 1
  8807. | #define __EXTENSIONS__ 1
  8808. | #define _ALL_SOURCE 1
  8809. | #define _GNU_SOURCE 1
  8810. | #define _POSIX_PTHREAD_SEMANTICS 1
  8811. | #define _TANDEM_SOURCE 1
  8812. | #define sUPPORTED_LLVM_VERSION (7,0)
  8813. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  8814. | #define STDC_HEADERS 1
  8815. | #define _FILE_OFFSET_BITS 64
  8816. | #define HAVE_CTYPE_H 1
  8817. | #define HAVE_DIRENT_H 1
  8818. | #define HAVE_ERRNO_H 1
  8819. | #define HAVE_FCNTL_H 1
  8820. | #define HAVE_LIMITS_H 1
  8821. | #define HAVE_LOCALE_H 1
  8822. | #define HAVE_PTHREAD_H 1
  8823. | #define HAVE_SIGNAL_H 1
  8824. | #define HAVE_SYS_PARAM_H 1
  8825. | #define HAVE_SYS_MMAN_H 1
  8826. | #define HAVE_SYS_TIME_H 1
  8827. | #define HAVE_SYS_TIMEB_H 1
  8828. | #define HAVE_TIME_H 1
  8829. | #define HAVE_UTIME_H 1
  8830. | #define HAVE_WINDOWS_H 1
  8831. | #define HAVE_WINSOCK_H 1
  8832. | #define HAVE_SCHED_H 1
  8833. | #define TIME_WITH_SYS_TIME 1
  8834. | #define HAVE_LONG_LONG 1
  8835. | #define SIZEOF_CHAR 1
  8836. | #define ALIGNMENT_CHAR 1
  8837. | #define SIZEOF_DOUBLE 8
  8838. | #define ALIGNMENT_DOUBLE 8
  8839. | #define SIZEOF_FLOAT 4
  8840. | #define ALIGNMENT_FLOAT 4
  8841. | #define SIZEOF_INT 4
  8842. | #define ALIGNMENT_INT 4
  8843. | #define SIZEOF_LONG 4
  8844. | #define ALIGNMENT_LONG 4
  8845. | #define SIZEOF_LONG_LONG 8
  8846. | #define ALIGNMENT_LONG_LONG 8
  8847. | #define SIZEOF_SHORT 2
  8848. | #define ALIGNMENT_SHORT 2
  8849. | #define SIZEOF_UNSIGNED_CHAR 1
  8850. | #define ALIGNMENT_UNSIGNED_CHAR 1
  8851. | #define SIZEOF_UNSIGNED_INT 4
  8852. | #define ALIGNMENT_UNSIGNED_INT 4
  8853. | #define SIZEOF_UNSIGNED_LONG 4
  8854. | #define ALIGNMENT_UNSIGNED_LONG 4
  8855. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  8856. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  8857. | #define SIZEOF_UNSIGNED_SHORT 2
  8858. | #define ALIGNMENT_UNSIGNED_SHORT 2
  8859. | #define SIZEOF_VOID_P 8
  8860. | #define ALIGNMENT_VOID_P 8
  8861. | #define SIZEOF_INT8_T 1
  8862. | #define ALIGNMENT_INT8_T 1
  8863. | #define SIZEOF_UINT8_T 1
  8864. | #define ALIGNMENT_UINT8_T 1
  8865. | #define SIZEOF_INT16_T 2
  8866. | #define ALIGNMENT_INT16_T 2
  8867. | #define SIZEOF_UINT16_T 2
  8868. | #define ALIGNMENT_UINT16_T 2
  8869. | #define SIZEOF_INT32_T 4
  8870. | #define ALIGNMENT_INT32_T 4
  8871. | #define SIZEOF_UINT32_T 4
  8872. | #define ALIGNMENT_UINT32_T 4
  8873. | #define SIZEOF_INT64_T 8
  8874. | #define ALIGNMENT_INT64_T 8
  8875. | #define SIZEOF_UINT64_T 8
  8876. | #define ALIGNMENT_UINT64_T 8
  8877. | #define HAVE_WINEXEC 1
  8878. | #define HAVE_GETMODULEFILENAME 1
  8879. | #define HAVE_GETTIMEOFDAY 1
  8880. | #define HAVE_SETLOCALE 1
  8881. | #define HAVE_DECL_CTIME_R 1
  8882. | #define HAVE_MINGWEX 1
  8883. | #define HAVE_LIBM 1
  8884. | #define HAVE_FFI_H 1
  8885. | #define HAVE_LIBFFI 1
  8886. | #define HAVE_ALLOCA 1
  8887. | #define vfork fork
  8888. | #define HAVE_CLOCK_GETTIME 1
  8889. | #define HAVE_PRINTF_LDBLSTUB 0
  8890. | #define NEED_PTHREAD_LIB 0
  8891. | #define HAVE_LIBPTHREAD 1
  8892. | #define HAVE_PTHREAD_SETNAME_NP 1
  8893. | /* end confdefs.h. */
  8894. | #include <sys/eventfd.h>
  8895. configure:15069: result: no
  8896. configure:15069: checking for sys/eventfd.h
  8897. configure:15069: result: no
  8898. configure:15081: checking for eventfd
  8899. configure:15081: /mingw64/bin/gcc -o conftest.exe -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 -pipe -Wl,-no-undefined conftest.c -lpthread >&5
  8900. D:\msys64\tmp\ccOD1Ltz.o:conftest.c:(.text.startup+0xa): undefined reference to `eventfd'
  8901. collect2.exe: error: ld returned 1 exit status
  8902. configure:15081: $? = 1
  8903. configure: failed program was:
  8904. | /* confdefs.h */
  8905. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  8906. | #define PACKAGE_TARNAME "ghc-8.9"
  8907. | #define PACKAGE_VERSION "8.9"
  8908. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  8909. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  8910. | #define PACKAGE_URL ""
  8911. | #define STDC_HEADERS 1
  8912. | #define HAVE_SYS_TYPES_H 1
  8913. | #define HAVE_SYS_STAT_H 1
  8914. | #define HAVE_STDLIB_H 1
  8915. | #define HAVE_STRING_H 1
  8916. | #define HAVE_MEMORY_H 1
  8917. | #define HAVE_STRINGS_H 1
  8918. | #define HAVE_INTTYPES_H 1
  8919. | #define HAVE_STDINT_H 1
  8920. | #define HAVE_UNISTD_H 1
  8921. | #define __EXTENSIONS__ 1
  8922. | #define _ALL_SOURCE 1
  8923. | #define _GNU_SOURCE 1
  8924. | #define _POSIX_PTHREAD_SEMANTICS 1
  8925. | #define _TANDEM_SOURCE 1
  8926. | #define sUPPORTED_LLVM_VERSION (7,0)
  8927. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  8928. | #define STDC_HEADERS 1
  8929. | #define _FILE_OFFSET_BITS 64
  8930. | #define HAVE_CTYPE_H 1
  8931. | #define HAVE_DIRENT_H 1
  8932. | #define HAVE_ERRNO_H 1
  8933. | #define HAVE_FCNTL_H 1
  8934. | #define HAVE_LIMITS_H 1
  8935. | #define HAVE_LOCALE_H 1
  8936. | #define HAVE_PTHREAD_H 1
  8937. | #define HAVE_SIGNAL_H 1
  8938. | #define HAVE_SYS_PARAM_H 1
  8939. | #define HAVE_SYS_MMAN_H 1
  8940. | #define HAVE_SYS_TIME_H 1
  8941. | #define HAVE_SYS_TIMEB_H 1
  8942. | #define HAVE_TIME_H 1
  8943. | #define HAVE_UTIME_H 1
  8944. | #define HAVE_WINDOWS_H 1
  8945. | #define HAVE_WINSOCK_H 1
  8946. | #define HAVE_SCHED_H 1
  8947. | #define TIME_WITH_SYS_TIME 1
  8948. | #define HAVE_LONG_LONG 1
  8949. | #define SIZEOF_CHAR 1
  8950. | #define ALIGNMENT_CHAR 1
  8951. | #define SIZEOF_DOUBLE 8
  8952. | #define ALIGNMENT_DOUBLE 8
  8953. | #define SIZEOF_FLOAT 4
  8954. | #define ALIGNMENT_FLOAT 4
  8955. | #define SIZEOF_INT 4
  8956. | #define ALIGNMENT_INT 4
  8957. | #define SIZEOF_LONG 4
  8958. | #define ALIGNMENT_LONG 4
  8959. | #define SIZEOF_LONG_LONG 8
  8960. | #define ALIGNMENT_LONG_LONG 8
  8961. | #define SIZEOF_SHORT 2
  8962. | #define ALIGNMENT_SHORT 2
  8963. | #define SIZEOF_UNSIGNED_CHAR 1
  8964. | #define ALIGNMENT_UNSIGNED_CHAR 1
  8965. | #define SIZEOF_UNSIGNED_INT 4
  8966. | #define ALIGNMENT_UNSIGNED_INT 4
  8967. | #define SIZEOF_UNSIGNED_LONG 4
  8968. | #define ALIGNMENT_UNSIGNED_LONG 4
  8969. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  8970. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  8971. | #define SIZEOF_UNSIGNED_SHORT 2
  8972. | #define ALIGNMENT_UNSIGNED_SHORT 2
  8973. | #define SIZEOF_VOID_P 8
  8974. | #define ALIGNMENT_VOID_P 8
  8975. | #define SIZEOF_INT8_T 1
  8976. | #define ALIGNMENT_INT8_T 1
  8977. | #define SIZEOF_UINT8_T 1
  8978. | #define ALIGNMENT_UINT8_T 1
  8979. | #define SIZEOF_INT16_T 2
  8980. | #define ALIGNMENT_INT16_T 2
  8981. | #define SIZEOF_UINT16_T 2
  8982. | #define ALIGNMENT_UINT16_T 2
  8983. | #define SIZEOF_INT32_T 4
  8984. | #define ALIGNMENT_INT32_T 4
  8985. | #define SIZEOF_UINT32_T 4
  8986. | #define ALIGNMENT_UINT32_T 4
  8987. | #define SIZEOF_INT64_T 8
  8988. | #define ALIGNMENT_INT64_T 8
  8989. | #define SIZEOF_UINT64_T 8
  8990. | #define ALIGNMENT_UINT64_T 8
  8991. | #define HAVE_WINEXEC 1
  8992. | #define HAVE_GETMODULEFILENAME 1
  8993. | #define HAVE_GETTIMEOFDAY 1
  8994. | #define HAVE_SETLOCALE 1
  8995. | #define HAVE_DECL_CTIME_R 1
  8996. | #define HAVE_MINGWEX 1
  8997. | #define HAVE_LIBM 1
  8998. | #define HAVE_FFI_H 1
  8999. | #define HAVE_LIBFFI 1
  9000. | #define HAVE_ALLOCA 1
  9001. | #define vfork fork
  9002. | #define HAVE_CLOCK_GETTIME 1
  9003. | #define HAVE_PRINTF_LDBLSTUB 0
  9004. | #define NEED_PTHREAD_LIB 0
  9005. | #define HAVE_LIBPTHREAD 1
  9006. | #define HAVE_PTHREAD_SETNAME_NP 1
  9007. | /* end confdefs.h. */
  9008. | /* Define eventfd to an innocuous variant, in case <limits.h> declares eventfd.
  9009. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  9010. | #define eventfd innocuous_eventfd
  9011. |
  9012. | /* System header to define __stub macros and hopefully few prototypes,
  9013. | which can conflict with char eventfd (); below.
  9014. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  9015. | <limits.h> exists even on freestanding compilers. */
  9016. |
  9017. | #ifdef __STDC__
  9018. | # include <limits.h>
  9019. | #else
  9020. | # include <assert.h>
  9021. | #endif
  9022. |
  9023. | #undef eventfd
  9024. |
  9025. | /* Override any GCC internal prototype to avoid an error.
  9026. | Use char because int might match the return type of a GCC
  9027. | builtin and then its argument prototype would still apply. */
  9028. | #ifdef __cplusplus
  9029. | extern "C"
  9030. | #endif
  9031. | char eventfd ();
  9032. | /* The GNU C library defines this for functions which it implements
  9033. | to always fail with ENOSYS. Some functions are actually named
  9034. | something starting with __ and the normal name is an alias. */
  9035. | #if defined __stub_eventfd || defined __stub___eventfd
  9036. | choke me
  9037. | #endif
  9038. |
  9039. | int
  9040. | main ()
  9041. | {
  9042. | return eventfd ();
  9043. | ;
  9044. | return 0;
  9045. | }
  9046. configure:15081: result: no
  9047. configure:15091: checking for __thread support
  9048. configure:15097: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  9049. configure:15097: $? = 0
  9050. configure:15099: result: yes
  9051. configure:15137: checking whether MAP_NORESERVE is declared
  9052. configure:15137: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  9053. conftest.c: In function 'main':
  9054. conftest.c:120:10: error: 'MAP_NORESERVE' undeclared (first use in this function)
  9055. (void) MAP_NORESERVE;
  9056. ^~~~~~~~~~~~~
  9057. conftest.c:120:10: note: each undeclared identifier is reported only once for each function it appears in
  9058. configure:15137: $? = 1
  9059. configure: failed program was:
  9060. | /* confdefs.h */
  9061. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  9062. | #define PACKAGE_TARNAME "ghc-8.9"
  9063. | #define PACKAGE_VERSION "8.9"
  9064. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  9065. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  9066. | #define PACKAGE_URL ""
  9067. | #define STDC_HEADERS 1
  9068. | #define HAVE_SYS_TYPES_H 1
  9069. | #define HAVE_SYS_STAT_H 1
  9070. | #define HAVE_STDLIB_H 1
  9071. | #define HAVE_STRING_H 1
  9072. | #define HAVE_MEMORY_H 1
  9073. | #define HAVE_STRINGS_H 1
  9074. | #define HAVE_INTTYPES_H 1
  9075. | #define HAVE_STDINT_H 1
  9076. | #define HAVE_UNISTD_H 1
  9077. | #define __EXTENSIONS__ 1
  9078. | #define _ALL_SOURCE 1
  9079. | #define _GNU_SOURCE 1
  9080. | #define _POSIX_PTHREAD_SEMANTICS 1
  9081. | #define _TANDEM_SOURCE 1
  9082. | #define sUPPORTED_LLVM_VERSION (7,0)
  9083. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  9084. | #define STDC_HEADERS 1
  9085. | #define _FILE_OFFSET_BITS 64
  9086. | #define HAVE_CTYPE_H 1
  9087. | #define HAVE_DIRENT_H 1
  9088. | #define HAVE_ERRNO_H 1
  9089. | #define HAVE_FCNTL_H 1
  9090. | #define HAVE_LIMITS_H 1
  9091. | #define HAVE_LOCALE_H 1
  9092. | #define HAVE_PTHREAD_H 1
  9093. | #define HAVE_SIGNAL_H 1
  9094. | #define HAVE_SYS_PARAM_H 1
  9095. | #define HAVE_SYS_MMAN_H 1
  9096. | #define HAVE_SYS_TIME_H 1
  9097. | #define HAVE_SYS_TIMEB_H 1
  9098. | #define HAVE_TIME_H 1
  9099. | #define HAVE_UTIME_H 1
  9100. | #define HAVE_WINDOWS_H 1
  9101. | #define HAVE_WINSOCK_H 1
  9102. | #define HAVE_SCHED_H 1
  9103. | #define TIME_WITH_SYS_TIME 1
  9104. | #define HAVE_LONG_LONG 1
  9105. | #define SIZEOF_CHAR 1
  9106. | #define ALIGNMENT_CHAR 1
  9107. | #define SIZEOF_DOUBLE 8
  9108. | #define ALIGNMENT_DOUBLE 8
  9109. | #define SIZEOF_FLOAT 4
  9110. | #define ALIGNMENT_FLOAT 4
  9111. | #define SIZEOF_INT 4
  9112. | #define ALIGNMENT_INT 4
  9113. | #define SIZEOF_LONG 4
  9114. | #define ALIGNMENT_LONG 4
  9115. | #define SIZEOF_LONG_LONG 8
  9116. | #define ALIGNMENT_LONG_LONG 8
  9117. | #define SIZEOF_SHORT 2
  9118. | #define ALIGNMENT_SHORT 2
  9119. | #define SIZEOF_UNSIGNED_CHAR 1
  9120. | #define ALIGNMENT_UNSIGNED_CHAR 1
  9121. | #define SIZEOF_UNSIGNED_INT 4
  9122. | #define ALIGNMENT_UNSIGNED_INT 4
  9123. | #define SIZEOF_UNSIGNED_LONG 4
  9124. | #define ALIGNMENT_UNSIGNED_LONG 4
  9125. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  9126. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  9127. | #define SIZEOF_UNSIGNED_SHORT 2
  9128. | #define ALIGNMENT_UNSIGNED_SHORT 2
  9129. | #define SIZEOF_VOID_P 8
  9130. | #define ALIGNMENT_VOID_P 8
  9131. | #define SIZEOF_INT8_T 1
  9132. | #define ALIGNMENT_INT8_T 1
  9133. | #define SIZEOF_UINT8_T 1
  9134. | #define ALIGNMENT_UINT8_T 1
  9135. | #define SIZEOF_INT16_T 2
  9136. | #define ALIGNMENT_INT16_T 2
  9137. | #define SIZEOF_UINT16_T 2
  9138. | #define ALIGNMENT_UINT16_T 2
  9139. | #define SIZEOF_INT32_T 4
  9140. | #define ALIGNMENT_INT32_T 4
  9141. | #define SIZEOF_UINT32_T 4
  9142. | #define ALIGNMENT_UINT32_T 4
  9143. | #define SIZEOF_INT64_T 8
  9144. | #define ALIGNMENT_INT64_T 8
  9145. | #define SIZEOF_UINT64_T 8
  9146. | #define ALIGNMENT_UINT64_T 8
  9147. | #define HAVE_WINEXEC 1
  9148. | #define HAVE_GETMODULEFILENAME 1
  9149. | #define HAVE_GETTIMEOFDAY 1
  9150. | #define HAVE_SETLOCALE 1
  9151. | #define HAVE_DECL_CTIME_R 1
  9152. | #define HAVE_MINGWEX 1
  9153. | #define HAVE_LIBM 1
  9154. | #define HAVE_FFI_H 1
  9155. | #define HAVE_LIBFFI 1
  9156. | #define HAVE_ALLOCA 1
  9157. | #define vfork fork
  9158. | #define HAVE_CLOCK_GETTIME 1
  9159. | #define HAVE_PRINTF_LDBLSTUB 0
  9160. | #define NEED_PTHREAD_LIB 0
  9161. | #define HAVE_LIBPTHREAD 1
  9162. | #define HAVE_PTHREAD_SETNAME_NP 1
  9163. | #define CC_SUPPORTS_TLS 1
  9164. | /* end confdefs.h. */
  9165. |
  9166. | #include <unistd.h>
  9167. | #include <sys/types.h>
  9168. | #include <sys/mman.h>
  9169. | #include <fcntl.h>
  9170. |
  9171. |
  9172. | int
  9173. | main ()
  9174. | {
  9175. | #ifndef MAP_NORESERVE
  9176. | #ifdef __cplusplus
  9177. | (void) MAP_NORESERVE;
  9178. | #else
  9179. | (void) MAP_NORESERVE;
  9180. | #endif
  9181. | #endif
  9182. |
  9183. | ;
  9184. | return 0;
  9185. | }
  9186. configure:15137: result: no
  9187. configure:15153: checking whether MADV_FREE is declared
  9188. configure:15153: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  9189. conftest.c: In function 'main':
  9190. conftest.c:121:10: error: 'MADV_FREE' undeclared (first use in this function); did you mean 'MAP_FILE'?
  9191. (void) MADV_FREE;
  9192. ^~~~~~~~~
  9193. MAP_FILE
  9194. conftest.c:121:10: note: each undeclared identifier is reported only once for each function it appears in
  9195. configure:15153: $? = 1
  9196. configure: failed program was:
  9197. | /* confdefs.h */
  9198. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  9199. | #define PACKAGE_TARNAME "ghc-8.9"
  9200. | #define PACKAGE_VERSION "8.9"
  9201. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  9202. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  9203. | #define PACKAGE_URL ""
  9204. | #define STDC_HEADERS 1
  9205. | #define HAVE_SYS_TYPES_H 1
  9206. | #define HAVE_SYS_STAT_H 1
  9207. | #define HAVE_STDLIB_H 1
  9208. | #define HAVE_STRING_H 1
  9209. | #define HAVE_MEMORY_H 1
  9210. | #define HAVE_STRINGS_H 1
  9211. | #define HAVE_INTTYPES_H 1
  9212. | #define HAVE_STDINT_H 1
  9213. | #define HAVE_UNISTD_H 1
  9214. | #define __EXTENSIONS__ 1
  9215. | #define _ALL_SOURCE 1
  9216. | #define _GNU_SOURCE 1
  9217. | #define _POSIX_PTHREAD_SEMANTICS 1
  9218. | #define _TANDEM_SOURCE 1
  9219. | #define sUPPORTED_LLVM_VERSION (7,0)
  9220. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  9221. | #define STDC_HEADERS 1
  9222. | #define _FILE_OFFSET_BITS 64
  9223. | #define HAVE_CTYPE_H 1
  9224. | #define HAVE_DIRENT_H 1
  9225. | #define HAVE_ERRNO_H 1
  9226. | #define HAVE_FCNTL_H 1
  9227. | #define HAVE_LIMITS_H 1
  9228. | #define HAVE_LOCALE_H 1
  9229. | #define HAVE_PTHREAD_H 1
  9230. | #define HAVE_SIGNAL_H 1
  9231. | #define HAVE_SYS_PARAM_H 1
  9232. | #define HAVE_SYS_MMAN_H 1
  9233. | #define HAVE_SYS_TIME_H 1
  9234. | #define HAVE_SYS_TIMEB_H 1
  9235. | #define HAVE_TIME_H 1
  9236. | #define HAVE_UTIME_H 1
  9237. | #define HAVE_WINDOWS_H 1
  9238. | #define HAVE_WINSOCK_H 1
  9239. | #define HAVE_SCHED_H 1
  9240. | #define TIME_WITH_SYS_TIME 1
  9241. | #define HAVE_LONG_LONG 1
  9242. | #define SIZEOF_CHAR 1
  9243. | #define ALIGNMENT_CHAR 1
  9244. | #define SIZEOF_DOUBLE 8
  9245. | #define ALIGNMENT_DOUBLE 8
  9246. | #define SIZEOF_FLOAT 4
  9247. | #define ALIGNMENT_FLOAT 4
  9248. | #define SIZEOF_INT 4
  9249. | #define ALIGNMENT_INT 4
  9250. | #define SIZEOF_LONG 4
  9251. | #define ALIGNMENT_LONG 4
  9252. | #define SIZEOF_LONG_LONG 8
  9253. | #define ALIGNMENT_LONG_LONG 8
  9254. | #define SIZEOF_SHORT 2
  9255. | #define ALIGNMENT_SHORT 2
  9256. | #define SIZEOF_UNSIGNED_CHAR 1
  9257. | #define ALIGNMENT_UNSIGNED_CHAR 1
  9258. | #define SIZEOF_UNSIGNED_INT 4
  9259. | #define ALIGNMENT_UNSIGNED_INT 4
  9260. | #define SIZEOF_UNSIGNED_LONG 4
  9261. | #define ALIGNMENT_UNSIGNED_LONG 4
  9262. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  9263. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  9264. | #define SIZEOF_UNSIGNED_SHORT 2
  9265. | #define ALIGNMENT_UNSIGNED_SHORT 2
  9266. | #define SIZEOF_VOID_P 8
  9267. | #define ALIGNMENT_VOID_P 8
  9268. | #define SIZEOF_INT8_T 1
  9269. | #define ALIGNMENT_INT8_T 1
  9270. | #define SIZEOF_UINT8_T 1
  9271. | #define ALIGNMENT_UINT8_T 1
  9272. | #define SIZEOF_INT16_T 2
  9273. | #define ALIGNMENT_INT16_T 2
  9274. | #define SIZEOF_UINT16_T 2
  9275. | #define ALIGNMENT_UINT16_T 2
  9276. | #define SIZEOF_INT32_T 4
  9277. | #define ALIGNMENT_INT32_T 4
  9278. | #define SIZEOF_UINT32_T 4
  9279. | #define ALIGNMENT_UINT32_T 4
  9280. | #define SIZEOF_INT64_T 8
  9281. | #define ALIGNMENT_INT64_T 8
  9282. | #define SIZEOF_UINT64_T 8
  9283. | #define ALIGNMENT_UINT64_T 8
  9284. | #define HAVE_WINEXEC 1
  9285. | #define HAVE_GETMODULEFILENAME 1
  9286. | #define HAVE_GETTIMEOFDAY 1
  9287. | #define HAVE_SETLOCALE 1
  9288. | #define HAVE_DECL_CTIME_R 1
  9289. | #define HAVE_MINGWEX 1
  9290. | #define HAVE_LIBM 1
  9291. | #define HAVE_FFI_H 1
  9292. | #define HAVE_LIBFFI 1
  9293. | #define HAVE_ALLOCA 1
  9294. | #define vfork fork
  9295. | #define HAVE_CLOCK_GETTIME 1
  9296. | #define HAVE_PRINTF_LDBLSTUB 0
  9297. | #define NEED_PTHREAD_LIB 0
  9298. | #define HAVE_LIBPTHREAD 1
  9299. | #define HAVE_PTHREAD_SETNAME_NP 1
  9300. | #define CC_SUPPORTS_TLS 1
  9301. | #define HAVE_DECL_MAP_NORESERVE 0
  9302. | /* end confdefs.h. */
  9303. |
  9304. | #include <unistd.h>
  9305. | #include <sys/types.h>
  9306. | #include <sys/mman.h>
  9307. | #include <fcntl.h>
  9308. |
  9309. |
  9310. | int
  9311. | main ()
  9312. | {
  9313. | #ifndef MADV_FREE
  9314. | #ifdef __cplusplus
  9315. | (void) MADV_FREE;
  9316. | #else
  9317. | (void) MADV_FREE;
  9318. | #endif
  9319. | #endif
  9320. |
  9321. | ;
  9322. | return 0;
  9323. | }
  9324. configure:15153: result: no
  9325. configure:15169: checking whether MADV_DONTNEED is declared
  9326. configure:15169: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  9327. conftest.c: In function 'main':
  9328. conftest.c:122:10: error: 'MADV_DONTNEED' undeclared (first use in this function)
  9329. (void) MADV_DONTNEED;
  9330. ^~~~~~~~~~~~~
  9331. conftest.c:122:10: note: each undeclared identifier is reported only once for each function it appears in
  9332. configure:15169: $? = 1
  9333. configure: failed program was:
  9334. | /* confdefs.h */
  9335. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  9336. | #define PACKAGE_TARNAME "ghc-8.9"
  9337. | #define PACKAGE_VERSION "8.9"
  9338. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  9339. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  9340. | #define PACKAGE_URL ""
  9341. | #define STDC_HEADERS 1
  9342. | #define HAVE_SYS_TYPES_H 1
  9343. | #define HAVE_SYS_STAT_H 1
  9344. | #define HAVE_STDLIB_H 1
  9345. | #define HAVE_STRING_H 1
  9346. | #define HAVE_MEMORY_H 1
  9347. | #define HAVE_STRINGS_H 1
  9348. | #define HAVE_INTTYPES_H 1
  9349. | #define HAVE_STDINT_H 1
  9350. | #define HAVE_UNISTD_H 1
  9351. | #define __EXTENSIONS__ 1
  9352. | #define _ALL_SOURCE 1
  9353. | #define _GNU_SOURCE 1
  9354. | #define _POSIX_PTHREAD_SEMANTICS 1
  9355. | #define _TANDEM_SOURCE 1
  9356. | #define sUPPORTED_LLVM_VERSION (7,0)
  9357. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  9358. | #define STDC_HEADERS 1
  9359. | #define _FILE_OFFSET_BITS 64
  9360. | #define HAVE_CTYPE_H 1
  9361. | #define HAVE_DIRENT_H 1
  9362. | #define HAVE_ERRNO_H 1
  9363. | #define HAVE_FCNTL_H 1
  9364. | #define HAVE_LIMITS_H 1
  9365. | #define HAVE_LOCALE_H 1
  9366. | #define HAVE_PTHREAD_H 1
  9367. | #define HAVE_SIGNAL_H 1
  9368. | #define HAVE_SYS_PARAM_H 1
  9369. | #define HAVE_SYS_MMAN_H 1
  9370. | #define HAVE_SYS_TIME_H 1
  9371. | #define HAVE_SYS_TIMEB_H 1
  9372. | #define HAVE_TIME_H 1
  9373. | #define HAVE_UTIME_H 1
  9374. | #define HAVE_WINDOWS_H 1
  9375. | #define HAVE_WINSOCK_H 1
  9376. | #define HAVE_SCHED_H 1
  9377. | #define TIME_WITH_SYS_TIME 1
  9378. | #define HAVE_LONG_LONG 1
  9379. | #define SIZEOF_CHAR 1
  9380. | #define ALIGNMENT_CHAR 1
  9381. | #define SIZEOF_DOUBLE 8
  9382. | #define ALIGNMENT_DOUBLE 8
  9383. | #define SIZEOF_FLOAT 4
  9384. | #define ALIGNMENT_FLOAT 4
  9385. | #define SIZEOF_INT 4
  9386. | #define ALIGNMENT_INT 4
  9387. | #define SIZEOF_LONG 4
  9388. | #define ALIGNMENT_LONG 4
  9389. | #define SIZEOF_LONG_LONG 8
  9390. | #define ALIGNMENT_LONG_LONG 8
  9391. | #define SIZEOF_SHORT 2
  9392. | #define ALIGNMENT_SHORT 2
  9393. | #define SIZEOF_UNSIGNED_CHAR 1
  9394. | #define ALIGNMENT_UNSIGNED_CHAR 1
  9395. | #define SIZEOF_UNSIGNED_INT 4
  9396. | #define ALIGNMENT_UNSIGNED_INT 4
  9397. | #define SIZEOF_UNSIGNED_LONG 4
  9398. | #define ALIGNMENT_UNSIGNED_LONG 4
  9399. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  9400. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  9401. | #define SIZEOF_UNSIGNED_SHORT 2
  9402. | #define ALIGNMENT_UNSIGNED_SHORT 2
  9403. | #define SIZEOF_VOID_P 8
  9404. | #define ALIGNMENT_VOID_P 8
  9405. | #define SIZEOF_INT8_T 1
  9406. | #define ALIGNMENT_INT8_T 1
  9407. | #define SIZEOF_UINT8_T 1
  9408. | #define ALIGNMENT_UINT8_T 1
  9409. | #define SIZEOF_INT16_T 2
  9410. | #define ALIGNMENT_INT16_T 2
  9411. | #define SIZEOF_UINT16_T 2
  9412. | #define ALIGNMENT_UINT16_T 2
  9413. | #define SIZEOF_INT32_T 4
  9414. | #define ALIGNMENT_INT32_T 4
  9415. | #define SIZEOF_UINT32_T 4
  9416. | #define ALIGNMENT_UINT32_T 4
  9417. | #define SIZEOF_INT64_T 8
  9418. | #define ALIGNMENT_INT64_T 8
  9419. | #define SIZEOF_UINT64_T 8
  9420. | #define ALIGNMENT_UINT64_T 8
  9421. | #define HAVE_WINEXEC 1
  9422. | #define HAVE_GETMODULEFILENAME 1
  9423. | #define HAVE_GETTIMEOFDAY 1
  9424. | #define HAVE_SETLOCALE 1
  9425. | #define HAVE_DECL_CTIME_R 1
  9426. | #define HAVE_MINGWEX 1
  9427. | #define HAVE_LIBM 1
  9428. | #define HAVE_FFI_H 1
  9429. | #define HAVE_LIBFFI 1
  9430. | #define HAVE_ALLOCA 1
  9431. | #define vfork fork
  9432. | #define HAVE_CLOCK_GETTIME 1
  9433. | #define HAVE_PRINTF_LDBLSTUB 0
  9434. | #define NEED_PTHREAD_LIB 0
  9435. | #define HAVE_LIBPTHREAD 1
  9436. | #define HAVE_PTHREAD_SETNAME_NP 1
  9437. | #define CC_SUPPORTS_TLS 1
  9438. | #define HAVE_DECL_MAP_NORESERVE 0
  9439. | #define HAVE_DECL_MADV_FREE 0
  9440. | /* end confdefs.h. */
  9441. |
  9442. | #include <unistd.h>
  9443. | #include <sys/types.h>
  9444. | #include <sys/mman.h>
  9445. | #include <fcntl.h>
  9446. |
  9447. |
  9448. | int
  9449. | main ()
  9450. | {
  9451. | #ifndef MADV_DONTNEED
  9452. | #ifdef __cplusplus
  9453. | (void) MADV_DONTNEED;
  9454. | #else
  9455. | (void) MADV_DONTNEED;
  9456. | #endif
  9457. | #endif
  9458. |
  9459. | ;
  9460. | return 0;
  9461. | }
  9462. configure:15169: result: no
  9463. configure:15290: checking numa.h usability
  9464. configure:15290: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  9465. conftest.c:144:10: fatal error: numa.h: No such file or directory
  9466. #include <numa.h>
  9467. ^~~~~~~~
  9468. compilation terminated.
  9469. configure:15290: $? = 1
  9470. configure: failed program was:
  9471. | /* confdefs.h */
  9472. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  9473. | #define PACKAGE_TARNAME "ghc-8.9"
  9474. | #define PACKAGE_VERSION "8.9"
  9475. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  9476. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  9477. | #define PACKAGE_URL ""
  9478. | #define STDC_HEADERS 1
  9479. | #define HAVE_SYS_TYPES_H 1
  9480. | #define HAVE_SYS_STAT_H 1
  9481. | #define HAVE_STDLIB_H 1
  9482. | #define HAVE_STRING_H 1
  9483. | #define HAVE_MEMORY_H 1
  9484. | #define HAVE_STRINGS_H 1
  9485. | #define HAVE_INTTYPES_H 1
  9486. | #define HAVE_STDINT_H 1
  9487. | #define HAVE_UNISTD_H 1
  9488. | #define __EXTENSIONS__ 1
  9489. | #define _ALL_SOURCE 1
  9490. | #define _GNU_SOURCE 1
  9491. | #define _POSIX_PTHREAD_SEMANTICS 1
  9492. | #define _TANDEM_SOURCE 1
  9493. | #define sUPPORTED_LLVM_VERSION (7,0)
  9494. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  9495. | #define STDC_HEADERS 1
  9496. | #define _FILE_OFFSET_BITS 64
  9497. | #define HAVE_CTYPE_H 1
  9498. | #define HAVE_DIRENT_H 1
  9499. | #define HAVE_ERRNO_H 1
  9500. | #define HAVE_FCNTL_H 1
  9501. | #define HAVE_LIMITS_H 1
  9502. | #define HAVE_LOCALE_H 1
  9503. | #define HAVE_PTHREAD_H 1
  9504. | #define HAVE_SIGNAL_H 1
  9505. | #define HAVE_SYS_PARAM_H 1
  9506. | #define HAVE_SYS_MMAN_H 1
  9507. | #define HAVE_SYS_TIME_H 1
  9508. | #define HAVE_SYS_TIMEB_H 1
  9509. | #define HAVE_TIME_H 1
  9510. | #define HAVE_UTIME_H 1
  9511. | #define HAVE_WINDOWS_H 1
  9512. | #define HAVE_WINSOCK_H 1
  9513. | #define HAVE_SCHED_H 1
  9514. | #define TIME_WITH_SYS_TIME 1
  9515. | #define HAVE_LONG_LONG 1
  9516. | #define SIZEOF_CHAR 1
  9517. | #define ALIGNMENT_CHAR 1
  9518. | #define SIZEOF_DOUBLE 8
  9519. | #define ALIGNMENT_DOUBLE 8
  9520. | #define SIZEOF_FLOAT 4
  9521. | #define ALIGNMENT_FLOAT 4
  9522. | #define SIZEOF_INT 4
  9523. | #define ALIGNMENT_INT 4
  9524. | #define SIZEOF_LONG 4
  9525. | #define ALIGNMENT_LONG 4
  9526. | #define SIZEOF_LONG_LONG 8
  9527. | #define ALIGNMENT_LONG_LONG 8
  9528. | #define SIZEOF_SHORT 2
  9529. | #define ALIGNMENT_SHORT 2
  9530. | #define SIZEOF_UNSIGNED_CHAR 1
  9531. | #define ALIGNMENT_UNSIGNED_CHAR 1
  9532. | #define SIZEOF_UNSIGNED_INT 4
  9533. | #define ALIGNMENT_UNSIGNED_INT 4
  9534. | #define SIZEOF_UNSIGNED_LONG 4
  9535. | #define ALIGNMENT_UNSIGNED_LONG 4
  9536. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  9537. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  9538. | #define SIZEOF_UNSIGNED_SHORT 2
  9539. | #define ALIGNMENT_UNSIGNED_SHORT 2
  9540. | #define SIZEOF_VOID_P 8
  9541. | #define ALIGNMENT_VOID_P 8
  9542. | #define SIZEOF_INT8_T 1
  9543. | #define ALIGNMENT_INT8_T 1
  9544. | #define SIZEOF_UINT8_T 1
  9545. | #define ALIGNMENT_UINT8_T 1
  9546. | #define SIZEOF_INT16_T 2
  9547. | #define ALIGNMENT_INT16_T 2
  9548. | #define SIZEOF_UINT16_T 2
  9549. | #define ALIGNMENT_UINT16_T 2
  9550. | #define SIZEOF_INT32_T 4
  9551. | #define ALIGNMENT_INT32_T 4
  9552. | #define SIZEOF_UINT32_T 4
  9553. | #define ALIGNMENT_UINT32_T 4
  9554. | #define SIZEOF_INT64_T 8
  9555. | #define ALIGNMENT_INT64_T 8
  9556. | #define SIZEOF_UINT64_T 8
  9557. | #define ALIGNMENT_UINT64_T 8
  9558. | #define HAVE_WINEXEC 1
  9559. | #define HAVE_GETMODULEFILENAME 1
  9560. | #define HAVE_GETTIMEOFDAY 1
  9561. | #define HAVE_SETLOCALE 1
  9562. | #define HAVE_DECL_CTIME_R 1
  9563. | #define HAVE_MINGWEX 1
  9564. | #define HAVE_LIBM 1
  9565. | #define HAVE_FFI_H 1
  9566. | #define HAVE_LIBFFI 1
  9567. | #define HAVE_ALLOCA 1
  9568. | #define vfork fork
  9569. | #define HAVE_CLOCK_GETTIME 1
  9570. | #define HAVE_PRINTF_LDBLSTUB 0
  9571. | #define NEED_PTHREAD_LIB 0
  9572. | #define HAVE_LIBPTHREAD 1
  9573. | #define HAVE_PTHREAD_SETNAME_NP 1
  9574. | #define CC_SUPPORTS_TLS 1
  9575. | #define HAVE_DECL_MAP_NORESERVE 0
  9576. | #define HAVE_DECL_MADV_FREE 0
  9577. | #define HAVE_DECL_MADV_DONTNEED 0
  9578. | #define RTS_LINKER_USE_MMAP 0
  9579. | #define USE_LIBDW 0
  9580. | /* end confdefs.h. */
  9581. | #include <stdio.h>
  9582. | #ifdef HAVE_SYS_TYPES_H
  9583. | # include <sys/types.h>
  9584. | #endif
  9585. | #ifdef HAVE_SYS_STAT_H
  9586. | # include <sys/stat.h>
  9587. | #endif
  9588. | #ifdef STDC_HEADERS
  9589. | # include <stdlib.h>
  9590. | # include <stddef.h>
  9591. | #else
  9592. | # ifdef HAVE_STDLIB_H
  9593. | # include <stdlib.h>
  9594. | # endif
  9595. | #endif
  9596. | #ifdef HAVE_STRING_H
  9597. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  9598. | # include <memory.h>
  9599. | # endif
  9600. | # include <string.h>
  9601. | #endif
  9602. | #ifdef HAVE_STRINGS_H
  9603. | # include <strings.h>
  9604. | #endif
  9605. | #ifdef HAVE_INTTYPES_H
  9606. | # include <inttypes.h>
  9607. | #endif
  9608. | #ifdef HAVE_STDINT_H
  9609. | # include <stdint.h>
  9610. | #endif
  9611. | #ifdef HAVE_UNISTD_H
  9612. | # include <unistd.h>
  9613. | #endif
  9614. | #include <numa.h>
  9615. configure:15290: result: no
  9616. configure:15290: checking numa.h presence
  9617. configure:15290: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  9618. conftest.c:111:10: fatal error: numa.h: No such file or directory
  9619. #include <numa.h>
  9620. ^~~~~~~~
  9621. compilation terminated.
  9622. configure:15290: $? = 1
  9623. configure: failed program was:
  9624. | /* confdefs.h */
  9625. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  9626. | #define PACKAGE_TARNAME "ghc-8.9"
  9627. | #define PACKAGE_VERSION "8.9"
  9628. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  9629. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  9630. | #define PACKAGE_URL ""
  9631. | #define STDC_HEADERS 1
  9632. | #define HAVE_SYS_TYPES_H 1
  9633. | #define HAVE_SYS_STAT_H 1
  9634. | #define HAVE_STDLIB_H 1
  9635. | #define HAVE_STRING_H 1
  9636. | #define HAVE_MEMORY_H 1
  9637. | #define HAVE_STRINGS_H 1
  9638. | #define HAVE_INTTYPES_H 1
  9639. | #define HAVE_STDINT_H 1
  9640. | #define HAVE_UNISTD_H 1
  9641. | #define __EXTENSIONS__ 1
  9642. | #define _ALL_SOURCE 1
  9643. | #define _GNU_SOURCE 1
  9644. | #define _POSIX_PTHREAD_SEMANTICS 1
  9645. | #define _TANDEM_SOURCE 1
  9646. | #define sUPPORTED_LLVM_VERSION (7,0)
  9647. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  9648. | #define STDC_HEADERS 1
  9649. | #define _FILE_OFFSET_BITS 64
  9650. | #define HAVE_CTYPE_H 1
  9651. | #define HAVE_DIRENT_H 1
  9652. | #define HAVE_ERRNO_H 1
  9653. | #define HAVE_FCNTL_H 1
  9654. | #define HAVE_LIMITS_H 1
  9655. | #define HAVE_LOCALE_H 1
  9656. | #define HAVE_PTHREAD_H 1
  9657. | #define HAVE_SIGNAL_H 1
  9658. | #define HAVE_SYS_PARAM_H 1
  9659. | #define HAVE_SYS_MMAN_H 1
  9660. | #define HAVE_SYS_TIME_H 1
  9661. | #define HAVE_SYS_TIMEB_H 1
  9662. | #define HAVE_TIME_H 1
  9663. | #define HAVE_UTIME_H 1
  9664. | #define HAVE_WINDOWS_H 1
  9665. | #define HAVE_WINSOCK_H 1
  9666. | #define HAVE_SCHED_H 1
  9667. | #define TIME_WITH_SYS_TIME 1
  9668. | #define HAVE_LONG_LONG 1
  9669. | #define SIZEOF_CHAR 1
  9670. | #define ALIGNMENT_CHAR 1
  9671. | #define SIZEOF_DOUBLE 8
  9672. | #define ALIGNMENT_DOUBLE 8
  9673. | #define SIZEOF_FLOAT 4
  9674. | #define ALIGNMENT_FLOAT 4
  9675. | #define SIZEOF_INT 4
  9676. | #define ALIGNMENT_INT 4
  9677. | #define SIZEOF_LONG 4
  9678. | #define ALIGNMENT_LONG 4
  9679. | #define SIZEOF_LONG_LONG 8
  9680. | #define ALIGNMENT_LONG_LONG 8
  9681. | #define SIZEOF_SHORT 2
  9682. | #define ALIGNMENT_SHORT 2
  9683. | #define SIZEOF_UNSIGNED_CHAR 1
  9684. | #define ALIGNMENT_UNSIGNED_CHAR 1
  9685. | #define SIZEOF_UNSIGNED_INT 4
  9686. | #define ALIGNMENT_UNSIGNED_INT 4
  9687. | #define SIZEOF_UNSIGNED_LONG 4
  9688. | #define ALIGNMENT_UNSIGNED_LONG 4
  9689. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  9690. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  9691. | #define SIZEOF_UNSIGNED_SHORT 2
  9692. | #define ALIGNMENT_UNSIGNED_SHORT 2
  9693. | #define SIZEOF_VOID_P 8
  9694. | #define ALIGNMENT_VOID_P 8
  9695. | #define SIZEOF_INT8_T 1
  9696. | #define ALIGNMENT_INT8_T 1
  9697. | #define SIZEOF_UINT8_T 1
  9698. | #define ALIGNMENT_UINT8_T 1
  9699. | #define SIZEOF_INT16_T 2
  9700. | #define ALIGNMENT_INT16_T 2
  9701. | #define SIZEOF_UINT16_T 2
  9702. | #define ALIGNMENT_UINT16_T 2
  9703. | #define SIZEOF_INT32_T 4
  9704. | #define ALIGNMENT_INT32_T 4
  9705. | #define SIZEOF_UINT32_T 4
  9706. | #define ALIGNMENT_UINT32_T 4
  9707. | #define SIZEOF_INT64_T 8
  9708. | #define ALIGNMENT_INT64_T 8
  9709. | #define SIZEOF_UINT64_T 8
  9710. | #define ALIGNMENT_UINT64_T 8
  9711. | #define HAVE_WINEXEC 1
  9712. | #define HAVE_GETMODULEFILENAME 1
  9713. | #define HAVE_GETTIMEOFDAY 1
  9714. | #define HAVE_SETLOCALE 1
  9715. | #define HAVE_DECL_CTIME_R 1
  9716. | #define HAVE_MINGWEX 1
  9717. | #define HAVE_LIBM 1
  9718. | #define HAVE_FFI_H 1
  9719. | #define HAVE_LIBFFI 1
  9720. | #define HAVE_ALLOCA 1
  9721. | #define vfork fork
  9722. | #define HAVE_CLOCK_GETTIME 1
  9723. | #define HAVE_PRINTF_LDBLSTUB 0
  9724. | #define NEED_PTHREAD_LIB 0
  9725. | #define HAVE_LIBPTHREAD 1
  9726. | #define HAVE_PTHREAD_SETNAME_NP 1
  9727. | #define CC_SUPPORTS_TLS 1
  9728. | #define HAVE_DECL_MAP_NORESERVE 0
  9729. | #define HAVE_DECL_MADV_FREE 0
  9730. | #define HAVE_DECL_MADV_DONTNEED 0
  9731. | #define RTS_LINKER_USE_MMAP 0
  9732. | #define USE_LIBDW 0
  9733. | /* end confdefs.h. */
  9734. | #include <numa.h>
  9735. configure:15290: result: no
  9736. configure:15290: checking for numa.h
  9737. configure:15290: result: no
  9738. configure:15290: checking numaif.h usability
  9739. configure:15290: /mingw64/bin/gcc -c -march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c >&5
  9740. conftest.c:144:10: fatal error: numaif.h: No such file or directory
  9741. #include <numaif.h>
  9742. ^~~~~~~~~~
  9743. compilation terminated.
  9744. configure:15290: $? = 1
  9745. configure: failed program was:
  9746. | /* confdefs.h */
  9747. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  9748. | #define PACKAGE_TARNAME "ghc-8.9"
  9749. | #define PACKAGE_VERSION "8.9"
  9750. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  9751. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  9752. | #define PACKAGE_URL ""
  9753. | #define STDC_HEADERS 1
  9754. | #define HAVE_SYS_TYPES_H 1
  9755. | #define HAVE_SYS_STAT_H 1
  9756. | #define HAVE_STDLIB_H 1
  9757. | #define HAVE_STRING_H 1
  9758. | #define HAVE_MEMORY_H 1
  9759. | #define HAVE_STRINGS_H 1
  9760. | #define HAVE_INTTYPES_H 1
  9761. | #define HAVE_STDINT_H 1
  9762. | #define HAVE_UNISTD_H 1
  9763. | #define __EXTENSIONS__ 1
  9764. | #define _ALL_SOURCE 1
  9765. | #define _GNU_SOURCE 1
  9766. | #define _POSIX_PTHREAD_SEMANTICS 1
  9767. | #define _TANDEM_SOURCE 1
  9768. | #define sUPPORTED_LLVM_VERSION (7,0)
  9769. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  9770. | #define STDC_HEADERS 1
  9771. | #define _FILE_OFFSET_BITS 64
  9772. | #define HAVE_CTYPE_H 1
  9773. | #define HAVE_DIRENT_H 1
  9774. | #define HAVE_ERRNO_H 1
  9775. | #define HAVE_FCNTL_H 1
  9776. | #define HAVE_LIMITS_H 1
  9777. | #define HAVE_LOCALE_H 1
  9778. | #define HAVE_PTHREAD_H 1
  9779. | #define HAVE_SIGNAL_H 1
  9780. | #define HAVE_SYS_PARAM_H 1
  9781. | #define HAVE_SYS_MMAN_H 1
  9782. | #define HAVE_SYS_TIME_H 1
  9783. | #define HAVE_SYS_TIMEB_H 1
  9784. | #define HAVE_TIME_H 1
  9785. | #define HAVE_UTIME_H 1
  9786. | #define HAVE_WINDOWS_H 1
  9787. | #define HAVE_WINSOCK_H 1
  9788. | #define HAVE_SCHED_H 1
  9789. | #define TIME_WITH_SYS_TIME 1
  9790. | #define HAVE_LONG_LONG 1
  9791. | #define SIZEOF_CHAR 1
  9792. | #define ALIGNMENT_CHAR 1
  9793. | #define SIZEOF_DOUBLE 8
  9794. | #define ALIGNMENT_DOUBLE 8
  9795. | #define SIZEOF_FLOAT 4
  9796. | #define ALIGNMENT_FLOAT 4
  9797. | #define SIZEOF_INT 4
  9798. | #define ALIGNMENT_INT 4
  9799. | #define SIZEOF_LONG 4
  9800. | #define ALIGNMENT_LONG 4
  9801. | #define SIZEOF_LONG_LONG 8
  9802. | #define ALIGNMENT_LONG_LONG 8
  9803. | #define SIZEOF_SHORT 2
  9804. | #define ALIGNMENT_SHORT 2
  9805. | #define SIZEOF_UNSIGNED_CHAR 1
  9806. | #define ALIGNMENT_UNSIGNED_CHAR 1
  9807. | #define SIZEOF_UNSIGNED_INT 4
  9808. | #define ALIGNMENT_UNSIGNED_INT 4
  9809. | #define SIZEOF_UNSIGNED_LONG 4
  9810. | #define ALIGNMENT_UNSIGNED_LONG 4
  9811. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  9812. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  9813. | #define SIZEOF_UNSIGNED_SHORT 2
  9814. | #define ALIGNMENT_UNSIGNED_SHORT 2
  9815. | #define SIZEOF_VOID_P 8
  9816. | #define ALIGNMENT_VOID_P 8
  9817. | #define SIZEOF_INT8_T 1
  9818. | #define ALIGNMENT_INT8_T 1
  9819. | #define SIZEOF_UINT8_T 1
  9820. | #define ALIGNMENT_UINT8_T 1
  9821. | #define SIZEOF_INT16_T 2
  9822. | #define ALIGNMENT_INT16_T 2
  9823. | #define SIZEOF_UINT16_T 2
  9824. | #define ALIGNMENT_UINT16_T 2
  9825. | #define SIZEOF_INT32_T 4
  9826. | #define ALIGNMENT_INT32_T 4
  9827. | #define SIZEOF_UINT32_T 4
  9828. | #define ALIGNMENT_UINT32_T 4
  9829. | #define SIZEOF_INT64_T 8
  9830. | #define ALIGNMENT_INT64_T 8
  9831. | #define SIZEOF_UINT64_T 8
  9832. | #define ALIGNMENT_UINT64_T 8
  9833. | #define HAVE_WINEXEC 1
  9834. | #define HAVE_GETMODULEFILENAME 1
  9835. | #define HAVE_GETTIMEOFDAY 1
  9836. | #define HAVE_SETLOCALE 1
  9837. | #define HAVE_DECL_CTIME_R 1
  9838. | #define HAVE_MINGWEX 1
  9839. | #define HAVE_LIBM 1
  9840. | #define HAVE_FFI_H 1
  9841. | #define HAVE_LIBFFI 1
  9842. | #define HAVE_ALLOCA 1
  9843. | #define vfork fork
  9844. | #define HAVE_CLOCK_GETTIME 1
  9845. | #define HAVE_PRINTF_LDBLSTUB 0
  9846. | #define NEED_PTHREAD_LIB 0
  9847. | #define HAVE_LIBPTHREAD 1
  9848. | #define HAVE_PTHREAD_SETNAME_NP 1
  9849. | #define CC_SUPPORTS_TLS 1
  9850. | #define HAVE_DECL_MAP_NORESERVE 0
  9851. | #define HAVE_DECL_MADV_FREE 0
  9852. | #define HAVE_DECL_MADV_DONTNEED 0
  9853. | #define RTS_LINKER_USE_MMAP 0
  9854. | #define USE_LIBDW 0
  9855. | /* end confdefs.h. */
  9856. | #include <stdio.h>
  9857. | #ifdef HAVE_SYS_TYPES_H
  9858. | # include <sys/types.h>
  9859. | #endif
  9860. | #ifdef HAVE_SYS_STAT_H
  9861. | # include <sys/stat.h>
  9862. | #endif
  9863. | #ifdef STDC_HEADERS
  9864. | # include <stdlib.h>
  9865. | # include <stddef.h>
  9866. | #else
  9867. | # ifdef HAVE_STDLIB_H
  9868. | # include <stdlib.h>
  9869. | # endif
  9870. | #endif
  9871. | #ifdef HAVE_STRING_H
  9872. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  9873. | # include <memory.h>
  9874. | # endif
  9875. | # include <string.h>
  9876. | #endif
  9877. | #ifdef HAVE_STRINGS_H
  9878. | # include <strings.h>
  9879. | #endif
  9880. | #ifdef HAVE_INTTYPES_H
  9881. | # include <inttypes.h>
  9882. | #endif
  9883. | #ifdef HAVE_STDINT_H
  9884. | # include <stdint.h>
  9885. | #endif
  9886. | #ifdef HAVE_UNISTD_H
  9887. | # include <unistd.h>
  9888. | #endif
  9889. | #include <numaif.h>
  9890. configure:15290: result: no
  9891. configure:15290: checking numaif.h presence
  9892. configure:15290: /mingw64/bin/gcc -E -D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1 conftest.c
  9893. conftest.c:111:10: fatal error: numaif.h: No such file or directory
  9894. #include <numaif.h>
  9895. ^~~~~~~~~~
  9896. compilation terminated.
  9897. configure:15290: $? = 1
  9898. configure: failed program was:
  9899. | /* confdefs.h */
  9900. | #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  9901. | #define PACKAGE_TARNAME "ghc-8.9"
  9902. | #define PACKAGE_VERSION "8.9"
  9903. | #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  9904. | #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  9905. | #define PACKAGE_URL ""
  9906. | #define STDC_HEADERS 1
  9907. | #define HAVE_SYS_TYPES_H 1
  9908. | #define HAVE_SYS_STAT_H 1
  9909. | #define HAVE_STDLIB_H 1
  9910. | #define HAVE_STRING_H 1
  9911. | #define HAVE_MEMORY_H 1
  9912. | #define HAVE_STRINGS_H 1
  9913. | #define HAVE_INTTYPES_H 1
  9914. | #define HAVE_STDINT_H 1
  9915. | #define HAVE_UNISTD_H 1
  9916. | #define __EXTENSIONS__ 1
  9917. | #define _ALL_SOURCE 1
  9918. | #define _GNU_SOURCE 1
  9919. | #define _POSIX_PTHREAD_SEMANTICS 1
  9920. | #define _TANDEM_SOURCE 1
  9921. | #define sUPPORTED_LLVM_VERSION (7,0)
  9922. | #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  9923. | #define STDC_HEADERS 1
  9924. | #define _FILE_OFFSET_BITS 64
  9925. | #define HAVE_CTYPE_H 1
  9926. | #define HAVE_DIRENT_H 1
  9927. | #define HAVE_ERRNO_H 1
  9928. | #define HAVE_FCNTL_H 1
  9929. | #define HAVE_LIMITS_H 1
  9930. | #define HAVE_LOCALE_H 1
  9931. | #define HAVE_PTHREAD_H 1
  9932. | #define HAVE_SIGNAL_H 1
  9933. | #define HAVE_SYS_PARAM_H 1
  9934. | #define HAVE_SYS_MMAN_H 1
  9935. | #define HAVE_SYS_TIME_H 1
  9936. | #define HAVE_SYS_TIMEB_H 1
  9937. | #define HAVE_TIME_H 1
  9938. | #define HAVE_UTIME_H 1
  9939. | #define HAVE_WINDOWS_H 1
  9940. | #define HAVE_WINSOCK_H 1
  9941. | #define HAVE_SCHED_H 1
  9942. | #define TIME_WITH_SYS_TIME 1
  9943. | #define HAVE_LONG_LONG 1
  9944. | #define SIZEOF_CHAR 1
  9945. | #define ALIGNMENT_CHAR 1
  9946. | #define SIZEOF_DOUBLE 8
  9947. | #define ALIGNMENT_DOUBLE 8
  9948. | #define SIZEOF_FLOAT 4
  9949. | #define ALIGNMENT_FLOAT 4
  9950. | #define SIZEOF_INT 4
  9951. | #define ALIGNMENT_INT 4
  9952. | #define SIZEOF_LONG 4
  9953. | #define ALIGNMENT_LONG 4
  9954. | #define SIZEOF_LONG_LONG 8
  9955. | #define ALIGNMENT_LONG_LONG 8
  9956. | #define SIZEOF_SHORT 2
  9957. | #define ALIGNMENT_SHORT 2
  9958. | #define SIZEOF_UNSIGNED_CHAR 1
  9959. | #define ALIGNMENT_UNSIGNED_CHAR 1
  9960. | #define SIZEOF_UNSIGNED_INT 4
  9961. | #define ALIGNMENT_UNSIGNED_INT 4
  9962. | #define SIZEOF_UNSIGNED_LONG 4
  9963. | #define ALIGNMENT_UNSIGNED_LONG 4
  9964. | #define SIZEOF_UNSIGNED_LONG_LONG 8
  9965. | #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  9966. | #define SIZEOF_UNSIGNED_SHORT 2
  9967. | #define ALIGNMENT_UNSIGNED_SHORT 2
  9968. | #define SIZEOF_VOID_P 8
  9969. | #define ALIGNMENT_VOID_P 8
  9970. | #define SIZEOF_INT8_T 1
  9971. | #define ALIGNMENT_INT8_T 1
  9972. | #define SIZEOF_UINT8_T 1
  9973. | #define ALIGNMENT_UINT8_T 1
  9974. | #define SIZEOF_INT16_T 2
  9975. | #define ALIGNMENT_INT16_T 2
  9976. | #define SIZEOF_UINT16_T 2
  9977. | #define ALIGNMENT_UINT16_T 2
  9978. | #define SIZEOF_INT32_T 4
  9979. | #define ALIGNMENT_INT32_T 4
  9980. | #define SIZEOF_UINT32_T 4
  9981. | #define ALIGNMENT_UINT32_T 4
  9982. | #define SIZEOF_INT64_T 8
  9983. | #define ALIGNMENT_INT64_T 8
  9984. | #define SIZEOF_UINT64_T 8
  9985. | #define ALIGNMENT_UINT64_T 8
  9986. | #define HAVE_WINEXEC 1
  9987. | #define HAVE_GETMODULEFILENAME 1
  9988. | #define HAVE_GETTIMEOFDAY 1
  9989. | #define HAVE_SETLOCALE 1
  9990. | #define HAVE_DECL_CTIME_R 1
  9991. | #define HAVE_MINGWEX 1
  9992. | #define HAVE_LIBM 1
  9993. | #define HAVE_FFI_H 1
  9994. | #define HAVE_LIBFFI 1
  9995. | #define HAVE_ALLOCA 1
  9996. | #define vfork fork
  9997. | #define HAVE_CLOCK_GETTIME 1
  9998. | #define HAVE_PRINTF_LDBLSTUB 0
  9999. | #define NEED_PTHREAD_LIB 0
  10000. | #define HAVE_LIBPTHREAD 1
  10001. | #define HAVE_PTHREAD_SETNAME_NP 1
  10002. | #define CC_SUPPORTS_TLS 1
  10003. | #define HAVE_DECL_MAP_NORESERVE 0
  10004. | #define HAVE_DECL_MADV_FREE 0
  10005. | #define HAVE_DECL_MADV_DONTNEED 0
  10006. | #define RTS_LINKER_USE_MMAP 0
  10007. | #define USE_LIBDW 0
  10008. | /* end confdefs.h. */
  10009. | #include <numaif.h>
  10010. configure:15290: result: no
  10011. configure:15290: checking for numaif.h
  10012. configure:15290: result: no
  10013. configure:15547: creating ./config.status
  10014.  
  10015. ## ---------------------- ##
  10016. ## Running config.status. ##
  10017. ## ---------------------- ##
  10018.  
  10019. This file was extended by The Glorious Glasgow Haskell Compilation System config.status 8.9, which was
  10020. generated by GNU Autoconf 2.69. Invocation command line was
  10021.  
  10022. CONFIG_FILES =
  10023. CONFIG_HEADERS =
  10024. CONFIG_LINKS =
  10025. CONFIG_COMMANDS =
  10026. $ ./config.status
  10027.  
  10028. on agnus2
  10029.  
  10030. config.status:1136: creating hadrian/cfg/system.config
  10031. config.status:1136: creating mk/config.mk
  10032. config.status:1136: creating mk/install.mk
  10033. config.status:1136: creating mk/project.mk
  10034. config.status:1136: creating rts/rts.cabal
  10035. config.status:1136: creating compiler/ghc.cabal
  10036. config.status:1136: creating ghc/ghc-bin.cabal
  10037. config.status:1136: creating utils/iserv/iserv.cabal
  10038. config.status:1136: creating utils/iserv-proxy/iserv-proxy.cabal
  10039. config.status:1136: creating utils/remote-iserv/remote-iserv.cabal
  10040. config.status:1136: creating utils/runghc/runghc.cabal
  10041. config.status:1136: creating utils/gen-dll/gen-dll.cabal
  10042. config.status:1136: creating libraries/ghc-boot/ghc-boot.cabal
  10043. config.status:1136: creating libraries/ghc-boot-th/ghc-boot-th.cabal
  10044. config.status:1136: creating libraries/ghci/ghci.cabal
  10045. config.status:1136: creating libraries/ghc-heap/ghc-heap.cabal
  10046. config.status:1136: creating libraries/libiserv/libiserv.cabal
  10047. config.status:1136: creating libraries/template-haskell/template-haskell.cabal
  10048. config.status:1136: creating settings
  10049. config.status:1136: creating docs/users_guide/ghc_config.py
  10050. config.status:1136: creating docs/index.html
  10051. config.status:1136: creating libraries/prologue.txt
  10052. config.status:1136: creating distrib/configure.ac
  10053. config.status:1136: creating mk/config.h
  10054.  
  10055. ## ---------------- ##
  10056. ## Cache variables. ##
  10057. ## ---------------- ##
  10058.  
  10059. ac_cv_build=x86_64-w64-mingw32
  10060. ac_cv_c_bigendian=no
  10061. ac_cv_c_compiler_gnu=yes
  10062. ac_cv_c_const=yes
  10063. ac_cv_env_ALEX_set=
  10064. ac_cv_env_ALEX_value=
  10065. ac_cv_env_CC_STAGE0_set=
  10066. ac_cv_env_CC_STAGE0_value=
  10067. ac_cv_env_CC_set=set
  10068. ac_cv_env_CC_value=/mingw64/bin/gcc
  10069. ac_cv_env_CFLAGS_set=set
  10070. ac_cv_env_CFLAGS_value='-march=x86-64 -mtune=generic -O2 -pipe'
  10071. ac_cv_env_CLANG_set=
  10072. ac_cv_env_CLANG_value=
  10073. ac_cv_env_CPPFLAGS_set=set
  10074. ac_cv_env_CPPFLAGS_value='-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1'
  10075. ac_cv_env_CPP_set=
  10076. ac_cv_env_CPP_value=
  10077. ac_cv_env_GHC_set=set
  10078. ac_cv_env_GHC_value=/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/bin/ghc
  10079. ac_cv_env_HAPPY_set=
  10080. ac_cv_env_HAPPY_value=
  10081. ac_cv_env_LDFLAGS_set=set
  10082. ac_cv_env_LDFLAGS_value='-pipe -Wl,-no-undefined'
  10083. ac_cv_env_LIBS_set=
  10084. ac_cv_env_LIBS_value=
  10085. ac_cv_env_LLC_set=
  10086. ac_cv_env_LLC_value=
  10087. ac_cv_env_OPT_set=
  10088. ac_cv_env_OPT_value=
  10089. ac_cv_env_build_alias_set=set
  10090. ac_cv_env_build_alias_value=x86_64-w64-mingw32
  10091. ac_cv_env_host_alias_set=set
  10092. ac_cv_env_host_alias_value=x86_64-w64-mingw32
  10093. ac_cv_env_target_alias_set=set
  10094. ac_cv_env_target_alias_value=x86_64-w64-mingw32
  10095. ac_cv_exeext=.exe
  10096. ac_cv_func_alloca_works=yes
  10097. ac_cv_func_clock_gettime=yes
  10098. ac_cv_func_ctime_r=no
  10099. ac_cv_func_eventfd=no
  10100. ac_cv_func_fork=no
  10101. ac_cv_func_fork_works=no
  10102. ac_cv_func_getclock=no
  10103. ac_cv_func_getrusage=no
  10104. ac_cv_func_gettimeofday=yes
  10105. ac_cv_func_pthread_create=yes
  10106. ac_cv_func_sched_setaffinity=no
  10107. ac_cv_func_setitimer=no
  10108. ac_cv_func_setlocale=yes
  10109. ac_cv_func_siginterrupt=no
  10110. ac_cv_func_sysconf=no
  10111. ac_cv_func_timer_create=no
  10112. ac_cv_func_timer_settime=no
  10113. ac_cv_func_times=no
  10114. ac_cv_func_vfork=no
  10115. ac_cv_func_vfork_works=no
  10116. ac_cv_have_decl_MADV_DONTNEED=no
  10117. ac_cv_have_decl_MADV_FREE=no
  10118. ac_cv_have_decl_MAP_NORESERVE=no
  10119. ac_cv_have_decl_ctime_r=yes
  10120. ac_cv_header_ctype_h=yes
  10121. ac_cv_header_dirent_h=yes
  10122. ac_cv_header_dlfcn_h=no
  10123. ac_cv_header_errno_h=yes
  10124. ac_cv_header_fcntl_h=yes
  10125. ac_cv_header_ffi_h=yes
  10126. ac_cv_header_grp_h=no
  10127. ac_cv_header_inttypes_h=yes
  10128. ac_cv_header_limits_h=yes
  10129. ac_cv_header_locale_h=yes
  10130. ac_cv_header_memory_h=yes
  10131. ac_cv_header_minix_config_h=no
  10132. ac_cv_header_nlist_h=no
  10133. ac_cv_header_numa_h=no
  10134. ac_cv_header_numaif_h=no
  10135. ac_cv_header_pthread_h=yes
  10136. ac_cv_header_pwd_h=no
  10137. ac_cv_header_sched_h=yes
  10138. ac_cv_header_signal_h=yes
  10139. ac_cv_header_stdc=yes
  10140. ac_cv_header_stdint_h=yes
  10141. ac_cv_header_stdlib_h=yes
  10142. ac_cv_header_string_h=yes
  10143. ac_cv_header_strings_h=yes
  10144. ac_cv_header_sys_cpuset_h=no
  10145. ac_cv_header_sys_eventfd_h=no
  10146. ac_cv_header_sys_mman_h=yes
  10147. ac_cv_header_sys_param_h=yes
  10148. ac_cv_header_sys_resource_h=no
  10149. ac_cv_header_sys_select_h=no
  10150. ac_cv_header_sys_stat_h=yes
  10151. ac_cv_header_sys_time_h=yes
  10152. ac_cv_header_sys_timeb_h=yes
  10153. ac_cv_header_sys_timerfd_h=no
  10154. ac_cv_header_sys_timers_h=no
  10155. ac_cv_header_sys_times_h=no
  10156. ac_cv_header_sys_types_h=yes
  10157. ac_cv_header_sys_utsname_h=no
  10158. ac_cv_header_sys_wait_h=no
  10159. ac_cv_header_termios_h=no
  10160. ac_cv_header_time=yes
  10161. ac_cv_header_time_h=yes
  10162. ac_cv_header_unistd_h=yes
  10163. ac_cv_header_utime_h=yes
  10164. ac_cv_header_vfork_h=no
  10165. ac_cv_header_windows_h=yes
  10166. ac_cv_header_winsock_h=yes
  10167. ac_cv_host=x86_64-w64-mingw32
  10168. ac_cv_lib_dl_dlopen=no
  10169. ac_cv_lib_elf_nlist=no
  10170. ac_cv_lib_ffi_ffi_call=yes
  10171. ac_cv_lib_m_atan=yes
  10172. ac_cv_lib_mingwex_closedir=yes
  10173. ac_cv_lib_pthread_pthread_setname_np=yes
  10174. ac_cv_lib_rt_clock_gettime=no
  10175. ac_cv_objext=o
  10176. ac_cv_path_ALEX=/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/bin/alex
  10177. ac_cv_path_AR=/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/ar
  10178. ac_cv_path_AutoreconfCmd=/usr/bin/autoreconf
  10179. ac_cv_path_Bzip2Cmd=/mingw64/bin/bzip2
  10180. ac_cv_path_CC=/mingw64/bin/gcc
  10181. ac_cv_path_DllWrap=/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/dllwrap
  10182. ac_cv_path_EGREP='/usr/bin/grep -E'
  10183. ac_cv_path_GHC=/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/bin/ghc
  10184. ac_cv_path_GREP=/usr/bin/grep
  10185. ac_cv_path_Genlib=/mingw64/bin/genlib
  10186. ac_cv_path_GzipCmd=/usr/bin/gzip
  10187. ac_cv_path_HAPPY=/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/bin/happy
  10188. ac_cv_path_HSCOLOUR=/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/bin/HsColour
  10189. ac_cv_path_LIBTOOL=/mingw64/bin/libtool
  10190. ac_cv_path_NM=/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/nm
  10191. ac_cv_path_OBJDUMP=/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/objdump
  10192. ac_cv_path_PatchCmd=/usr/bin/patch
  10193. ac_cv_path_RANLIB=/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/ranlib
  10194. ac_cv_path_SPHINXBUILD=/mingw64/bin/sphinx-build
  10195. ac_cv_path_SedCmd=/usr/bin/sed
  10196. ac_cv_path_TarCmd=/usr/bin/tar
  10197. ac_cv_path_TimeCmd=/usr/bin/time
  10198. ac_cv_path_Windres=/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/windres
  10199. ac_cv_path_XzCmd=/mingw64/bin/xz
  10200. ac_cv_path_fp_prog_ar=/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/ar
  10201. ac_cv_path_fp_prog_find=/usr/bin/find
  10202. ac_cv_path_fp_prog_sort=/usr/bin/sort
  10203. ac_cv_path_install='/usr/bin/install -c'
  10204. ac_cv_prog_CC=/mingw64/bin/gcc
  10205. ac_cv_prog_CPP='/mingw64/bin/gcc -E'
  10206. ac_cv_prog_OBJDUMP=/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/objdump
  10207. ac_cv_prog_RANLIB=/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/ranlib
  10208. ac_cv_prog_Windres=/mingw64/bin/windres.exe
  10209. ac_cv_prog_ac_ct_CLANG=clang
  10210. ac_cv_prog_ac_ct_LLC=llc
  10211. ac_cv_prog_ac_ct_OPT=opt
  10212. ac_cv_prog_ac_ct_STRIP=strip
  10213. ac_cv_prog_ac_ct_TmpLd=ld
  10214. ac_cv_prog_cc_c89=
  10215. ac_cv_prog_cc_g=yes
  10216. ac_cv_safe_to_define___extensions__=yes
  10217. ac_cv_sizeof_char=1
  10218. ac_cv_sizeof_double=8
  10219. ac_cv_sizeof_float=4
  10220. ac_cv_sizeof_int16_t=2
  10221. ac_cv_sizeof_int32_t=4
  10222. ac_cv_sizeof_int64_t=8
  10223. ac_cv_sizeof_int8_t=1
  10224. ac_cv_sizeof_int=4
  10225. ac_cv_sizeof_long=4
  10226. ac_cv_sizeof_long_long=8
  10227. ac_cv_sizeof_short=2
  10228. ac_cv_sizeof_uint16_t=2
  10229. ac_cv_sizeof_uint32_t=4
  10230. ac_cv_sizeof_uint64_t=8
  10231. ac_cv_sizeof_uint8_t=1
  10232. ac_cv_sizeof_unsigned_char=1
  10233. ac_cv_sizeof_unsigned_int=4
  10234. ac_cv_sizeof_unsigned_long=4
  10235. ac_cv_sizeof_unsigned_long_long=8
  10236. ac_cv_sizeof_unsigned_short=2
  10237. ac_cv_sizeof_void_p=8
  10238. ac_cv_sys_file_offset_bits=64
  10239. ac_cv_sys_interpreter=yes
  10240. ac_cv_sys_largefile_CC=no
  10241. ac_cv_target=x86_64-w64-mingw32
  10242. ac_cv_type_char=yes
  10243. ac_cv_type_double=yes
  10244. ac_cv_type_float=yes
  10245. ac_cv_type_int16_t=yes
  10246. ac_cv_type_int32_t=yes
  10247. ac_cv_type_int64_t=yes
  10248. ac_cv_type_int8_t=yes
  10249. ac_cv_type_int=yes
  10250. ac_cv_type_long=yes
  10251. ac_cv_type_long_long=yes
  10252. ac_cv_type_pid_t=yes
  10253. ac_cv_type_short=yes
  10254. ac_cv_type_size_t=yes
  10255. ac_cv_type_uint16_t=yes
  10256. ac_cv_type_uint32_t=yes
  10257. ac_cv_type_uint64_t=yes
  10258. ac_cv_type_uint8_t=yes
  10259. ac_cv_type_unsigned_char=yes
  10260. ac_cv_type_unsigned_int=yes
  10261. ac_cv_type_unsigned_long=yes
  10262. ac_cv_type_unsigned_long_long=yes
  10263. ac_cv_type_unsigned_short=yes
  10264. ac_cv_type_void_p=yes
  10265. ac_cv_working_alloca_h=no
  10266. fp_cv_alignment_char=1
  10267. fp_cv_alignment_double=8
  10268. fp_cv_alignment_float=4
  10269. fp_cv_alignment_int16_t=2
  10270. fp_cv_alignment_int32_t=4
  10271. fp_cv_alignment_int64_t=8
  10272. fp_cv_alignment_int8_t=1
  10273. fp_cv_alignment_int=4
  10274. fp_cv_alignment_long=4
  10275. fp_cv_alignment_long_long=8
  10276. fp_cv_alignment_short=2
  10277. fp_cv_alignment_uint16_t=2
  10278. fp_cv_alignment_uint32_t=4
  10279. fp_cv_alignment_uint64_t=8
  10280. fp_cv_alignment_uint8_t=1
  10281. fp_cv_alignment_unsigned_char=1
  10282. fp_cv_alignment_unsigned_int=4
  10283. fp_cv_alignment_unsigned_long=4
  10284. fp_cv_alignment_unsigned_long_long=8
  10285. fp_cv_alignment_unsigned_short=2
  10286. fp_cv_alignment_void_p=8
  10287. fp_cv_context_diff='diff -U 1'
  10288. fp_cv_func_GetModuleFileName=yes
  10289. fp_cv_func_WinExec=yes
  10290. fp_cv_gcc_extra_opts=' -fwrapv -fno-builtin'
  10291. fp_cv_gcc_version=8.3.0
  10292. fp_cv_gnu_ld=YES
  10293. fp_cv_ld_build_id=yes
  10294. fp_cv_ld_has_filelist=no
  10295. fp_cv_ld_no_compact_unwind=yes
  10296. fp_cv_matching_ghc_pkg=/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/bin/ghc-pkg
  10297. fp_cv_prog_ar_args=q
  10298. fp_cv_prog_ar_is_gnu=yes
  10299. fp_cv_prog_ar_needs_ranlib=no
  10300. fp_cv_prog_ar_supports_atfile=yes
  10301. fp_cv_sphinx_version=1.8.5
  10302. fptools_cv_alex_version=3.2.4
  10303. fptools_cv_float_word_order_bigendian=no
  10304. fptools_cv_happy_version=1.19.9
  10305. fptools_cv_leading_underscore=no
  10306.  
  10307. ## ----------------- ##
  10308. ## Output variables. ##
  10309. ## ----------------- ##
  10310.  
  10311. ALEX='/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/bin/alex'
  10312. ALLOCA=''
  10313. AR='/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/ar'
  10314. ARM_ISA=''
  10315. AR_OPTS_STAGE0='q'
  10316. AR_STAGE0='D:\\msys64\\home\\jpmugaas\\mingw-w64-ghc-git\\src\\x86_64\\ghc-8.6.4\\lib\\../mingw/bin/ar.exe'
  10317. AS=''
  10318. AlexCmd='/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/bin/alex'
  10319. AlexVersion='3.2.4'
  10320. ArArgs='q'
  10321. ArCmd='D:/msys64/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/ar.exe'
  10322. ArIsGNUAr='YES'
  10323. ArSupportsAtFile='YES'
  10324. ArSupportsAtFile_STAGE0='YES'
  10325. AutoreconfCmd='/usr/bin/autoreconf'
  10326. BUILD_MAN='YES'
  10327. BUILD_SPHINX_HTML='YES'
  10328. BUILD_SPHINX_PDF='NO'
  10329. BuildArch_CPP='x86_64'
  10330. BuildOS_CPP='mingw32'
  10331. BuildPlatform='x86_64-unknown-mingw32'
  10332. BuildPlatform_CPP='x86_64_unknown_mingw32'
  10333. BuildVendor_CPP='unknown'
  10334. Bzip2Cmd='/mingw64/bin/bzip2'
  10335. CC='/mingw64/bin/gcc'
  10336. CC_CLANG_BACKEND='0'
  10337. CC_LLVM_BACKEND='0'
  10338. CC_STAGE0='D:\\msys64\\home\\jpmugaas\\mingw-w64-ghc-git\\src\\x86_64\\ghc-8.6.4\\lib\\../mingw/bin/gcc.exe'
  10339. CFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fuse-ld=bfd'
  10340. CLANG='clang'
  10341. CONFIGURE_ARGS=' '\''--prefix=/mingw64'\'' '\''--build=x86_64-w64-mingw32'\'' '\''--host=x86_64-w64-mingw32'\'' '\''--target=x86_64-w64-mingw32'\'' '\''--enable-distro-toolchain=on'\'' '\''--enable-tarballs-autodownload=on'\'' '\''--with-hs-cpp=/mingw64/bin/cpp'\'' '\''--with-system-libffi'\'' '\''--with-intree-gmp'\'' '\''--with-ffi-includes=/mingw64/lib/libffi-3.2.1/include'\'' '\''build_alias=x86_64-w64-mingw32'\'' '\''host_alias=x86_64-w64-mingw32'\'' '\''target_alias=x86_64-w64-mingw32'\'' '\''GHC=/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/bin/ghc'\'' '\''CC=/mingw64/bin/gcc'\'' '\''CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe'\'' '\''LDFLAGS=-pipe -Wl,-no-undefined'\'' '\''CPPFLAGS=-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1'\'''
  10342. CONF_CC_OPTS_STAGE0=''
  10343. CONF_CC_OPTS_STAGE1=''
  10344. CONF_CC_OPTS_STAGE2=''
  10345. CONF_CPP_OPTS_STAGE0=''
  10346. CONF_CPP_OPTS_STAGE1=''
  10347. CONF_CPP_OPTS_STAGE2=''
  10348. CONF_GCC_LINKER_OPTS_STAGE0=''
  10349. CONF_GCC_LINKER_OPTS_STAGE1=' -fuse-ld=bfd'
  10350. CONF_GCC_LINKER_OPTS_STAGE2=' -fuse-ld=bfd'
  10351. CONF_HC_OPTS_STAGE0=''
  10352. CONF_HC_OPTS_STAGE1=''
  10353. CONF_HC_OPTS_STAGE2=''
  10354. CONF_LD_LINKER_OPTS_STAGE0=''
  10355. CONF_LD_LINKER_OPTS_STAGE1=''
  10356. CONF_LD_LINKER_OPTS_STAGE2=''
  10357. CPP='/mingw64/bin/gcc -E'
  10358. CPPFLAGS='-D_FORTIFY_SOURCE=2 -D__USE_MINGW_ANSI_STDIO=1'
  10359. CURSES_INCLUDE_DIRS=''
  10360. CURSES_LIB_DIRS=''
  10361. Cabal64bit='False'
  10362. CabalHaveLibNuma='False'
  10363. CabalHaveLibbfd='False'
  10364. CabalHaveLibdl='False'
  10365. CabalHaveLibdw='False'
  10366. CabalHaveLibffi='True'
  10367. CabalHaveLibm='True'
  10368. CabalHaveLibrt='False'
  10369. CabalLeadingUnderscore='False'
  10370. CabalMingwex='True'
  10371. CabalNeedLibpthread='False'
  10372. ClangCmd='clang'
  10373. ContextDiffCmd='diff -U 1'
  10374. CrossCompilePrefix=''
  10375. CrossCompiling='NO'
  10376. DEFS='-DHAVE_CONFIG_H'
  10377. DllWrap='/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/dllwrap'
  10378. DllWrapCmd='/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/dllwrap'
  10379. DtraceCmd=''
  10380. ECHO_C=''
  10381. ECHO_N='-n'
  10382. ECHO_T=''
  10383. EGREP='/usr/bin/grep -E'
  10384. EXEEXT='.exe'
  10385. EnableDistroToolchain='YES'
  10386. FFIIncludeDir='/mingw64/lib/libffi-3.2.1/include'
  10387. FFILibDir=''
  10388. FindCmd='/usr/bin/find'
  10389. GHC='/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/bin/ghc'
  10390. GHC_PACKAGE_DB_FLAG='package-db'
  10391. GMP_FORCE_INTREE='YES'
  10392. GMP_INCLUDE_DIRS=''
  10393. GMP_LIB_DIRS=''
  10394. GMP_PREFER_FRAMEWORK='NO'
  10395. GREP='/usr/bin/grep'
  10396. GccExtraViaCOpts=' -fwrapv -fno-builtin'
  10397. GccIsClang=''
  10398. GccLT46='NO'
  10399. GccVersion='8.3.0'
  10400. Genlib='/mingw64/bin/genlib'
  10401. GenlibCmd='D:/msys64/mingw64/bin/genlib.exe'
  10402. GhcLibsWithUnix='NO'
  10403. GhcMajVersion='8'
  10404. GhcMinVersion='6'
  10405. GhcPatchLevel='4'
  10406. GhcPkgCmd='/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/bin/ghc-pkg'
  10407. GhcVersion='8.6.4'
  10408. GzipCmd='/usr/bin/gzip'
  10409. HAPPY='/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/bin/happy'
  10410. HAVE_GENLIB='True'
  10411. HSCOLOUR='/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/bin/HsColour'
  10412. HappyCmd='/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/bin/happy'
  10413. HappyVersion='1.19.9'
  10414. HaskellCPPArgs=''
  10415. HaskellCPPCmd=''
  10416. HaskellHaveGnuNonexecStack='False'
  10417. HaskellHaveIdentDirective='True'
  10418. HaskellHaveRTSLinker='YES'
  10419. HaskellHaveSubsectionsViaSymbols='False'
  10420. HaskellTargetArch='ArchX86_64'
  10421. HaskellTargetOs='OSMinGW32'
  10422. HaveDtrace='NO'
  10423. HaveLibMingwEx='YES'
  10424. HostArch_CPP='x86_64'
  10425. HostOS_CPP='mingw32'
  10426. HostPlatform='x86_64-unknown-mingw32'
  10427. HostPlatform_CPP='x86_64_unknown_mingw32'
  10428. HostVendor_CPP='unknown'
  10429. ICONV_INCLUDE_DIRS=''
  10430. ICONV_LIB_DIRS=''
  10431. INSTALL_DATA='${INSTALL} -m 644'
  10432. INSTALL_PROGRAM='${INSTALL}'
  10433. INSTALL_SCRIPT='${INSTALL}'
  10434. LD='ld'
  10435. LDFLAGS='-pipe -Wl,-no-undefined'
  10436. LD_STAGE0='D:\\msys64\\home\\jpmugaas\\mingw-w64-ghc-git\\src\\x86_64\\ghc-8.6.4\\lib\\../mingw/bin/ld.exe'
  10437. LIBOBJS=''
  10438. LIBRARY_Cabal_VERSION='2.5.0.0'
  10439. LIBRARY_base_VERSION='4.12.0.0'
  10440. LIBRARY_ghc_VERSION='8.9.20190317'
  10441. LIBRARY_ghc_compact_VERSION='0.1.0.0'
  10442. LIBRARY_ghc_prim_VERSION='0.5.3'
  10443. LIBS='-lpthread '
  10444. LIBTOOL='/mingw64/bin/libtool'
  10445. LLC='llc'
  10446. LLVMTarget_CPP='x86_64-unknown-windows'
  10447. LN_S='cp -pR'
  10448. LTLIBOBJS=''
  10449. LdCmd='ld'
  10450. LdHasBuildId='YES'
  10451. LdHasFilelist='NO'
  10452. LdHasNoCompactUnwind='YES'
  10453. LdIsGNULd='YES'
  10454. LdNoGoldCmd='ld'
  10455. LeadingUnderscore='NO'
  10456. LibtoolCmd='D:/msys64/mingw64/bin/libtool'
  10457. LlcCmd='llc'
  10458. LlvmVersion='7.0'
  10459. MakeCmd='make'
  10460. NM='/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/nm'
  10461. NmCmd='/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/nm'
  10462. OBJDUMP='/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/objdump'
  10463. OBJEXT='o'
  10464. OPT='opt'
  10465. OSTYPE='msys'
  10466. ObjdumpCmd='/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/objdump'
  10467. OptCmd='opt'
  10468. PACKAGE_BUGREPORT='glasgow-haskell-bugs@haskell.org'
  10469. PACKAGE_NAME='The Glorious Glasgow Haskell Compilation System'
  10470. PACKAGE_STRING='The Glorious Glasgow Haskell Compilation System 8.9'
  10471. PACKAGE_TARNAME='ghc-8.9'
  10472. PACKAGE_URL=''
  10473. PACKAGE_VERSION='8.9.20190317'
  10474. PATH_SEPARATOR=':'
  10475. PatchCmd='/usr/bin/patch'
  10476. ProjectGitCommitId='cb61371e3260e07be724a04b72a935133f66b514'
  10477. ProjectName='The Glorious Glasgow Haskell Compilation System'
  10478. ProjectPatchLevel1='20190317'
  10479. ProjectPatchLevel2=''
  10480. ProjectPatchLevel='20190317'
  10481. ProjectVersion='8.9.20190317'
  10482. ProjectVersionInt='809'
  10483. ProjectVersionMunged='8.9'
  10484. RANLIB='/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/ranlib'
  10485. RANLIB_CMD='true'
  10486. READELF=''
  10487. REAL_RANLIB_CMD='/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/ranlib'
  10488. RanlibCmd='/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/ranlib'
  10489. SHELL='/bin/sh'
  10490. SOLARIS_BROKEN_SHLD='NO'
  10491. SPHINXBUILD='/mingw64/bin/sphinx-build'
  10492. STRIP='strip'
  10493. SedCmd='/usr/bin/sed'
  10494. SettingsArCommand='ar.exe'
  10495. SettingsCCompilerCommand='gcc'
  10496. SettingsCCompilerFlags=''
  10497. SettingsCCompilerLinkFlags=' -fuse-ld=bfd'
  10498. SettingsCCompilerSupportsNoPie='YES'
  10499. SettingsClangCommand='clang'
  10500. SettingsDllWrapCommand='dllwrap'
  10501. SettingsHaskellCPPCommand=''
  10502. SettingsHaskellCPPFlags=''
  10503. SettingsLdCommand='ld'
  10504. SettingsLdFlags=''
  10505. SettingsLibtoolCommand='D:/msys64/mingw64/bin/libtool'
  10506. SettingsLlcCommand='llc'
  10507. SettingsOptCommand='opt'
  10508. SettingsRanlibCommand=''
  10509. SettingsTouchCommand='$topdir/bin/touchy.exe'
  10510. SettingsWindresCommand='windres'
  10511. SortCmd='/usr/bin/sort'
  10512. StripCmd='strip'
  10513. TarCmd='/usr/bin/tar'
  10514. TargetArch_CPP='x86_64'
  10515. TargetOS_CPP='mingw32'
  10516. TargetPlatform='x86_64-unknown-mingw32'
  10517. TargetPlatformFull='x86_64-w64-mingw32'
  10518. TargetPlatform_CPP='x86_64_unknown_mingw32'
  10519. TargetVendor_CPP='unknown'
  10520. TargetWordSize='8'
  10521. TimeCmd='/usr/bin/time'
  10522. TmpLd='ld'
  10523. Unregisterised='NO'
  10524. UseLibdw='NO'
  10525. UseSystemLibFFI='YES'
  10526. Windres='/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/windres'
  10527. WindresCmd='/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/windres'
  10528. WithGhc='/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/bin/ghc'
  10529. XELATEX=''
  10530. XzCmd='/mingw64/bin/xz'
  10531. ac_ct_CC=''
  10532. ac_ct_LLC='llc'
  10533. ac_ct_OPT='opt'
  10534. bindir='${exec_prefix}/bin'
  10535. build='x86_64-w64-mingw32'
  10536. build_alias='x86_64-w64-mingw32'
  10537. build_cpu='x86_64'
  10538. build_os='mingw32'
  10539. build_vendor='w64'
  10540. datadir='${datarootdir}'
  10541. datarootdir='${prefix}/share'
  10542. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  10543. dvidir='${docdir}'
  10544. exec_prefix='${prefix}'
  10545. exeext_host='.exe'
  10546. exeext_target='.exe'
  10547. fp_prog_ar='D:/msys64/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4/mingw/bin/ar.exe'
  10548. fp_prog_find='/usr/bin/find'
  10549. fp_prog_sort='/usr/bin/sort'
  10550. hardtop='/home/jpmugaas/mingw-w64-ghc-git/src/x86_64/ghc-8.6.4'
  10551. host='x86_64-w64-mingw32'
  10552. host_alias='x86_64-w64-mingw32'
  10553. host_cpu='x86_64'
  10554. host_os='mingw32'
  10555. host_vendor='w64'
  10556. htmldir='${docdir}'
  10557. includedir='${prefix}/include'
  10558. infodir='${datarootdir}/info'
  10559. libdir='${exec_prefix}/lib'
  10560. libexecdir='${exec_prefix}/libexec'
  10561. localedir='${datarootdir}/locale'
  10562. localstatedir='${prefix}/var'
  10563. mandir='${datarootdir}/man'
  10564. oldincludedir='/usr/include'
  10565. pdfdir='${docdir}'
  10566. prefix='/mingw64'
  10567. program_transform_name='s,x,x,'
  10568. psdir='${docdir}'
  10569. release='1'
  10570. sbindir='${exec_prefix}/sbin'
  10571. sharedstatedir='${prefix}/com'
  10572. soext_host='.dll'
  10573. soext_target='.dll'
  10574. sysconfdir='${prefix}/etc'
  10575. target='x86_64-w64-mingw32'
  10576. target_alias='x86_64-w64-mingw32'
  10577. target_cpu='x86_64'
  10578. target_os='mingw32'
  10579. target_vendor='w64'
  10580.  
  10581. ## ----------- ##
  10582. ## confdefs.h. ##
  10583. ## ----------- ##
  10584.  
  10585. /* confdefs.h */
  10586. #define PACKAGE_NAME "The Glorious Glasgow Haskell Compilation System"
  10587. #define PACKAGE_TARNAME "ghc-8.9"
  10588. #define PACKAGE_VERSION "8.9"
  10589. #define PACKAGE_STRING "The Glorious Glasgow Haskell Compilation System 8.9"
  10590. #define PACKAGE_BUGREPORT "glasgow-haskell-bugs@haskell.org"
  10591. #define PACKAGE_URL ""
  10592. #define STDC_HEADERS 1
  10593. #define HAVE_SYS_TYPES_H 1
  10594. #define HAVE_SYS_STAT_H 1
  10595. #define HAVE_STDLIB_H 1
  10596. #define HAVE_STRING_H 1
  10597. #define HAVE_MEMORY_H 1
  10598. #define HAVE_STRINGS_H 1
  10599. #define HAVE_INTTYPES_H 1
  10600. #define HAVE_STDINT_H 1
  10601. #define HAVE_UNISTD_H 1
  10602. #define __EXTENSIONS__ 1
  10603. #define _ALL_SOURCE 1
  10604. #define _GNU_SOURCE 1
  10605. #define _POSIX_PTHREAD_SEMANTICS 1
  10606. #define _TANDEM_SOURCE 1
  10607. #define sUPPORTED_LLVM_VERSION (7,0)
  10608. #define HAVE_C11_ATOMICS $CONF_GCC_SUPPORTS__ATOMICS
  10609. #define STDC_HEADERS 1
  10610. #define _FILE_OFFSET_BITS 64
  10611. #define HAVE_CTYPE_H 1
  10612. #define HAVE_DIRENT_H 1
  10613. #define HAVE_ERRNO_H 1
  10614. #define HAVE_FCNTL_H 1
  10615. #define HAVE_LIMITS_H 1
  10616. #define HAVE_LOCALE_H 1
  10617. #define HAVE_PTHREAD_H 1
  10618. #define HAVE_SIGNAL_H 1
  10619. #define HAVE_SYS_PARAM_H 1
  10620. #define HAVE_SYS_MMAN_H 1
  10621. #define HAVE_SYS_TIME_H 1
  10622. #define HAVE_SYS_TIMEB_H 1
  10623. #define HAVE_TIME_H 1
  10624. #define HAVE_UTIME_H 1
  10625. #define HAVE_WINDOWS_H 1
  10626. #define HAVE_WINSOCK_H 1
  10627. #define HAVE_SCHED_H 1
  10628. #define TIME_WITH_SYS_TIME 1
  10629. #define HAVE_LONG_LONG 1
  10630. #define SIZEOF_CHAR 1
  10631. #define ALIGNMENT_CHAR 1
  10632. #define SIZEOF_DOUBLE 8
  10633. #define ALIGNMENT_DOUBLE 8
  10634. #define SIZEOF_FLOAT 4
  10635. #define ALIGNMENT_FLOAT 4
  10636. #define SIZEOF_INT 4
  10637. #define ALIGNMENT_INT 4
  10638. #define SIZEOF_LONG 4
  10639. #define ALIGNMENT_LONG 4
  10640. #define SIZEOF_LONG_LONG 8
  10641. #define ALIGNMENT_LONG_LONG 8
  10642. #define SIZEOF_SHORT 2
  10643. #define ALIGNMENT_SHORT 2
  10644. #define SIZEOF_UNSIGNED_CHAR 1
  10645. #define ALIGNMENT_UNSIGNED_CHAR 1
  10646. #define SIZEOF_UNSIGNED_INT 4
  10647. #define ALIGNMENT_UNSIGNED_INT 4
  10648. #define SIZEOF_UNSIGNED_LONG 4
  10649. #define ALIGNMENT_UNSIGNED_LONG 4
  10650. #define SIZEOF_UNSIGNED_LONG_LONG 8
  10651. #define ALIGNMENT_UNSIGNED_LONG_LONG 8
  10652. #define SIZEOF_UNSIGNED_SHORT 2
  10653. #define ALIGNMENT_UNSIGNED_SHORT 2
  10654. #define SIZEOF_VOID_P 8
  10655. #define ALIGNMENT_VOID_P 8
  10656. #define SIZEOF_INT8_T 1
  10657. #define ALIGNMENT_INT8_T 1
  10658. #define SIZEOF_UINT8_T 1
  10659. #define ALIGNMENT_UINT8_T 1
  10660. #define SIZEOF_INT16_T 2
  10661. #define ALIGNMENT_INT16_T 2
  10662. #define SIZEOF_UINT16_T 2
  10663. #define ALIGNMENT_UINT16_T 2
  10664. #define SIZEOF_INT32_T 4
  10665. #define ALIGNMENT_INT32_T 4
  10666. #define SIZEOF_UINT32_T 4
  10667. #define ALIGNMENT_UINT32_T 4
  10668. #define SIZEOF_INT64_T 8
  10669. #define ALIGNMENT_INT64_T 8
  10670. #define SIZEOF_UINT64_T 8
  10671. #define ALIGNMENT_UINT64_T 8
  10672. #define HAVE_WINEXEC 1
  10673. #define HAVE_GETMODULEFILENAME 1
  10674. #define HAVE_GETTIMEOFDAY 1
  10675. #define HAVE_SETLOCALE 1
  10676. #define HAVE_DECL_CTIME_R 1
  10677. #define HAVE_MINGWEX 1
  10678. #define HAVE_LIBM 1
  10679. #define HAVE_FFI_H 1
  10680. #define HAVE_LIBFFI 1
  10681. #define HAVE_ALLOCA 1
  10682. #define vfork fork
  10683. #define HAVE_CLOCK_GETTIME 1
  10684. #define HAVE_PRINTF_LDBLSTUB 0
  10685. #define NEED_PTHREAD_LIB 0
  10686. #define HAVE_LIBPTHREAD 1
  10687. #define HAVE_PTHREAD_SETNAME_NP 1
  10688. #define CC_SUPPORTS_TLS 1
  10689. #define HAVE_DECL_MAP_NORESERVE 0
  10690. #define HAVE_DECL_MADV_FREE 0
  10691. #define HAVE_DECL_MADV_DONTNEED 0
  10692. #define RTS_LINKER_USE_MMAP 0
  10693. #define USE_LIBDW 0
  10694. #define HAVE_LIBNUMA 0
  10695.  
  10696. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement