Advertisement
Guest User

Untitled

a guest
Mar 1st, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 119.52 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 Haskell unix package configure 2.0, which was
  5. generated by GNU Autoconf 2.67. Invocation command line was
  6.  
  7. $ configure --with-compiler=ghc --prefix=C:\Users\Kirill\AppData\Roaming\cabal --with-gcc=D:\Software\Haskell Platform\2012.2.0.0\mingw\bin\gcc.exe
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = KirillNB
  14. uname -m = i686
  15. uname -r = 1.7.17(0.262/5/3)
  16. uname -s = CYGWIN_NT-6.1-WOW64
  17. uname -v = 2012-10-19 14:39
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = i686
  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/.bin
  31. PATH: /cygdrive/c/Users/Kirill/AppData/Roaming/cabal/bin
  32. PATH: /cygdrive/d/Software/Haskell Platform/2012.2.0.0/bin
  33. PATH: /usr/bin
  34. PATH: /home/.bin
  35. PATH: /cygdrive/c/Users/Kirill/AppData/Roaming/cabal/bin
  36. PATH: /cygdrive/d/Software/Haskell Platform/2012.2.0.0/bin
  37. PATH: /usr/bin
  38. PATH: /home/.bin
  39. PATH: /cygdrive/c/Users/Kirill/AppData/Roaming/cabal/bin
  40. PATH: /cygdrive/d/Software/Haskell Platform/2012.2.0.0/bin
  41. PATH: /usr/bin
  42. PATH: /cygdrive/c/Users/Kirill/.bin
  43. PATH: C
  44. PATH: /Users/Kirill/AppData/Roaming/cabal/bin
  45. PATH: D
  46. PATH: /Software/Haskell Platform/2012.2.0.0/bin
  47. PATH: /usr/bin
  48. PATH: /cygdrive/c/Windows/System32
  49.  
  50.  
  51. ## ----------- ##
  52. ## Core tests. ##
  53. ## ----------- ##
  54.  
  55. configure:2385: checking for gcc
  56. configure:2401: found /usr/bin/gcc
  57. configure:2412: result: gcc
  58. configure:2641: checking for C compiler version
  59. configure:2650: gcc --version >&5
  60. gcc (GCC) 4.5.3
  61. Copyright (C) 2010 Free Software Foundation, Inc.
  62. This is free software; see the source for copying conditions. There is NO
  63. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  64.  
  65. configure:2661: $? = 0
  66. configure:2650: gcc -v >&5
  67. Using built-in specs.
  68. COLLECT_GCC=gcc
  69. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-cygwin/4.5.3/lto-wrapper.exe
  70. Target: i686-pc-cygwin
  71. Configured with: /gnu/gcc/releases/respins/4.5.3-3/gcc4-4.5.3-3/src/gcc-4.5.3/configure --srcdir=/gnu/gcc/releases/respins/4.5.3-3/gcc4-4.5.3-3/src/gcc-4.5.3 --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc --datarootdir=/usr/share --docdir=/usr/share/doc/gcc4 -C --datadir=/usr/share --infodir=/usr/share/info --mandir=/usr/share/man -v --with-gmp=/usr --with-mpfr=/usr --enable-bootstrap --enable-version-specific-runtime-libs --libexecdir=/usr/lib --enable-static --enable-shared --enable-shared-libgcc --disable-__cxa_atexit --with-gnu-ld --with-gnu-as --with-dwarf2 --disable-sjlj-exceptions --enable-languages=ada,c,c++,fortran,java,lto,objc,obj-c++ --enable-graphite --enable-lto --enable-java-awt=gtk --disable-symvers --enable-libjava --program-suffix=-4 --enable-libgomp --enable-libssp --enable-libada --enable-threads=posix --with-arch=i686 --with-tune=generic --enable-libgcj-sublibs CC=gcc-4 CXX=g++-4 CC_FOR_TARGET=gcc-4 CXX_FOR_TARGET=g++-4 GNATMAKE_FOR_TARGET=gnatmake GNATBIND_FOR_TARGET=gnatbind --with-ecj-jar=/usr/share/java/ecj.jar
  72. Thread model: posix
  73. gcc version 4.5.3 (GCC)
  74. configure:2661: $? = 0
  75. configure:2650: gcc -V >&5
  76. gcc: '-V' option must have argument
  77. configure:2661: $? = 1
  78. configure:2650: gcc -qversion >&5
  79. gcc: unrecognized option '-qversion'
  80. gcc: no input files
  81. configure:2661: $? = 1
  82. configure:2681: checking whether the C compiler works
  83. configure:2703: gcc -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  84. configure:2707: $? = 0
  85. configure:2755: result: yes
  86. configure:2758: checking for C compiler default output file name
  87. configure:2760: result: a.exe
  88. configure:2766: checking for suffix of executables
  89. configure:2773: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  90. configure:2777: $? = 0
  91. configure:2799: result: .exe
  92. configure:2821: checking whether we are cross compiling
  93. configure:2829: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  94. configure:2833: $? = 0
  95. configure:2840: ./conftest.exe
  96. configure:2844: $? = 0
  97. configure:2859: result: no
  98. configure:2864: checking for suffix of object files
  99. configure:2886: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  100. configure:2890: $? = 0
  101. configure:2911: result: o
  102. configure:2915: checking whether we are using the GNU C compiler
  103. configure:2934: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  104. configure:2934: $? = 0
  105. configure:2943: result: yes
  106. configure:2952: checking whether gcc accepts -g
  107. configure:2972: gcc -c -g conftest.c >&5
  108. configure:2972: $? = 0
  109. configure:3013: result: yes
  110. configure:3030: checking for gcc option to accept ISO C89
  111. configure:3094: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  112. configure:3094: $? = 0
  113. configure:3107: result: none needed
  114. configure:3138: checking how to run the C preprocessor
  115. configure:3169: gcc -E conftest.c
  116. configure:3169: $? = 0
  117. configure:3183: gcc -E conftest.c
  118. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  119. compilation terminated.
  120. configure:3183: $? = 1
  121. configure: failed program was:
  122. | /* confdefs.h */
  123. | #define PACKAGE_NAME "Haskell unix package"
  124. | #define PACKAGE_TARNAME "unix"
  125. | #define PACKAGE_VERSION "2.0"
  126. | #define PACKAGE_STRING "Haskell unix package 2.0"
  127. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  128. | #define PACKAGE_URL ""
  129. | /* end confdefs.h. */
  130. | #include <ac_nonexistent.h>
  131. configure:3208: result: gcc -E
  132. configure:3228: gcc -E conftest.c
  133. configure:3228: $? = 0
  134. configure:3242: gcc -E conftest.c
  135. conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
  136. compilation terminated.
  137. configure:3242: $? = 1
  138. configure: failed program was:
  139. | /* confdefs.h */
  140. | #define PACKAGE_NAME "Haskell unix package"
  141. | #define PACKAGE_TARNAME "unix"
  142. | #define PACKAGE_VERSION "2.0"
  143. | #define PACKAGE_STRING "Haskell unix package 2.0"
  144. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  145. | #define PACKAGE_URL ""
  146. | /* end confdefs.h. */
  147. | #include <ac_nonexistent.h>
  148. configure:3271: checking for grep that handles long lines and -e
  149. configure:3329: result: /usr/bin/grep
  150. configure:3334: checking for egrep
  151. configure:3396: result: /usr/bin/grep -E
  152. configure:3401: checking for ANSI C header files
  153. configure:3421: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  154. configure:3421: $? = 0
  155. configure:3494: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  156. configure:3494: $? = 0
  157. configure:3494: ./conftest.exe
  158. configure:3494: $? = 0
  159. configure:3505: result: yes
  160. configure:3518: checking for sys/types.h
  161. configure:3518: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  162. configure:3518: $? = 0
  163. configure:3518: result: yes
  164. configure:3518: checking for sys/stat.h
  165. configure:3518: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  166. configure:3518: $? = 0
  167. configure:3518: result: yes
  168. configure:3518: checking for stdlib.h
  169. configure:3518: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  170. configure:3518: $? = 0
  171. configure:3518: result: yes
  172. configure:3518: checking for string.h
  173. configure:3518: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  174. configure:3518: $? = 0
  175. configure:3518: result: yes
  176. configure:3518: checking for memory.h
  177. configure:3518: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  178. configure:3518: $? = 0
  179. configure:3518: result: yes
  180. configure:3518: checking for strings.h
  181. configure:3518: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  182. configure:3518: $? = 0
  183. configure:3518: result: yes
  184. configure:3518: checking for inttypes.h
  185. configure:3518: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  186. configure:3518: $? = 0
  187. configure:3518: result: yes
  188. configure:3518: checking for stdint.h
  189. configure:3518: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  190. configure:3518: $? = 0
  191. configure:3518: result: yes
  192. configure:3518: checking for unistd.h
  193. configure:3518: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  194. configure:3518: $? = 0
  195. configure:3518: result: yes
  196. configure:3530: checking dlfcn.h usability
  197. configure:3530: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  198. configure:3530: $? = 0
  199. configure:3530: result: yes
  200. configure:3530: checking dlfcn.h presence
  201. configure:3530: gcc -E conftest.c
  202. configure:3530: $? = 0
  203. configure:3530: result: yes
  204. configure:3530: checking for dlfcn.h
  205. configure:3530: result: yes
  206. configure:3540: checking for an ANSI C-conforming const
  207. configure:3605: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  208. configure:3605: $? = 0
  209. configure:3612: result: yes
  210. configure:3628: checking for special C compiler options needed for large files
  211. configure:3673: result: no
  212. configure:3679: checking for _FILE_OFFSET_BITS value needed for large files
  213. configure:3704: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  214. configure:3704: $? = 0
  215. configure:3736: result: no
  216. configure:3823: checking dirent.h usability
  217. configure:3823: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  218. configure:3823: $? = 0
  219. configure:3823: result: yes
  220. configure:3823: checking dirent.h presence
  221. configure:3823: gcc -E conftest.c
  222. configure:3823: $? = 0
  223. configure:3823: result: yes
  224. configure:3823: checking for dirent.h
  225. configure:3823: result: yes
  226. configure:3823: checking fcntl.h usability
  227. configure:3823: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  228. configure:3823: $? = 0
  229. configure:3823: result: yes
  230. configure:3823: checking fcntl.h presence
  231. configure:3823: gcc -E conftest.c
  232. configure:3823: $? = 0
  233. configure:3823: result: yes
  234. configure:3823: checking for fcntl.h
  235. configure:3823: result: yes
  236. configure:3823: checking grp.h usability
  237. configure:3823: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  238. configure:3823: $? = 0
  239. configure:3823: result: yes
  240. configure:3823: checking grp.h presence
  241. configure:3823: gcc -E conftest.c
  242. configure:3823: $? = 0
  243. configure:3823: result: yes
  244. configure:3823: checking for grp.h
  245. configure:3823: result: yes
  246. configure:3823: checking limits.h usability
  247. configure:3823: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  248. configure:3823: $? = 0
  249. configure:3823: result: yes
  250. configure:3823: checking limits.h presence
  251. configure:3823: gcc -E conftest.c
  252. configure:3823: $? = 0
  253. configure:3823: result: yes
  254. configure:3823: checking for limits.h
  255. configure:3823: result: yes
  256. configure:3823: checking pwd.h usability
  257. configure:3823: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  258. configure:3823: $? = 0
  259. configure:3823: result: yes
  260. configure:3823: checking pwd.h presence
  261. configure:3823: gcc -E conftest.c
  262. configure:3823: $? = 0
  263. configure:3823: result: yes
  264. configure:3823: checking for pwd.h
  265. configure:3823: result: yes
  266. configure:3823: checking signal.h usability
  267. configure:3823: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  268. configure:3823: $? = 0
  269. configure:3823: result: yes
  270. configure:3823: checking signal.h presence
  271. configure:3823: gcc -E conftest.c
  272. configure:3823: $? = 0
  273. configure:3823: result: yes
  274. configure:3823: checking for signal.h
  275. configure:3823: result: yes
  276. configure:3823: checking for string.h
  277. configure:3823: result: yes
  278. configure:3836: checking sys/resource.h usability
  279. configure:3836: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  280. configure:3836: $? = 0
  281. configure:3836: result: yes
  282. configure:3836: checking sys/resource.h presence
  283. configure:3836: gcc -E conftest.c
  284. configure:3836: $? = 0
  285. configure:3836: result: yes
  286. configure:3836: checking for sys/resource.h
  287. configure:3836: result: yes
  288. configure:3836: checking for sys/stat.h
  289. configure:3836: result: yes
  290. configure:3836: checking sys/times.h usability
  291. configure:3836: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  292. configure:3836: $? = 0
  293. configure:3836: result: yes
  294. configure:3836: checking sys/times.h presence
  295. configure:3836: gcc -E conftest.c
  296. configure:3836: $? = 0
  297. configure:3836: result: yes
  298. configure:3836: checking for sys/times.h
  299. configure:3836: result: yes
  300. configure:3836: checking sys/time.h usability
  301. configure:3836: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  302. configure:3836: $? = 0
  303. configure:3836: result: yes
  304. configure:3836: checking sys/time.h presence
  305. configure:3836: gcc -E conftest.c
  306. configure:3836: $? = 0
  307. configure:3836: result: yes
  308. configure:3836: checking for sys/time.h
  309. configure:3836: result: yes
  310. configure:3849: checking sys/utsname.h usability
  311. configure:3849: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  312. configure:3849: $? = 0
  313. configure:3849: result: yes
  314. configure:3849: checking sys/utsname.h presence
  315. configure:3849: gcc -E conftest.c
  316. configure:3849: $? = 0
  317. configure:3849: result: yes
  318. configure:3849: checking for sys/utsname.h
  319. configure:3849: result: yes
  320. configure:3849: checking sys/wait.h usability
  321. configure:3849: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  322. configure:3849: $? = 0
  323. configure:3849: result: yes
  324. configure:3849: checking sys/wait.h presence
  325. configure:3849: gcc -E conftest.c
  326. configure:3849: $? = 0
  327. configure:3849: result: yes
  328. configure:3849: checking for sys/wait.h
  329. configure:3849: result: yes
  330. configure:3862: checking bsd/libutil.h usability
  331. configure:3862: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  332. conftest.c:65:25: fatal error: bsd/libutil.h: No such file or directory
  333. compilation terminated.
  334. configure:3862: $? = 1
  335. configure: failed program was:
  336. | /* confdefs.h */
  337. | #define PACKAGE_NAME "Haskell unix package"
  338. | #define PACKAGE_TARNAME "unix"
  339. | #define PACKAGE_VERSION "2.0"
  340. | #define PACKAGE_STRING "Haskell unix package 2.0"
  341. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  342. | #define PACKAGE_URL ""
  343. | #define STDC_HEADERS 1
  344. | #define HAVE_SYS_TYPES_H 1
  345. | #define HAVE_SYS_STAT_H 1
  346. | #define HAVE_STDLIB_H 1
  347. | #define HAVE_STRING_H 1
  348. | #define HAVE_MEMORY_H 1
  349. | #define HAVE_STRINGS_H 1
  350. | #define HAVE_INTTYPES_H 1
  351. | #define HAVE_STDINT_H 1
  352. | #define HAVE_UNISTD_H 1
  353. | #define HAVE_DIRENT_H 1
  354. | #define HAVE_FCNTL_H 1
  355. | #define HAVE_GRP_H 1
  356. | #define HAVE_LIMITS_H 1
  357. | #define HAVE_PWD_H 1
  358. | #define HAVE_SIGNAL_H 1
  359. | #define HAVE_STRING_H 1
  360. | #define HAVE_SYS_RESOURCE_H 1
  361. | #define HAVE_SYS_STAT_H 1
  362. | #define HAVE_SYS_TIMES_H 1
  363. | #define HAVE_SYS_TIME_H 1
  364. | #define HAVE_SYS_UTSNAME_H 1
  365. | #define HAVE_SYS_WAIT_H 1
  366. | /* end confdefs.h. */
  367. | #include <stdio.h>
  368. | #ifdef HAVE_SYS_TYPES_H
  369. | # include <sys/types.h>
  370. | #endif
  371. | #ifdef HAVE_SYS_STAT_H
  372. | # include <sys/stat.h>
  373. | #endif
  374. | #ifdef STDC_HEADERS
  375. | # include <stdlib.h>
  376. | # include <stddef.h>
  377. | #else
  378. | # ifdef HAVE_STDLIB_H
  379. | # include <stdlib.h>
  380. | # endif
  381. | #endif
  382. | #ifdef HAVE_STRING_H
  383. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  384. | # include <memory.h>
  385. | # endif
  386. | # include <string.h>
  387. | #endif
  388. | #ifdef HAVE_STRINGS_H
  389. | # include <strings.h>
  390. | #endif
  391. | #ifdef HAVE_INTTYPES_H
  392. | # include <inttypes.h>
  393. | #endif
  394. | #ifdef HAVE_STDINT_H
  395. | # include <stdint.h>
  396. | #endif
  397. | #ifdef HAVE_UNISTD_H
  398. | # include <unistd.h>
  399. | #endif
  400. | #include <bsd/libutil.h>
  401. configure:3862: result: no
  402. configure:3862: checking bsd/libutil.h presence
  403. configure:3862: gcc -E conftest.c
  404. conftest.c:32:25: fatal error: bsd/libutil.h: No such file or directory
  405. compilation terminated.
  406. configure:3862: $? = 1
  407. configure: failed program was:
  408. | /* confdefs.h */
  409. | #define PACKAGE_NAME "Haskell unix package"
  410. | #define PACKAGE_TARNAME "unix"
  411. | #define PACKAGE_VERSION "2.0"
  412. | #define PACKAGE_STRING "Haskell unix package 2.0"
  413. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  414. | #define PACKAGE_URL ""
  415. | #define STDC_HEADERS 1
  416. | #define HAVE_SYS_TYPES_H 1
  417. | #define HAVE_SYS_STAT_H 1
  418. | #define HAVE_STDLIB_H 1
  419. | #define HAVE_STRING_H 1
  420. | #define HAVE_MEMORY_H 1
  421. | #define HAVE_STRINGS_H 1
  422. | #define HAVE_INTTYPES_H 1
  423. | #define HAVE_STDINT_H 1
  424. | #define HAVE_UNISTD_H 1
  425. | #define HAVE_DIRENT_H 1
  426. | #define HAVE_FCNTL_H 1
  427. | #define HAVE_GRP_H 1
  428. | #define HAVE_LIMITS_H 1
  429. | #define HAVE_PWD_H 1
  430. | #define HAVE_SIGNAL_H 1
  431. | #define HAVE_STRING_H 1
  432. | #define HAVE_SYS_RESOURCE_H 1
  433. | #define HAVE_SYS_STAT_H 1
  434. | #define HAVE_SYS_TIMES_H 1
  435. | #define HAVE_SYS_TIME_H 1
  436. | #define HAVE_SYS_UTSNAME_H 1
  437. | #define HAVE_SYS_WAIT_H 1
  438. | /* end confdefs.h. */
  439. | #include <bsd/libutil.h>
  440. configure:3862: result: no
  441. configure:3862: checking for bsd/libutil.h
  442. configure:3862: result: no
  443. configure:3862: checking libutil.h usability
  444. configure:3862: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  445. conftest.c:65:21: fatal error: libutil.h: No such file or directory
  446. compilation terminated.
  447. configure:3862: $? = 1
  448. configure: failed program was:
  449. | /* confdefs.h */
  450. | #define PACKAGE_NAME "Haskell unix package"
  451. | #define PACKAGE_TARNAME "unix"
  452. | #define PACKAGE_VERSION "2.0"
  453. | #define PACKAGE_STRING "Haskell unix package 2.0"
  454. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  455. | #define PACKAGE_URL ""
  456. | #define STDC_HEADERS 1
  457. | #define HAVE_SYS_TYPES_H 1
  458. | #define HAVE_SYS_STAT_H 1
  459. | #define HAVE_STDLIB_H 1
  460. | #define HAVE_STRING_H 1
  461. | #define HAVE_MEMORY_H 1
  462. | #define HAVE_STRINGS_H 1
  463. | #define HAVE_INTTYPES_H 1
  464. | #define HAVE_STDINT_H 1
  465. | #define HAVE_UNISTD_H 1
  466. | #define HAVE_DIRENT_H 1
  467. | #define HAVE_FCNTL_H 1
  468. | #define HAVE_GRP_H 1
  469. | #define HAVE_LIMITS_H 1
  470. | #define HAVE_PWD_H 1
  471. | #define HAVE_SIGNAL_H 1
  472. | #define HAVE_STRING_H 1
  473. | #define HAVE_SYS_RESOURCE_H 1
  474. | #define HAVE_SYS_STAT_H 1
  475. | #define HAVE_SYS_TIMES_H 1
  476. | #define HAVE_SYS_TIME_H 1
  477. | #define HAVE_SYS_UTSNAME_H 1
  478. | #define HAVE_SYS_WAIT_H 1
  479. | /* end confdefs.h. */
  480. | #include <stdio.h>
  481. | #ifdef HAVE_SYS_TYPES_H
  482. | # include <sys/types.h>
  483. | #endif
  484. | #ifdef HAVE_SYS_STAT_H
  485. | # include <sys/stat.h>
  486. | #endif
  487. | #ifdef STDC_HEADERS
  488. | # include <stdlib.h>
  489. | # include <stddef.h>
  490. | #else
  491. | # ifdef HAVE_STDLIB_H
  492. | # include <stdlib.h>
  493. | # endif
  494. | #endif
  495. | #ifdef HAVE_STRING_H
  496. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  497. | # include <memory.h>
  498. | # endif
  499. | # include <string.h>
  500. | #endif
  501. | #ifdef HAVE_STRINGS_H
  502. | # include <strings.h>
  503. | #endif
  504. | #ifdef HAVE_INTTYPES_H
  505. | # include <inttypes.h>
  506. | #endif
  507. | #ifdef HAVE_STDINT_H
  508. | # include <stdint.h>
  509. | #endif
  510. | #ifdef HAVE_UNISTD_H
  511. | # include <unistd.h>
  512. | #endif
  513. | #include <libutil.h>
  514. configure:3862: result: no
  515. configure:3862: checking libutil.h presence
  516. configure:3862: gcc -E conftest.c
  517. conftest.c:32:21: fatal error: libutil.h: No such file or directory
  518. compilation terminated.
  519. configure:3862: $? = 1
  520. configure: failed program was:
  521. | /* confdefs.h */
  522. | #define PACKAGE_NAME "Haskell unix package"
  523. | #define PACKAGE_TARNAME "unix"
  524. | #define PACKAGE_VERSION "2.0"
  525. | #define PACKAGE_STRING "Haskell unix package 2.0"
  526. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  527. | #define PACKAGE_URL ""
  528. | #define STDC_HEADERS 1
  529. | #define HAVE_SYS_TYPES_H 1
  530. | #define HAVE_SYS_STAT_H 1
  531. | #define HAVE_STDLIB_H 1
  532. | #define HAVE_STRING_H 1
  533. | #define HAVE_MEMORY_H 1
  534. | #define HAVE_STRINGS_H 1
  535. | #define HAVE_INTTYPES_H 1
  536. | #define HAVE_STDINT_H 1
  537. | #define HAVE_UNISTD_H 1
  538. | #define HAVE_DIRENT_H 1
  539. | #define HAVE_FCNTL_H 1
  540. | #define HAVE_GRP_H 1
  541. | #define HAVE_LIMITS_H 1
  542. | #define HAVE_PWD_H 1
  543. | #define HAVE_SIGNAL_H 1
  544. | #define HAVE_STRING_H 1
  545. | #define HAVE_SYS_RESOURCE_H 1
  546. | #define HAVE_SYS_STAT_H 1
  547. | #define HAVE_SYS_TIMES_H 1
  548. | #define HAVE_SYS_TIME_H 1
  549. | #define HAVE_SYS_UTSNAME_H 1
  550. | #define HAVE_SYS_WAIT_H 1
  551. | /* end confdefs.h. */
  552. | #include <libutil.h>
  553. configure:3862: result: no
  554. configure:3862: checking for libutil.h
  555. configure:3862: result: no
  556. configure:3862: checking pty.h usability
  557. configure:3862: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  558. configure:3862: $? = 0
  559. configure:3862: result: yes
  560. configure:3862: checking pty.h presence
  561. configure:3862: gcc -E conftest.c
  562. configure:3862: $? = 0
  563. configure:3862: result: yes
  564. configure:3862: checking for pty.h
  565. configure:3862: result: yes
  566. configure:3862: checking utmp.h usability
  567. configure:3862: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  568. configure:3862: $? = 0
  569. configure:3862: result: yes
  570. configure:3862: checking utmp.h presence
  571. configure:3862: gcc -E conftest.c
  572. configure:3862: $? = 0
  573. configure:3862: result: yes
  574. configure:3862: checking for utmp.h
  575. configure:3862: result: yes
  576. configure:3875: checking termios.h usability
  577. configure:3875: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  578. configure:3875: $? = 0
  579. configure:3875: result: yes
  580. configure:3875: checking termios.h presence
  581. configure:3875: gcc -E conftest.c
  582. configure:3875: $? = 0
  583. configure:3875: result: yes
  584. configure:3875: checking for termios.h
  585. configure:3875: result: yes
  586. configure:3875: checking time.h usability
  587. configure:3875: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  588. configure:3875: $? = 0
  589. configure:3875: result: yes
  590. configure:3875: checking time.h presence
  591. configure:3875: gcc -E conftest.c
  592. configure:3875: $? = 0
  593. configure:3875: result: yes
  594. configure:3875: checking for time.h
  595. configure:3875: result: yes
  596. configure:3875: checking for unistd.h
  597. configure:3875: result: yes
  598. configure:3875: checking utime.h usability
  599. configure:3875: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  600. configure:3875: $? = 0
  601. configure:3875: result: yes
  602. configure:3875: checking utime.h presence
  603. configure:3875: gcc -E conftest.c
  604. configure:3875: $? = 0
  605. configure:3875: result: yes
  606. configure:3875: checking for utime.h
  607. configure:3875: result: yes
  608. configure:3889: checking for getgrgid_r
  609. configure:3889: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  610. configure:3889: $? = 0
  611. configure:3889: result: yes
  612. configure:3889: checking for getgrnam_r
  613. configure:3889: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  614. configure:3889: $? = 0
  615. configure:3889: result: yes
  616. configure:3889: checking for getpwnam_r
  617. configure:3889: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  618. configure:3889: $? = 0
  619. configure:3889: result: yes
  620. configure:3889: checking for getpwuid_r
  621. configure:3889: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  622. configure:3889: $? = 0
  623. configure:3889: result: yes
  624. configure:3889: checking for getpwnam
  625. configure:3889: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  626. configure:3889: $? = 0
  627. configure:3889: result: yes
  628. configure:3889: checking for getpwuid
  629. configure:3889: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  630. configure:3889: $? = 0
  631. configure:3889: result: yes
  632. configure:3901: checking for getpwent
  633. configure:3901: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  634. configure:3901: $? = 0
  635. configure:3901: result: yes
  636. configure:3901: checking for getgrent
  637. configure:3901: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  638. configure:3901: $? = 0
  639. configure:3901: result: yes
  640. configure:3913: checking for lchown
  641. configure:3913: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  642. configure:3913: $? = 0
  643. configure:3913: result: yes
  644. configure:3913: checking for setenv
  645. configure:3913: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  646. configure:3913: $? = 0
  647. configure:3913: result: yes
  648. configure:3913: checking for sysconf
  649. configure:3913: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  650. configure:3913: $? = 0
  651. configure:3913: result: yes
  652. configure:3913: checking for unsetenv
  653. configure:3913: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  654. configure:3913: $? = 0
  655. configure:3913: result: yes
  656. configure:3913: checking for clearenv
  657. configure:3913: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  658. /cygdrive/c/Users/Kirill/AppData/Local/Temp/ccMu705L.o:conftest.c:(.text+0xc): undefined reference to `_clearenv'
  659. collect2: ld returned 1 exit status
  660. configure:3913: $? = 1
  661. configure: failed program was:
  662. | /* confdefs.h */
  663. | #define PACKAGE_NAME "Haskell unix package"
  664. | #define PACKAGE_TARNAME "unix"
  665. | #define PACKAGE_VERSION "2.0"
  666. | #define PACKAGE_STRING "Haskell unix package 2.0"
  667. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  668. | #define PACKAGE_URL ""
  669. | #define STDC_HEADERS 1
  670. | #define HAVE_SYS_TYPES_H 1
  671. | #define HAVE_SYS_STAT_H 1
  672. | #define HAVE_STDLIB_H 1
  673. | #define HAVE_STRING_H 1
  674. | #define HAVE_MEMORY_H 1
  675. | #define HAVE_STRINGS_H 1
  676. | #define HAVE_INTTYPES_H 1
  677. | #define HAVE_STDINT_H 1
  678. | #define HAVE_UNISTD_H 1
  679. | #define HAVE_DIRENT_H 1
  680. | #define HAVE_FCNTL_H 1
  681. | #define HAVE_GRP_H 1
  682. | #define HAVE_LIMITS_H 1
  683. | #define HAVE_PWD_H 1
  684. | #define HAVE_SIGNAL_H 1
  685. | #define HAVE_STRING_H 1
  686. | #define HAVE_SYS_RESOURCE_H 1
  687. | #define HAVE_SYS_STAT_H 1
  688. | #define HAVE_SYS_TIMES_H 1
  689. | #define HAVE_SYS_TIME_H 1
  690. | #define HAVE_SYS_UTSNAME_H 1
  691. | #define HAVE_SYS_WAIT_H 1
  692. | #define HAVE_PTY_H 1
  693. | #define HAVE_UTMP_H 1
  694. | #define HAVE_TERMIOS_H 1
  695. | #define HAVE_TIME_H 1
  696. | #define HAVE_UNISTD_H 1
  697. | #define HAVE_UTIME_H 1
  698. | #define HAVE_GETGRGID_R 1
  699. | #define HAVE_GETGRNAM_R 1
  700. | #define HAVE_GETPWNAM_R 1
  701. | #define HAVE_GETPWUID_R 1
  702. | #define HAVE_GETPWNAM 1
  703. | #define HAVE_GETPWUID 1
  704. | #define HAVE_GETPWENT 1
  705. | #define HAVE_GETGRENT 1
  706. | #define HAVE_LCHOWN 1
  707. | #define HAVE_SETENV 1
  708. | #define HAVE_SYSCONF 1
  709. | #define HAVE_UNSETENV 1
  710. | /* end confdefs.h. */
  711. | /* Define clearenv to an innocuous variant, in case <limits.h> declares clearenv.
  712. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  713. | #define clearenv innocuous_clearenv
  714. |
  715. | /* System header to define __stub macros and hopefully few prototypes,
  716. | which can conflict with char clearenv (); below.
  717. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  718. | <limits.h> exists even on freestanding compilers. */
  719. |
  720. | #ifdef __STDC__
  721. | # include <limits.h>
  722. | #else
  723. | # include <assert.h>
  724. | #endif
  725. |
  726. | #undef clearenv
  727. |
  728. | /* Override any GCC internal prototype to avoid an error.
  729. | Use char because int might match the return type of a GCC
  730. | builtin and then its argument prototype would still apply. */
  731. | #ifdef __cplusplus
  732. | extern "C"
  733. | #endif
  734. | char clearenv ();
  735. | /* The GNU C library defines this for functions which it implements
  736. | to always fail with ENOSYS. Some functions are actually named
  737. | something starting with __ and the normal name is an alias. */
  738. | #if defined __stub_clearenv || defined __stub___clearenv
  739. | choke me
  740. | #endif
  741. |
  742. | int
  743. | main ()
  744. | {
  745. | return clearenv ();
  746. | ;
  747. | return 0;
  748. | }
  749. configure:3913: result: no
  750. configure:3924: checking for nanosleep
  751. configure:3924: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  752. configure:3924: $? = 0
  753. configure:3924: result: yes
  754. configure:3935: checking for ptsname
  755. configure:3935: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  756. configure:3935: $? = 0
  757. configure:3935: result: yes
  758. configure:3946: checking for setitimer
  759. configure:3946: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  760. configure:3946: $? = 0
  761. configure:3946: result: yes
  762. configure:3957: checking for readdir_r
  763. configure:3957: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  764. configure:3957: $? = 0
  765. configure:3957: result: yes
  766. configure:3967: checking for struct stat.st_atim
  767. configure:3967: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  768. conftest.c: In function 'main':
  769. conftest.c:91:5: error: used struct type value where scalar is required
  770. configure:3967: $? = 1
  771. configure: failed program was:
  772. | /* confdefs.h */
  773. | #define PACKAGE_NAME "Haskell unix package"
  774. | #define PACKAGE_TARNAME "unix"
  775. | #define PACKAGE_VERSION "2.0"
  776. | #define PACKAGE_STRING "Haskell unix package 2.0"
  777. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  778. | #define PACKAGE_URL ""
  779. | #define STDC_HEADERS 1
  780. | #define HAVE_SYS_TYPES_H 1
  781. | #define HAVE_SYS_STAT_H 1
  782. | #define HAVE_STDLIB_H 1
  783. | #define HAVE_STRING_H 1
  784. | #define HAVE_MEMORY_H 1
  785. | #define HAVE_STRINGS_H 1
  786. | #define HAVE_INTTYPES_H 1
  787. | #define HAVE_STDINT_H 1
  788. | #define HAVE_UNISTD_H 1
  789. | #define HAVE_DIRENT_H 1
  790. | #define HAVE_FCNTL_H 1
  791. | #define HAVE_GRP_H 1
  792. | #define HAVE_LIMITS_H 1
  793. | #define HAVE_PWD_H 1
  794. | #define HAVE_SIGNAL_H 1
  795. | #define HAVE_STRING_H 1
  796. | #define HAVE_SYS_RESOURCE_H 1
  797. | #define HAVE_SYS_STAT_H 1
  798. | #define HAVE_SYS_TIMES_H 1
  799. | #define HAVE_SYS_TIME_H 1
  800. | #define HAVE_SYS_UTSNAME_H 1
  801. | #define HAVE_SYS_WAIT_H 1
  802. | #define HAVE_PTY_H 1
  803. | #define HAVE_UTMP_H 1
  804. | #define HAVE_TERMIOS_H 1
  805. | #define HAVE_TIME_H 1
  806. | #define HAVE_UNISTD_H 1
  807. | #define HAVE_UTIME_H 1
  808. | #define HAVE_GETGRGID_R 1
  809. | #define HAVE_GETGRNAM_R 1
  810. | #define HAVE_GETPWNAM_R 1
  811. | #define HAVE_GETPWUID_R 1
  812. | #define HAVE_GETPWNAM 1
  813. | #define HAVE_GETPWUID 1
  814. | #define HAVE_GETPWENT 1
  815. | #define HAVE_GETGRENT 1
  816. | #define HAVE_LCHOWN 1
  817. | #define HAVE_SETENV 1
  818. | #define HAVE_SYSCONF 1
  819. | #define HAVE_UNSETENV 1
  820. | #define HAVE_NANOSLEEP 1
  821. | #define HAVE_PTSNAME 1
  822. | #define HAVE_SETITIMER 1
  823. | #define HAVE_READDIR_R 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. | int
  859. | main ()
  860. | {
  861. | static struct stat ac_aggr;
  862. | if (ac_aggr.st_atim)
  863. | return 0;
  864. | ;
  865. | return 0;
  866. | }
  867. configure:3967: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  868. configure:3967: $? = 0
  869. configure:3967: result: yes
  870. configure:3977: checking for struct stat.st_mtim
  871. configure:3977: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  872. conftest.c: In function 'main':
  873. conftest.c:92:5: error: used struct type value where scalar is required
  874. configure:3977: $? = 1
  875. configure: failed program was:
  876. | /* confdefs.h */
  877. | #define PACKAGE_NAME "Haskell unix package"
  878. | #define PACKAGE_TARNAME "unix"
  879. | #define PACKAGE_VERSION "2.0"
  880. | #define PACKAGE_STRING "Haskell unix package 2.0"
  881. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  882. | #define PACKAGE_URL ""
  883. | #define STDC_HEADERS 1
  884. | #define HAVE_SYS_TYPES_H 1
  885. | #define HAVE_SYS_STAT_H 1
  886. | #define HAVE_STDLIB_H 1
  887. | #define HAVE_STRING_H 1
  888. | #define HAVE_MEMORY_H 1
  889. | #define HAVE_STRINGS_H 1
  890. | #define HAVE_INTTYPES_H 1
  891. | #define HAVE_STDINT_H 1
  892. | #define HAVE_UNISTD_H 1
  893. | #define HAVE_DIRENT_H 1
  894. | #define HAVE_FCNTL_H 1
  895. | #define HAVE_GRP_H 1
  896. | #define HAVE_LIMITS_H 1
  897. | #define HAVE_PWD_H 1
  898. | #define HAVE_SIGNAL_H 1
  899. | #define HAVE_STRING_H 1
  900. | #define HAVE_SYS_RESOURCE_H 1
  901. | #define HAVE_SYS_STAT_H 1
  902. | #define HAVE_SYS_TIMES_H 1
  903. | #define HAVE_SYS_TIME_H 1
  904. | #define HAVE_SYS_UTSNAME_H 1
  905. | #define HAVE_SYS_WAIT_H 1
  906. | #define HAVE_PTY_H 1
  907. | #define HAVE_UTMP_H 1
  908. | #define HAVE_TERMIOS_H 1
  909. | #define HAVE_TIME_H 1
  910. | #define HAVE_UNISTD_H 1
  911. | #define HAVE_UTIME_H 1
  912. | #define HAVE_GETGRGID_R 1
  913. | #define HAVE_GETGRNAM_R 1
  914. | #define HAVE_GETPWNAM_R 1
  915. | #define HAVE_GETPWUID_R 1
  916. | #define HAVE_GETPWNAM 1
  917. | #define HAVE_GETPWUID 1
  918. | #define HAVE_GETPWENT 1
  919. | #define HAVE_GETGRENT 1
  920. | #define HAVE_LCHOWN 1
  921. | #define HAVE_SETENV 1
  922. | #define HAVE_SYSCONF 1
  923. | #define HAVE_UNSETENV 1
  924. | #define HAVE_NANOSLEEP 1
  925. | #define HAVE_PTSNAME 1
  926. | #define HAVE_SETITIMER 1
  927. | #define HAVE_READDIR_R 1
  928. | #define HAVE_STRUCT_STAT_ST_ATIM 1
  929. | /* end confdefs.h. */
  930. | #include <stdio.h>
  931. | #ifdef HAVE_SYS_TYPES_H
  932. | # include <sys/types.h>
  933. | #endif
  934. | #ifdef HAVE_SYS_STAT_H
  935. | # include <sys/stat.h>
  936. | #endif
  937. | #ifdef STDC_HEADERS
  938. | # include <stdlib.h>
  939. | # include <stddef.h>
  940. | #else
  941. | # ifdef HAVE_STDLIB_H
  942. | # include <stdlib.h>
  943. | # endif
  944. | #endif
  945. | #ifdef HAVE_STRING_H
  946. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  947. | # include <memory.h>
  948. | # endif
  949. | # include <string.h>
  950. | #endif
  951. | #ifdef HAVE_STRINGS_H
  952. | # include <strings.h>
  953. | #endif
  954. | #ifdef HAVE_INTTYPES_H
  955. | # include <inttypes.h>
  956. | #endif
  957. | #ifdef HAVE_STDINT_H
  958. | # include <stdint.h>
  959. | #endif
  960. | #ifdef HAVE_UNISTD_H
  961. | # include <unistd.h>
  962. | #endif
  963. | int
  964. | main ()
  965. | {
  966. | static struct stat ac_aggr;
  967. | if (ac_aggr.st_mtim)
  968. | return 0;
  969. | ;
  970. | return 0;
  971. | }
  972. configure:3977: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  973. configure:3977: $? = 0
  974. configure:3977: result: yes
  975. configure:3987: checking for struct stat.st_ctim
  976. configure:3987: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  977. conftest.c: In function 'main':
  978. conftest.c:93:5: error: used struct type value where scalar is required
  979. configure:3987: $? = 1
  980. configure: failed program was:
  981. | /* confdefs.h */
  982. | #define PACKAGE_NAME "Haskell unix package"
  983. | #define PACKAGE_TARNAME "unix"
  984. | #define PACKAGE_VERSION "2.0"
  985. | #define PACKAGE_STRING "Haskell unix package 2.0"
  986. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  987. | #define PACKAGE_URL ""
  988. | #define STDC_HEADERS 1
  989. | #define HAVE_SYS_TYPES_H 1
  990. | #define HAVE_SYS_STAT_H 1
  991. | #define HAVE_STDLIB_H 1
  992. | #define HAVE_STRING_H 1
  993. | #define HAVE_MEMORY_H 1
  994. | #define HAVE_STRINGS_H 1
  995. | #define HAVE_INTTYPES_H 1
  996. | #define HAVE_STDINT_H 1
  997. | #define HAVE_UNISTD_H 1
  998. | #define HAVE_DIRENT_H 1
  999. | #define HAVE_FCNTL_H 1
  1000. | #define HAVE_GRP_H 1
  1001. | #define HAVE_LIMITS_H 1
  1002. | #define HAVE_PWD_H 1
  1003. | #define HAVE_SIGNAL_H 1
  1004. | #define HAVE_STRING_H 1
  1005. | #define HAVE_SYS_RESOURCE_H 1
  1006. | #define HAVE_SYS_STAT_H 1
  1007. | #define HAVE_SYS_TIMES_H 1
  1008. | #define HAVE_SYS_TIME_H 1
  1009. | #define HAVE_SYS_UTSNAME_H 1
  1010. | #define HAVE_SYS_WAIT_H 1
  1011. | #define HAVE_PTY_H 1
  1012. | #define HAVE_UTMP_H 1
  1013. | #define HAVE_TERMIOS_H 1
  1014. | #define HAVE_TIME_H 1
  1015. | #define HAVE_UNISTD_H 1
  1016. | #define HAVE_UTIME_H 1
  1017. | #define HAVE_GETGRGID_R 1
  1018. | #define HAVE_GETGRNAM_R 1
  1019. | #define HAVE_GETPWNAM_R 1
  1020. | #define HAVE_GETPWUID_R 1
  1021. | #define HAVE_GETPWNAM 1
  1022. | #define HAVE_GETPWUID 1
  1023. | #define HAVE_GETPWENT 1
  1024. | #define HAVE_GETGRENT 1
  1025. | #define HAVE_LCHOWN 1
  1026. | #define HAVE_SETENV 1
  1027. | #define HAVE_SYSCONF 1
  1028. | #define HAVE_UNSETENV 1
  1029. | #define HAVE_NANOSLEEP 1
  1030. | #define HAVE_PTSNAME 1
  1031. | #define HAVE_SETITIMER 1
  1032. | #define HAVE_READDIR_R 1
  1033. | #define HAVE_STRUCT_STAT_ST_ATIM 1
  1034. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  1035. | /* end confdefs.h. */
  1036. | #include <stdio.h>
  1037. | #ifdef HAVE_SYS_TYPES_H
  1038. | # include <sys/types.h>
  1039. | #endif
  1040. | #ifdef HAVE_SYS_STAT_H
  1041. | # include <sys/stat.h>
  1042. | #endif
  1043. | #ifdef STDC_HEADERS
  1044. | # include <stdlib.h>
  1045. | # include <stddef.h>
  1046. | #else
  1047. | # ifdef HAVE_STDLIB_H
  1048. | # include <stdlib.h>
  1049. | # endif
  1050. | #endif
  1051. | #ifdef HAVE_STRING_H
  1052. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1053. | # include <memory.h>
  1054. | # endif
  1055. | # include <string.h>
  1056. | #endif
  1057. | #ifdef HAVE_STRINGS_H
  1058. | # include <strings.h>
  1059. | #endif
  1060. | #ifdef HAVE_INTTYPES_H
  1061. | # include <inttypes.h>
  1062. | #endif
  1063. | #ifdef HAVE_STDINT_H
  1064. | # include <stdint.h>
  1065. | #endif
  1066. | #ifdef HAVE_UNISTD_H
  1067. | # include <unistd.h>
  1068. | #endif
  1069. | int
  1070. | main ()
  1071. | {
  1072. | static struct stat ac_aggr;
  1073. | if (ac_aggr.st_ctim)
  1074. | return 0;
  1075. | ;
  1076. | return 0;
  1077. | }
  1078. configure:3987: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  1079. configure:3987: $? = 0
  1080. configure:3987: result: yes
  1081. configure:3997: checking for struct stat.st_atimespec
  1082. configure:3997: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  1083. conftest.c: In function 'main':
  1084. conftest.c:94:12: error: 'struct stat' has no member named 'st_atimespec'
  1085. configure:3997: $? = 1
  1086. configure: failed program was:
  1087. | /* confdefs.h */
  1088. | #define PACKAGE_NAME "Haskell unix package"
  1089. | #define PACKAGE_TARNAME "unix"
  1090. | #define PACKAGE_VERSION "2.0"
  1091. | #define PACKAGE_STRING "Haskell unix package 2.0"
  1092. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  1093. | #define PACKAGE_URL ""
  1094. | #define STDC_HEADERS 1
  1095. | #define HAVE_SYS_TYPES_H 1
  1096. | #define HAVE_SYS_STAT_H 1
  1097. | #define HAVE_STDLIB_H 1
  1098. | #define HAVE_STRING_H 1
  1099. | #define HAVE_MEMORY_H 1
  1100. | #define HAVE_STRINGS_H 1
  1101. | #define HAVE_INTTYPES_H 1
  1102. | #define HAVE_STDINT_H 1
  1103. | #define HAVE_UNISTD_H 1
  1104. | #define HAVE_DIRENT_H 1
  1105. | #define HAVE_FCNTL_H 1
  1106. | #define HAVE_GRP_H 1
  1107. | #define HAVE_LIMITS_H 1
  1108. | #define HAVE_PWD_H 1
  1109. | #define HAVE_SIGNAL_H 1
  1110. | #define HAVE_STRING_H 1
  1111. | #define HAVE_SYS_RESOURCE_H 1
  1112. | #define HAVE_SYS_STAT_H 1
  1113. | #define HAVE_SYS_TIMES_H 1
  1114. | #define HAVE_SYS_TIME_H 1
  1115. | #define HAVE_SYS_UTSNAME_H 1
  1116. | #define HAVE_SYS_WAIT_H 1
  1117. | #define HAVE_PTY_H 1
  1118. | #define HAVE_UTMP_H 1
  1119. | #define HAVE_TERMIOS_H 1
  1120. | #define HAVE_TIME_H 1
  1121. | #define HAVE_UNISTD_H 1
  1122. | #define HAVE_UTIME_H 1
  1123. | #define HAVE_GETGRGID_R 1
  1124. | #define HAVE_GETGRNAM_R 1
  1125. | #define HAVE_GETPWNAM_R 1
  1126. | #define HAVE_GETPWUID_R 1
  1127. | #define HAVE_GETPWNAM 1
  1128. | #define HAVE_GETPWUID 1
  1129. | #define HAVE_GETPWENT 1
  1130. | #define HAVE_GETGRENT 1
  1131. | #define HAVE_LCHOWN 1
  1132. | #define HAVE_SETENV 1
  1133. | #define HAVE_SYSCONF 1
  1134. | #define HAVE_UNSETENV 1
  1135. | #define HAVE_NANOSLEEP 1
  1136. | #define HAVE_PTSNAME 1
  1137. | #define HAVE_SETITIMER 1
  1138. | #define HAVE_READDIR_R 1
  1139. | #define HAVE_STRUCT_STAT_ST_ATIM 1
  1140. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  1141. | #define HAVE_STRUCT_STAT_ST_CTIM 1
  1142. | /* end confdefs.h. */
  1143. | #include <stdio.h>
  1144. | #ifdef HAVE_SYS_TYPES_H
  1145. | # include <sys/types.h>
  1146. | #endif
  1147. | #ifdef HAVE_SYS_STAT_H
  1148. | # include <sys/stat.h>
  1149. | #endif
  1150. | #ifdef STDC_HEADERS
  1151. | # include <stdlib.h>
  1152. | # include <stddef.h>
  1153. | #else
  1154. | # ifdef HAVE_STDLIB_H
  1155. | # include <stdlib.h>
  1156. | # endif
  1157. | #endif
  1158. | #ifdef HAVE_STRING_H
  1159. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1160. | # include <memory.h>
  1161. | # endif
  1162. | # include <string.h>
  1163. | #endif
  1164. | #ifdef HAVE_STRINGS_H
  1165. | # include <strings.h>
  1166. | #endif
  1167. | #ifdef HAVE_INTTYPES_H
  1168. | # include <inttypes.h>
  1169. | #endif
  1170. | #ifdef HAVE_STDINT_H
  1171. | # include <stdint.h>
  1172. | #endif
  1173. | #ifdef HAVE_UNISTD_H
  1174. | # include <unistd.h>
  1175. | #endif
  1176. | int
  1177. | main ()
  1178. | {
  1179. | static struct stat ac_aggr;
  1180. | if (ac_aggr.st_atimespec)
  1181. | return 0;
  1182. | ;
  1183. | return 0;
  1184. | }
  1185. configure:3997: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  1186. conftest.c: In function 'main':
  1187. conftest.c:94:19: error: 'struct stat' has no member named 'st_atimespec'
  1188. configure:3997: $? = 1
  1189. configure: failed program was:
  1190. | /* confdefs.h */
  1191. | #define PACKAGE_NAME "Haskell unix package"
  1192. | #define PACKAGE_TARNAME "unix"
  1193. | #define PACKAGE_VERSION "2.0"
  1194. | #define PACKAGE_STRING "Haskell unix package 2.0"
  1195. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  1196. | #define PACKAGE_URL ""
  1197. | #define STDC_HEADERS 1
  1198. | #define HAVE_SYS_TYPES_H 1
  1199. | #define HAVE_SYS_STAT_H 1
  1200. | #define HAVE_STDLIB_H 1
  1201. | #define HAVE_STRING_H 1
  1202. | #define HAVE_MEMORY_H 1
  1203. | #define HAVE_STRINGS_H 1
  1204. | #define HAVE_INTTYPES_H 1
  1205. | #define HAVE_STDINT_H 1
  1206. | #define HAVE_UNISTD_H 1
  1207. | #define HAVE_DIRENT_H 1
  1208. | #define HAVE_FCNTL_H 1
  1209. | #define HAVE_GRP_H 1
  1210. | #define HAVE_LIMITS_H 1
  1211. | #define HAVE_PWD_H 1
  1212. | #define HAVE_SIGNAL_H 1
  1213. | #define HAVE_STRING_H 1
  1214. | #define HAVE_SYS_RESOURCE_H 1
  1215. | #define HAVE_SYS_STAT_H 1
  1216. | #define HAVE_SYS_TIMES_H 1
  1217. | #define HAVE_SYS_TIME_H 1
  1218. | #define HAVE_SYS_UTSNAME_H 1
  1219. | #define HAVE_SYS_WAIT_H 1
  1220. | #define HAVE_PTY_H 1
  1221. | #define HAVE_UTMP_H 1
  1222. | #define HAVE_TERMIOS_H 1
  1223. | #define HAVE_TIME_H 1
  1224. | #define HAVE_UNISTD_H 1
  1225. | #define HAVE_UTIME_H 1
  1226. | #define HAVE_GETGRGID_R 1
  1227. | #define HAVE_GETGRNAM_R 1
  1228. | #define HAVE_GETPWNAM_R 1
  1229. | #define HAVE_GETPWUID_R 1
  1230. | #define HAVE_GETPWNAM 1
  1231. | #define HAVE_GETPWUID 1
  1232. | #define HAVE_GETPWENT 1
  1233. | #define HAVE_GETGRENT 1
  1234. | #define HAVE_LCHOWN 1
  1235. | #define HAVE_SETENV 1
  1236. | #define HAVE_SYSCONF 1
  1237. | #define HAVE_UNSETENV 1
  1238. | #define HAVE_NANOSLEEP 1
  1239. | #define HAVE_PTSNAME 1
  1240. | #define HAVE_SETITIMER 1
  1241. | #define HAVE_READDIR_R 1
  1242. | #define HAVE_STRUCT_STAT_ST_ATIM 1
  1243. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  1244. | #define HAVE_STRUCT_STAT_ST_CTIM 1
  1245. | /* end confdefs.h. */
  1246. | #include <stdio.h>
  1247. | #ifdef HAVE_SYS_TYPES_H
  1248. | # include <sys/types.h>
  1249. | #endif
  1250. | #ifdef HAVE_SYS_STAT_H
  1251. | # include <sys/stat.h>
  1252. | #endif
  1253. | #ifdef STDC_HEADERS
  1254. | # include <stdlib.h>
  1255. | # include <stddef.h>
  1256. | #else
  1257. | # ifdef HAVE_STDLIB_H
  1258. | # include <stdlib.h>
  1259. | # endif
  1260. | #endif
  1261. | #ifdef HAVE_STRING_H
  1262. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1263. | # include <memory.h>
  1264. | # endif
  1265. | # include <string.h>
  1266. | #endif
  1267. | #ifdef HAVE_STRINGS_H
  1268. | # include <strings.h>
  1269. | #endif
  1270. | #ifdef HAVE_INTTYPES_H
  1271. | # include <inttypes.h>
  1272. | #endif
  1273. | #ifdef HAVE_STDINT_H
  1274. | # include <stdint.h>
  1275. | #endif
  1276. | #ifdef HAVE_UNISTD_H
  1277. | # include <unistd.h>
  1278. | #endif
  1279. | int
  1280. | main ()
  1281. | {
  1282. | static struct stat ac_aggr;
  1283. | if (sizeof ac_aggr.st_atimespec)
  1284. | return 0;
  1285. | ;
  1286. | return 0;
  1287. | }
  1288. configure:3997: result: no
  1289. configure:4007: checking for struct stat.st_mtimespec
  1290. configure:4007: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  1291. conftest.c: In function 'main':
  1292. conftest.c:94:12: error: 'struct stat' has no member named 'st_mtimespec'
  1293. configure:4007: $? = 1
  1294. configure: failed program was:
  1295. | /* confdefs.h */
  1296. | #define PACKAGE_NAME "Haskell unix package"
  1297. | #define PACKAGE_TARNAME "unix"
  1298. | #define PACKAGE_VERSION "2.0"
  1299. | #define PACKAGE_STRING "Haskell unix package 2.0"
  1300. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  1301. | #define PACKAGE_URL ""
  1302. | #define STDC_HEADERS 1
  1303. | #define HAVE_SYS_TYPES_H 1
  1304. | #define HAVE_SYS_STAT_H 1
  1305. | #define HAVE_STDLIB_H 1
  1306. | #define HAVE_STRING_H 1
  1307. | #define HAVE_MEMORY_H 1
  1308. | #define HAVE_STRINGS_H 1
  1309. | #define HAVE_INTTYPES_H 1
  1310. | #define HAVE_STDINT_H 1
  1311. | #define HAVE_UNISTD_H 1
  1312. | #define HAVE_DIRENT_H 1
  1313. | #define HAVE_FCNTL_H 1
  1314. | #define HAVE_GRP_H 1
  1315. | #define HAVE_LIMITS_H 1
  1316. | #define HAVE_PWD_H 1
  1317. | #define HAVE_SIGNAL_H 1
  1318. | #define HAVE_STRING_H 1
  1319. | #define HAVE_SYS_RESOURCE_H 1
  1320. | #define HAVE_SYS_STAT_H 1
  1321. | #define HAVE_SYS_TIMES_H 1
  1322. | #define HAVE_SYS_TIME_H 1
  1323. | #define HAVE_SYS_UTSNAME_H 1
  1324. | #define HAVE_SYS_WAIT_H 1
  1325. | #define HAVE_PTY_H 1
  1326. | #define HAVE_UTMP_H 1
  1327. | #define HAVE_TERMIOS_H 1
  1328. | #define HAVE_TIME_H 1
  1329. | #define HAVE_UNISTD_H 1
  1330. | #define HAVE_UTIME_H 1
  1331. | #define HAVE_GETGRGID_R 1
  1332. | #define HAVE_GETGRNAM_R 1
  1333. | #define HAVE_GETPWNAM_R 1
  1334. | #define HAVE_GETPWUID_R 1
  1335. | #define HAVE_GETPWNAM 1
  1336. | #define HAVE_GETPWUID 1
  1337. | #define HAVE_GETPWENT 1
  1338. | #define HAVE_GETGRENT 1
  1339. | #define HAVE_LCHOWN 1
  1340. | #define HAVE_SETENV 1
  1341. | #define HAVE_SYSCONF 1
  1342. | #define HAVE_UNSETENV 1
  1343. | #define HAVE_NANOSLEEP 1
  1344. | #define HAVE_PTSNAME 1
  1345. | #define HAVE_SETITIMER 1
  1346. | #define HAVE_READDIR_R 1
  1347. | #define HAVE_STRUCT_STAT_ST_ATIM 1
  1348. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  1349. | #define HAVE_STRUCT_STAT_ST_CTIM 1
  1350. | /* end confdefs.h. */
  1351. | #include <stdio.h>
  1352. | #ifdef HAVE_SYS_TYPES_H
  1353. | # include <sys/types.h>
  1354. | #endif
  1355. | #ifdef HAVE_SYS_STAT_H
  1356. | # include <sys/stat.h>
  1357. | #endif
  1358. | #ifdef STDC_HEADERS
  1359. | # include <stdlib.h>
  1360. | # include <stddef.h>
  1361. | #else
  1362. | # ifdef HAVE_STDLIB_H
  1363. | # include <stdlib.h>
  1364. | # endif
  1365. | #endif
  1366. | #ifdef HAVE_STRING_H
  1367. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1368. | # include <memory.h>
  1369. | # endif
  1370. | # include <string.h>
  1371. | #endif
  1372. | #ifdef HAVE_STRINGS_H
  1373. | # include <strings.h>
  1374. | #endif
  1375. | #ifdef HAVE_INTTYPES_H
  1376. | # include <inttypes.h>
  1377. | #endif
  1378. | #ifdef HAVE_STDINT_H
  1379. | # include <stdint.h>
  1380. | #endif
  1381. | #ifdef HAVE_UNISTD_H
  1382. | # include <unistd.h>
  1383. | #endif
  1384. | int
  1385. | main ()
  1386. | {
  1387. | static struct stat ac_aggr;
  1388. | if (ac_aggr.st_mtimespec)
  1389. | return 0;
  1390. | ;
  1391. | return 0;
  1392. | }
  1393. configure:4007: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  1394. conftest.c: In function 'main':
  1395. conftest.c:94:19: error: 'struct stat' has no member named 'st_mtimespec'
  1396. configure:4007: $? = 1
  1397. configure: failed program was:
  1398. | /* confdefs.h */
  1399. | #define PACKAGE_NAME "Haskell unix package"
  1400. | #define PACKAGE_TARNAME "unix"
  1401. | #define PACKAGE_VERSION "2.0"
  1402. | #define PACKAGE_STRING "Haskell unix package 2.0"
  1403. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  1404. | #define PACKAGE_URL ""
  1405. | #define STDC_HEADERS 1
  1406. | #define HAVE_SYS_TYPES_H 1
  1407. | #define HAVE_SYS_STAT_H 1
  1408. | #define HAVE_STDLIB_H 1
  1409. | #define HAVE_STRING_H 1
  1410. | #define HAVE_MEMORY_H 1
  1411. | #define HAVE_STRINGS_H 1
  1412. | #define HAVE_INTTYPES_H 1
  1413. | #define HAVE_STDINT_H 1
  1414. | #define HAVE_UNISTD_H 1
  1415. | #define HAVE_DIRENT_H 1
  1416. | #define HAVE_FCNTL_H 1
  1417. | #define HAVE_GRP_H 1
  1418. | #define HAVE_LIMITS_H 1
  1419. | #define HAVE_PWD_H 1
  1420. | #define HAVE_SIGNAL_H 1
  1421. | #define HAVE_STRING_H 1
  1422. | #define HAVE_SYS_RESOURCE_H 1
  1423. | #define HAVE_SYS_STAT_H 1
  1424. | #define HAVE_SYS_TIMES_H 1
  1425. | #define HAVE_SYS_TIME_H 1
  1426. | #define HAVE_SYS_UTSNAME_H 1
  1427. | #define HAVE_SYS_WAIT_H 1
  1428. | #define HAVE_PTY_H 1
  1429. | #define HAVE_UTMP_H 1
  1430. | #define HAVE_TERMIOS_H 1
  1431. | #define HAVE_TIME_H 1
  1432. | #define HAVE_UNISTD_H 1
  1433. | #define HAVE_UTIME_H 1
  1434. | #define HAVE_GETGRGID_R 1
  1435. | #define HAVE_GETGRNAM_R 1
  1436. | #define HAVE_GETPWNAM_R 1
  1437. | #define HAVE_GETPWUID_R 1
  1438. | #define HAVE_GETPWNAM 1
  1439. | #define HAVE_GETPWUID 1
  1440. | #define HAVE_GETPWENT 1
  1441. | #define HAVE_GETGRENT 1
  1442. | #define HAVE_LCHOWN 1
  1443. | #define HAVE_SETENV 1
  1444. | #define HAVE_SYSCONF 1
  1445. | #define HAVE_UNSETENV 1
  1446. | #define HAVE_NANOSLEEP 1
  1447. | #define HAVE_PTSNAME 1
  1448. | #define HAVE_SETITIMER 1
  1449. | #define HAVE_READDIR_R 1
  1450. | #define HAVE_STRUCT_STAT_ST_ATIM 1
  1451. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  1452. | #define HAVE_STRUCT_STAT_ST_CTIM 1
  1453. | /* end confdefs.h. */
  1454. | #include <stdio.h>
  1455. | #ifdef HAVE_SYS_TYPES_H
  1456. | # include <sys/types.h>
  1457. | #endif
  1458. | #ifdef HAVE_SYS_STAT_H
  1459. | # include <sys/stat.h>
  1460. | #endif
  1461. | #ifdef STDC_HEADERS
  1462. | # include <stdlib.h>
  1463. | # include <stddef.h>
  1464. | #else
  1465. | # ifdef HAVE_STDLIB_H
  1466. | # include <stdlib.h>
  1467. | # endif
  1468. | #endif
  1469. | #ifdef HAVE_STRING_H
  1470. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1471. | # include <memory.h>
  1472. | # endif
  1473. | # include <string.h>
  1474. | #endif
  1475. | #ifdef HAVE_STRINGS_H
  1476. | # include <strings.h>
  1477. | #endif
  1478. | #ifdef HAVE_INTTYPES_H
  1479. | # include <inttypes.h>
  1480. | #endif
  1481. | #ifdef HAVE_STDINT_H
  1482. | # include <stdint.h>
  1483. | #endif
  1484. | #ifdef HAVE_UNISTD_H
  1485. | # include <unistd.h>
  1486. | #endif
  1487. | int
  1488. | main ()
  1489. | {
  1490. | static struct stat ac_aggr;
  1491. | if (sizeof ac_aggr.st_mtimespec)
  1492. | return 0;
  1493. | ;
  1494. | return 0;
  1495. | }
  1496. configure:4007: result: no
  1497. configure:4017: checking for struct stat.st_ctimespec
  1498. configure:4017: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  1499. conftest.c: In function 'main':
  1500. conftest.c:94:12: error: 'struct stat' has no member named 'st_ctimespec'
  1501. configure:4017: $? = 1
  1502. configure: failed program was:
  1503. | /* confdefs.h */
  1504. | #define PACKAGE_NAME "Haskell unix package"
  1505. | #define PACKAGE_TARNAME "unix"
  1506. | #define PACKAGE_VERSION "2.0"
  1507. | #define PACKAGE_STRING "Haskell unix package 2.0"
  1508. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  1509. | #define PACKAGE_URL ""
  1510. | #define STDC_HEADERS 1
  1511. | #define HAVE_SYS_TYPES_H 1
  1512. | #define HAVE_SYS_STAT_H 1
  1513. | #define HAVE_STDLIB_H 1
  1514. | #define HAVE_STRING_H 1
  1515. | #define HAVE_MEMORY_H 1
  1516. | #define HAVE_STRINGS_H 1
  1517. | #define HAVE_INTTYPES_H 1
  1518. | #define HAVE_STDINT_H 1
  1519. | #define HAVE_UNISTD_H 1
  1520. | #define HAVE_DIRENT_H 1
  1521. | #define HAVE_FCNTL_H 1
  1522. | #define HAVE_GRP_H 1
  1523. | #define HAVE_LIMITS_H 1
  1524. | #define HAVE_PWD_H 1
  1525. | #define HAVE_SIGNAL_H 1
  1526. | #define HAVE_STRING_H 1
  1527. | #define HAVE_SYS_RESOURCE_H 1
  1528. | #define HAVE_SYS_STAT_H 1
  1529. | #define HAVE_SYS_TIMES_H 1
  1530. | #define HAVE_SYS_TIME_H 1
  1531. | #define HAVE_SYS_UTSNAME_H 1
  1532. | #define HAVE_SYS_WAIT_H 1
  1533. | #define HAVE_PTY_H 1
  1534. | #define HAVE_UTMP_H 1
  1535. | #define HAVE_TERMIOS_H 1
  1536. | #define HAVE_TIME_H 1
  1537. | #define HAVE_UNISTD_H 1
  1538. | #define HAVE_UTIME_H 1
  1539. | #define HAVE_GETGRGID_R 1
  1540. | #define HAVE_GETGRNAM_R 1
  1541. | #define HAVE_GETPWNAM_R 1
  1542. | #define HAVE_GETPWUID_R 1
  1543. | #define HAVE_GETPWNAM 1
  1544. | #define HAVE_GETPWUID 1
  1545. | #define HAVE_GETPWENT 1
  1546. | #define HAVE_GETGRENT 1
  1547. | #define HAVE_LCHOWN 1
  1548. | #define HAVE_SETENV 1
  1549. | #define HAVE_SYSCONF 1
  1550. | #define HAVE_UNSETENV 1
  1551. | #define HAVE_NANOSLEEP 1
  1552. | #define HAVE_PTSNAME 1
  1553. | #define HAVE_SETITIMER 1
  1554. | #define HAVE_READDIR_R 1
  1555. | #define HAVE_STRUCT_STAT_ST_ATIM 1
  1556. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  1557. | #define HAVE_STRUCT_STAT_ST_CTIM 1
  1558. | /* end confdefs.h. */
  1559. | #include <stdio.h>
  1560. | #ifdef HAVE_SYS_TYPES_H
  1561. | # include <sys/types.h>
  1562. | #endif
  1563. | #ifdef HAVE_SYS_STAT_H
  1564. | # include <sys/stat.h>
  1565. | #endif
  1566. | #ifdef STDC_HEADERS
  1567. | # include <stdlib.h>
  1568. | # include <stddef.h>
  1569. | #else
  1570. | # ifdef HAVE_STDLIB_H
  1571. | # include <stdlib.h>
  1572. | # endif
  1573. | #endif
  1574. | #ifdef HAVE_STRING_H
  1575. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1576. | # include <memory.h>
  1577. | # endif
  1578. | # include <string.h>
  1579. | #endif
  1580. | #ifdef HAVE_STRINGS_H
  1581. | # include <strings.h>
  1582. | #endif
  1583. | #ifdef HAVE_INTTYPES_H
  1584. | # include <inttypes.h>
  1585. | #endif
  1586. | #ifdef HAVE_STDINT_H
  1587. | # include <stdint.h>
  1588. | #endif
  1589. | #ifdef HAVE_UNISTD_H
  1590. | # include <unistd.h>
  1591. | #endif
  1592. | int
  1593. | main ()
  1594. | {
  1595. | static struct stat ac_aggr;
  1596. | if (ac_aggr.st_ctimespec)
  1597. | return 0;
  1598. | ;
  1599. | return 0;
  1600. | }
  1601. configure:4017: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  1602. conftest.c: In function 'main':
  1603. conftest.c:94:19: error: 'struct stat' has no member named 'st_ctimespec'
  1604. configure:4017: $? = 1
  1605. configure: failed program was:
  1606. | /* confdefs.h */
  1607. | #define PACKAGE_NAME "Haskell unix package"
  1608. | #define PACKAGE_TARNAME "unix"
  1609. | #define PACKAGE_VERSION "2.0"
  1610. | #define PACKAGE_STRING "Haskell unix package 2.0"
  1611. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  1612. | #define PACKAGE_URL ""
  1613. | #define STDC_HEADERS 1
  1614. | #define HAVE_SYS_TYPES_H 1
  1615. | #define HAVE_SYS_STAT_H 1
  1616. | #define HAVE_STDLIB_H 1
  1617. | #define HAVE_STRING_H 1
  1618. | #define HAVE_MEMORY_H 1
  1619. | #define HAVE_STRINGS_H 1
  1620. | #define HAVE_INTTYPES_H 1
  1621. | #define HAVE_STDINT_H 1
  1622. | #define HAVE_UNISTD_H 1
  1623. | #define HAVE_DIRENT_H 1
  1624. | #define HAVE_FCNTL_H 1
  1625. | #define HAVE_GRP_H 1
  1626. | #define HAVE_LIMITS_H 1
  1627. | #define HAVE_PWD_H 1
  1628. | #define HAVE_SIGNAL_H 1
  1629. | #define HAVE_STRING_H 1
  1630. | #define HAVE_SYS_RESOURCE_H 1
  1631. | #define HAVE_SYS_STAT_H 1
  1632. | #define HAVE_SYS_TIMES_H 1
  1633. | #define HAVE_SYS_TIME_H 1
  1634. | #define HAVE_SYS_UTSNAME_H 1
  1635. | #define HAVE_SYS_WAIT_H 1
  1636. | #define HAVE_PTY_H 1
  1637. | #define HAVE_UTMP_H 1
  1638. | #define HAVE_TERMIOS_H 1
  1639. | #define HAVE_TIME_H 1
  1640. | #define HAVE_UNISTD_H 1
  1641. | #define HAVE_UTIME_H 1
  1642. | #define HAVE_GETGRGID_R 1
  1643. | #define HAVE_GETGRNAM_R 1
  1644. | #define HAVE_GETPWNAM_R 1
  1645. | #define HAVE_GETPWUID_R 1
  1646. | #define HAVE_GETPWNAM 1
  1647. | #define HAVE_GETPWUID 1
  1648. | #define HAVE_GETPWENT 1
  1649. | #define HAVE_GETGRENT 1
  1650. | #define HAVE_LCHOWN 1
  1651. | #define HAVE_SETENV 1
  1652. | #define HAVE_SYSCONF 1
  1653. | #define HAVE_UNSETENV 1
  1654. | #define HAVE_NANOSLEEP 1
  1655. | #define HAVE_PTSNAME 1
  1656. | #define HAVE_SETITIMER 1
  1657. | #define HAVE_READDIR_R 1
  1658. | #define HAVE_STRUCT_STAT_ST_ATIM 1
  1659. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  1660. | #define HAVE_STRUCT_STAT_ST_CTIM 1
  1661. | /* end confdefs.h. */
  1662. | #include <stdio.h>
  1663. | #ifdef HAVE_SYS_TYPES_H
  1664. | # include <sys/types.h>
  1665. | #endif
  1666. | #ifdef HAVE_SYS_STAT_H
  1667. | # include <sys/stat.h>
  1668. | #endif
  1669. | #ifdef STDC_HEADERS
  1670. | # include <stdlib.h>
  1671. | # include <stddef.h>
  1672. | #else
  1673. | # ifdef HAVE_STDLIB_H
  1674. | # include <stdlib.h>
  1675. | # endif
  1676. | #endif
  1677. | #ifdef HAVE_STRING_H
  1678. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1679. | # include <memory.h>
  1680. | # endif
  1681. | # include <string.h>
  1682. | #endif
  1683. | #ifdef HAVE_STRINGS_H
  1684. | # include <strings.h>
  1685. | #endif
  1686. | #ifdef HAVE_INTTYPES_H
  1687. | # include <inttypes.h>
  1688. | #endif
  1689. | #ifdef HAVE_STDINT_H
  1690. | # include <stdint.h>
  1691. | #endif
  1692. | #ifdef HAVE_UNISTD_H
  1693. | # include <unistd.h>
  1694. | #endif
  1695. | int
  1696. | main ()
  1697. | {
  1698. | static struct stat ac_aggr;
  1699. | if (sizeof ac_aggr.st_ctimespec)
  1700. | return 0;
  1701. | ;
  1702. | return 0;
  1703. | }
  1704. configure:4017: result: no
  1705. configure:4027: checking for struct stat.st_atimensec
  1706. configure:4027: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  1707. conftest.c: In function 'main':
  1708. conftest.c:94:12: error: 'struct stat' has no member named 'st_atimensec'
  1709. configure:4027: $? = 1
  1710. configure: failed program was:
  1711. | /* confdefs.h */
  1712. | #define PACKAGE_NAME "Haskell unix package"
  1713. | #define PACKAGE_TARNAME "unix"
  1714. | #define PACKAGE_VERSION "2.0"
  1715. | #define PACKAGE_STRING "Haskell unix package 2.0"
  1716. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  1717. | #define PACKAGE_URL ""
  1718. | #define STDC_HEADERS 1
  1719. | #define HAVE_SYS_TYPES_H 1
  1720. | #define HAVE_SYS_STAT_H 1
  1721. | #define HAVE_STDLIB_H 1
  1722. | #define HAVE_STRING_H 1
  1723. | #define HAVE_MEMORY_H 1
  1724. | #define HAVE_STRINGS_H 1
  1725. | #define HAVE_INTTYPES_H 1
  1726. | #define HAVE_STDINT_H 1
  1727. | #define HAVE_UNISTD_H 1
  1728. | #define HAVE_DIRENT_H 1
  1729. | #define HAVE_FCNTL_H 1
  1730. | #define HAVE_GRP_H 1
  1731. | #define HAVE_LIMITS_H 1
  1732. | #define HAVE_PWD_H 1
  1733. | #define HAVE_SIGNAL_H 1
  1734. | #define HAVE_STRING_H 1
  1735. | #define HAVE_SYS_RESOURCE_H 1
  1736. | #define HAVE_SYS_STAT_H 1
  1737. | #define HAVE_SYS_TIMES_H 1
  1738. | #define HAVE_SYS_TIME_H 1
  1739. | #define HAVE_SYS_UTSNAME_H 1
  1740. | #define HAVE_SYS_WAIT_H 1
  1741. | #define HAVE_PTY_H 1
  1742. | #define HAVE_UTMP_H 1
  1743. | #define HAVE_TERMIOS_H 1
  1744. | #define HAVE_TIME_H 1
  1745. | #define HAVE_UNISTD_H 1
  1746. | #define HAVE_UTIME_H 1
  1747. | #define HAVE_GETGRGID_R 1
  1748. | #define HAVE_GETGRNAM_R 1
  1749. | #define HAVE_GETPWNAM_R 1
  1750. | #define HAVE_GETPWUID_R 1
  1751. | #define HAVE_GETPWNAM 1
  1752. | #define HAVE_GETPWUID 1
  1753. | #define HAVE_GETPWENT 1
  1754. | #define HAVE_GETGRENT 1
  1755. | #define HAVE_LCHOWN 1
  1756. | #define HAVE_SETENV 1
  1757. | #define HAVE_SYSCONF 1
  1758. | #define HAVE_UNSETENV 1
  1759. | #define HAVE_NANOSLEEP 1
  1760. | #define HAVE_PTSNAME 1
  1761. | #define HAVE_SETITIMER 1
  1762. | #define HAVE_READDIR_R 1
  1763. | #define HAVE_STRUCT_STAT_ST_ATIM 1
  1764. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  1765. | #define HAVE_STRUCT_STAT_ST_CTIM 1
  1766. | /* end confdefs.h. */
  1767. | #include <stdio.h>
  1768. | #ifdef HAVE_SYS_TYPES_H
  1769. | # include <sys/types.h>
  1770. | #endif
  1771. | #ifdef HAVE_SYS_STAT_H
  1772. | # include <sys/stat.h>
  1773. | #endif
  1774. | #ifdef STDC_HEADERS
  1775. | # include <stdlib.h>
  1776. | # include <stddef.h>
  1777. | #else
  1778. | # ifdef HAVE_STDLIB_H
  1779. | # include <stdlib.h>
  1780. | # endif
  1781. | #endif
  1782. | #ifdef HAVE_STRING_H
  1783. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1784. | # include <memory.h>
  1785. | # endif
  1786. | # include <string.h>
  1787. | #endif
  1788. | #ifdef HAVE_STRINGS_H
  1789. | # include <strings.h>
  1790. | #endif
  1791. | #ifdef HAVE_INTTYPES_H
  1792. | # include <inttypes.h>
  1793. | #endif
  1794. | #ifdef HAVE_STDINT_H
  1795. | # include <stdint.h>
  1796. | #endif
  1797. | #ifdef HAVE_UNISTD_H
  1798. | # include <unistd.h>
  1799. | #endif
  1800. | int
  1801. | main ()
  1802. | {
  1803. | static struct stat ac_aggr;
  1804. | if (ac_aggr.st_atimensec)
  1805. | return 0;
  1806. | ;
  1807. | return 0;
  1808. | }
  1809. configure:4027: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  1810. conftest.c: In function 'main':
  1811. conftest.c:94:19: error: 'struct stat' has no member named 'st_atimensec'
  1812. configure:4027: $? = 1
  1813. configure: failed program was:
  1814. | /* confdefs.h */
  1815. | #define PACKAGE_NAME "Haskell unix package"
  1816. | #define PACKAGE_TARNAME "unix"
  1817. | #define PACKAGE_VERSION "2.0"
  1818. | #define PACKAGE_STRING "Haskell unix package 2.0"
  1819. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  1820. | #define PACKAGE_URL ""
  1821. | #define STDC_HEADERS 1
  1822. | #define HAVE_SYS_TYPES_H 1
  1823. | #define HAVE_SYS_STAT_H 1
  1824. | #define HAVE_STDLIB_H 1
  1825. | #define HAVE_STRING_H 1
  1826. | #define HAVE_MEMORY_H 1
  1827. | #define HAVE_STRINGS_H 1
  1828. | #define HAVE_INTTYPES_H 1
  1829. | #define HAVE_STDINT_H 1
  1830. | #define HAVE_UNISTD_H 1
  1831. | #define HAVE_DIRENT_H 1
  1832. | #define HAVE_FCNTL_H 1
  1833. | #define HAVE_GRP_H 1
  1834. | #define HAVE_LIMITS_H 1
  1835. | #define HAVE_PWD_H 1
  1836. | #define HAVE_SIGNAL_H 1
  1837. | #define HAVE_STRING_H 1
  1838. | #define HAVE_SYS_RESOURCE_H 1
  1839. | #define HAVE_SYS_STAT_H 1
  1840. | #define HAVE_SYS_TIMES_H 1
  1841. | #define HAVE_SYS_TIME_H 1
  1842. | #define HAVE_SYS_UTSNAME_H 1
  1843. | #define HAVE_SYS_WAIT_H 1
  1844. | #define HAVE_PTY_H 1
  1845. | #define HAVE_UTMP_H 1
  1846. | #define HAVE_TERMIOS_H 1
  1847. | #define HAVE_TIME_H 1
  1848. | #define HAVE_UNISTD_H 1
  1849. | #define HAVE_UTIME_H 1
  1850. | #define HAVE_GETGRGID_R 1
  1851. | #define HAVE_GETGRNAM_R 1
  1852. | #define HAVE_GETPWNAM_R 1
  1853. | #define HAVE_GETPWUID_R 1
  1854. | #define HAVE_GETPWNAM 1
  1855. | #define HAVE_GETPWUID 1
  1856. | #define HAVE_GETPWENT 1
  1857. | #define HAVE_GETGRENT 1
  1858. | #define HAVE_LCHOWN 1
  1859. | #define HAVE_SETENV 1
  1860. | #define HAVE_SYSCONF 1
  1861. | #define HAVE_UNSETENV 1
  1862. | #define HAVE_NANOSLEEP 1
  1863. | #define HAVE_PTSNAME 1
  1864. | #define HAVE_SETITIMER 1
  1865. | #define HAVE_READDIR_R 1
  1866. | #define HAVE_STRUCT_STAT_ST_ATIM 1
  1867. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  1868. | #define HAVE_STRUCT_STAT_ST_CTIM 1
  1869. | /* end confdefs.h. */
  1870. | #include <stdio.h>
  1871. | #ifdef HAVE_SYS_TYPES_H
  1872. | # include <sys/types.h>
  1873. | #endif
  1874. | #ifdef HAVE_SYS_STAT_H
  1875. | # include <sys/stat.h>
  1876. | #endif
  1877. | #ifdef STDC_HEADERS
  1878. | # include <stdlib.h>
  1879. | # include <stddef.h>
  1880. | #else
  1881. | # ifdef HAVE_STDLIB_H
  1882. | # include <stdlib.h>
  1883. | # endif
  1884. | #endif
  1885. | #ifdef HAVE_STRING_H
  1886. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1887. | # include <memory.h>
  1888. | # endif
  1889. | # include <string.h>
  1890. | #endif
  1891. | #ifdef HAVE_STRINGS_H
  1892. | # include <strings.h>
  1893. | #endif
  1894. | #ifdef HAVE_INTTYPES_H
  1895. | # include <inttypes.h>
  1896. | #endif
  1897. | #ifdef HAVE_STDINT_H
  1898. | # include <stdint.h>
  1899. | #endif
  1900. | #ifdef HAVE_UNISTD_H
  1901. | # include <unistd.h>
  1902. | #endif
  1903. | int
  1904. | main ()
  1905. | {
  1906. | static struct stat ac_aggr;
  1907. | if (sizeof ac_aggr.st_atimensec)
  1908. | return 0;
  1909. | ;
  1910. | return 0;
  1911. | }
  1912. configure:4027: result: no
  1913. configure:4037: checking for struct stat.st_mtimensec
  1914. configure:4037: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  1915. conftest.c: In function 'main':
  1916. conftest.c:94:12: error: 'struct stat' has no member named 'st_mtimensec'
  1917. configure:4037: $? = 1
  1918. configure: failed program was:
  1919. | /* confdefs.h */
  1920. | #define PACKAGE_NAME "Haskell unix package"
  1921. | #define PACKAGE_TARNAME "unix"
  1922. | #define PACKAGE_VERSION "2.0"
  1923. | #define PACKAGE_STRING "Haskell unix package 2.0"
  1924. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  1925. | #define PACKAGE_URL ""
  1926. | #define STDC_HEADERS 1
  1927. | #define HAVE_SYS_TYPES_H 1
  1928. | #define HAVE_SYS_STAT_H 1
  1929. | #define HAVE_STDLIB_H 1
  1930. | #define HAVE_STRING_H 1
  1931. | #define HAVE_MEMORY_H 1
  1932. | #define HAVE_STRINGS_H 1
  1933. | #define HAVE_INTTYPES_H 1
  1934. | #define HAVE_STDINT_H 1
  1935. | #define HAVE_UNISTD_H 1
  1936. | #define HAVE_DIRENT_H 1
  1937. | #define HAVE_FCNTL_H 1
  1938. | #define HAVE_GRP_H 1
  1939. | #define HAVE_LIMITS_H 1
  1940. | #define HAVE_PWD_H 1
  1941. | #define HAVE_SIGNAL_H 1
  1942. | #define HAVE_STRING_H 1
  1943. | #define HAVE_SYS_RESOURCE_H 1
  1944. | #define HAVE_SYS_STAT_H 1
  1945. | #define HAVE_SYS_TIMES_H 1
  1946. | #define HAVE_SYS_TIME_H 1
  1947. | #define HAVE_SYS_UTSNAME_H 1
  1948. | #define HAVE_SYS_WAIT_H 1
  1949. | #define HAVE_PTY_H 1
  1950. | #define HAVE_UTMP_H 1
  1951. | #define HAVE_TERMIOS_H 1
  1952. | #define HAVE_TIME_H 1
  1953. | #define HAVE_UNISTD_H 1
  1954. | #define HAVE_UTIME_H 1
  1955. | #define HAVE_GETGRGID_R 1
  1956. | #define HAVE_GETGRNAM_R 1
  1957. | #define HAVE_GETPWNAM_R 1
  1958. | #define HAVE_GETPWUID_R 1
  1959. | #define HAVE_GETPWNAM 1
  1960. | #define HAVE_GETPWUID 1
  1961. | #define HAVE_GETPWENT 1
  1962. | #define HAVE_GETGRENT 1
  1963. | #define HAVE_LCHOWN 1
  1964. | #define HAVE_SETENV 1
  1965. | #define HAVE_SYSCONF 1
  1966. | #define HAVE_UNSETENV 1
  1967. | #define HAVE_NANOSLEEP 1
  1968. | #define HAVE_PTSNAME 1
  1969. | #define HAVE_SETITIMER 1
  1970. | #define HAVE_READDIR_R 1
  1971. | #define HAVE_STRUCT_STAT_ST_ATIM 1
  1972. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  1973. | #define HAVE_STRUCT_STAT_ST_CTIM 1
  1974. | /* end confdefs.h. */
  1975. | #include <stdio.h>
  1976. | #ifdef HAVE_SYS_TYPES_H
  1977. | # include <sys/types.h>
  1978. | #endif
  1979. | #ifdef HAVE_SYS_STAT_H
  1980. | # include <sys/stat.h>
  1981. | #endif
  1982. | #ifdef STDC_HEADERS
  1983. | # include <stdlib.h>
  1984. | # include <stddef.h>
  1985. | #else
  1986. | # ifdef HAVE_STDLIB_H
  1987. | # include <stdlib.h>
  1988. | # endif
  1989. | #endif
  1990. | #ifdef HAVE_STRING_H
  1991. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1992. | # include <memory.h>
  1993. | # endif
  1994. | # include <string.h>
  1995. | #endif
  1996. | #ifdef HAVE_STRINGS_H
  1997. | # include <strings.h>
  1998. | #endif
  1999. | #ifdef HAVE_INTTYPES_H
  2000. | # include <inttypes.h>
  2001. | #endif
  2002. | #ifdef HAVE_STDINT_H
  2003. | # include <stdint.h>
  2004. | #endif
  2005. | #ifdef HAVE_UNISTD_H
  2006. | # include <unistd.h>
  2007. | #endif
  2008. | int
  2009. | main ()
  2010. | {
  2011. | static struct stat ac_aggr;
  2012. | if (ac_aggr.st_mtimensec)
  2013. | return 0;
  2014. | ;
  2015. | return 0;
  2016. | }
  2017. configure:4037: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  2018. conftest.c: In function 'main':
  2019. conftest.c:94:19: error: 'struct stat' has no member named 'st_mtimensec'
  2020. configure:4037: $? = 1
  2021. configure: failed program was:
  2022. | /* confdefs.h */
  2023. | #define PACKAGE_NAME "Haskell unix package"
  2024. | #define PACKAGE_TARNAME "unix"
  2025. | #define PACKAGE_VERSION "2.0"
  2026. | #define PACKAGE_STRING "Haskell unix package 2.0"
  2027. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  2028. | #define PACKAGE_URL ""
  2029. | #define STDC_HEADERS 1
  2030. | #define HAVE_SYS_TYPES_H 1
  2031. | #define HAVE_SYS_STAT_H 1
  2032. | #define HAVE_STDLIB_H 1
  2033. | #define HAVE_STRING_H 1
  2034. | #define HAVE_MEMORY_H 1
  2035. | #define HAVE_STRINGS_H 1
  2036. | #define HAVE_INTTYPES_H 1
  2037. | #define HAVE_STDINT_H 1
  2038. | #define HAVE_UNISTD_H 1
  2039. | #define HAVE_DIRENT_H 1
  2040. | #define HAVE_FCNTL_H 1
  2041. | #define HAVE_GRP_H 1
  2042. | #define HAVE_LIMITS_H 1
  2043. | #define HAVE_PWD_H 1
  2044. | #define HAVE_SIGNAL_H 1
  2045. | #define HAVE_STRING_H 1
  2046. | #define HAVE_SYS_RESOURCE_H 1
  2047. | #define HAVE_SYS_STAT_H 1
  2048. | #define HAVE_SYS_TIMES_H 1
  2049. | #define HAVE_SYS_TIME_H 1
  2050. | #define HAVE_SYS_UTSNAME_H 1
  2051. | #define HAVE_SYS_WAIT_H 1
  2052. | #define HAVE_PTY_H 1
  2053. | #define HAVE_UTMP_H 1
  2054. | #define HAVE_TERMIOS_H 1
  2055. | #define HAVE_TIME_H 1
  2056. | #define HAVE_UNISTD_H 1
  2057. | #define HAVE_UTIME_H 1
  2058. | #define HAVE_GETGRGID_R 1
  2059. | #define HAVE_GETGRNAM_R 1
  2060. | #define HAVE_GETPWNAM_R 1
  2061. | #define HAVE_GETPWUID_R 1
  2062. | #define HAVE_GETPWNAM 1
  2063. | #define HAVE_GETPWUID 1
  2064. | #define HAVE_GETPWENT 1
  2065. | #define HAVE_GETGRENT 1
  2066. | #define HAVE_LCHOWN 1
  2067. | #define HAVE_SETENV 1
  2068. | #define HAVE_SYSCONF 1
  2069. | #define HAVE_UNSETENV 1
  2070. | #define HAVE_NANOSLEEP 1
  2071. | #define HAVE_PTSNAME 1
  2072. | #define HAVE_SETITIMER 1
  2073. | #define HAVE_READDIR_R 1
  2074. | #define HAVE_STRUCT_STAT_ST_ATIM 1
  2075. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  2076. | #define HAVE_STRUCT_STAT_ST_CTIM 1
  2077. | /* end confdefs.h. */
  2078. | #include <stdio.h>
  2079. | #ifdef HAVE_SYS_TYPES_H
  2080. | # include <sys/types.h>
  2081. | #endif
  2082. | #ifdef HAVE_SYS_STAT_H
  2083. | # include <sys/stat.h>
  2084. | #endif
  2085. | #ifdef STDC_HEADERS
  2086. | # include <stdlib.h>
  2087. | # include <stddef.h>
  2088. | #else
  2089. | # ifdef HAVE_STDLIB_H
  2090. | # include <stdlib.h>
  2091. | # endif
  2092. | #endif
  2093. | #ifdef HAVE_STRING_H
  2094. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2095. | # include <memory.h>
  2096. | # endif
  2097. | # include <string.h>
  2098. | #endif
  2099. | #ifdef HAVE_STRINGS_H
  2100. | # include <strings.h>
  2101. | #endif
  2102. | #ifdef HAVE_INTTYPES_H
  2103. | # include <inttypes.h>
  2104. | #endif
  2105. | #ifdef HAVE_STDINT_H
  2106. | # include <stdint.h>
  2107. | #endif
  2108. | #ifdef HAVE_UNISTD_H
  2109. | # include <unistd.h>
  2110. | #endif
  2111. | int
  2112. | main ()
  2113. | {
  2114. | static struct stat ac_aggr;
  2115. | if (sizeof ac_aggr.st_mtimensec)
  2116. | return 0;
  2117. | ;
  2118. | return 0;
  2119. | }
  2120. configure:4037: result: no
  2121. configure:4047: checking for struct stat.st_ctimensec
  2122. configure:4047: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  2123. conftest.c: In function 'main':
  2124. conftest.c:94:12: error: 'struct stat' has no member named 'st_ctimensec'
  2125. configure:4047: $? = 1
  2126. configure: failed program was:
  2127. | /* confdefs.h */
  2128. | #define PACKAGE_NAME "Haskell unix package"
  2129. | #define PACKAGE_TARNAME "unix"
  2130. | #define PACKAGE_VERSION "2.0"
  2131. | #define PACKAGE_STRING "Haskell unix package 2.0"
  2132. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  2133. | #define PACKAGE_URL ""
  2134. | #define STDC_HEADERS 1
  2135. | #define HAVE_SYS_TYPES_H 1
  2136. | #define HAVE_SYS_STAT_H 1
  2137. | #define HAVE_STDLIB_H 1
  2138. | #define HAVE_STRING_H 1
  2139. | #define HAVE_MEMORY_H 1
  2140. | #define HAVE_STRINGS_H 1
  2141. | #define HAVE_INTTYPES_H 1
  2142. | #define HAVE_STDINT_H 1
  2143. | #define HAVE_UNISTD_H 1
  2144. | #define HAVE_DIRENT_H 1
  2145. | #define HAVE_FCNTL_H 1
  2146. | #define HAVE_GRP_H 1
  2147. | #define HAVE_LIMITS_H 1
  2148. | #define HAVE_PWD_H 1
  2149. | #define HAVE_SIGNAL_H 1
  2150. | #define HAVE_STRING_H 1
  2151. | #define HAVE_SYS_RESOURCE_H 1
  2152. | #define HAVE_SYS_STAT_H 1
  2153. | #define HAVE_SYS_TIMES_H 1
  2154. | #define HAVE_SYS_TIME_H 1
  2155. | #define HAVE_SYS_UTSNAME_H 1
  2156. | #define HAVE_SYS_WAIT_H 1
  2157. | #define HAVE_PTY_H 1
  2158. | #define HAVE_UTMP_H 1
  2159. | #define HAVE_TERMIOS_H 1
  2160. | #define HAVE_TIME_H 1
  2161. | #define HAVE_UNISTD_H 1
  2162. | #define HAVE_UTIME_H 1
  2163. | #define HAVE_GETGRGID_R 1
  2164. | #define HAVE_GETGRNAM_R 1
  2165. | #define HAVE_GETPWNAM_R 1
  2166. | #define HAVE_GETPWUID_R 1
  2167. | #define HAVE_GETPWNAM 1
  2168. | #define HAVE_GETPWUID 1
  2169. | #define HAVE_GETPWENT 1
  2170. | #define HAVE_GETGRENT 1
  2171. | #define HAVE_LCHOWN 1
  2172. | #define HAVE_SETENV 1
  2173. | #define HAVE_SYSCONF 1
  2174. | #define HAVE_UNSETENV 1
  2175. | #define HAVE_NANOSLEEP 1
  2176. | #define HAVE_PTSNAME 1
  2177. | #define HAVE_SETITIMER 1
  2178. | #define HAVE_READDIR_R 1
  2179. | #define HAVE_STRUCT_STAT_ST_ATIM 1
  2180. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  2181. | #define HAVE_STRUCT_STAT_ST_CTIM 1
  2182. | /* end confdefs.h. */
  2183. | #include <stdio.h>
  2184. | #ifdef HAVE_SYS_TYPES_H
  2185. | # include <sys/types.h>
  2186. | #endif
  2187. | #ifdef HAVE_SYS_STAT_H
  2188. | # include <sys/stat.h>
  2189. | #endif
  2190. | #ifdef STDC_HEADERS
  2191. | # include <stdlib.h>
  2192. | # include <stddef.h>
  2193. | #else
  2194. | # ifdef HAVE_STDLIB_H
  2195. | # include <stdlib.h>
  2196. | # endif
  2197. | #endif
  2198. | #ifdef HAVE_STRING_H
  2199. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2200. | # include <memory.h>
  2201. | # endif
  2202. | # include <string.h>
  2203. | #endif
  2204. | #ifdef HAVE_STRINGS_H
  2205. | # include <strings.h>
  2206. | #endif
  2207. | #ifdef HAVE_INTTYPES_H
  2208. | # include <inttypes.h>
  2209. | #endif
  2210. | #ifdef HAVE_STDINT_H
  2211. | # include <stdint.h>
  2212. | #endif
  2213. | #ifdef HAVE_UNISTD_H
  2214. | # include <unistd.h>
  2215. | #endif
  2216. | int
  2217. | main ()
  2218. | {
  2219. | static struct stat ac_aggr;
  2220. | if (ac_aggr.st_ctimensec)
  2221. | return 0;
  2222. | ;
  2223. | return 0;
  2224. | }
  2225. configure:4047: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  2226. conftest.c: In function 'main':
  2227. conftest.c:94:19: error: 'struct stat' has no member named 'st_ctimensec'
  2228. configure:4047: $? = 1
  2229. configure: failed program was:
  2230. | /* confdefs.h */
  2231. | #define PACKAGE_NAME "Haskell unix package"
  2232. | #define PACKAGE_TARNAME "unix"
  2233. | #define PACKAGE_VERSION "2.0"
  2234. | #define PACKAGE_STRING "Haskell unix package 2.0"
  2235. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  2236. | #define PACKAGE_URL ""
  2237. | #define STDC_HEADERS 1
  2238. | #define HAVE_SYS_TYPES_H 1
  2239. | #define HAVE_SYS_STAT_H 1
  2240. | #define HAVE_STDLIB_H 1
  2241. | #define HAVE_STRING_H 1
  2242. | #define HAVE_MEMORY_H 1
  2243. | #define HAVE_STRINGS_H 1
  2244. | #define HAVE_INTTYPES_H 1
  2245. | #define HAVE_STDINT_H 1
  2246. | #define HAVE_UNISTD_H 1
  2247. | #define HAVE_DIRENT_H 1
  2248. | #define HAVE_FCNTL_H 1
  2249. | #define HAVE_GRP_H 1
  2250. | #define HAVE_LIMITS_H 1
  2251. | #define HAVE_PWD_H 1
  2252. | #define HAVE_SIGNAL_H 1
  2253. | #define HAVE_STRING_H 1
  2254. | #define HAVE_SYS_RESOURCE_H 1
  2255. | #define HAVE_SYS_STAT_H 1
  2256. | #define HAVE_SYS_TIMES_H 1
  2257. | #define HAVE_SYS_TIME_H 1
  2258. | #define HAVE_SYS_UTSNAME_H 1
  2259. | #define HAVE_SYS_WAIT_H 1
  2260. | #define HAVE_PTY_H 1
  2261. | #define HAVE_UTMP_H 1
  2262. | #define HAVE_TERMIOS_H 1
  2263. | #define HAVE_TIME_H 1
  2264. | #define HAVE_UNISTD_H 1
  2265. | #define HAVE_UTIME_H 1
  2266. | #define HAVE_GETGRGID_R 1
  2267. | #define HAVE_GETGRNAM_R 1
  2268. | #define HAVE_GETPWNAM_R 1
  2269. | #define HAVE_GETPWUID_R 1
  2270. | #define HAVE_GETPWNAM 1
  2271. | #define HAVE_GETPWUID 1
  2272. | #define HAVE_GETPWENT 1
  2273. | #define HAVE_GETGRENT 1
  2274. | #define HAVE_LCHOWN 1
  2275. | #define HAVE_SETENV 1
  2276. | #define HAVE_SYSCONF 1
  2277. | #define HAVE_UNSETENV 1
  2278. | #define HAVE_NANOSLEEP 1
  2279. | #define HAVE_PTSNAME 1
  2280. | #define HAVE_SETITIMER 1
  2281. | #define HAVE_READDIR_R 1
  2282. | #define HAVE_STRUCT_STAT_ST_ATIM 1
  2283. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  2284. | #define HAVE_STRUCT_STAT_ST_CTIM 1
  2285. | /* end confdefs.h. */
  2286. | #include <stdio.h>
  2287. | #ifdef HAVE_SYS_TYPES_H
  2288. | # include <sys/types.h>
  2289. | #endif
  2290. | #ifdef HAVE_SYS_STAT_H
  2291. | # include <sys/stat.h>
  2292. | #endif
  2293. | #ifdef STDC_HEADERS
  2294. | # include <stdlib.h>
  2295. | # include <stddef.h>
  2296. | #else
  2297. | # ifdef HAVE_STDLIB_H
  2298. | # include <stdlib.h>
  2299. | # endif
  2300. | #endif
  2301. | #ifdef HAVE_STRING_H
  2302. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2303. | # include <memory.h>
  2304. | # endif
  2305. | # include <string.h>
  2306. | #endif
  2307. | #ifdef HAVE_STRINGS_H
  2308. | # include <strings.h>
  2309. | #endif
  2310. | #ifdef HAVE_INTTYPES_H
  2311. | # include <inttypes.h>
  2312. | #endif
  2313. | #ifdef HAVE_STDINT_H
  2314. | # include <stdint.h>
  2315. | #endif
  2316. | #ifdef HAVE_UNISTD_H
  2317. | # include <unistd.h>
  2318. | #endif
  2319. | int
  2320. | main ()
  2321. | {
  2322. | static struct stat ac_aggr;
  2323. | if (sizeof ac_aggr.st_ctimensec)
  2324. | return 0;
  2325. | ;
  2326. | return 0;
  2327. | }
  2328. configure:4047: result: no
  2329. configure:4057: checking for struct stat.st_atime_n
  2330. configure:4057: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  2331. conftest.c: In function 'main':
  2332. conftest.c:94:12: error: 'struct stat' has no member named 'st_atime_n'
  2333. configure:4057: $? = 1
  2334. configure: failed program was:
  2335. | /* confdefs.h */
  2336. | #define PACKAGE_NAME "Haskell unix package"
  2337. | #define PACKAGE_TARNAME "unix"
  2338. | #define PACKAGE_VERSION "2.0"
  2339. | #define PACKAGE_STRING "Haskell unix package 2.0"
  2340. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  2341. | #define PACKAGE_URL ""
  2342. | #define STDC_HEADERS 1
  2343. | #define HAVE_SYS_TYPES_H 1
  2344. | #define HAVE_SYS_STAT_H 1
  2345. | #define HAVE_STDLIB_H 1
  2346. | #define HAVE_STRING_H 1
  2347. | #define HAVE_MEMORY_H 1
  2348. | #define HAVE_STRINGS_H 1
  2349. | #define HAVE_INTTYPES_H 1
  2350. | #define HAVE_STDINT_H 1
  2351. | #define HAVE_UNISTD_H 1
  2352. | #define HAVE_DIRENT_H 1
  2353. | #define HAVE_FCNTL_H 1
  2354. | #define HAVE_GRP_H 1
  2355. | #define HAVE_LIMITS_H 1
  2356. | #define HAVE_PWD_H 1
  2357. | #define HAVE_SIGNAL_H 1
  2358. | #define HAVE_STRING_H 1
  2359. | #define HAVE_SYS_RESOURCE_H 1
  2360. | #define HAVE_SYS_STAT_H 1
  2361. | #define HAVE_SYS_TIMES_H 1
  2362. | #define HAVE_SYS_TIME_H 1
  2363. | #define HAVE_SYS_UTSNAME_H 1
  2364. | #define HAVE_SYS_WAIT_H 1
  2365. | #define HAVE_PTY_H 1
  2366. | #define HAVE_UTMP_H 1
  2367. | #define HAVE_TERMIOS_H 1
  2368. | #define HAVE_TIME_H 1
  2369. | #define HAVE_UNISTD_H 1
  2370. | #define HAVE_UTIME_H 1
  2371. | #define HAVE_GETGRGID_R 1
  2372. | #define HAVE_GETGRNAM_R 1
  2373. | #define HAVE_GETPWNAM_R 1
  2374. | #define HAVE_GETPWUID_R 1
  2375. | #define HAVE_GETPWNAM 1
  2376. | #define HAVE_GETPWUID 1
  2377. | #define HAVE_GETPWENT 1
  2378. | #define HAVE_GETGRENT 1
  2379. | #define HAVE_LCHOWN 1
  2380. | #define HAVE_SETENV 1
  2381. | #define HAVE_SYSCONF 1
  2382. | #define HAVE_UNSETENV 1
  2383. | #define HAVE_NANOSLEEP 1
  2384. | #define HAVE_PTSNAME 1
  2385. | #define HAVE_SETITIMER 1
  2386. | #define HAVE_READDIR_R 1
  2387. | #define HAVE_STRUCT_STAT_ST_ATIM 1
  2388. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  2389. | #define HAVE_STRUCT_STAT_ST_CTIM 1
  2390. | /* end confdefs.h. */
  2391. | #include <stdio.h>
  2392. | #ifdef HAVE_SYS_TYPES_H
  2393. | # include <sys/types.h>
  2394. | #endif
  2395. | #ifdef HAVE_SYS_STAT_H
  2396. | # include <sys/stat.h>
  2397. | #endif
  2398. | #ifdef STDC_HEADERS
  2399. | # include <stdlib.h>
  2400. | # include <stddef.h>
  2401. | #else
  2402. | # ifdef HAVE_STDLIB_H
  2403. | # include <stdlib.h>
  2404. | # endif
  2405. | #endif
  2406. | #ifdef HAVE_STRING_H
  2407. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2408. | # include <memory.h>
  2409. | # endif
  2410. | # include <string.h>
  2411. | #endif
  2412. | #ifdef HAVE_STRINGS_H
  2413. | # include <strings.h>
  2414. | #endif
  2415. | #ifdef HAVE_INTTYPES_H
  2416. | # include <inttypes.h>
  2417. | #endif
  2418. | #ifdef HAVE_STDINT_H
  2419. | # include <stdint.h>
  2420. | #endif
  2421. | #ifdef HAVE_UNISTD_H
  2422. | # include <unistd.h>
  2423. | #endif
  2424. | int
  2425. | main ()
  2426. | {
  2427. | static struct stat ac_aggr;
  2428. | if (ac_aggr.st_atime_n)
  2429. | return 0;
  2430. | ;
  2431. | return 0;
  2432. | }
  2433. configure:4057: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  2434. conftest.c: In function 'main':
  2435. conftest.c:94:19: error: 'struct stat' has no member named 'st_atime_n'
  2436. configure:4057: $? = 1
  2437. configure: failed program was:
  2438. | /* confdefs.h */
  2439. | #define PACKAGE_NAME "Haskell unix package"
  2440. | #define PACKAGE_TARNAME "unix"
  2441. | #define PACKAGE_VERSION "2.0"
  2442. | #define PACKAGE_STRING "Haskell unix package 2.0"
  2443. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  2444. | #define PACKAGE_URL ""
  2445. | #define STDC_HEADERS 1
  2446. | #define HAVE_SYS_TYPES_H 1
  2447. | #define HAVE_SYS_STAT_H 1
  2448. | #define HAVE_STDLIB_H 1
  2449. | #define HAVE_STRING_H 1
  2450. | #define HAVE_MEMORY_H 1
  2451. | #define HAVE_STRINGS_H 1
  2452. | #define HAVE_INTTYPES_H 1
  2453. | #define HAVE_STDINT_H 1
  2454. | #define HAVE_UNISTD_H 1
  2455. | #define HAVE_DIRENT_H 1
  2456. | #define HAVE_FCNTL_H 1
  2457. | #define HAVE_GRP_H 1
  2458. | #define HAVE_LIMITS_H 1
  2459. | #define HAVE_PWD_H 1
  2460. | #define HAVE_SIGNAL_H 1
  2461. | #define HAVE_STRING_H 1
  2462. | #define HAVE_SYS_RESOURCE_H 1
  2463. | #define HAVE_SYS_STAT_H 1
  2464. | #define HAVE_SYS_TIMES_H 1
  2465. | #define HAVE_SYS_TIME_H 1
  2466. | #define HAVE_SYS_UTSNAME_H 1
  2467. | #define HAVE_SYS_WAIT_H 1
  2468. | #define HAVE_PTY_H 1
  2469. | #define HAVE_UTMP_H 1
  2470. | #define HAVE_TERMIOS_H 1
  2471. | #define HAVE_TIME_H 1
  2472. | #define HAVE_UNISTD_H 1
  2473. | #define HAVE_UTIME_H 1
  2474. | #define HAVE_GETGRGID_R 1
  2475. | #define HAVE_GETGRNAM_R 1
  2476. | #define HAVE_GETPWNAM_R 1
  2477. | #define HAVE_GETPWUID_R 1
  2478. | #define HAVE_GETPWNAM 1
  2479. | #define HAVE_GETPWUID 1
  2480. | #define HAVE_GETPWENT 1
  2481. | #define HAVE_GETGRENT 1
  2482. | #define HAVE_LCHOWN 1
  2483. | #define HAVE_SETENV 1
  2484. | #define HAVE_SYSCONF 1
  2485. | #define HAVE_UNSETENV 1
  2486. | #define HAVE_NANOSLEEP 1
  2487. | #define HAVE_PTSNAME 1
  2488. | #define HAVE_SETITIMER 1
  2489. | #define HAVE_READDIR_R 1
  2490. | #define HAVE_STRUCT_STAT_ST_ATIM 1
  2491. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  2492. | #define HAVE_STRUCT_STAT_ST_CTIM 1
  2493. | /* end confdefs.h. */
  2494. | #include <stdio.h>
  2495. | #ifdef HAVE_SYS_TYPES_H
  2496. | # include <sys/types.h>
  2497. | #endif
  2498. | #ifdef HAVE_SYS_STAT_H
  2499. | # include <sys/stat.h>
  2500. | #endif
  2501. | #ifdef STDC_HEADERS
  2502. | # include <stdlib.h>
  2503. | # include <stddef.h>
  2504. | #else
  2505. | # ifdef HAVE_STDLIB_H
  2506. | # include <stdlib.h>
  2507. | # endif
  2508. | #endif
  2509. | #ifdef HAVE_STRING_H
  2510. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2511. | # include <memory.h>
  2512. | # endif
  2513. | # include <string.h>
  2514. | #endif
  2515. | #ifdef HAVE_STRINGS_H
  2516. | # include <strings.h>
  2517. | #endif
  2518. | #ifdef HAVE_INTTYPES_H
  2519. | # include <inttypes.h>
  2520. | #endif
  2521. | #ifdef HAVE_STDINT_H
  2522. | # include <stdint.h>
  2523. | #endif
  2524. | #ifdef HAVE_UNISTD_H
  2525. | # include <unistd.h>
  2526. | #endif
  2527. | int
  2528. | main ()
  2529. | {
  2530. | static struct stat ac_aggr;
  2531. | if (sizeof ac_aggr.st_atime_n)
  2532. | return 0;
  2533. | ;
  2534. | return 0;
  2535. | }
  2536. configure:4057: result: no
  2537. configure:4067: checking for struct stat.st_mtime_n
  2538. configure:4067: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  2539. conftest.c: In function 'main':
  2540. conftest.c:94:12: error: 'struct stat' has no member named 'st_mtime_n'
  2541. configure:4067: $? = 1
  2542. configure: failed program was:
  2543. | /* confdefs.h */
  2544. | #define PACKAGE_NAME "Haskell unix package"
  2545. | #define PACKAGE_TARNAME "unix"
  2546. | #define PACKAGE_VERSION "2.0"
  2547. | #define PACKAGE_STRING "Haskell unix package 2.0"
  2548. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  2549. | #define PACKAGE_URL ""
  2550. | #define STDC_HEADERS 1
  2551. | #define HAVE_SYS_TYPES_H 1
  2552. | #define HAVE_SYS_STAT_H 1
  2553. | #define HAVE_STDLIB_H 1
  2554. | #define HAVE_STRING_H 1
  2555. | #define HAVE_MEMORY_H 1
  2556. | #define HAVE_STRINGS_H 1
  2557. | #define HAVE_INTTYPES_H 1
  2558. | #define HAVE_STDINT_H 1
  2559. | #define HAVE_UNISTD_H 1
  2560. | #define HAVE_DIRENT_H 1
  2561. | #define HAVE_FCNTL_H 1
  2562. | #define HAVE_GRP_H 1
  2563. | #define HAVE_LIMITS_H 1
  2564. | #define HAVE_PWD_H 1
  2565. | #define HAVE_SIGNAL_H 1
  2566. | #define HAVE_STRING_H 1
  2567. | #define HAVE_SYS_RESOURCE_H 1
  2568. | #define HAVE_SYS_STAT_H 1
  2569. | #define HAVE_SYS_TIMES_H 1
  2570. | #define HAVE_SYS_TIME_H 1
  2571. | #define HAVE_SYS_UTSNAME_H 1
  2572. | #define HAVE_SYS_WAIT_H 1
  2573. | #define HAVE_PTY_H 1
  2574. | #define HAVE_UTMP_H 1
  2575. | #define HAVE_TERMIOS_H 1
  2576. | #define HAVE_TIME_H 1
  2577. | #define HAVE_UNISTD_H 1
  2578. | #define HAVE_UTIME_H 1
  2579. | #define HAVE_GETGRGID_R 1
  2580. | #define HAVE_GETGRNAM_R 1
  2581. | #define HAVE_GETPWNAM_R 1
  2582. | #define HAVE_GETPWUID_R 1
  2583. | #define HAVE_GETPWNAM 1
  2584. | #define HAVE_GETPWUID 1
  2585. | #define HAVE_GETPWENT 1
  2586. | #define HAVE_GETGRENT 1
  2587. | #define HAVE_LCHOWN 1
  2588. | #define HAVE_SETENV 1
  2589. | #define HAVE_SYSCONF 1
  2590. | #define HAVE_UNSETENV 1
  2591. | #define HAVE_NANOSLEEP 1
  2592. | #define HAVE_PTSNAME 1
  2593. | #define HAVE_SETITIMER 1
  2594. | #define HAVE_READDIR_R 1
  2595. | #define HAVE_STRUCT_STAT_ST_ATIM 1
  2596. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  2597. | #define HAVE_STRUCT_STAT_ST_CTIM 1
  2598. | /* end confdefs.h. */
  2599. | #include <stdio.h>
  2600. | #ifdef HAVE_SYS_TYPES_H
  2601. | # include <sys/types.h>
  2602. | #endif
  2603. | #ifdef HAVE_SYS_STAT_H
  2604. | # include <sys/stat.h>
  2605. | #endif
  2606. | #ifdef STDC_HEADERS
  2607. | # include <stdlib.h>
  2608. | # include <stddef.h>
  2609. | #else
  2610. | # ifdef HAVE_STDLIB_H
  2611. | # include <stdlib.h>
  2612. | # endif
  2613. | #endif
  2614. | #ifdef HAVE_STRING_H
  2615. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2616. | # include <memory.h>
  2617. | # endif
  2618. | # include <string.h>
  2619. | #endif
  2620. | #ifdef HAVE_STRINGS_H
  2621. | # include <strings.h>
  2622. | #endif
  2623. | #ifdef HAVE_INTTYPES_H
  2624. | # include <inttypes.h>
  2625. | #endif
  2626. | #ifdef HAVE_STDINT_H
  2627. | # include <stdint.h>
  2628. | #endif
  2629. | #ifdef HAVE_UNISTD_H
  2630. | # include <unistd.h>
  2631. | #endif
  2632. | int
  2633. | main ()
  2634. | {
  2635. | static struct stat ac_aggr;
  2636. | if (ac_aggr.st_mtime_n)
  2637. | return 0;
  2638. | ;
  2639. | return 0;
  2640. | }
  2641. configure:4067: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  2642. conftest.c: In function 'main':
  2643. conftest.c:94:19: error: 'struct stat' has no member named 'st_mtime_n'
  2644. configure:4067: $? = 1
  2645. configure: failed program was:
  2646. | /* confdefs.h */
  2647. | #define PACKAGE_NAME "Haskell unix package"
  2648. | #define PACKAGE_TARNAME "unix"
  2649. | #define PACKAGE_VERSION "2.0"
  2650. | #define PACKAGE_STRING "Haskell unix package 2.0"
  2651. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  2652. | #define PACKAGE_URL ""
  2653. | #define STDC_HEADERS 1
  2654. | #define HAVE_SYS_TYPES_H 1
  2655. | #define HAVE_SYS_STAT_H 1
  2656. | #define HAVE_STDLIB_H 1
  2657. | #define HAVE_STRING_H 1
  2658. | #define HAVE_MEMORY_H 1
  2659. | #define HAVE_STRINGS_H 1
  2660. | #define HAVE_INTTYPES_H 1
  2661. | #define HAVE_STDINT_H 1
  2662. | #define HAVE_UNISTD_H 1
  2663. | #define HAVE_DIRENT_H 1
  2664. | #define HAVE_FCNTL_H 1
  2665. | #define HAVE_GRP_H 1
  2666. | #define HAVE_LIMITS_H 1
  2667. | #define HAVE_PWD_H 1
  2668. | #define HAVE_SIGNAL_H 1
  2669. | #define HAVE_STRING_H 1
  2670. | #define HAVE_SYS_RESOURCE_H 1
  2671. | #define HAVE_SYS_STAT_H 1
  2672. | #define HAVE_SYS_TIMES_H 1
  2673. | #define HAVE_SYS_TIME_H 1
  2674. | #define HAVE_SYS_UTSNAME_H 1
  2675. | #define HAVE_SYS_WAIT_H 1
  2676. | #define HAVE_PTY_H 1
  2677. | #define HAVE_UTMP_H 1
  2678. | #define HAVE_TERMIOS_H 1
  2679. | #define HAVE_TIME_H 1
  2680. | #define HAVE_UNISTD_H 1
  2681. | #define HAVE_UTIME_H 1
  2682. | #define HAVE_GETGRGID_R 1
  2683. | #define HAVE_GETGRNAM_R 1
  2684. | #define HAVE_GETPWNAM_R 1
  2685. | #define HAVE_GETPWUID_R 1
  2686. | #define HAVE_GETPWNAM 1
  2687. | #define HAVE_GETPWUID 1
  2688. | #define HAVE_GETPWENT 1
  2689. | #define HAVE_GETGRENT 1
  2690. | #define HAVE_LCHOWN 1
  2691. | #define HAVE_SETENV 1
  2692. | #define HAVE_SYSCONF 1
  2693. | #define HAVE_UNSETENV 1
  2694. | #define HAVE_NANOSLEEP 1
  2695. | #define HAVE_PTSNAME 1
  2696. | #define HAVE_SETITIMER 1
  2697. | #define HAVE_READDIR_R 1
  2698. | #define HAVE_STRUCT_STAT_ST_ATIM 1
  2699. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  2700. | #define HAVE_STRUCT_STAT_ST_CTIM 1
  2701. | /* end confdefs.h. */
  2702. | #include <stdio.h>
  2703. | #ifdef HAVE_SYS_TYPES_H
  2704. | # include <sys/types.h>
  2705. | #endif
  2706. | #ifdef HAVE_SYS_STAT_H
  2707. | # include <sys/stat.h>
  2708. | #endif
  2709. | #ifdef STDC_HEADERS
  2710. | # include <stdlib.h>
  2711. | # include <stddef.h>
  2712. | #else
  2713. | # ifdef HAVE_STDLIB_H
  2714. | # include <stdlib.h>
  2715. | # endif
  2716. | #endif
  2717. | #ifdef HAVE_STRING_H
  2718. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2719. | # include <memory.h>
  2720. | # endif
  2721. | # include <string.h>
  2722. | #endif
  2723. | #ifdef HAVE_STRINGS_H
  2724. | # include <strings.h>
  2725. | #endif
  2726. | #ifdef HAVE_INTTYPES_H
  2727. | # include <inttypes.h>
  2728. | #endif
  2729. | #ifdef HAVE_STDINT_H
  2730. | # include <stdint.h>
  2731. | #endif
  2732. | #ifdef HAVE_UNISTD_H
  2733. | # include <unistd.h>
  2734. | #endif
  2735. | int
  2736. | main ()
  2737. | {
  2738. | static struct stat ac_aggr;
  2739. | if (sizeof ac_aggr.st_mtime_n)
  2740. | return 0;
  2741. | ;
  2742. | return 0;
  2743. | }
  2744. configure:4067: result: no
  2745. configure:4077: checking for struct stat.st_ctime_n
  2746. configure:4077: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  2747. conftest.c: In function 'main':
  2748. conftest.c:94:12: error: 'struct stat' has no member named 'st_ctime_n'
  2749. configure:4077: $? = 1
  2750. configure: failed program was:
  2751. | /* confdefs.h */
  2752. | #define PACKAGE_NAME "Haskell unix package"
  2753. | #define PACKAGE_TARNAME "unix"
  2754. | #define PACKAGE_VERSION "2.0"
  2755. | #define PACKAGE_STRING "Haskell unix package 2.0"
  2756. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  2757. | #define PACKAGE_URL ""
  2758. | #define STDC_HEADERS 1
  2759. | #define HAVE_SYS_TYPES_H 1
  2760. | #define HAVE_SYS_STAT_H 1
  2761. | #define HAVE_STDLIB_H 1
  2762. | #define HAVE_STRING_H 1
  2763. | #define HAVE_MEMORY_H 1
  2764. | #define HAVE_STRINGS_H 1
  2765. | #define HAVE_INTTYPES_H 1
  2766. | #define HAVE_STDINT_H 1
  2767. | #define HAVE_UNISTD_H 1
  2768. | #define HAVE_DIRENT_H 1
  2769. | #define HAVE_FCNTL_H 1
  2770. | #define HAVE_GRP_H 1
  2771. | #define HAVE_LIMITS_H 1
  2772. | #define HAVE_PWD_H 1
  2773. | #define HAVE_SIGNAL_H 1
  2774. | #define HAVE_STRING_H 1
  2775. | #define HAVE_SYS_RESOURCE_H 1
  2776. | #define HAVE_SYS_STAT_H 1
  2777. | #define HAVE_SYS_TIMES_H 1
  2778. | #define HAVE_SYS_TIME_H 1
  2779. | #define HAVE_SYS_UTSNAME_H 1
  2780. | #define HAVE_SYS_WAIT_H 1
  2781. | #define HAVE_PTY_H 1
  2782. | #define HAVE_UTMP_H 1
  2783. | #define HAVE_TERMIOS_H 1
  2784. | #define HAVE_TIME_H 1
  2785. | #define HAVE_UNISTD_H 1
  2786. | #define HAVE_UTIME_H 1
  2787. | #define HAVE_GETGRGID_R 1
  2788. | #define HAVE_GETGRNAM_R 1
  2789. | #define HAVE_GETPWNAM_R 1
  2790. | #define HAVE_GETPWUID_R 1
  2791. | #define HAVE_GETPWNAM 1
  2792. | #define HAVE_GETPWUID 1
  2793. | #define HAVE_GETPWENT 1
  2794. | #define HAVE_GETGRENT 1
  2795. | #define HAVE_LCHOWN 1
  2796. | #define HAVE_SETENV 1
  2797. | #define HAVE_SYSCONF 1
  2798. | #define HAVE_UNSETENV 1
  2799. | #define HAVE_NANOSLEEP 1
  2800. | #define HAVE_PTSNAME 1
  2801. | #define HAVE_SETITIMER 1
  2802. | #define HAVE_READDIR_R 1
  2803. | #define HAVE_STRUCT_STAT_ST_ATIM 1
  2804. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  2805. | #define HAVE_STRUCT_STAT_ST_CTIM 1
  2806. | /* end confdefs.h. */
  2807. | #include <stdio.h>
  2808. | #ifdef HAVE_SYS_TYPES_H
  2809. | # include <sys/types.h>
  2810. | #endif
  2811. | #ifdef HAVE_SYS_STAT_H
  2812. | # include <sys/stat.h>
  2813. | #endif
  2814. | #ifdef STDC_HEADERS
  2815. | # include <stdlib.h>
  2816. | # include <stddef.h>
  2817. | #else
  2818. | # ifdef HAVE_STDLIB_H
  2819. | # include <stdlib.h>
  2820. | # endif
  2821. | #endif
  2822. | #ifdef HAVE_STRING_H
  2823. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2824. | # include <memory.h>
  2825. | # endif
  2826. | # include <string.h>
  2827. | #endif
  2828. | #ifdef HAVE_STRINGS_H
  2829. | # include <strings.h>
  2830. | #endif
  2831. | #ifdef HAVE_INTTYPES_H
  2832. | # include <inttypes.h>
  2833. | #endif
  2834. | #ifdef HAVE_STDINT_H
  2835. | # include <stdint.h>
  2836. | #endif
  2837. | #ifdef HAVE_UNISTD_H
  2838. | # include <unistd.h>
  2839. | #endif
  2840. | int
  2841. | main ()
  2842. | {
  2843. | static struct stat ac_aggr;
  2844. | if (ac_aggr.st_ctime_n)
  2845. | return 0;
  2846. | ;
  2847. | return 0;
  2848. | }
  2849. configure:4077: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  2850. conftest.c: In function 'main':
  2851. conftest.c:94:19: error: 'struct stat' has no member named 'st_ctime_n'
  2852. configure:4077: $? = 1
  2853. configure: failed program was:
  2854. | /* confdefs.h */
  2855. | #define PACKAGE_NAME "Haskell unix package"
  2856. | #define PACKAGE_TARNAME "unix"
  2857. | #define PACKAGE_VERSION "2.0"
  2858. | #define PACKAGE_STRING "Haskell unix package 2.0"
  2859. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  2860. | #define PACKAGE_URL ""
  2861. | #define STDC_HEADERS 1
  2862. | #define HAVE_SYS_TYPES_H 1
  2863. | #define HAVE_SYS_STAT_H 1
  2864. | #define HAVE_STDLIB_H 1
  2865. | #define HAVE_STRING_H 1
  2866. | #define HAVE_MEMORY_H 1
  2867. | #define HAVE_STRINGS_H 1
  2868. | #define HAVE_INTTYPES_H 1
  2869. | #define HAVE_STDINT_H 1
  2870. | #define HAVE_UNISTD_H 1
  2871. | #define HAVE_DIRENT_H 1
  2872. | #define HAVE_FCNTL_H 1
  2873. | #define HAVE_GRP_H 1
  2874. | #define HAVE_LIMITS_H 1
  2875. | #define HAVE_PWD_H 1
  2876. | #define HAVE_SIGNAL_H 1
  2877. | #define HAVE_STRING_H 1
  2878. | #define HAVE_SYS_RESOURCE_H 1
  2879. | #define HAVE_SYS_STAT_H 1
  2880. | #define HAVE_SYS_TIMES_H 1
  2881. | #define HAVE_SYS_TIME_H 1
  2882. | #define HAVE_SYS_UTSNAME_H 1
  2883. | #define HAVE_SYS_WAIT_H 1
  2884. | #define HAVE_PTY_H 1
  2885. | #define HAVE_UTMP_H 1
  2886. | #define HAVE_TERMIOS_H 1
  2887. | #define HAVE_TIME_H 1
  2888. | #define HAVE_UNISTD_H 1
  2889. | #define HAVE_UTIME_H 1
  2890. | #define HAVE_GETGRGID_R 1
  2891. | #define HAVE_GETGRNAM_R 1
  2892. | #define HAVE_GETPWNAM_R 1
  2893. | #define HAVE_GETPWUID_R 1
  2894. | #define HAVE_GETPWNAM 1
  2895. | #define HAVE_GETPWUID 1
  2896. | #define HAVE_GETPWENT 1
  2897. | #define HAVE_GETGRENT 1
  2898. | #define HAVE_LCHOWN 1
  2899. | #define HAVE_SETENV 1
  2900. | #define HAVE_SYSCONF 1
  2901. | #define HAVE_UNSETENV 1
  2902. | #define HAVE_NANOSLEEP 1
  2903. | #define HAVE_PTSNAME 1
  2904. | #define HAVE_SETITIMER 1
  2905. | #define HAVE_READDIR_R 1
  2906. | #define HAVE_STRUCT_STAT_ST_ATIM 1
  2907. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  2908. | #define HAVE_STRUCT_STAT_ST_CTIM 1
  2909. | /* end confdefs.h. */
  2910. | #include <stdio.h>
  2911. | #ifdef HAVE_SYS_TYPES_H
  2912. | # include <sys/types.h>
  2913. | #endif
  2914. | #ifdef HAVE_SYS_STAT_H
  2915. | # include <sys/stat.h>
  2916. | #endif
  2917. | #ifdef STDC_HEADERS
  2918. | # include <stdlib.h>
  2919. | # include <stddef.h>
  2920. | #else
  2921. | # ifdef HAVE_STDLIB_H
  2922. | # include <stdlib.h>
  2923. | # endif
  2924. | #endif
  2925. | #ifdef HAVE_STRING_H
  2926. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2927. | # include <memory.h>
  2928. | # endif
  2929. | # include <string.h>
  2930. | #endif
  2931. | #ifdef HAVE_STRINGS_H
  2932. | # include <strings.h>
  2933. | #endif
  2934. | #ifdef HAVE_INTTYPES_H
  2935. | # include <inttypes.h>
  2936. | #endif
  2937. | #ifdef HAVE_STDINT_H
  2938. | # include <stdint.h>
  2939. | #endif
  2940. | #ifdef HAVE_UNISTD_H
  2941. | # include <unistd.h>
  2942. | #endif
  2943. | int
  2944. | main ()
  2945. | {
  2946. | static struct stat ac_aggr;
  2947. | if (sizeof ac_aggr.st_ctime_n)
  2948. | return 0;
  2949. | ;
  2950. | return 0;
  2951. | }
  2952. configure:4077: result: no
  2953. configure:4087: checking for struct stat.st_uatime
  2954. configure:4087: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  2955. conftest.c: In function 'main':
  2956. conftest.c:94:12: error: 'struct stat' has no member named 'st_uatime'
  2957. configure:4087: $? = 1
  2958. configure: failed program was:
  2959. | /* confdefs.h */
  2960. | #define PACKAGE_NAME "Haskell unix package"
  2961. | #define PACKAGE_TARNAME "unix"
  2962. | #define PACKAGE_VERSION "2.0"
  2963. | #define PACKAGE_STRING "Haskell unix package 2.0"
  2964. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  2965. | #define PACKAGE_URL ""
  2966. | #define STDC_HEADERS 1
  2967. | #define HAVE_SYS_TYPES_H 1
  2968. | #define HAVE_SYS_STAT_H 1
  2969. | #define HAVE_STDLIB_H 1
  2970. | #define HAVE_STRING_H 1
  2971. | #define HAVE_MEMORY_H 1
  2972. | #define HAVE_STRINGS_H 1
  2973. | #define HAVE_INTTYPES_H 1
  2974. | #define HAVE_STDINT_H 1
  2975. | #define HAVE_UNISTD_H 1
  2976. | #define HAVE_DIRENT_H 1
  2977. | #define HAVE_FCNTL_H 1
  2978. | #define HAVE_GRP_H 1
  2979. | #define HAVE_LIMITS_H 1
  2980. | #define HAVE_PWD_H 1
  2981. | #define HAVE_SIGNAL_H 1
  2982. | #define HAVE_STRING_H 1
  2983. | #define HAVE_SYS_RESOURCE_H 1
  2984. | #define HAVE_SYS_STAT_H 1
  2985. | #define HAVE_SYS_TIMES_H 1
  2986. | #define HAVE_SYS_TIME_H 1
  2987. | #define HAVE_SYS_UTSNAME_H 1
  2988. | #define HAVE_SYS_WAIT_H 1
  2989. | #define HAVE_PTY_H 1
  2990. | #define HAVE_UTMP_H 1
  2991. | #define HAVE_TERMIOS_H 1
  2992. | #define HAVE_TIME_H 1
  2993. | #define HAVE_UNISTD_H 1
  2994. | #define HAVE_UTIME_H 1
  2995. | #define HAVE_GETGRGID_R 1
  2996. | #define HAVE_GETGRNAM_R 1
  2997. | #define HAVE_GETPWNAM_R 1
  2998. | #define HAVE_GETPWUID_R 1
  2999. | #define HAVE_GETPWNAM 1
  3000. | #define HAVE_GETPWUID 1
  3001. | #define HAVE_GETPWENT 1
  3002. | #define HAVE_GETGRENT 1
  3003. | #define HAVE_LCHOWN 1
  3004. | #define HAVE_SETENV 1
  3005. | #define HAVE_SYSCONF 1
  3006. | #define HAVE_UNSETENV 1
  3007. | #define HAVE_NANOSLEEP 1
  3008. | #define HAVE_PTSNAME 1
  3009. | #define HAVE_SETITIMER 1
  3010. | #define HAVE_READDIR_R 1
  3011. | #define HAVE_STRUCT_STAT_ST_ATIM 1
  3012. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  3013. | #define HAVE_STRUCT_STAT_ST_CTIM 1
  3014. | /* end confdefs.h. */
  3015. | #include <stdio.h>
  3016. | #ifdef HAVE_SYS_TYPES_H
  3017. | # include <sys/types.h>
  3018. | #endif
  3019. | #ifdef HAVE_SYS_STAT_H
  3020. | # include <sys/stat.h>
  3021. | #endif
  3022. | #ifdef STDC_HEADERS
  3023. | # include <stdlib.h>
  3024. | # include <stddef.h>
  3025. | #else
  3026. | # ifdef HAVE_STDLIB_H
  3027. | # include <stdlib.h>
  3028. | # endif
  3029. | #endif
  3030. | #ifdef HAVE_STRING_H
  3031. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3032. | # include <memory.h>
  3033. | # endif
  3034. | # include <string.h>
  3035. | #endif
  3036. | #ifdef HAVE_STRINGS_H
  3037. | # include <strings.h>
  3038. | #endif
  3039. | #ifdef HAVE_INTTYPES_H
  3040. | # include <inttypes.h>
  3041. | #endif
  3042. | #ifdef HAVE_STDINT_H
  3043. | # include <stdint.h>
  3044. | #endif
  3045. | #ifdef HAVE_UNISTD_H
  3046. | # include <unistd.h>
  3047. | #endif
  3048. | int
  3049. | main ()
  3050. | {
  3051. | static struct stat ac_aggr;
  3052. | if (ac_aggr.st_uatime)
  3053. | return 0;
  3054. | ;
  3055. | return 0;
  3056. | }
  3057. configure:4087: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  3058. conftest.c: In function 'main':
  3059. conftest.c:94:19: error: 'struct stat' has no member named 'st_uatime'
  3060. configure:4087: $? = 1
  3061. configure: failed program was:
  3062. | /* confdefs.h */
  3063. | #define PACKAGE_NAME "Haskell unix package"
  3064. | #define PACKAGE_TARNAME "unix"
  3065. | #define PACKAGE_VERSION "2.0"
  3066. | #define PACKAGE_STRING "Haskell unix package 2.0"
  3067. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  3068. | #define PACKAGE_URL ""
  3069. | #define STDC_HEADERS 1
  3070. | #define HAVE_SYS_TYPES_H 1
  3071. | #define HAVE_SYS_STAT_H 1
  3072. | #define HAVE_STDLIB_H 1
  3073. | #define HAVE_STRING_H 1
  3074. | #define HAVE_MEMORY_H 1
  3075. | #define HAVE_STRINGS_H 1
  3076. | #define HAVE_INTTYPES_H 1
  3077. | #define HAVE_STDINT_H 1
  3078. | #define HAVE_UNISTD_H 1
  3079. | #define HAVE_DIRENT_H 1
  3080. | #define HAVE_FCNTL_H 1
  3081. | #define HAVE_GRP_H 1
  3082. | #define HAVE_LIMITS_H 1
  3083. | #define HAVE_PWD_H 1
  3084. | #define HAVE_SIGNAL_H 1
  3085. | #define HAVE_STRING_H 1
  3086. | #define HAVE_SYS_RESOURCE_H 1
  3087. | #define HAVE_SYS_STAT_H 1
  3088. | #define HAVE_SYS_TIMES_H 1
  3089. | #define HAVE_SYS_TIME_H 1
  3090. | #define HAVE_SYS_UTSNAME_H 1
  3091. | #define HAVE_SYS_WAIT_H 1
  3092. | #define HAVE_PTY_H 1
  3093. | #define HAVE_UTMP_H 1
  3094. | #define HAVE_TERMIOS_H 1
  3095. | #define HAVE_TIME_H 1
  3096. | #define HAVE_UNISTD_H 1
  3097. | #define HAVE_UTIME_H 1
  3098. | #define HAVE_GETGRGID_R 1
  3099. | #define HAVE_GETGRNAM_R 1
  3100. | #define HAVE_GETPWNAM_R 1
  3101. | #define HAVE_GETPWUID_R 1
  3102. | #define HAVE_GETPWNAM 1
  3103. | #define HAVE_GETPWUID 1
  3104. | #define HAVE_GETPWENT 1
  3105. | #define HAVE_GETGRENT 1
  3106. | #define HAVE_LCHOWN 1
  3107. | #define HAVE_SETENV 1
  3108. | #define HAVE_SYSCONF 1
  3109. | #define HAVE_UNSETENV 1
  3110. | #define HAVE_NANOSLEEP 1
  3111. | #define HAVE_PTSNAME 1
  3112. | #define HAVE_SETITIMER 1
  3113. | #define HAVE_READDIR_R 1
  3114. | #define HAVE_STRUCT_STAT_ST_ATIM 1
  3115. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  3116. | #define HAVE_STRUCT_STAT_ST_CTIM 1
  3117. | /* end confdefs.h. */
  3118. | #include <stdio.h>
  3119. | #ifdef HAVE_SYS_TYPES_H
  3120. | # include <sys/types.h>
  3121. | #endif
  3122. | #ifdef HAVE_SYS_STAT_H
  3123. | # include <sys/stat.h>
  3124. | #endif
  3125. | #ifdef STDC_HEADERS
  3126. | # include <stdlib.h>
  3127. | # include <stddef.h>
  3128. | #else
  3129. | # ifdef HAVE_STDLIB_H
  3130. | # include <stdlib.h>
  3131. | # endif
  3132. | #endif
  3133. | #ifdef HAVE_STRING_H
  3134. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3135. | # include <memory.h>
  3136. | # endif
  3137. | # include <string.h>
  3138. | #endif
  3139. | #ifdef HAVE_STRINGS_H
  3140. | # include <strings.h>
  3141. | #endif
  3142. | #ifdef HAVE_INTTYPES_H
  3143. | # include <inttypes.h>
  3144. | #endif
  3145. | #ifdef HAVE_STDINT_H
  3146. | # include <stdint.h>
  3147. | #endif
  3148. | #ifdef HAVE_UNISTD_H
  3149. | # include <unistd.h>
  3150. | #endif
  3151. | int
  3152. | main ()
  3153. | {
  3154. | static struct stat ac_aggr;
  3155. | if (sizeof ac_aggr.st_uatime)
  3156. | return 0;
  3157. | ;
  3158. | return 0;
  3159. | }
  3160. configure:4087: result: no
  3161. configure:4097: checking for struct stat.st_umtime
  3162. configure:4097: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  3163. conftest.c: In function 'main':
  3164. conftest.c:94:12: error: 'struct stat' has no member named 'st_umtime'
  3165. configure:4097: $? = 1
  3166. configure: failed program was:
  3167. | /* confdefs.h */
  3168. | #define PACKAGE_NAME "Haskell unix package"
  3169. | #define PACKAGE_TARNAME "unix"
  3170. | #define PACKAGE_VERSION "2.0"
  3171. | #define PACKAGE_STRING "Haskell unix package 2.0"
  3172. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  3173. | #define PACKAGE_URL ""
  3174. | #define STDC_HEADERS 1
  3175. | #define HAVE_SYS_TYPES_H 1
  3176. | #define HAVE_SYS_STAT_H 1
  3177. | #define HAVE_STDLIB_H 1
  3178. | #define HAVE_STRING_H 1
  3179. | #define HAVE_MEMORY_H 1
  3180. | #define HAVE_STRINGS_H 1
  3181. | #define HAVE_INTTYPES_H 1
  3182. | #define HAVE_STDINT_H 1
  3183. | #define HAVE_UNISTD_H 1
  3184. | #define HAVE_DIRENT_H 1
  3185. | #define HAVE_FCNTL_H 1
  3186. | #define HAVE_GRP_H 1
  3187. | #define HAVE_LIMITS_H 1
  3188. | #define HAVE_PWD_H 1
  3189. | #define HAVE_SIGNAL_H 1
  3190. | #define HAVE_STRING_H 1
  3191. | #define HAVE_SYS_RESOURCE_H 1
  3192. | #define HAVE_SYS_STAT_H 1
  3193. | #define HAVE_SYS_TIMES_H 1
  3194. | #define HAVE_SYS_TIME_H 1
  3195. | #define HAVE_SYS_UTSNAME_H 1
  3196. | #define HAVE_SYS_WAIT_H 1
  3197. | #define HAVE_PTY_H 1
  3198. | #define HAVE_UTMP_H 1
  3199. | #define HAVE_TERMIOS_H 1
  3200. | #define HAVE_TIME_H 1
  3201. | #define HAVE_UNISTD_H 1
  3202. | #define HAVE_UTIME_H 1
  3203. | #define HAVE_GETGRGID_R 1
  3204. | #define HAVE_GETGRNAM_R 1
  3205. | #define HAVE_GETPWNAM_R 1
  3206. | #define HAVE_GETPWUID_R 1
  3207. | #define HAVE_GETPWNAM 1
  3208. | #define HAVE_GETPWUID 1
  3209. | #define HAVE_GETPWENT 1
  3210. | #define HAVE_GETGRENT 1
  3211. | #define HAVE_LCHOWN 1
  3212. | #define HAVE_SETENV 1
  3213. | #define HAVE_SYSCONF 1
  3214. | #define HAVE_UNSETENV 1
  3215. | #define HAVE_NANOSLEEP 1
  3216. | #define HAVE_PTSNAME 1
  3217. | #define HAVE_SETITIMER 1
  3218. | #define HAVE_READDIR_R 1
  3219. | #define HAVE_STRUCT_STAT_ST_ATIM 1
  3220. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  3221. | #define HAVE_STRUCT_STAT_ST_CTIM 1
  3222. | /* end confdefs.h. */
  3223. | #include <stdio.h>
  3224. | #ifdef HAVE_SYS_TYPES_H
  3225. | # include <sys/types.h>
  3226. | #endif
  3227. | #ifdef HAVE_SYS_STAT_H
  3228. | # include <sys/stat.h>
  3229. | #endif
  3230. | #ifdef STDC_HEADERS
  3231. | # include <stdlib.h>
  3232. | # include <stddef.h>
  3233. | #else
  3234. | # ifdef HAVE_STDLIB_H
  3235. | # include <stdlib.h>
  3236. | # endif
  3237. | #endif
  3238. | #ifdef HAVE_STRING_H
  3239. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3240. | # include <memory.h>
  3241. | # endif
  3242. | # include <string.h>
  3243. | #endif
  3244. | #ifdef HAVE_STRINGS_H
  3245. | # include <strings.h>
  3246. | #endif
  3247. | #ifdef HAVE_INTTYPES_H
  3248. | # include <inttypes.h>
  3249. | #endif
  3250. | #ifdef HAVE_STDINT_H
  3251. | # include <stdint.h>
  3252. | #endif
  3253. | #ifdef HAVE_UNISTD_H
  3254. | # include <unistd.h>
  3255. | #endif
  3256. | int
  3257. | main ()
  3258. | {
  3259. | static struct stat ac_aggr;
  3260. | if (ac_aggr.st_umtime)
  3261. | return 0;
  3262. | ;
  3263. | return 0;
  3264. | }
  3265. configure:4097: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  3266. conftest.c: In function 'main':
  3267. conftest.c:94:19: error: 'struct stat' has no member named 'st_umtime'
  3268. configure:4097: $? = 1
  3269. configure: failed program was:
  3270. | /* confdefs.h */
  3271. | #define PACKAGE_NAME "Haskell unix package"
  3272. | #define PACKAGE_TARNAME "unix"
  3273. | #define PACKAGE_VERSION "2.0"
  3274. | #define PACKAGE_STRING "Haskell unix package 2.0"
  3275. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  3276. | #define PACKAGE_URL ""
  3277. | #define STDC_HEADERS 1
  3278. | #define HAVE_SYS_TYPES_H 1
  3279. | #define HAVE_SYS_STAT_H 1
  3280. | #define HAVE_STDLIB_H 1
  3281. | #define HAVE_STRING_H 1
  3282. | #define HAVE_MEMORY_H 1
  3283. | #define HAVE_STRINGS_H 1
  3284. | #define HAVE_INTTYPES_H 1
  3285. | #define HAVE_STDINT_H 1
  3286. | #define HAVE_UNISTD_H 1
  3287. | #define HAVE_DIRENT_H 1
  3288. | #define HAVE_FCNTL_H 1
  3289. | #define HAVE_GRP_H 1
  3290. | #define HAVE_LIMITS_H 1
  3291. | #define HAVE_PWD_H 1
  3292. | #define HAVE_SIGNAL_H 1
  3293. | #define HAVE_STRING_H 1
  3294. | #define HAVE_SYS_RESOURCE_H 1
  3295. | #define HAVE_SYS_STAT_H 1
  3296. | #define HAVE_SYS_TIMES_H 1
  3297. | #define HAVE_SYS_TIME_H 1
  3298. | #define HAVE_SYS_UTSNAME_H 1
  3299. | #define HAVE_SYS_WAIT_H 1
  3300. | #define HAVE_PTY_H 1
  3301. | #define HAVE_UTMP_H 1
  3302. | #define HAVE_TERMIOS_H 1
  3303. | #define HAVE_TIME_H 1
  3304. | #define HAVE_UNISTD_H 1
  3305. | #define HAVE_UTIME_H 1
  3306. | #define HAVE_GETGRGID_R 1
  3307. | #define HAVE_GETGRNAM_R 1
  3308. | #define HAVE_GETPWNAM_R 1
  3309. | #define HAVE_GETPWUID_R 1
  3310. | #define HAVE_GETPWNAM 1
  3311. | #define HAVE_GETPWUID 1
  3312. | #define HAVE_GETPWENT 1
  3313. | #define HAVE_GETGRENT 1
  3314. | #define HAVE_LCHOWN 1
  3315. | #define HAVE_SETENV 1
  3316. | #define HAVE_SYSCONF 1
  3317. | #define HAVE_UNSETENV 1
  3318. | #define HAVE_NANOSLEEP 1
  3319. | #define HAVE_PTSNAME 1
  3320. | #define HAVE_SETITIMER 1
  3321. | #define HAVE_READDIR_R 1
  3322. | #define HAVE_STRUCT_STAT_ST_ATIM 1
  3323. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  3324. | #define HAVE_STRUCT_STAT_ST_CTIM 1
  3325. | /* end confdefs.h. */
  3326. | #include <stdio.h>
  3327. | #ifdef HAVE_SYS_TYPES_H
  3328. | # include <sys/types.h>
  3329. | #endif
  3330. | #ifdef HAVE_SYS_STAT_H
  3331. | # include <sys/stat.h>
  3332. | #endif
  3333. | #ifdef STDC_HEADERS
  3334. | # include <stdlib.h>
  3335. | # include <stddef.h>
  3336. | #else
  3337. | # ifdef HAVE_STDLIB_H
  3338. | # include <stdlib.h>
  3339. | # endif
  3340. | #endif
  3341. | #ifdef HAVE_STRING_H
  3342. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3343. | # include <memory.h>
  3344. | # endif
  3345. | # include <string.h>
  3346. | #endif
  3347. | #ifdef HAVE_STRINGS_H
  3348. | # include <strings.h>
  3349. | #endif
  3350. | #ifdef HAVE_INTTYPES_H
  3351. | # include <inttypes.h>
  3352. | #endif
  3353. | #ifdef HAVE_STDINT_H
  3354. | # include <stdint.h>
  3355. | #endif
  3356. | #ifdef HAVE_UNISTD_H
  3357. | # include <unistd.h>
  3358. | #endif
  3359. | int
  3360. | main ()
  3361. | {
  3362. | static struct stat ac_aggr;
  3363. | if (sizeof ac_aggr.st_umtime)
  3364. | return 0;
  3365. | ;
  3366. | return 0;
  3367. | }
  3368. configure:4097: result: no
  3369. configure:4107: checking for struct stat.st_uctime
  3370. configure:4107: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  3371. conftest.c: In function 'main':
  3372. conftest.c:94:12: error: 'struct stat' has no member named 'st_uctime'
  3373. configure:4107: $? = 1
  3374. configure: failed program was:
  3375. | /* confdefs.h */
  3376. | #define PACKAGE_NAME "Haskell unix package"
  3377. | #define PACKAGE_TARNAME "unix"
  3378. | #define PACKAGE_VERSION "2.0"
  3379. | #define PACKAGE_STRING "Haskell unix package 2.0"
  3380. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  3381. | #define PACKAGE_URL ""
  3382. | #define STDC_HEADERS 1
  3383. | #define HAVE_SYS_TYPES_H 1
  3384. | #define HAVE_SYS_STAT_H 1
  3385. | #define HAVE_STDLIB_H 1
  3386. | #define HAVE_STRING_H 1
  3387. | #define HAVE_MEMORY_H 1
  3388. | #define HAVE_STRINGS_H 1
  3389. | #define HAVE_INTTYPES_H 1
  3390. | #define HAVE_STDINT_H 1
  3391. | #define HAVE_UNISTD_H 1
  3392. | #define HAVE_DIRENT_H 1
  3393. | #define HAVE_FCNTL_H 1
  3394. | #define HAVE_GRP_H 1
  3395. | #define HAVE_LIMITS_H 1
  3396. | #define HAVE_PWD_H 1
  3397. | #define HAVE_SIGNAL_H 1
  3398. | #define HAVE_STRING_H 1
  3399. | #define HAVE_SYS_RESOURCE_H 1
  3400. | #define HAVE_SYS_STAT_H 1
  3401. | #define HAVE_SYS_TIMES_H 1
  3402. | #define HAVE_SYS_TIME_H 1
  3403. | #define HAVE_SYS_UTSNAME_H 1
  3404. | #define HAVE_SYS_WAIT_H 1
  3405. | #define HAVE_PTY_H 1
  3406. | #define HAVE_UTMP_H 1
  3407. | #define HAVE_TERMIOS_H 1
  3408. | #define HAVE_TIME_H 1
  3409. | #define HAVE_UNISTD_H 1
  3410. | #define HAVE_UTIME_H 1
  3411. | #define HAVE_GETGRGID_R 1
  3412. | #define HAVE_GETGRNAM_R 1
  3413. | #define HAVE_GETPWNAM_R 1
  3414. | #define HAVE_GETPWUID_R 1
  3415. | #define HAVE_GETPWNAM 1
  3416. | #define HAVE_GETPWUID 1
  3417. | #define HAVE_GETPWENT 1
  3418. | #define HAVE_GETGRENT 1
  3419. | #define HAVE_LCHOWN 1
  3420. | #define HAVE_SETENV 1
  3421. | #define HAVE_SYSCONF 1
  3422. | #define HAVE_UNSETENV 1
  3423. | #define HAVE_NANOSLEEP 1
  3424. | #define HAVE_PTSNAME 1
  3425. | #define HAVE_SETITIMER 1
  3426. | #define HAVE_READDIR_R 1
  3427. | #define HAVE_STRUCT_STAT_ST_ATIM 1
  3428. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  3429. | #define HAVE_STRUCT_STAT_ST_CTIM 1
  3430. | /* end confdefs.h. */
  3431. | #include <stdio.h>
  3432. | #ifdef HAVE_SYS_TYPES_H
  3433. | # include <sys/types.h>
  3434. | #endif
  3435. | #ifdef HAVE_SYS_STAT_H
  3436. | # include <sys/stat.h>
  3437. | #endif
  3438. | #ifdef STDC_HEADERS
  3439. | # include <stdlib.h>
  3440. | # include <stddef.h>
  3441. | #else
  3442. | # ifdef HAVE_STDLIB_H
  3443. | # include <stdlib.h>
  3444. | # endif
  3445. | #endif
  3446. | #ifdef HAVE_STRING_H
  3447. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3448. | # include <memory.h>
  3449. | # endif
  3450. | # include <string.h>
  3451. | #endif
  3452. | #ifdef HAVE_STRINGS_H
  3453. | # include <strings.h>
  3454. | #endif
  3455. | #ifdef HAVE_INTTYPES_H
  3456. | # include <inttypes.h>
  3457. | #endif
  3458. | #ifdef HAVE_STDINT_H
  3459. | # include <stdint.h>
  3460. | #endif
  3461. | #ifdef HAVE_UNISTD_H
  3462. | # include <unistd.h>
  3463. | #endif
  3464. | int
  3465. | main ()
  3466. | {
  3467. | static struct stat ac_aggr;
  3468. | if (ac_aggr.st_uctime)
  3469. | return 0;
  3470. | ;
  3471. | return 0;
  3472. | }
  3473. configure:4107: gcc -c -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  3474. conftest.c: In function 'main':
  3475. conftest.c:94:19: error: 'struct stat' has no member named 'st_uctime'
  3476. configure:4107: $? = 1
  3477. configure: failed program was:
  3478. | /* confdefs.h */
  3479. | #define PACKAGE_NAME "Haskell unix package"
  3480. | #define PACKAGE_TARNAME "unix"
  3481. | #define PACKAGE_VERSION "2.0"
  3482. | #define PACKAGE_STRING "Haskell unix package 2.0"
  3483. | #define PACKAGE_BUGREPORT "libraries@haskell.org"
  3484. | #define PACKAGE_URL ""
  3485. | #define STDC_HEADERS 1
  3486. | #define HAVE_SYS_TYPES_H 1
  3487. | #define HAVE_SYS_STAT_H 1
  3488. | #define HAVE_STDLIB_H 1
  3489. | #define HAVE_STRING_H 1
  3490. | #define HAVE_MEMORY_H 1
  3491. | #define HAVE_STRINGS_H 1
  3492. | #define HAVE_INTTYPES_H 1
  3493. | #define HAVE_STDINT_H 1
  3494. | #define HAVE_UNISTD_H 1
  3495. | #define HAVE_DIRENT_H 1
  3496. | #define HAVE_FCNTL_H 1
  3497. | #define HAVE_GRP_H 1
  3498. | #define HAVE_LIMITS_H 1
  3499. | #define HAVE_PWD_H 1
  3500. | #define HAVE_SIGNAL_H 1
  3501. | #define HAVE_STRING_H 1
  3502. | #define HAVE_SYS_RESOURCE_H 1
  3503. | #define HAVE_SYS_STAT_H 1
  3504. | #define HAVE_SYS_TIMES_H 1
  3505. | #define HAVE_SYS_TIME_H 1
  3506. | #define HAVE_SYS_UTSNAME_H 1
  3507. | #define HAVE_SYS_WAIT_H 1
  3508. | #define HAVE_PTY_H 1
  3509. | #define HAVE_UTMP_H 1
  3510. | #define HAVE_TERMIOS_H 1
  3511. | #define HAVE_TIME_H 1
  3512. | #define HAVE_UNISTD_H 1
  3513. | #define HAVE_UTIME_H 1
  3514. | #define HAVE_GETGRGID_R 1
  3515. | #define HAVE_GETGRNAM_R 1
  3516. | #define HAVE_GETPWNAM_R 1
  3517. | #define HAVE_GETPWUID_R 1
  3518. | #define HAVE_GETPWNAM 1
  3519. | #define HAVE_GETPWUID 1
  3520. | #define HAVE_GETPWENT 1
  3521. | #define HAVE_GETGRENT 1
  3522. | #define HAVE_LCHOWN 1
  3523. | #define HAVE_SETENV 1
  3524. | #define HAVE_SYSCONF 1
  3525. | #define HAVE_UNSETENV 1
  3526. | #define HAVE_NANOSLEEP 1
  3527. | #define HAVE_PTSNAME 1
  3528. | #define HAVE_SETITIMER 1
  3529. | #define HAVE_READDIR_R 1
  3530. | #define HAVE_STRUCT_STAT_ST_ATIM 1
  3531. | #define HAVE_STRUCT_STAT_ST_MTIM 1
  3532. | #define HAVE_STRUCT_STAT_ST_CTIM 1
  3533. | /* end confdefs.h. */
  3534. | #include <stdio.h>
  3535. | #ifdef HAVE_SYS_TYPES_H
  3536. | # include <sys/types.h>
  3537. | #endif
  3538. | #ifdef HAVE_SYS_STAT_H
  3539. | # include <sys/stat.h>
  3540. | #endif
  3541. | #ifdef STDC_HEADERS
  3542. | # include <stdlib.h>
  3543. | # include <stddef.h>
  3544. | #else
  3545. | # ifdef HAVE_STDLIB_H
  3546. | # include <stdlib.h>
  3547. | # endif
  3548. | #endif
  3549. | #ifdef HAVE_STRING_H
  3550. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  3551. | # include <memory.h>
  3552. | # endif
  3553. | # include <string.h>
  3554. | #endif
  3555. | #ifdef HAVE_STRINGS_H
  3556. | # include <strings.h>
  3557. | #endif
  3558. | #ifdef HAVE_INTTYPES_H
  3559. | # include <inttypes.h>
  3560. | #endif
  3561. | #ifdef HAVE_STDINT_H
  3562. | # include <stdint.h>
  3563. | #endif
  3564. | #ifdef HAVE_UNISTD_H
  3565. | # include <unistd.h>
  3566. | #endif
  3567. | int
  3568. | main ()
  3569. | {
  3570. | static struct stat ac_aggr;
  3571. | if (sizeof ac_aggr.st_uctime)
  3572. | return 0;
  3573. | ;
  3574. | return 0;
  3575. | }
  3576. configure:4107: result: no
  3577. configure:4122: checking for mkstemps
  3578. configure:4122: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  3579. configure:4122: $? = 0
  3580. configure:4122: result: yes
  3581. configure:4122: checking for mkdtemp
  3582. configure:4122: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c >&5
  3583. configure:4122: $? = 0
  3584. configure:4122: result: yes
  3585. configure:4133: checking for shm_open in -lrt
  3586. configure:4158: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads conftest.c -lrt >&5
  3587. configure:4158: $? = 0
  3588. configure:4167: result: yes
  3589. configure:4178: checking for shm_open
  3590. configure:4178: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3591. configure:4178: $? = 0
  3592. configure:4178: result: yes
  3593. configure:4178: checking for shm_unlink
  3594. configure:4178: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3595. configure:4178: $? = 0
  3596. configure:4178: result: yes
  3597. configure:4191: checking value of SIGABRT
  3598. configure:4196: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3599. configure:4196: $? = 0
  3600. configure:4196: ./conftest.exe
  3601. configure:4196: $? = 0
  3602. configure:4210: result: 6
  3603. configure:4191: checking value of SIGALRM
  3604. configure:4196: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3605. configure:4196: $? = 0
  3606. configure:4196: ./conftest.exe
  3607. configure:4196: $? = 0
  3608. configure:4210: result: 14
  3609. configure:4191: checking value of SIGBUS
  3610. configure:4196: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3611. configure:4196: $? = 0
  3612. configure:4196: ./conftest.exe
  3613. configure:4196: $? = 0
  3614. configure:4210: result: 10
  3615. configure:4191: checking value of SIGCHLD
  3616. configure:4196: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3617. configure:4196: $? = 0
  3618. configure:4196: ./conftest.exe
  3619. configure:4196: $? = 0
  3620. configure:4210: result: 20
  3621. configure:4191: checking value of SIGCONT
  3622. configure:4196: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3623. configure:4196: $? = 0
  3624. configure:4196: ./conftest.exe
  3625. configure:4196: $? = 0
  3626. configure:4210: result: 19
  3627. configure:4191: checking value of SIGFPE
  3628. configure:4196: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3629. configure:4196: $? = 0
  3630. configure:4196: ./conftest.exe
  3631. configure:4196: $? = 0
  3632. configure:4210: result: 8
  3633. configure:4191: checking value of SIGHUP
  3634. configure:4196: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3635. configure:4196: $? = 0
  3636. configure:4196: ./conftest.exe
  3637. configure:4196: $? = 0
  3638. configure:4210: result: 1
  3639. configure:4191: checking value of SIGILL
  3640. configure:4196: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3641. configure:4196: $? = 0
  3642. configure:4196: ./conftest.exe
  3643. configure:4196: $? = 0
  3644. configure:4210: result: 4
  3645. configure:4191: checking value of SIGINT
  3646. configure:4196: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3647. configure:4196: $? = 0
  3648. configure:4196: ./conftest.exe
  3649. configure:4196: $? = 0
  3650. configure:4210: result: 2
  3651. configure:4191: checking value of SIGKILL
  3652. configure:4196: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3653. configure:4196: $? = 0
  3654. configure:4196: ./conftest.exe
  3655. configure:4196: $? = 0
  3656. configure:4210: result: 9
  3657. configure:4191: checking value of SIGPIPE
  3658. configure:4196: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3659. configure:4196: $? = 0
  3660. configure:4196: ./conftest.exe
  3661. configure:4196: $? = 0
  3662. configure:4210: result: 13
  3663. configure:4191: checking value of SIGQUIT
  3664. configure:4196: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3665. configure:4196: $? = 0
  3666. configure:4196: ./conftest.exe
  3667. configure:4196: $? = 0
  3668. configure:4210: result: 3
  3669. configure:4191: checking value of SIGSEGV
  3670. configure:4196: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3671. configure:4196: $? = 0
  3672. configure:4196: ./conftest.exe
  3673. configure:4196: $? = 0
  3674. configure:4210: result: 11
  3675. configure:4191: checking value of SIGSTOP
  3676. configure:4196: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3677. configure:4196: $? = 0
  3678. configure:4196: ./conftest.exe
  3679. configure:4196: $? = 0
  3680. configure:4210: result: 17
  3681. configure:4191: checking value of SIGTERM
  3682. configure:4196: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3683. configure:4196: $? = 0
  3684. configure:4196: ./conftest.exe
  3685. configure:4196: $? = 0
  3686. configure:4210: result: 15
  3687. configure:4191: checking value of SIGTSTP
  3688. configure:4196: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3689. configure:4196: $? = 0
  3690. configure:4196: ./conftest.exe
  3691. configure:4196: $? = 0
  3692. configure:4210: result: 18
  3693. configure:4191: checking value of SIGTTIN
  3694. configure:4196: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3695. configure:4196: $? = 0
  3696. configure:4196: ./conftest.exe
  3697. configure:4196: $? = 0
  3698. configure:4210: result: 21
  3699. configure:4191: checking value of SIGTTOU
  3700. configure:4196: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3701. configure:4196: $? = 0
  3702. configure:4196: ./conftest.exe
  3703. configure:4196: $? = 0
  3704. configure:4210: result: 22
  3705. configure:4191: checking value of SIGUSR1
  3706. configure:4196: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3707. configure:4196: $? = 0
  3708. configure:4196: ./conftest.exe
  3709. configure:4196: $? = 0
  3710. configure:4210: result: 30
  3711. configure:4191: checking value of SIGUSR2
  3712. configure:4196: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3713. configure:4196: $? = 0
  3714. configure:4196: ./conftest.exe
  3715. configure:4196: $? = 0
  3716. configure:4210: result: 31
  3717. configure:4191: checking value of SIGPOLL
  3718. configure:4196: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3719. configure:4196: $? = 0
  3720. configure:4196: ./conftest.exe
  3721. configure:4196: $? = 0
  3722. configure:4210: result: 23
  3723. configure:4191: checking value of SIGPROF
  3724. configure:4196: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3725. configure:4196: $? = 0
  3726. configure:4196: ./conftest.exe
  3727. configure:4196: $? = 0
  3728. configure:4210: result: 27
  3729. configure:4191: checking value of SIGSYS
  3730. configure:4196: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3731. configure:4196: $? = 0
  3732. configure:4196: ./conftest.exe
  3733. configure:4196: $? = 0
  3734. configure:4210: result: 12
  3735. configure:4191: checking value of SIGTRAP
  3736. configure:4196: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3737. configure:4196: $? = 0
  3738. configure:4196: ./conftest.exe
  3739. configure:4196: $? = 0
  3740. configure:4210: result: 5
  3741. configure:4191: checking value of SIGURG
  3742. configure:4196: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3743. configure:4196: $? = 0
  3744. configure:4196: ./conftest.exe
  3745. configure:4196: $? = 0
  3746. configure:4210: result: 16
  3747. configure:4191: checking value of SIGVTALRM
  3748. configure:4196: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3749. configure:4196: $? = 0
  3750. configure:4196: ./conftest.exe
  3751. configure:4196: $? = 0
  3752. configure:4210: result: 26
  3753. configure:4191: checking value of SIGXCPU
  3754. configure:4196: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3755. configure:4196: $? = 0
  3756. configure:4196: ./conftest.exe
  3757. configure:4196: $? = 0
  3758. configure:4210: result: 24
  3759. configure:4191: checking value of SIGXFSZ
  3760. configure:4196: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3761. configure:4196: $? = 0
  3762. configure:4196: ./conftest.exe
  3763. configure:4196: $? = 0
  3764. configure:4210: result: 25
  3765. configure:4191: checking value of SIG_BLOCK
  3766. configure:4196: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3767. configure:4196: $? = 0
  3768. configure:4196: ./conftest.exe
  3769. configure:4196: $? = 0
  3770. configure:4210: result: 1
  3771. configure:4191: checking value of SIG_SETMASK
  3772. configure:4196: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3773. configure:4196: $? = 0
  3774. configure:4196: ./conftest.exe
  3775. configure:4196: $? = 0
  3776. configure:4210: result: 0
  3777. configure:4191: checking value of SIG_UNBLOCK
  3778. configure:4196: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3779. configure:4196: $? = 0
  3780. configure:4196: ./conftest.exe
  3781. configure:4196: $? = 0
  3782. configure:4210: result: 2
  3783. configure:4219: checking for _SC_GETGR_R_SIZE_MAX
  3784. configure:4232: result: yes
  3785. configure:4244: checking for _SC_GETPW_R_SIZE_MAX
  3786. configure:4257: result: yes
  3787. configure:4272: checking return type of usleep
  3788. configure:4291: result: int
  3789. configure:4303: checking return type of unsetenv
  3790. configure:4322: result: int
  3791. configure:4332: checking for RTLD_NEXT from dlfcn.h
  3792. configure:4354: result: no
  3793. configure:4361: checking for RTLD_DEFAULT from dlfcn.h
  3794. configure:4375: result: yes
  3795. configure:4390: checking for RTLD_LOCAL from dlfcn.h
  3796. configure:4404: result: yes
  3797. configure:4419: checking for RTLD_GLOBAL from dlfcn.h
  3798. configure:4433: result: yes
  3799. configure:4448: checking for RTLD_NOW from dlfcn.h
  3800. configure:4462: result: yes
  3801. configure:4479: checking for openpty
  3802. configure:4479: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3803. configure:4479: $? = 0
  3804. configure:4479: result: yes
  3805. configure:4575: checking for /dev/ptmx
  3806. configure:4579: result: yes
  3807. configure:4589: checking for /dev/ptc
  3808. configure:4599: result: no
  3809. configure:4604: checking for dlopen in -ldl
  3810. configure:4629: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c -ldl >&5
  3811. configure:4629: $? = 0
  3812. configure:4638: result: yes
  3813. configure:4680: checking build system type
  3814. configure:4694: result: i686-pc-cygwin
  3815. configure:4714: checking host system type
  3816. configure:4727: result: i686-pc-cygwin
  3817. configure:4747: checking target system type
  3818. configure:4760: result: i686-pc-cygwin
  3819. configure:4787: checking for library containing sem_close
  3820. configure:4818: gcc -o conftest.exe -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt conftest.c >&5
  3821. configure:4818: $? = 0
  3822. configure:4835: result: none required
  3823. configure:4953: creating ./config.status
  3824.  
  3825. ## ---------------------- ##
  3826. ## Running config.status. ##
  3827. ## ---------------------- ##
  3828.  
  3829. This file was extended by Haskell unix package config.status 2.0, which was
  3830. generated by GNU Autoconf 2.67. Invocation command line was
  3831.  
  3832. CONFIG_FILES =
  3833. CONFIG_HEADERS =
  3834. CONFIG_LINKS =
  3835. CONFIG_COMMANDS =
  3836. $ ./config.status
  3837.  
  3838. on KirillNB
  3839.  
  3840. config.status:901: creating unix.buildinfo
  3841. config.status:901: creating include/HsUnixConfig.h
  3842. configure:6115: WARNING: unrecognized options: --with-compiler, --with-gcc
  3843.  
  3844. ## ---------------- ##
  3845. ## Cache variables. ##
  3846. ## ---------------- ##
  3847.  
  3848. ac_cv_build=i686-pc-cygwin
  3849. ac_cv_c_compiler_gnu=yes
  3850. ac_cv_c_const=yes
  3851. ac_cv_env_CC_set=
  3852. ac_cv_env_CC_value=
  3853. ac_cv_env_CFLAGS_set=set
  3854. ac_cv_env_CFLAGS_value='-Wl,--hash-size=31 -Wl,--reduce-memory-overheads'
  3855. ac_cv_env_CPPFLAGS_set=
  3856. ac_cv_env_CPPFLAGS_value=
  3857. ac_cv_env_CPP_set=
  3858. ac_cv_env_CPP_value=
  3859. ac_cv_env_LDFLAGS_set=
  3860. ac_cv_env_LDFLAGS_value=
  3861. ac_cv_env_LIBS_set=
  3862. ac_cv_env_LIBS_value=
  3863. ac_cv_env_build_alias_set=
  3864. ac_cv_env_build_alias_value=
  3865. ac_cv_env_host_alias_set=
  3866. ac_cv_env_host_alias_value=
  3867. ac_cv_env_target_alias_set=
  3868. ac_cv_env_target_alias_value=
  3869. ac_cv_exeext=.exe
  3870. ac_cv_func_clearenv=no
  3871. ac_cv_func_getgrent=yes
  3872. ac_cv_func_getgrgid_r=yes
  3873. ac_cv_func_getgrnam_r=yes
  3874. ac_cv_func_getpwent=yes
  3875. ac_cv_func_getpwnam=yes
  3876. ac_cv_func_getpwnam_r=yes
  3877. ac_cv_func_getpwuid=yes
  3878. ac_cv_func_getpwuid_r=yes
  3879. ac_cv_func_lchown=yes
  3880. ac_cv_func_mkdtemp=yes
  3881. ac_cv_func_mkstemps=yes
  3882. ac_cv_func_nanosleep=yes
  3883. ac_cv_func_openpty=yes
  3884. ac_cv_func_ptsname=yes
  3885. ac_cv_func_readdir_r=yes
  3886. ac_cv_func_setenv=yes
  3887. ac_cv_func_setitimer=yes
  3888. ac_cv_func_shm_open=yes
  3889. ac_cv_func_shm_unlink=yes
  3890. ac_cv_func_sysconf=yes
  3891. ac_cv_func_unsetenv=yes
  3892. ac_cv_header_bsd_libutil_h=no
  3893. ac_cv_header_dirent_h=yes
  3894. ac_cv_header_dlfcn_h=yes
  3895. ac_cv_header_fcntl_h=yes
  3896. ac_cv_header_grp_h=yes
  3897. ac_cv_header_inttypes_h=yes
  3898. ac_cv_header_libutil_h=no
  3899. ac_cv_header_limits_h=yes
  3900. ac_cv_header_memory_h=yes
  3901. ac_cv_header_pty_h=yes
  3902. ac_cv_header_pwd_h=yes
  3903. ac_cv_header_signal_h=yes
  3904. ac_cv_header_stdc=yes
  3905. ac_cv_header_stdint_h=yes
  3906. ac_cv_header_stdlib_h=yes
  3907. ac_cv_header_string_h=yes
  3908. ac_cv_header_strings_h=yes
  3909. ac_cv_header_sys_resource_h=yes
  3910. ac_cv_header_sys_stat_h=yes
  3911. ac_cv_header_sys_time_h=yes
  3912. ac_cv_header_sys_times_h=yes
  3913. ac_cv_header_sys_types_h=yes
  3914. ac_cv_header_sys_utsname_h=yes
  3915. ac_cv_header_sys_wait_h=yes
  3916. ac_cv_header_termios_h=yes
  3917. ac_cv_header_time_h=yes
  3918. ac_cv_header_unistd_h=yes
  3919. ac_cv_header_utime_h=yes
  3920. ac_cv_header_utmp_h=yes
  3921. ac_cv_host=i686-pc-cygwin
  3922. ac_cv_lib_dl_dlopen=yes
  3923. ac_cv_lib_rt_shm_open=yes
  3924. ac_cv_member_struct_stat_st_atim=yes
  3925. ac_cv_member_struct_stat_st_atime_n=no
  3926. ac_cv_member_struct_stat_st_atimensec=no
  3927. ac_cv_member_struct_stat_st_atimespec=no
  3928. ac_cv_member_struct_stat_st_ctim=yes
  3929. ac_cv_member_struct_stat_st_ctime_n=no
  3930. ac_cv_member_struct_stat_st_ctimensec=no
  3931. ac_cv_member_struct_stat_st_ctimespec=no
  3932. ac_cv_member_struct_stat_st_mtim=yes
  3933. ac_cv_member_struct_stat_st_mtime_n=no
  3934. ac_cv_member_struct_stat_st_mtimensec=no
  3935. ac_cv_member_struct_stat_st_mtimespec=no
  3936. ac_cv_member_struct_stat_st_uatime=no
  3937. ac_cv_member_struct_stat_st_uctime=no
  3938. ac_cv_member_struct_stat_st_umtime=no
  3939. ac_cv_objext=o
  3940. ac_cv_path_EGREP='/usr/bin/grep -E'
  3941. ac_cv_path_GREP=/usr/bin/grep
  3942. ac_cv_prog_CPP='gcc -E'
  3943. ac_cv_prog_ac_ct_CC=gcc
  3944. ac_cv_prog_cc_c89=
  3945. ac_cv_prog_cc_g=yes
  3946. ac_cv_search_sem_close='none required'
  3947. ac_cv_sys_file_offset_bits=no
  3948. ac_cv_sys_largefile_CC=no
  3949. ac_cv_target=i686-pc-cygwin
  3950. fp_cv_const_SIGABRT=6
  3951. fp_cv_const_SIGALRM=14
  3952. fp_cv_const_SIGBUS=10
  3953. fp_cv_const_SIGCHLD=20
  3954. fp_cv_const_SIGCONT=19
  3955. fp_cv_const_SIGFPE=8
  3956. fp_cv_const_SIGHUP=1
  3957. fp_cv_const_SIGILL=4
  3958. fp_cv_const_SIGINT=2
  3959. fp_cv_const_SIGKILL=9
  3960. fp_cv_const_SIGPIPE=13
  3961. fp_cv_const_SIGPOLL=23
  3962. fp_cv_const_SIGPROF=27
  3963. fp_cv_const_SIGQUIT=3
  3964. fp_cv_const_SIGSEGV=11
  3965. fp_cv_const_SIGSTOP=17
  3966. fp_cv_const_SIGSYS=12
  3967. fp_cv_const_SIGTERM=15
  3968. fp_cv_const_SIGTRAP=5
  3969. fp_cv_const_SIGTSTP=18
  3970. fp_cv_const_SIGTTIN=21
  3971. fp_cv_const_SIGTTOU=22
  3972. fp_cv_const_SIGURG=16
  3973. fp_cv_const_SIGUSR1=30
  3974. fp_cv_const_SIGUSR2=31
  3975. fp_cv_const_SIGVTALRM=26
  3976. fp_cv_const_SIGXCPU=24
  3977. fp_cv_const_SIGXFSZ=25
  3978. fp_cv_const_SIG_BLOCK=1
  3979. fp_cv_const_SIG_SETMASK=0
  3980. fp_cv_const_SIG_UNBLOCK=2
  3981. fptools_cv_func_unsetenv_return_type=int
  3982. fptools_cv_func_usleep_return_type=int
  3983.  
  3984. ## ----------------- ##
  3985. ## Output variables. ##
  3986. ## ----------------- ##
  3987.  
  3988. BUILD_PACKAGE_BOOL='True'
  3989. CC='gcc'
  3990. CFLAGS='-Wl,--hash-size=31 -Wl,--reduce-memory-overheads -lrt'
  3991. CPP='gcc -E'
  3992. CPPFLAGS=''
  3993. DEFS='-DHAVE_CONFIG_H'
  3994. ECHO_C=''
  3995. ECHO_N='-n'
  3996. ECHO_T=''
  3997. EGREP='/usr/bin/grep -E'
  3998. EXEEXT='.exe'
  3999. EXTRA_LIBS=' rt dl '
  4000. GREP='/usr/bin/grep'
  4001. LDFLAGS=''
  4002. LIBOBJS=''
  4003. LIBS=''
  4004. LTLIBOBJS=''
  4005. OBJEXT='o'
  4006. PACKAGE_BUGREPORT='libraries@haskell.org'
  4007. PACKAGE_NAME='Haskell unix package'
  4008. PACKAGE_STRING='Haskell unix package 2.0'
  4009. PACKAGE_TARNAME='unix'
  4010. PACKAGE_URL=''
  4011. PACKAGE_VERSION='2.0'
  4012. PATH_SEPARATOR=':'
  4013. SHELL='/bin/sh'
  4014. ac_ct_CC='gcc'
  4015. bindir='${exec_prefix}/bin'
  4016. build='i686-pc-cygwin'
  4017. build_alias=''
  4018. build_cpu='i686'
  4019. build_os='cygwin'
  4020. build_vendor='pc'
  4021. datadir='${datarootdir}'
  4022. datarootdir='${prefix}/share'
  4023. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  4024. dvidir='${docdir}'
  4025. exec_prefix='${prefix}'
  4026. host='i686-pc-cygwin'
  4027. host_alias=''
  4028. host_cpu='i686'
  4029. host_os='cygwin'
  4030. host_vendor='pc'
  4031. htmldir='${docdir}'
  4032. includedir='${prefix}/include'
  4033. infodir='${datarootdir}/info'
  4034. libdir='${exec_prefix}/lib'
  4035. libexecdir='${exec_prefix}/libexec'
  4036. localedir='${datarootdir}/locale'
  4037. localstatedir='${prefix}/var'
  4038. mandir='${datarootdir}/man'
  4039. oldincludedir='/usr/include'
  4040. pdfdir='${docdir}'
  4041. prefix='C:\Users\Kirill\AppData\Roaming\cabal'
  4042. program_transform_name='s,x,x,'
  4043. psdir='${docdir}'
  4044. sbindir='${exec_prefix}/sbin'
  4045. sharedstatedir='${prefix}/com'
  4046. sysconfdir='${prefix}/etc'
  4047. target='i686-pc-cygwin'
  4048. target_alias=''
  4049. target_cpu='i686'
  4050. target_os='cygwin'
  4051. target_vendor='pc'
  4052.  
  4053. ## ----------- ##
  4054. ## confdefs.h. ##
  4055. ## ----------- ##
  4056.  
  4057. /* confdefs.h */
  4058. #define PACKAGE_NAME "Haskell unix package"
  4059. #define PACKAGE_TARNAME "unix"
  4060. #define PACKAGE_VERSION "2.0"
  4061. #define PACKAGE_STRING "Haskell unix package 2.0"
  4062. #define PACKAGE_BUGREPORT "libraries@haskell.org"
  4063. #define PACKAGE_URL ""
  4064. #define STDC_HEADERS 1
  4065. #define HAVE_SYS_TYPES_H 1
  4066. #define HAVE_SYS_STAT_H 1
  4067. #define HAVE_STDLIB_H 1
  4068. #define HAVE_STRING_H 1
  4069. #define HAVE_MEMORY_H 1
  4070. #define HAVE_STRINGS_H 1
  4071. #define HAVE_INTTYPES_H 1
  4072. #define HAVE_STDINT_H 1
  4073. #define HAVE_UNISTD_H 1
  4074. #define HAVE_DIRENT_H 1
  4075. #define HAVE_FCNTL_H 1
  4076. #define HAVE_GRP_H 1
  4077. #define HAVE_LIMITS_H 1
  4078. #define HAVE_PWD_H 1
  4079. #define HAVE_SIGNAL_H 1
  4080. #define HAVE_STRING_H 1
  4081. #define HAVE_SYS_RESOURCE_H 1
  4082. #define HAVE_SYS_STAT_H 1
  4083. #define HAVE_SYS_TIMES_H 1
  4084. #define HAVE_SYS_TIME_H 1
  4085. #define HAVE_SYS_UTSNAME_H 1
  4086. #define HAVE_SYS_WAIT_H 1
  4087. #define HAVE_PTY_H 1
  4088. #define HAVE_UTMP_H 1
  4089. #define HAVE_TERMIOS_H 1
  4090. #define HAVE_TIME_H 1
  4091. #define HAVE_UNISTD_H 1
  4092. #define HAVE_UTIME_H 1
  4093. #define HAVE_GETGRGID_R 1
  4094. #define HAVE_GETGRNAM_R 1
  4095. #define HAVE_GETPWNAM_R 1
  4096. #define HAVE_GETPWUID_R 1
  4097. #define HAVE_GETPWNAM 1
  4098. #define HAVE_GETPWUID 1
  4099. #define HAVE_GETPWENT 1
  4100. #define HAVE_GETGRENT 1
  4101. #define HAVE_LCHOWN 1
  4102. #define HAVE_SETENV 1
  4103. #define HAVE_SYSCONF 1
  4104. #define HAVE_UNSETENV 1
  4105. #define HAVE_NANOSLEEP 1
  4106. #define HAVE_PTSNAME 1
  4107. #define HAVE_SETITIMER 1
  4108. #define HAVE_READDIR_R 1
  4109. #define HAVE_STRUCT_STAT_ST_ATIM 1
  4110. #define HAVE_STRUCT_STAT_ST_MTIM 1
  4111. #define HAVE_STRUCT_STAT_ST_CTIM 1
  4112. #define HAVE_MKSTEMPS 1
  4113. #define HAVE_MKDTEMP 1
  4114. #define HAVE_SHM_OPEN 1
  4115. #define HAVE_SHM_UNLINK 1
  4116. #define CONST_SIGABRT 6
  4117. #define CONST_SIGALRM 14
  4118. #define CONST_SIGBUS 10
  4119. #define CONST_SIGCHLD 20
  4120. #define CONST_SIGCONT 19
  4121. #define CONST_SIGFPE 8
  4122. #define CONST_SIGHUP 1
  4123. #define CONST_SIGILL 4
  4124. #define CONST_SIGINT 2
  4125. #define CONST_SIGKILL 9
  4126. #define CONST_SIGPIPE 13
  4127. #define CONST_SIGQUIT 3
  4128. #define CONST_SIGSEGV 11
  4129. #define CONST_SIGSTOP 17
  4130. #define CONST_SIGTERM 15
  4131. #define CONST_SIGTSTP 18
  4132. #define CONST_SIGTTIN 21
  4133. #define CONST_SIGTTOU 22
  4134. #define CONST_SIGUSR1 30
  4135. #define CONST_SIGUSR2 31
  4136. #define CONST_SIGPOLL 23
  4137. #define CONST_SIGPROF 27
  4138. #define CONST_SIGSYS 12
  4139. #define CONST_SIGTRAP 5
  4140. #define CONST_SIGURG 16
  4141. #define CONST_SIGVTALRM 26
  4142. #define CONST_SIGXCPU 24
  4143. #define CONST_SIGXFSZ 25
  4144. #define CONST_SIG_BLOCK 1
  4145. #define CONST_SIG_SETMASK 0
  4146. #define CONST_SIG_UNBLOCK 2
  4147. #define HAVE_SC_GETGR_R_SIZE_MAX 1
  4148. #define HAVE_SC_GETPW_R_SIZE_MAX 1
  4149. #define HAVE_RTLDDEFAULT 1
  4150. #define HAVE_RTLDLOCAL 1
  4151. #define HAVE_RTLDGLOBAL 1
  4152. #define HAVE_RTLDNOW 1
  4153. #define HAVE_OPENPTY 1
  4154. #define HAVE_DEV_PTMX 1
  4155.  
  4156. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement