Advertisement
Guest User

Untitled

a guest
Nov 13th, 2010
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 92.71 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 ecl configure 10.4.1, which was
  5. generated by GNU Autoconf 2.63.  Invocation command line was
  6.  
  7.   $ /root/cpp/ecl-10.4.1/src/configure --srcdir=/root/cpp/ecl-10.4.1/src
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = myhost
  14. uname -m = i686
  15. uname -r = 2.6.35-ARCH
  16. uname -s = Linux
  17. uname -v = #1 SMP PREEMPT Sat Aug 14 20:57:39 UTC 2010
  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: /bin
  31. PATH: /usr/bin
  32. PATH: /sbin
  33. PATH: /usr/sbin
  34. PATH: /usr/lib/perl5/core_perl/bin
  35.  
  36.  
  37. ## ----------- ##
  38. ## Core tests. ##
  39. ## ----------- ##
  40.  
  41. configure:2416: checking build system type
  42. configure:2434: result: pentium3-pc-linux-gnu
  43. configure:2456: checking host system type
  44. configure:2471: result: pentium3-pc-linux-gnu
  45. configure:2543: checking for gcc
  46. configure:2559: found /usr/bin/gcc
  47. configure:2570: result: gcc
  48. configure:2802: checking for C compiler version
  49. configure:2810: gcc --version >&5
  50. gcc (GCC) 4.5.1
  51. Copyright (C) 2010 Free Software Foundation, Inc.
  52. This is free software; see the source for copying conditions.  There is NO
  53. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  54.  
  55. configure:2814: $? = 0
  56. configure:2821: gcc -v >&5
  57. Using built-in specs.
  58. COLLECT_GCC=gcc
  59. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-linux-gnu/4.5.1/lto-wrapper
  60. Target: i686-pc-linux-gnu
  61. Configured with: ../configure --prefix=/usr --enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-gnu-unique-object --enable-lto --enable-plugin --disable-multilib --disable-libstdcxx-pch --with-system-zlib --with-ppl --with-cloog --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info
  62. Thread model: posix
  63. gcc version 4.5.1 (GCC)
  64. configure:2825: $? = 0
  65. configure:2832: gcc -V >&5
  66. gcc: '-V' option must have argument
  67. configure:2836: $? = 1
  68. configure:2859: checking for C compiler default output file name
  69. configure:2881: gcc    conftest.c  >&5
  70. configure:2885: $? = 0
  71. configure:2923: result: a.out
  72. configure:2942: checking whether the C compiler works
  73. configure:2952: ./a.out
  74. configure:2956: $? = 0
  75. configure:2975: result: yes
  76. configure:2982: checking whether we are cross compiling
  77. configure:2984: result: no
  78. configure:2987: checking for suffix of executables
  79. configure:2994: gcc -o conftest    conftest.c  >&5
  80. configure:2998: $? = 0
  81. configure:3024: result:
  82. configure:3030: checking for suffix of object files
  83. configure:3056: gcc -c   conftest.c >&5
  84. configure:3060: $? = 0
  85. configure:3085: result: o
  86. configure:3089: checking whether we are using the GNU C compiler
  87. configure:3118: gcc -c   conftest.c >&5
  88. configure:3125: $? = 0
  89. configure:3142: result: yes
  90. configure:3151: checking whether gcc accepts -g
  91. configure:3181: gcc -c -g  conftest.c >&5
  92. configure:3188: $? = 0
  93. configure:3289: result: yes
  94. configure:3306: checking for gcc option to accept ISO C89
  95. configure:3380: gcc  -c -g -O2  conftest.c >&5
  96. configure:3387: $? = 0
  97. configure:3410: result: none needed
  98. configure:3486: checking for g++
  99. configure:3502: found /usr/bin/g++
  100. configure:3513: result: g++
  101. configure:3540: checking for C++ compiler version
  102. configure:3548: g++ --version >&5
  103. g++ (GCC) 4.5.1
  104. Copyright (C) 2010 Free Software Foundation, Inc.
  105. This is free software; see the source for copying conditions.  There is NO
  106. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  107.  
  108. configure:3552: $? = 0
  109. configure:3559: g++ -v >&5
  110. Using built-in specs.
  111. COLLECT_GCC=g++
  112. COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-linux-gnu/4.5.1/lto-wrapper
  113. Target: i686-pc-linux-gnu
  114. Configured with: ../configure --prefix=/usr --enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-gnu-unique-object --enable-lto --enable-plugin --disable-multilib --disable-libstdcxx-pch --with-system-zlib --with-ppl --with-cloog --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info
  115. Thread model: posix
  116. gcc version 4.5.1 (GCC)
  117. configure:3563: $? = 0
  118. configure:3570: g++ -V >&5
  119. g++: '-V' option must have argument
  120. configure:3574: $? = 1
  121. configure:3577: checking whether we are using the GNU C++ compiler
  122. configure:3606: g++ -c   conftest.cpp >&5
  123. configure:3613: $? = 0
  124. configure:3630: result: yes
  125. configure:3639: checking whether g++ accepts -g
  126. configure:3669: g++ -c -g  conftest.cpp >&5
  127. configure:3676: $? = 0
  128. configure:3777: result: yes
  129. configure:3805: checking how to run the C preprocessor
  130. configure:3845: gcc -E  conftest.c
  131. configure:3852: $? = 0
  132. configure:3883: gcc -E  conftest.c
  133. conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory
  134. compilation terminated.
  135. configure:3890: $? = 1
  136. configure: failed program was:
  137. | /* confdefs.h.  */
  138. | #define PACKAGE_NAME "ecl"
  139. | #define PACKAGE_TARNAME "ecl"
  140. | #define PACKAGE_VERSION "10.4.1"
  141. | #define PACKAGE_STRING "ecl 10.4.1"
  142. | #define PACKAGE_BUGREPORT ""
  143. | /* end confdefs.h.  */
  144. | #include <ac_nonexistent.h>
  145. configure:3923: result: gcc -E
  146. configure:3952: gcc -E  conftest.c
  147. configure:3959: $? = 0
  148. configure:3990: gcc -E  conftest.c
  149. conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory
  150. compilation terminated.
  151. configure:3997: $? = 1
  152. configure: failed program was:
  153. | /* confdefs.h.  */
  154. | #define PACKAGE_NAME "ecl"
  155. | #define PACKAGE_TARNAME "ecl"
  156. | #define PACKAGE_VERSION "10.4.1"
  157. | #define PACKAGE_STRING "ecl 10.4.1"
  158. | #define PACKAGE_BUGREPORT ""
  159. | /* end confdefs.h.  */
  160. | #include <ac_nonexistent.h>
  161. configure:4079: checking for ranlib
  162. configure:4095: found /usr/bin/ranlib
  163. configure:4106: result: ranlib
  164. configure:4142: checking for a BSD-compatible install
  165. configure:4210: result: /bin/install -c
  166. configure:4221: checking whether ln -s works
  167. configure:4225: result: yes
  168. configure:4232: checking whether make sets $(MAKE)
  169. configure:4254: result: yes
  170. configure:4558: checking for ld flags when building shared libraries
  171. configure:4561: result: -shared
  172. configure:4570: checking for required libraries
  173. configure:4572: result: -ldl
  174. configure:4574: checking for architecture
  175. configure:4577: result: PENTIUM3
  176. configure:4579: checking for software type
  177. configure:4583: result: linux /
  178. configure:4586: checking for __thread local data
  179. configure:4613: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC  conftest.c >&5
  180. configure:4620: $? = 0
  181. configure:4635: result: yes
  182. configure:4643: checking for install-info
  183. configure:4662: found /usr/bin/install-info
  184. configure:4675: result: /usr/bin/install-info
  185. configure:4694: checking for __gmpz_init in -lgmp
  186. configure:4729: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -lgmp  -ldl  >&5
  187. configure:4736: $? = 0
  188. configure:4757: result: yes
  189. configure:4769: checking for __gmpz_init in -lgmp
  190. configure:4832: result: yes
  191. configure:4843: checking for grep that handles long lines and -e
  192. configure:4903: result: /bin/grep
  193. configure:4908: checking for egrep
  194. configure:4972: result: /bin/grep -E
  195. configure:4977: checking for ANSI C header files
  196. configure:5007: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  197. configure:5014: $? = 0
  198. configure:5113: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  >&5
  199. configure:5117: $? = 0
  200. configure:5123: ./conftest
  201. configure:5127: $? = 0
  202. configure:5145: result: yes
  203. configure:5169: checking for sys/types.h
  204. configure:5190: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  205. configure:5197: $? = 0
  206. configure:5214: result: yes
  207. configure:5169: checking for sys/stat.h
  208. configure:5190: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  209. configure:5197: $? = 0
  210. configure:5214: result: yes
  211. configure:5169: checking for stdlib.h
  212. configure:5190: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  213. configure:5197: $? = 0
  214. configure:5214: result: yes
  215. configure:5169: checking for string.h
  216. configure:5190: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  217. configure:5197: $? = 0
  218. configure:5214: result: yes
  219. configure:5169: checking for memory.h
  220. configure:5190: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  221. configure:5197: $? = 0
  222. configure:5214: result: yes
  223. configure:5169: checking for strings.h
  224. configure:5190: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  225. configure:5197: $? = 0
  226. configure:5214: result: yes
  227. configure:5169: checking for inttypes.h
  228. configure:5190: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  229. configure:5197: $? = 0
  230. configure:5214: result: yes
  231. configure:5169: checking for stdint.h
  232. configure:5190: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  233. configure:5197: $? = 0
  234. configure:5214: result: yes
  235. configure:5169: checking for unistd.h
  236. configure:5190: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  237. configure:5197: $? = 0
  238. configure:5214: result: yes
  239. configure:5238: checking gmp.h usability
  240. configure:5255: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  241. configure:5262: $? = 0
  242. configure:5276: result: yes
  243. configure:5280: checking gmp.h presence
  244. configure:5295: gcc -E  conftest.c
  245. configure:5302: $? = 0
  246. configure:5316: result: yes
  247. configure:5344: checking for gmp.h
  248. configure:5351: result: yes
  249. configure:5370: checking gmp/gmp.h usability
  250. configure:5387: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  251. conftest.c:51:21: fatal error: gmp/gmp.h: No such file or directory
  252. compilation terminated.
  253. configure:5394: $? = 1
  254. configure: failed program was:
  255. | /* confdefs.h.  */
  256. | #define PACKAGE_NAME "ecl"
  257. | #define PACKAGE_TARNAME "ecl"
  258. | #define PACKAGE_VERSION "10.4.1"
  259. | #define PACKAGE_STRING "ecl 10.4.1"
  260. | #define PACKAGE_BUGREPORT ""
  261. | #define STDC_HEADERS 1
  262. | #define HAVE_SYS_TYPES_H 1
  263. | #define HAVE_SYS_STAT_H 1
  264. | #define HAVE_STDLIB_H 1
  265. | #define HAVE_STRING_H 1
  266. | #define HAVE_MEMORY_H 1
  267. | #define HAVE_STRINGS_H 1
  268. | #define HAVE_INTTYPES_H 1
  269. | #define HAVE_STDINT_H 1
  270. | #define HAVE_UNISTD_H 1
  271. | /* end confdefs.h.  */
  272. | #include <stdio.h>
  273. | #ifdef HAVE_SYS_TYPES_H
  274. | # include <sys/types.h>
  275. | #endif
  276. | #ifdef HAVE_SYS_STAT_H
  277. | # include <sys/stat.h>
  278. | #endif
  279. | #ifdef STDC_HEADERS
  280. | # include <stdlib.h>
  281. | # include <stddef.h>
  282. | #else
  283. | # ifdef HAVE_STDLIB_H
  284. | #  include <stdlib.h>
  285. | # endif
  286. | #endif
  287. | #ifdef HAVE_STRING_H
  288. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  289. | #  include <memory.h>
  290. | # endif
  291. | # include <string.h>
  292. | #endif
  293. | #ifdef HAVE_STRINGS_H
  294. | # include <strings.h>
  295. | #endif
  296. | #ifdef HAVE_INTTYPES_H
  297. | # include <inttypes.h>
  298. | #endif
  299. | #ifdef HAVE_STDINT_H
  300. | # include <stdint.h>
  301. | #endif
  302. | #ifdef HAVE_UNISTD_H
  303. | # include <unistd.h>
  304. | #endif
  305. | #include <gmp/gmp.h>
  306. configure:5408: result: no
  307. configure:5412: checking gmp/gmp.h presence
  308. configure:5427: gcc -E  conftest.c
  309. conftest.c:18:21: fatal error: gmp/gmp.h: No such file or directory
  310. compilation terminated.
  311. configure:5434: $? = 1
  312. configure: failed program was:
  313. | /* confdefs.h.  */
  314. | #define PACKAGE_NAME "ecl"
  315. | #define PACKAGE_TARNAME "ecl"
  316. | #define PACKAGE_VERSION "10.4.1"
  317. | #define PACKAGE_STRING "ecl 10.4.1"
  318. | #define PACKAGE_BUGREPORT ""
  319. | #define STDC_HEADERS 1
  320. | #define HAVE_SYS_TYPES_H 1
  321. | #define HAVE_SYS_STAT_H 1
  322. | #define HAVE_STDLIB_H 1
  323. | #define HAVE_STRING_H 1
  324. | #define HAVE_MEMORY_H 1
  325. | #define HAVE_STRINGS_H 1
  326. | #define HAVE_INTTYPES_H 1
  327. | #define HAVE_STDINT_H 1
  328. | #define HAVE_UNISTD_H 1
  329. | /* end confdefs.h.  */
  330. | #include <gmp/gmp.h>
  331. configure:5448: result: no
  332. configure:5476: checking for gmp/gmp.h
  333. configure:5483: result: no
  334. configure:5550: checking GMP autoconf
  335. configure:5552: result: "yes.yes.no"
  336. configure:5586: checking for getpwnam in -lsun
  337. configure:5621: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -lsun  -ldl  -lm >&5
  338. /usr/bin/ld: cannot find -lsun
  339. collect2: ld returned 1 exit status
  340. configure:5628: $? = 1
  341. configure: failed program was:
  342. | /* confdefs.h.  */
  343. | #define PACKAGE_NAME "ecl"
  344. | #define PACKAGE_TARNAME "ecl"
  345. | #define PACKAGE_VERSION "10.4.1"
  346. | #define PACKAGE_STRING "ecl 10.4.1"
  347. | #define PACKAGE_BUGREPORT ""
  348. | #define STDC_HEADERS 1
  349. | #define HAVE_SYS_TYPES_H 1
  350. | #define HAVE_SYS_STAT_H 1
  351. | #define HAVE_STDLIB_H 1
  352. | #define HAVE_STRING_H 1
  353. | #define HAVE_MEMORY_H 1
  354. | #define HAVE_STRINGS_H 1
  355. | #define HAVE_INTTYPES_H 1
  356. | #define HAVE_STDINT_H 1
  357. | #define HAVE_UNISTD_H 1
  358. | #define WITH_GMP 1
  359. | /* end confdefs.h.  */
  360. |
  361. | /* Override any GCC internal prototype to avoid an error.
  362. |    Use char because int might match the return type of a GCC
  363. |    builtin and then its argument prototype would still apply.  */
  364. | #ifdef __cplusplus
  365. | extern "C"
  366. | #endif
  367. | char getpwnam ();
  368. | int
  369. | main ()
  370. | {
  371. | return getpwnam ();
  372. |   ;
  373. |   return 0;
  374. | }
  375. configure:5649: result: no
  376. configure:5660: checking for library containing strerror
  377. configure:5701: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  378. configure:5708: $? = 0
  379. configure:5739: result: none required
  380. configure:5913: checking for GC_malloc in -lgc
  381. configure:5948: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -lgc  -ldl  -lm >&5
  382. /usr/bin/ld: cannot find -lgc
  383. collect2: ld returned 1 exit status
  384. configure:5955: $? = 1
  385. configure: failed program was:
  386. | /* confdefs.h.  */
  387. | #define PACKAGE_NAME "ecl"
  388. | #define PACKAGE_TARNAME "ecl"
  389. | #define PACKAGE_VERSION "10.4.1"
  390. | #define PACKAGE_STRING "ecl 10.4.1"
  391. | #define PACKAGE_BUGREPORT ""
  392. | #define STDC_HEADERS 1
  393. | #define HAVE_SYS_TYPES_H 1
  394. | #define HAVE_SYS_STAT_H 1
  395. | #define HAVE_STDLIB_H 1
  396. | #define HAVE_STRING_H 1
  397. | #define HAVE_MEMORY_H 1
  398. | #define HAVE_STRINGS_H 1
  399. | #define HAVE_INTTYPES_H 1
  400. | #define HAVE_STDINT_H 1
  401. | #define HAVE_UNISTD_H 1
  402. | #define WITH_GMP 1
  403. | /* end confdefs.h.  */
  404. |
  405. | /* Override any GCC internal prototype to avoid an error.
  406. |    Use char because int might match the return type of a GCC
  407. |    builtin and then its argument prototype would still apply.  */
  408. | #ifdef __cplusplus
  409. | extern "C"
  410. | #endif
  411. | char GC_malloc ();
  412. | int
  413. | main ()
  414. | {
  415. | return GC_malloc ();
  416. |   ;
  417. |   return 0;
  418. | }
  419. configure:5976: result: no
  420. configure:6057: checking whether we can use the existing Boehm-Weiser library
  421. configure:6063: result: no
  422. configure:6170: checking if we use Boehm-Demers-Weiser precise garbage collector
  423. configure:6180: result: no
  424. configure:6191: checking for soname flags
  425. configure:6214: result: -Wl,-soname,libecl.so.10.4
  426. configure:6248: checking for X
  427. configure:6363: gcc -E  conftest.c
  428. configure:6370: $? = 0
  429. configure:6419: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -lX11 -ldl  -lm >&5
  430. configure:6426: $? = 0
  431. configure:6488: result: libraries , headers
  432. configure:6500: checking for dirent.h that defines DIR
  433. configure:6529: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  434. configure:6536: $? = 0
  435. configure:6553: result: yes
  436. configure:6568: checking for library containing opendir
  437. configure:6609: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  438. configure:6616: $? = 0
  439. configure:6647: result: none required
  440. configure:6745: checking for stdbool.h that conforms to C99
  441. configure:6840: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  442. configure:6847: $? = 0
  443. configure:6862: result: yes
  444. configure:6864: checking for _Bool
  445. configure:6892: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  446. configure:6899: $? = 0
  447. configure:6926: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  448. conftest.c: In function 'main':
  449. conftest.c:60:20: error: expected expression before ')' token
  450. configure:6933: $? = 1
  451. configure: failed program was:
  452. | /* confdefs.h.  */
  453. | #define PACKAGE_NAME "ecl"
  454. | #define PACKAGE_TARNAME "ecl"
  455. | #define PACKAGE_VERSION "10.4.1"
  456. | #define PACKAGE_STRING "ecl 10.4.1"
  457. | #define PACKAGE_BUGREPORT ""
  458. | #define STDC_HEADERS 1
  459. | #define HAVE_SYS_TYPES_H 1
  460. | #define HAVE_SYS_STAT_H 1
  461. | #define HAVE_STDLIB_H 1
  462. | #define HAVE_STRING_H 1
  463. | #define HAVE_MEMORY_H 1
  464. | #define HAVE_STRINGS_H 1
  465. | #define HAVE_INTTYPES_H 1
  466. | #define HAVE_STDINT_H 1
  467. | #define HAVE_UNISTD_H 1
  468. | #define WITH_GMP 1
  469. | #define GBC_BOEHM 0
  470. | #define ECL_SMALL_CONS 1
  471. | #define ECL_IEEE_FP 1
  472. | #define ECL_SIGNED_ZERO 1
  473. | #define HAVE_DIRENT_H 1
  474. | /* end confdefs.h.  */
  475. | #include <stdio.h>
  476. | #ifdef HAVE_SYS_TYPES_H
  477. | # include <sys/types.h>
  478. | #endif
  479. | #ifdef HAVE_SYS_STAT_H
  480. | # include <sys/stat.h>
  481. | #endif
  482. | #ifdef STDC_HEADERS
  483. | # include <stdlib.h>
  484. | # include <stddef.h>
  485. | #else
  486. | # ifdef HAVE_STDLIB_H
  487. | #  include <stdlib.h>
  488. | # endif
  489. | #endif
  490. | #ifdef HAVE_STRING_H
  491. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  492. | #  include <memory.h>
  493. | # endif
  494. | # include <string.h>
  495. | #endif
  496. | #ifdef HAVE_STRINGS_H
  497. | # include <strings.h>
  498. | #endif
  499. | #ifdef HAVE_INTTYPES_H
  500. | # include <inttypes.h>
  501. | #endif
  502. | #ifdef HAVE_STDINT_H
  503. | # include <stdint.h>
  504. | #endif
  505. | #ifdef HAVE_UNISTD_H
  506. | # include <unistd.h>
  507. | #endif
  508. | int
  509. | main ()
  510. | {
  511. | if (sizeof ((_Bool)))
  512. |     return 0;
  513. |   ;
  514. |   return 0;
  515. | }
  516. configure:6956: result: yes
  517. configure:6975: checking for ANSI C header files
  518. configure:7143: result: yes
  519. configure:7153: checking whether time.h and sys/time.h may both be included
  520. configure:7183: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  521. configure:7190: $? = 0
  522. configure:7205: result: yes
  523. configure:7244: checking fcntl.h usability
  524. configure:7261: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  525. configure:7268: $? = 0
  526. configure:7282: result: yes
  527. configure:7286: checking fcntl.h presence
  528. configure:7301: gcc -E  conftest.c
  529. configure:7308: $? = 0
  530. configure:7322: result: yes
  531. configure:7350: checking for fcntl.h
  532. configure:7359: result: yes
  533. configure:7244: checking limits.h usability
  534. configure:7261: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  535. configure:7268: $? = 0
  536. configure:7282: result: yes
  537. configure:7286: checking limits.h presence
  538. configure:7301: gcc -E  conftest.c
  539. configure:7308: $? = 0
  540. configure:7322: result: yes
  541. configure:7350: checking for limits.h
  542. configure:7359: result: yes
  543. configure:7244: checking netdb.h usability
  544. configure:7261: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  545. configure:7268: $? = 0
  546. configure:7282: result: yes
  547. configure:7286: checking netdb.h presence
  548. configure:7301: gcc -E  conftest.c
  549. configure:7308: $? = 0
  550. configure:7322: result: yes
  551. configure:7350: checking for netdb.h
  552. configure:7359: result: yes
  553. configure:7244: checking netinet/in.h usability
  554. configure:7261: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  555. configure:7268: $? = 0
  556. configure:7282: result: yes
  557. configure:7286: checking netinet/in.h presence
  558. configure:7301: gcc -E  conftest.c
  559. configure:7308: $? = 0
  560. configure:7322: result: yes
  561. configure:7350: checking for netinet/in.h
  562. configure:7359: result: yes
  563. configure:7244: checking stddef.h usability
  564. configure:7261: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  565. configure:7268: $? = 0
  566. configure:7282: result: yes
  567. configure:7286: checking stddef.h presence
  568. configure:7301: gcc -E  conftest.c
  569. configure:7308: $? = 0
  570. configure:7322: result: yes
  571. configure:7350: checking for stddef.h
  572. configure:7359: result: yes
  573. configure:7233: checking for stdlib.h
  574. configure:7240: result: yes
  575. configure:7233: checking for string.h
  576. configure:7240: result: yes
  577. configure:7244: checking sys/param.h usability
  578. configure:7261: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  579. configure:7268: $? = 0
  580. configure:7282: result: yes
  581. configure:7286: checking sys/param.h presence
  582. configure:7301: gcc -E  conftest.c
  583. configure:7308: $? = 0
  584. configure:7322: result: yes
  585. configure:7350: checking for sys/param.h
  586. configure:7359: result: yes
  587. configure:7244: checking sys/socket.h usability
  588. configure:7261: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  589. configure:7268: $? = 0
  590. configure:7282: result: yes
  591. configure:7286: checking sys/socket.h presence
  592. configure:7301: gcc -E  conftest.c
  593. configure:7308: $? = 0
  594. configure:7322: result: yes
  595. configure:7350: checking for sys/socket.h
  596. configure:7359: result: yes
  597. configure:7244: checking sys/time.h usability
  598. configure:7261: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  599. configure:7268: $? = 0
  600. configure:7282: result: yes
  601. configure:7286: checking sys/time.h presence
  602. configure:7301: gcc -E  conftest.c
  603. configure:7308: $? = 0
  604. configure:7322: result: yes
  605. configure:7350: checking for sys/time.h
  606. configure:7359: result: yes
  607. configure:7233: checking for unistd.h
  608. configure:7240: result: yes
  609. configure:7244: checking fenv.h usability
  610. configure:7261: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  611. configure:7268: $? = 0
  612. configure:7282: result: yes
  613. configure:7286: checking fenv.h presence
  614. configure:7301: gcc -E  conftest.c
  615. configure:7308: $? = 0
  616. configure:7322: result: yes
  617. configure:7350: checking for fenv.h
  618. configure:7359: result: yes
  619. configure:7405: checking sys/resource.h usability
  620. configure:7422: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  621. configure:7429: $? = 0
  622. configure:7443: result: yes
  623. configure:7447: checking sys/resource.h presence
  624. configure:7462: gcc -E  conftest.c
  625. configure:7469: $? = 0
  626. configure:7483: result: yes
  627. configure:7511: checking for sys/resource.h
  628. configure:7520: result: yes
  629. configure:7405: checking sys/utsname.h usability
  630. configure:7422: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  631. configure:7429: $? = 0
  632. configure:7443: result: yes
  633. configure:7447: checking sys/utsname.h presence
  634. configure:7462: gcc -E  conftest.c
  635. configure:7469: $? = 0
  636. configure:7483: result: yes
  637. configure:7511: checking for sys/utsname.h
  638. configure:7520: result: yes
  639. configure:7405: checking float.h usability
  640. configure:7422: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  641. configure:7429: $? = 0
  642. configure:7443: result: yes
  643. configure:7447: checking float.h presence
  644. configure:7462: gcc -E  conftest.c
  645. configure:7469: $? = 0
  646. configure:7483: result: yes
  647. configure:7511: checking for float.h
  648. configure:7520: result: yes
  649. configure:7405: checking pwd.h usability
  650. configure:7422: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  651. configure:7429: $? = 0
  652. configure:7443: result: yes
  653. configure:7447: checking pwd.h presence
  654. configure:7462: gcc -E  conftest.c
  655. configure:7469: $? = 0
  656. configure:7483: result: yes
  657. configure:7511: checking for pwd.h
  658. configure:7520: result: yes
  659. configure:7405: checking dlfcn.h usability
  660. configure:7422: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  661. configure:7429: $? = 0
  662. configure:7443: result: yes
  663. configure:7447: checking dlfcn.h presence
  664. configure:7462: gcc -E  conftest.c
  665. configure:7469: $? = 0
  666. configure:7483: result: yes
  667. configure:7511: checking for dlfcn.h
  668. configure:7520: result: yes
  669. configure:7405: checking link.h usability
  670. configure:7422: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  671. configure:7429: $? = 0
  672. configure:7443: result: yes
  673. configure:7447: checking link.h presence
  674. configure:7462: gcc -E  conftest.c
  675. configure:7469: $? = 0
  676. configure:7483: result: yes
  677. configure:7511: checking for link.h
  678. configure:7520: result: yes
  679. configure:7405: checking mach-o/dyld.h usability
  680. configure:7422: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  681. conftest.c:79:25: fatal error: mach-o/dyld.h: No such file or directory
  682. compilation terminated.
  683. configure:7429: $? = 1
  684. configure: failed program was:
  685. | /* confdefs.h.  */
  686. | #define PACKAGE_NAME "ecl"
  687. | #define PACKAGE_TARNAME "ecl"
  688. | #define PACKAGE_VERSION "10.4.1"
  689. | #define PACKAGE_STRING "ecl 10.4.1"
  690. | #define PACKAGE_BUGREPORT ""
  691. | #define STDC_HEADERS 1
  692. | #define HAVE_SYS_TYPES_H 1
  693. | #define HAVE_SYS_STAT_H 1
  694. | #define HAVE_STDLIB_H 1
  695. | #define HAVE_STRING_H 1
  696. | #define HAVE_MEMORY_H 1
  697. | #define HAVE_STRINGS_H 1
  698. | #define HAVE_INTTYPES_H 1
  699. | #define HAVE_STDINT_H 1
  700. | #define HAVE_UNISTD_H 1
  701. | #define WITH_GMP 1
  702. | #define GBC_BOEHM 0
  703. | #define ECL_SMALL_CONS 1
  704. | #define ECL_IEEE_FP 1
  705. | #define ECL_SIGNED_ZERO 1
  706. | #define HAVE_DIRENT_H 1
  707. | #define HAVE__BOOL 1
  708. | #define HAVE_STDBOOL_H 1
  709. | #define STDC_HEADERS 1
  710. | #define TIME_WITH_SYS_TIME 1
  711. | #define HAVE_FCNTL_H 1
  712. | #define HAVE_LIMITS_H 1
  713. | #define HAVE_NETDB_H 1
  714. | #define HAVE_NETINET_IN_H 1
  715. | #define HAVE_STDDEF_H 1
  716. | #define HAVE_STDLIB_H 1
  717. | #define HAVE_STRING_H 1
  718. | #define HAVE_SYS_PARAM_H 1
  719. | #define HAVE_SYS_SOCKET_H 1
  720. | #define HAVE_SYS_TIME_H 1
  721. | #define HAVE_UNISTD_H 1
  722. | #define HAVE_FENV_H 1
  723. | #define HAVE_SYS_RESOURCE_H 1
  724. | #define HAVE_SYS_UTSNAME_H 1
  725. | #define HAVE_FLOAT_H 1
  726. | #define HAVE_PWD_H 1
  727. | #define HAVE_DLFCN_H 1
  728. | #define HAVE_LINK_H 1
  729. | /* end confdefs.h.  */
  730. | #include <stdio.h>
  731. | #ifdef HAVE_SYS_TYPES_H
  732. | # include <sys/types.h>
  733. | #endif
  734. | #ifdef HAVE_SYS_STAT_H
  735. | # include <sys/stat.h>
  736. | #endif
  737. | #ifdef STDC_HEADERS
  738. | # include <stdlib.h>
  739. | # include <stddef.h>
  740. | #else
  741. | # ifdef HAVE_STDLIB_H
  742. | #  include <stdlib.h>
  743. | # endif
  744. | #endif
  745. | #ifdef HAVE_STRING_H
  746. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  747. | #  include <memory.h>
  748. | # endif
  749. | # include <string.h>
  750. | #endif
  751. | #ifdef HAVE_STRINGS_H
  752. | # include <strings.h>
  753. | #endif
  754. | #ifdef HAVE_INTTYPES_H
  755. | # include <inttypes.h>
  756. | #endif
  757. | #ifdef HAVE_STDINT_H
  758. | # include <stdint.h>
  759. | #endif
  760. | #ifdef HAVE_UNISTD_H
  761. | # include <unistd.h>
  762. | #endif
  763. | #include <mach-o/dyld.h>
  764. configure:7443: result: no
  765. configure:7447: checking mach-o/dyld.h presence
  766. configure:7462: gcc -E  conftest.c
  767. conftest.c:46:25: fatal error: mach-o/dyld.h: No such file or directory
  768. compilation terminated.
  769. configure:7469: $? = 1
  770. configure: failed program was:
  771. | /* confdefs.h.  */
  772. | #define PACKAGE_NAME "ecl"
  773. | #define PACKAGE_TARNAME "ecl"
  774. | #define PACKAGE_VERSION "10.4.1"
  775. | #define PACKAGE_STRING "ecl 10.4.1"
  776. | #define PACKAGE_BUGREPORT ""
  777. | #define STDC_HEADERS 1
  778. | #define HAVE_SYS_TYPES_H 1
  779. | #define HAVE_SYS_STAT_H 1
  780. | #define HAVE_STDLIB_H 1
  781. | #define HAVE_STRING_H 1
  782. | #define HAVE_MEMORY_H 1
  783. | #define HAVE_STRINGS_H 1
  784. | #define HAVE_INTTYPES_H 1
  785. | #define HAVE_STDINT_H 1
  786. | #define HAVE_UNISTD_H 1
  787. | #define WITH_GMP 1
  788. | #define GBC_BOEHM 0
  789. | #define ECL_SMALL_CONS 1
  790. | #define ECL_IEEE_FP 1
  791. | #define ECL_SIGNED_ZERO 1
  792. | #define HAVE_DIRENT_H 1
  793. | #define HAVE__BOOL 1
  794. | #define HAVE_STDBOOL_H 1
  795. | #define STDC_HEADERS 1
  796. | #define TIME_WITH_SYS_TIME 1
  797. | #define HAVE_FCNTL_H 1
  798. | #define HAVE_LIMITS_H 1
  799. | #define HAVE_NETDB_H 1
  800. | #define HAVE_NETINET_IN_H 1
  801. | #define HAVE_STDDEF_H 1
  802. | #define HAVE_STDLIB_H 1
  803. | #define HAVE_STRING_H 1
  804. | #define HAVE_SYS_PARAM_H 1
  805. | #define HAVE_SYS_SOCKET_H 1
  806. | #define HAVE_SYS_TIME_H 1
  807. | #define HAVE_UNISTD_H 1
  808. | #define HAVE_FENV_H 1
  809. | #define HAVE_SYS_RESOURCE_H 1
  810. | #define HAVE_SYS_UTSNAME_H 1
  811. | #define HAVE_FLOAT_H 1
  812. | #define HAVE_PWD_H 1
  813. | #define HAVE_DLFCN_H 1
  814. | #define HAVE_LINK_H 1
  815. | /* end confdefs.h.  */
  816. | #include <mach-o/dyld.h>
  817. configure:7483: result: no
  818. configure:7511: checking for mach-o/dyld.h
  819. configure:7520: result: no
  820. configure:7405: checking ulimit.h usability
  821. configure:7422: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  822. configure:7429: $? = 0
  823. configure:7443: result: yes
  824. configure:7447: checking ulimit.h presence
  825. configure:7462: gcc -E  conftest.c
  826. configure:7469: $? = 0
  827. configure:7483: result: yes
  828. configure:7511: checking for ulimit.h
  829. configure:7520: result: yes
  830. configure:7405: checking dirent.h usability
  831. configure:7422: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  832. configure:7429: $? = 0
  833. configure:7443: result: yes
  834. configure:7447: checking dirent.h presence
  835. configure:7462: gcc -E  conftest.c
  836. configure:7469: $? = 0
  837. configure:7483: result: yes
  838. configure:7511: checking for dirent.h
  839. configure:7520: result: yes
  840. configure:7405: checking sys/ioctl.h usability
  841. configure:7422: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  842. configure:7429: $? = 0
  843. configure:7443: result: yes
  844. configure:7447: checking sys/ioctl.h presence
  845. configure:7462: gcc -E  conftest.c
  846. configure:7469: $? = 0
  847. configure:7483: result: yes
  848. configure:7511: checking for sys/ioctl.h
  849. configure:7520: result: yes
  850. configure:7405: checking sys/select.h usability
  851. configure:7422: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  852. configure:7429: $? = 0
  853. configure:7443: result: yes
  854. configure:7447: checking sys/select.h presence
  855. configure:7462: gcc -E  conftest.c
  856. configure:7469: $? = 0
  857. configure:7483: result: yes
  858. configure:7511: checking for sys/select.h
  859. configure:7520: result: yes
  860. configure:7405: checking sys/wait.h usability
  861. configure:7422: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  862. configure:7429: $? = 0
  863. configure:7443: result: yes
  864. configure:7447: checking sys/wait.h presence
  865. configure:7462: gcc -E  conftest.c
  866. configure:7469: $? = 0
  867. configure:7483: result: yes
  868. configure:7511: checking for sys/wait.h
  869. configure:7520: result: yes
  870. configure:7405: checking semaphore.h usability
  871. configure:7422: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  872. configure:7429: $? = 0
  873. configure:7443: result: yes
  874. configure:7447: checking semaphore.h presence
  875. configure:7462: gcc -E  conftest.c
  876. configure:7469: $? = 0
  877. configure:7483: result: yes
  878. configure:7511: checking for semaphore.h
  879. configure:7520: result: yes
  880. configure:7537: checking for an ANSI C-conforming const
  881. configure:7612: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  882. configure:7619: $? = 0
  883. configure:7634: result: yes
  884. configure:7643: checking for inline
  885. configure:7669: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  886. configure:7676: $? = 0
  887. configure:7694: result: inline
  888. configure:7713: checking for size_t
  889. configure:7741: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  890. configure:7748: $? = 0
  891. configure:7775: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  892. conftest.c: In function 'main':
  893. conftest.c:88:21: error: expected expression before ')' token
  894. configure:7782: $? = 1
  895. configure: failed program was:
  896. | /* confdefs.h.  */
  897. | #define PACKAGE_NAME "ecl"
  898. | #define PACKAGE_TARNAME "ecl"
  899. | #define PACKAGE_VERSION "10.4.1"
  900. | #define PACKAGE_STRING "ecl 10.4.1"
  901. | #define PACKAGE_BUGREPORT ""
  902. | #define STDC_HEADERS 1
  903. | #define HAVE_SYS_TYPES_H 1
  904. | #define HAVE_SYS_STAT_H 1
  905. | #define HAVE_STDLIB_H 1
  906. | #define HAVE_STRING_H 1
  907. | #define HAVE_MEMORY_H 1
  908. | #define HAVE_STRINGS_H 1
  909. | #define HAVE_INTTYPES_H 1
  910. | #define HAVE_STDINT_H 1
  911. | #define HAVE_UNISTD_H 1
  912. | #define WITH_GMP 1
  913. | #define GBC_BOEHM 0
  914. | #define ECL_SMALL_CONS 1
  915. | #define ECL_IEEE_FP 1
  916. | #define ECL_SIGNED_ZERO 1
  917. | #define HAVE_DIRENT_H 1
  918. | #define HAVE__BOOL 1
  919. | #define HAVE_STDBOOL_H 1
  920. | #define STDC_HEADERS 1
  921. | #define TIME_WITH_SYS_TIME 1
  922. | #define HAVE_FCNTL_H 1
  923. | #define HAVE_LIMITS_H 1
  924. | #define HAVE_NETDB_H 1
  925. | #define HAVE_NETINET_IN_H 1
  926. | #define HAVE_STDDEF_H 1
  927. | #define HAVE_STDLIB_H 1
  928. | #define HAVE_STRING_H 1
  929. | #define HAVE_SYS_PARAM_H 1
  930. | #define HAVE_SYS_SOCKET_H 1
  931. | #define HAVE_SYS_TIME_H 1
  932. | #define HAVE_UNISTD_H 1
  933. | #define HAVE_FENV_H 1
  934. | #define HAVE_SYS_RESOURCE_H 1
  935. | #define HAVE_SYS_UTSNAME_H 1
  936. | #define HAVE_FLOAT_H 1
  937. | #define HAVE_PWD_H 1
  938. | #define HAVE_DLFCN_H 1
  939. | #define HAVE_LINK_H 1
  940. | #define HAVE_ULIMIT_H 1
  941. | #define HAVE_DIRENT_H 1
  942. | #define HAVE_SYS_IOCTL_H 1
  943. | #define HAVE_SYS_SELECT_H 1
  944. | #define HAVE_SYS_WAIT_H 1
  945. | #define HAVE_SEMAPHORE_H 1
  946. | /* end confdefs.h.  */
  947. | #include <stdio.h>
  948. | #ifdef HAVE_SYS_TYPES_H
  949. | # include <sys/types.h>
  950. | #endif
  951. | #ifdef HAVE_SYS_STAT_H
  952. | # include <sys/stat.h>
  953. | #endif
  954. | #ifdef STDC_HEADERS
  955. | # include <stdlib.h>
  956. | # include <stddef.h>
  957. | #else
  958. | # ifdef HAVE_STDLIB_H
  959. | #  include <stdlib.h>
  960. | # endif
  961. | #endif
  962. | #ifdef HAVE_STRING_H
  963. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  964. | #  include <memory.h>
  965. | # endif
  966. | # include <string.h>
  967. | #endif
  968. | #ifdef HAVE_STRINGS_H
  969. | # include <strings.h>
  970. | #endif
  971. | #ifdef HAVE_INTTYPES_H
  972. | # include <inttypes.h>
  973. | #endif
  974. | #ifdef HAVE_STDINT_H
  975. | # include <stdint.h>
  976. | #endif
  977. | #ifdef HAVE_UNISTD_H
  978. | # include <unistd.h>
  979. | #endif
  980. | int
  981. | main ()
  982. | {
  983. | if (sizeof ((size_t)))
  984. |     return 0;
  985. |   ;
  986. |   return 0;
  987. | }
  988. configure:7805: result: yes
  989. configure:7816: checking whether struct tm is in sys/time.h or time.h
  990. configure:7846: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  991. configure:7853: $? = 0
  992. configure:7868: result: time.h
  993. configure:7878: checking for working volatile
  994. configure:7907: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  995. configure:7914: $? = 0
  996. configure:7929: result: yes
  997. configure:7939: checking for ptrdiff_t
  998. configure:7967: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  999. configure:7974: $? = 0
  1000. configure:8001: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  1001. conftest.c: In function 'main':
  1002. conftest.c:88:24: error: expected expression before ')' token
  1003. configure:8008: $? = 1
  1004. configure: failed program was:
  1005. | /* confdefs.h.  */
  1006. | #define PACKAGE_NAME "ecl"
  1007. | #define PACKAGE_TARNAME "ecl"
  1008. | #define PACKAGE_VERSION "10.4.1"
  1009. | #define PACKAGE_STRING "ecl 10.4.1"
  1010. | #define PACKAGE_BUGREPORT ""
  1011. | #define STDC_HEADERS 1
  1012. | #define HAVE_SYS_TYPES_H 1
  1013. | #define HAVE_SYS_STAT_H 1
  1014. | #define HAVE_STDLIB_H 1
  1015. | #define HAVE_STRING_H 1
  1016. | #define HAVE_MEMORY_H 1
  1017. | #define HAVE_STRINGS_H 1
  1018. | #define HAVE_INTTYPES_H 1
  1019. | #define HAVE_STDINT_H 1
  1020. | #define HAVE_UNISTD_H 1
  1021. | #define WITH_GMP 1
  1022. | #define GBC_BOEHM 0
  1023. | #define ECL_SMALL_CONS 1
  1024. | #define ECL_IEEE_FP 1
  1025. | #define ECL_SIGNED_ZERO 1
  1026. | #define HAVE_DIRENT_H 1
  1027. | #define HAVE__BOOL 1
  1028. | #define HAVE_STDBOOL_H 1
  1029. | #define STDC_HEADERS 1
  1030. | #define TIME_WITH_SYS_TIME 1
  1031. | #define HAVE_FCNTL_H 1
  1032. | #define HAVE_LIMITS_H 1
  1033. | #define HAVE_NETDB_H 1
  1034. | #define HAVE_NETINET_IN_H 1
  1035. | #define HAVE_STDDEF_H 1
  1036. | #define HAVE_STDLIB_H 1
  1037. | #define HAVE_STRING_H 1
  1038. | #define HAVE_SYS_PARAM_H 1
  1039. | #define HAVE_SYS_SOCKET_H 1
  1040. | #define HAVE_SYS_TIME_H 1
  1041. | #define HAVE_UNISTD_H 1
  1042. | #define HAVE_FENV_H 1
  1043. | #define HAVE_SYS_RESOURCE_H 1
  1044. | #define HAVE_SYS_UTSNAME_H 1
  1045. | #define HAVE_FLOAT_H 1
  1046. | #define HAVE_PWD_H 1
  1047. | #define HAVE_DLFCN_H 1
  1048. | #define HAVE_LINK_H 1
  1049. | #define HAVE_ULIMIT_H 1
  1050. | #define HAVE_DIRENT_H 1
  1051. | #define HAVE_SYS_IOCTL_H 1
  1052. | #define HAVE_SYS_SELECT_H 1
  1053. | #define HAVE_SYS_WAIT_H 1
  1054. | #define HAVE_SEMAPHORE_H 1
  1055. | /* end confdefs.h.  */
  1056. | #include <stdio.h>
  1057. | #ifdef HAVE_SYS_TYPES_H
  1058. | # include <sys/types.h>
  1059. | #endif
  1060. | #ifdef HAVE_SYS_STAT_H
  1061. | # include <sys/stat.h>
  1062. | #endif
  1063. | #ifdef STDC_HEADERS
  1064. | # include <stdlib.h>
  1065. | # include <stddef.h>
  1066. | #else
  1067. | # ifdef HAVE_STDLIB_H
  1068. | #  include <stdlib.h>
  1069. | # endif
  1070. | #endif
  1071. | #ifdef HAVE_STRING_H
  1072. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1073. | #  include <memory.h>
  1074. | # endif
  1075. | # include <string.h>
  1076. | #endif
  1077. | #ifdef HAVE_STRINGS_H
  1078. | # include <strings.h>
  1079. | #endif
  1080. | #ifdef HAVE_INTTYPES_H
  1081. | # include <inttypes.h>
  1082. | #endif
  1083. | #ifdef HAVE_STDINT_H
  1084. | # include <stdint.h>
  1085. | #endif
  1086. | #ifdef HAVE_UNISTD_H
  1087. | # include <unistd.h>
  1088. | #endif
  1089. | int
  1090. | main ()
  1091. | {
  1092. | if (sizeof ((ptrdiff_t)))
  1093. |     return 0;
  1094. |   ;
  1095. |   return 0;
  1096. | }
  1097. configure:8031: result: yes
  1098. configure:8042: checking size of long long
  1099. configure:8126: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  1100. conftest.c: In function 'main':
  1101. conftest.c:59:11: warning: incompatible implicit declaration of built-in function 'exit'
  1102. configure:8130: $? = 0
  1103. configure:8136: ./conftest
  1104. configure:8140: $? = 0
  1105. configure:8159: result: 64
  1106. configure:8180: checking whether byte ordering is bigendian
  1107. configure:8205: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  1108. conftest.c:57:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
  1109. configure:8212: $? = 1
  1110. configure: failed program was:
  1111. | /* confdefs.h.  */
  1112. | #define PACKAGE_NAME "ecl"
  1113. | #define PACKAGE_TARNAME "ecl"
  1114. | #define PACKAGE_VERSION "10.4.1"
  1115. | #define PACKAGE_STRING "ecl 10.4.1"
  1116. | #define PACKAGE_BUGREPORT ""
  1117. | #define STDC_HEADERS 1
  1118. | #define HAVE_SYS_TYPES_H 1
  1119. | #define HAVE_SYS_STAT_H 1
  1120. | #define HAVE_STDLIB_H 1
  1121. | #define HAVE_STRING_H 1
  1122. | #define HAVE_MEMORY_H 1
  1123. | #define HAVE_STRINGS_H 1
  1124. | #define HAVE_INTTYPES_H 1
  1125. | #define HAVE_STDINT_H 1
  1126. | #define HAVE_UNISTD_H 1
  1127. | #define WITH_GMP 1
  1128. | #define GBC_BOEHM 0
  1129. | #define ECL_SMALL_CONS 1
  1130. | #define ECL_IEEE_FP 1
  1131. | #define ECL_SIGNED_ZERO 1
  1132. | #define HAVE_DIRENT_H 1
  1133. | #define HAVE__BOOL 1
  1134. | #define HAVE_STDBOOL_H 1
  1135. | #define STDC_HEADERS 1
  1136. | #define TIME_WITH_SYS_TIME 1
  1137. | #define HAVE_FCNTL_H 1
  1138. | #define HAVE_LIMITS_H 1
  1139. | #define HAVE_NETDB_H 1
  1140. | #define HAVE_NETINET_IN_H 1
  1141. | #define HAVE_STDDEF_H 1
  1142. | #define HAVE_STDLIB_H 1
  1143. | #define HAVE_STRING_H 1
  1144. | #define HAVE_SYS_PARAM_H 1
  1145. | #define HAVE_SYS_SOCKET_H 1
  1146. | #define HAVE_SYS_TIME_H 1
  1147. | #define HAVE_UNISTD_H 1
  1148. | #define HAVE_FENV_H 1
  1149. | #define HAVE_SYS_RESOURCE_H 1
  1150. | #define HAVE_SYS_UTSNAME_H 1
  1151. | #define HAVE_FLOAT_H 1
  1152. | #define HAVE_PWD_H 1
  1153. | #define HAVE_DLFCN_H 1
  1154. | #define HAVE_LINK_H 1
  1155. | #define HAVE_ULIMIT_H 1
  1156. | #define HAVE_DIRENT_H 1
  1157. | #define HAVE_SYS_IOCTL_H 1
  1158. | #define HAVE_SYS_SELECT_H 1
  1159. | #define HAVE_SYS_WAIT_H 1
  1160. | #define HAVE_SEMAPHORE_H 1
  1161. | #define HAVE_PTRDIFF_T 1
  1162. | #define ecl_long_long_t long long
  1163. | #define ecl_ulong_long_t unsigned long long
  1164. | #define ECL_LONG_LONG_BITS 64
  1165. | /* end confdefs.h.  */
  1166. | #ifndef __APPLE_CC__
  1167. |          not a universal capable compiler
  1168. |        #endif
  1169. |        typedef int dummy;
  1170. |
  1171. configure:8262: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  1172. configure:8269: $? = 0
  1173. configure:8301: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  1174. conftest.c: In function 'main':
  1175. conftest.c:63:4: error: 'not' undeclared (first use in this function)
  1176. conftest.c:63:4: note: each undeclared identifier is reported only once for each function it appears in
  1177. conftest.c:63:8: error: expected ';' before 'big'
  1178. configure:8308: $? = 1
  1179. configure: failed program was:
  1180. | /* confdefs.h.  */
  1181. | #define PACKAGE_NAME "ecl"
  1182. | #define PACKAGE_TARNAME "ecl"
  1183. | #define PACKAGE_VERSION "10.4.1"
  1184. | #define PACKAGE_STRING "ecl 10.4.1"
  1185. | #define PACKAGE_BUGREPORT ""
  1186. | #define STDC_HEADERS 1
  1187. | #define HAVE_SYS_TYPES_H 1
  1188. | #define HAVE_SYS_STAT_H 1
  1189. | #define HAVE_STDLIB_H 1
  1190. | #define HAVE_STRING_H 1
  1191. | #define HAVE_MEMORY_H 1
  1192. | #define HAVE_STRINGS_H 1
  1193. | #define HAVE_INTTYPES_H 1
  1194. | #define HAVE_STDINT_H 1
  1195. | #define HAVE_UNISTD_H 1
  1196. | #define WITH_GMP 1
  1197. | #define GBC_BOEHM 0
  1198. | #define ECL_SMALL_CONS 1
  1199. | #define ECL_IEEE_FP 1
  1200. | #define ECL_SIGNED_ZERO 1
  1201. | #define HAVE_DIRENT_H 1
  1202. | #define HAVE__BOOL 1
  1203. | #define HAVE_STDBOOL_H 1
  1204. | #define STDC_HEADERS 1
  1205. | #define TIME_WITH_SYS_TIME 1
  1206. | #define HAVE_FCNTL_H 1
  1207. | #define HAVE_LIMITS_H 1
  1208. | #define HAVE_NETDB_H 1
  1209. | #define HAVE_NETINET_IN_H 1
  1210. | #define HAVE_STDDEF_H 1
  1211. | #define HAVE_STDLIB_H 1
  1212. | #define HAVE_STRING_H 1
  1213. | #define HAVE_SYS_PARAM_H 1
  1214. | #define HAVE_SYS_SOCKET_H 1
  1215. | #define HAVE_SYS_TIME_H 1
  1216. | #define HAVE_UNISTD_H 1
  1217. | #define HAVE_FENV_H 1
  1218. | #define HAVE_SYS_RESOURCE_H 1
  1219. | #define HAVE_SYS_UTSNAME_H 1
  1220. | #define HAVE_FLOAT_H 1
  1221. | #define HAVE_PWD_H 1
  1222. | #define HAVE_DLFCN_H 1
  1223. | #define HAVE_LINK_H 1
  1224. | #define HAVE_ULIMIT_H 1
  1225. | #define HAVE_DIRENT_H 1
  1226. | #define HAVE_SYS_IOCTL_H 1
  1227. | #define HAVE_SYS_SELECT_H 1
  1228. | #define HAVE_SYS_WAIT_H 1
  1229. | #define HAVE_SEMAPHORE_H 1
  1230. | #define HAVE_PTRDIFF_T 1
  1231. | #define ecl_long_long_t long long
  1232. | #define ecl_ulong_long_t unsigned long long
  1233. | #define ECL_LONG_LONG_BITS 64
  1234. | /* end confdefs.h.  */
  1235. | #include <sys/types.h>
  1236. |       #include <sys/param.h>
  1237. |
  1238. | int
  1239. | main ()
  1240. | {
  1241. | #if BYTE_ORDER != BIG_ENDIAN
  1242. |        not big endian
  1243. |       #endif
  1244. |
  1245. |   ;
  1246. |   return 0;
  1247. | }
  1248. configure:8560: result: no
  1249. configure:8593: checking appropiate type for fixnums
  1250. configure:8673: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  1251. conftest.c: In function 'main':
  1252. conftest.c:61:11: warning: incompatible implicit declaration of built-in function 'exit'
  1253. configure:8677: $? = 0
  1254. configure:8683: ./conftest
  1255. configure:8687: $? = 0
  1256. configure:8707: result: int
  1257. configure:8721: checking for stdint.h
  1258. configure:8726: result: yes
  1259. configure:9032: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  1260. configure:9039: $? = 0
  1261. configure:9146: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  1262. configure:9153: $? = 0
  1263. configure:9206: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  1264. configure:9213: $? = 0
  1265. configure:9262: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  1266. configure:9269: $? = 0
  1267. configure:9296: checking uint8_t type
  1268. configure:9307: result: uint8_t
  1269. configure:9316: checking uint16_t type
  1270. configure:9327: result: uint16_t
  1271. configure:9333: checking uint32_t type
  1272. configure:9344: result: uint32_t
  1273. configure:9350: checking uint64_t type
  1274. configure:9361: result: uint64_t
  1275. configure:9370: checking character sequence for end of line
  1276. configure:9425: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  1277. conftest.c: In function 'main':
  1278. conftest.c:70:18: warning: incompatible implicit declaration of built-in function 'exit'
  1279. configure:9429: $? = 0
  1280. configure:9435: ./conftest
  1281. configure:9439: $? = 0
  1282. configure:9455: result: lf
  1283. configure:9477: checking for _longjmp
  1284. configure:9533: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  1285. configure:9540: $? = 0
  1286. configure:9560: result: yes
  1287. configure:9598: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  1288. configure:9605: $? = 0
  1289. configure:9645: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  1290. conftest.c: In function 'main':
  1291. conftest.c:72:10: error: 'FILE' has no member named '_r'
  1292. configure:9652: $? = 1
  1293. configure: failed program was:
  1294. | /* confdefs.h.  */
  1295. | #define PACKAGE_NAME "ecl"
  1296. | #define PACKAGE_TARNAME "ecl"
  1297. | #define PACKAGE_VERSION "10.4.1"
  1298. | #define PACKAGE_STRING "ecl 10.4.1"
  1299. | #define PACKAGE_BUGREPORT ""
  1300. | #define STDC_HEADERS 1
  1301. | #define HAVE_SYS_TYPES_H 1
  1302. | #define HAVE_SYS_STAT_H 1
  1303. | #define HAVE_STDLIB_H 1
  1304. | #define HAVE_STRING_H 1
  1305. | #define HAVE_MEMORY_H 1
  1306. | #define HAVE_STRINGS_H 1
  1307. | #define HAVE_INTTYPES_H 1
  1308. | #define HAVE_STDINT_H 1
  1309. | #define HAVE_UNISTD_H 1
  1310. | #define WITH_GMP 1
  1311. | #define GBC_BOEHM 0
  1312. | #define ECL_SMALL_CONS 1
  1313. | #define ECL_IEEE_FP 1
  1314. | #define ECL_SIGNED_ZERO 1
  1315. | #define HAVE_DIRENT_H 1
  1316. | #define HAVE__BOOL 1
  1317. | #define HAVE_STDBOOL_H 1
  1318. | #define STDC_HEADERS 1
  1319. | #define TIME_WITH_SYS_TIME 1
  1320. | #define HAVE_FCNTL_H 1
  1321. | #define HAVE_LIMITS_H 1
  1322. | #define HAVE_NETDB_H 1
  1323. | #define HAVE_NETINET_IN_H 1
  1324. | #define HAVE_STDDEF_H 1
  1325. | #define HAVE_STDLIB_H 1
  1326. | #define HAVE_STRING_H 1
  1327. | #define HAVE_SYS_PARAM_H 1
  1328. | #define HAVE_SYS_SOCKET_H 1
  1329. | #define HAVE_SYS_TIME_H 1
  1330. | #define HAVE_UNISTD_H 1
  1331. | #define HAVE_FENV_H 1
  1332. | #define HAVE_SYS_RESOURCE_H 1
  1333. | #define HAVE_SYS_UTSNAME_H 1
  1334. | #define HAVE_FLOAT_H 1
  1335. | #define HAVE_PWD_H 1
  1336. | #define HAVE_DLFCN_H 1
  1337. | #define HAVE_LINK_H 1
  1338. | #define HAVE_ULIMIT_H 1
  1339. | #define HAVE_DIRENT_H 1
  1340. | #define HAVE_SYS_IOCTL_H 1
  1341. | #define HAVE_SYS_SELECT_H 1
  1342. | #define HAVE_SYS_WAIT_H 1
  1343. | #define HAVE_SEMAPHORE_H 1
  1344. | #define HAVE_PTRDIFF_T 1
  1345. | #define ecl_long_long_t long long
  1346. | #define ecl_ulong_long_t unsigned long long
  1347. | #define ECL_LONG_LONG_BITS 64
  1348. | #define HAVE_STDINT_H 1
  1349. | #define ecl_uint8_t uint8_t
  1350. | #define ecl_int8_t int8_t
  1351. | #define ecl_uint16_t uint16_t
  1352. | #define ecl_int16_t int16_t
  1353. | #define ecl_uint32_t uint32_t
  1354. | #define ecl_int32_t int32_t
  1355. | #define ecl_uint64_t uint64_t
  1356. | #define ecl_int64_t int64_t
  1357. | /* end confdefs.h.  */
  1358. | #include <stdio.h>
  1359. | int
  1360. | main ()
  1361. | {
  1362. |
  1363. | int main() {
  1364. |   FILE *f = fopen("conftestval","w");
  1365. |   if ((f)->_r)
  1366. |     return 1;
  1367. | }
  1368. |   ;
  1369. |   return 0;
  1370. | }
  1371. configure:9692: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  1372. conftest.c: In function 'main':
  1373. conftest.c:72:10: error: 'FILE' has no member named '_cnt'
  1374. configure:9699: $? = 1
  1375. configure: failed program was:
  1376. | /* confdefs.h.  */
  1377. | #define PACKAGE_NAME "ecl"
  1378. | #define PACKAGE_TARNAME "ecl"
  1379. | #define PACKAGE_VERSION "10.4.1"
  1380. | #define PACKAGE_STRING "ecl 10.4.1"
  1381. | #define PACKAGE_BUGREPORT ""
  1382. | #define STDC_HEADERS 1
  1383. | #define HAVE_SYS_TYPES_H 1
  1384. | #define HAVE_SYS_STAT_H 1
  1385. | #define HAVE_STDLIB_H 1
  1386. | #define HAVE_STRING_H 1
  1387. | #define HAVE_MEMORY_H 1
  1388. | #define HAVE_STRINGS_H 1
  1389. | #define HAVE_INTTYPES_H 1
  1390. | #define HAVE_STDINT_H 1
  1391. | #define HAVE_UNISTD_H 1
  1392. | #define WITH_GMP 1
  1393. | #define GBC_BOEHM 0
  1394. | #define ECL_SMALL_CONS 1
  1395. | #define ECL_IEEE_FP 1
  1396. | #define ECL_SIGNED_ZERO 1
  1397. | #define HAVE_DIRENT_H 1
  1398. | #define HAVE__BOOL 1
  1399. | #define HAVE_STDBOOL_H 1
  1400. | #define STDC_HEADERS 1
  1401. | #define TIME_WITH_SYS_TIME 1
  1402. | #define HAVE_FCNTL_H 1
  1403. | #define HAVE_LIMITS_H 1
  1404. | #define HAVE_NETDB_H 1
  1405. | #define HAVE_NETINET_IN_H 1
  1406. | #define HAVE_STDDEF_H 1
  1407. | #define HAVE_STDLIB_H 1
  1408. | #define HAVE_STRING_H 1
  1409. | #define HAVE_SYS_PARAM_H 1
  1410. | #define HAVE_SYS_SOCKET_H 1
  1411. | #define HAVE_SYS_TIME_H 1
  1412. | #define HAVE_UNISTD_H 1
  1413. | #define HAVE_FENV_H 1
  1414. | #define HAVE_SYS_RESOURCE_H 1
  1415. | #define HAVE_SYS_UTSNAME_H 1
  1416. | #define HAVE_FLOAT_H 1
  1417. | #define HAVE_PWD_H 1
  1418. | #define HAVE_DLFCN_H 1
  1419. | #define HAVE_LINK_H 1
  1420. | #define HAVE_ULIMIT_H 1
  1421. | #define HAVE_DIRENT_H 1
  1422. | #define HAVE_SYS_IOCTL_H 1
  1423. | #define HAVE_SYS_SELECT_H 1
  1424. | #define HAVE_SYS_WAIT_H 1
  1425. | #define HAVE_SEMAPHORE_H 1
  1426. | #define HAVE_PTRDIFF_T 1
  1427. | #define ecl_long_long_t long long
  1428. | #define ecl_ulong_long_t unsigned long long
  1429. | #define ECL_LONG_LONG_BITS 64
  1430. | #define HAVE_STDINT_H 1
  1431. | #define ecl_uint8_t uint8_t
  1432. | #define ecl_int8_t int8_t
  1433. | #define ecl_uint16_t uint16_t
  1434. | #define ecl_int16_t int16_t
  1435. | #define ecl_uint32_t uint32_t
  1436. | #define ecl_int32_t int32_t
  1437. | #define ecl_uint64_t uint64_t
  1438. | #define ecl_int64_t int64_t
  1439. | /* end confdefs.h.  */
  1440. | #include <stdio.h>
  1441. | int
  1442. | main ()
  1443. | {
  1444. |
  1445. | int main() {
  1446. |   FILE *f = fopen("conftestval","w");
  1447. |   if ((f)->_cnt)
  1448. |     return 1;
  1449. | }
  1450. |   ;
  1451. |   return 0;
  1452. | }
  1453. configure:9717: checking for ffi_call in -lffi
  1454. configure:9752: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -lffi  -ldl  -lm >&5
  1455. configure:9759: $? = 0
  1456. configure:9780: result: yes
  1457. configure:9799: checking ffi/ffi.h usability
  1458. configure:9816: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  1459. conftest.c:98:21: fatal error: ffi/ffi.h: No such file or directory
  1460. compilation terminated.
  1461. configure:9823: $? = 1
  1462. configure: failed program was:
  1463. | /* confdefs.h.  */
  1464. | #define PACKAGE_NAME "ecl"
  1465. | #define PACKAGE_TARNAME "ecl"
  1466. | #define PACKAGE_VERSION "10.4.1"
  1467. | #define PACKAGE_STRING "ecl 10.4.1"
  1468. | #define PACKAGE_BUGREPORT ""
  1469. | #define STDC_HEADERS 1
  1470. | #define HAVE_SYS_TYPES_H 1
  1471. | #define HAVE_SYS_STAT_H 1
  1472. | #define HAVE_STDLIB_H 1
  1473. | #define HAVE_STRING_H 1
  1474. | #define HAVE_MEMORY_H 1
  1475. | #define HAVE_STRINGS_H 1
  1476. | #define HAVE_INTTYPES_H 1
  1477. | #define HAVE_STDINT_H 1
  1478. | #define HAVE_UNISTD_H 1
  1479. | #define WITH_GMP 1
  1480. | #define GBC_BOEHM 0
  1481. | #define ECL_SMALL_CONS 1
  1482. | #define ECL_IEEE_FP 1
  1483. | #define ECL_SIGNED_ZERO 1
  1484. | #define HAVE_DIRENT_H 1
  1485. | #define HAVE__BOOL 1
  1486. | #define HAVE_STDBOOL_H 1
  1487. | #define STDC_HEADERS 1
  1488. | #define TIME_WITH_SYS_TIME 1
  1489. | #define HAVE_FCNTL_H 1
  1490. | #define HAVE_LIMITS_H 1
  1491. | #define HAVE_NETDB_H 1
  1492. | #define HAVE_NETINET_IN_H 1
  1493. | #define HAVE_STDDEF_H 1
  1494. | #define HAVE_STDLIB_H 1
  1495. | #define HAVE_STRING_H 1
  1496. | #define HAVE_SYS_PARAM_H 1
  1497. | #define HAVE_SYS_SOCKET_H 1
  1498. | #define HAVE_SYS_TIME_H 1
  1499. | #define HAVE_UNISTD_H 1
  1500. | #define HAVE_FENV_H 1
  1501. | #define HAVE_SYS_RESOURCE_H 1
  1502. | #define HAVE_SYS_UTSNAME_H 1
  1503. | #define HAVE_FLOAT_H 1
  1504. | #define HAVE_PWD_H 1
  1505. | #define HAVE_DLFCN_H 1
  1506. | #define HAVE_LINK_H 1
  1507. | #define HAVE_ULIMIT_H 1
  1508. | #define HAVE_DIRENT_H 1
  1509. | #define HAVE_SYS_IOCTL_H 1
  1510. | #define HAVE_SYS_SELECT_H 1
  1511. | #define HAVE_SYS_WAIT_H 1
  1512. | #define HAVE_SEMAPHORE_H 1
  1513. | #define HAVE_PTRDIFF_T 1
  1514. | #define ecl_long_long_t long long
  1515. | #define ecl_ulong_long_t unsigned long long
  1516. | #define ECL_LONG_LONG_BITS 64
  1517. | #define HAVE_STDINT_H 1
  1518. | #define ecl_uint8_t uint8_t
  1519. | #define ecl_int8_t int8_t
  1520. | #define ecl_uint16_t uint16_t
  1521. | #define ecl_int16_t int16_t
  1522. | #define ecl_uint32_t uint32_t
  1523. | #define ecl_int32_t int32_t
  1524. | #define ecl_uint64_t uint64_t
  1525. | #define ecl_int64_t int64_t
  1526. | /* end confdefs.h.  */
  1527. | #include <stdio.h>
  1528. | #ifdef HAVE_SYS_TYPES_H
  1529. | # include <sys/types.h>
  1530. | #endif
  1531. | #ifdef HAVE_SYS_STAT_H
  1532. | # include <sys/stat.h>
  1533. | #endif
  1534. | #ifdef STDC_HEADERS
  1535. | # include <stdlib.h>
  1536. | # include <stddef.h>
  1537. | #else
  1538. | # ifdef HAVE_STDLIB_H
  1539. | #  include <stdlib.h>
  1540. | # endif
  1541. | #endif
  1542. | #ifdef HAVE_STRING_H
  1543. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1544. | #  include <memory.h>
  1545. | # endif
  1546. | # include <string.h>
  1547. | #endif
  1548. | #ifdef HAVE_STRINGS_H
  1549. | # include <strings.h>
  1550. | #endif
  1551. | #ifdef HAVE_INTTYPES_H
  1552. | # include <inttypes.h>
  1553. | #endif
  1554. | #ifdef HAVE_STDINT_H
  1555. | # include <stdint.h>
  1556. | #endif
  1557. | #ifdef HAVE_UNISTD_H
  1558. | # include <unistd.h>
  1559. | #endif
  1560. | #include <ffi/ffi.h>
  1561. configure:9837: result: no
  1562. configure:9841: checking ffi/ffi.h presence
  1563. configure:9856: gcc -E  conftest.c
  1564. conftest.c:65:21: fatal error: ffi/ffi.h: No such file or directory
  1565. compilation terminated.
  1566. configure:9863: $? = 1
  1567. configure: failed program was:
  1568. | /* confdefs.h.  */
  1569. | #define PACKAGE_NAME "ecl"
  1570. | #define PACKAGE_TARNAME "ecl"
  1571. | #define PACKAGE_VERSION "10.4.1"
  1572. | #define PACKAGE_STRING "ecl 10.4.1"
  1573. | #define PACKAGE_BUGREPORT ""
  1574. | #define STDC_HEADERS 1
  1575. | #define HAVE_SYS_TYPES_H 1
  1576. | #define HAVE_SYS_STAT_H 1
  1577. | #define HAVE_STDLIB_H 1
  1578. | #define HAVE_STRING_H 1
  1579. | #define HAVE_MEMORY_H 1
  1580. | #define HAVE_STRINGS_H 1
  1581. | #define HAVE_INTTYPES_H 1
  1582. | #define HAVE_STDINT_H 1
  1583. | #define HAVE_UNISTD_H 1
  1584. | #define WITH_GMP 1
  1585. | #define GBC_BOEHM 0
  1586. | #define ECL_SMALL_CONS 1
  1587. | #define ECL_IEEE_FP 1
  1588. | #define ECL_SIGNED_ZERO 1
  1589. | #define HAVE_DIRENT_H 1
  1590. | #define HAVE__BOOL 1
  1591. | #define HAVE_STDBOOL_H 1
  1592. | #define STDC_HEADERS 1
  1593. | #define TIME_WITH_SYS_TIME 1
  1594. | #define HAVE_FCNTL_H 1
  1595. | #define HAVE_LIMITS_H 1
  1596. | #define HAVE_NETDB_H 1
  1597. | #define HAVE_NETINET_IN_H 1
  1598. | #define HAVE_STDDEF_H 1
  1599. | #define HAVE_STDLIB_H 1
  1600. | #define HAVE_STRING_H 1
  1601. | #define HAVE_SYS_PARAM_H 1
  1602. | #define HAVE_SYS_SOCKET_H 1
  1603. | #define HAVE_SYS_TIME_H 1
  1604. | #define HAVE_UNISTD_H 1
  1605. | #define HAVE_FENV_H 1
  1606. | #define HAVE_SYS_RESOURCE_H 1
  1607. | #define HAVE_SYS_UTSNAME_H 1
  1608. | #define HAVE_FLOAT_H 1
  1609. | #define HAVE_PWD_H 1
  1610. | #define HAVE_DLFCN_H 1
  1611. | #define HAVE_LINK_H 1
  1612. | #define HAVE_ULIMIT_H 1
  1613. | #define HAVE_DIRENT_H 1
  1614. | #define HAVE_SYS_IOCTL_H 1
  1615. | #define HAVE_SYS_SELECT_H 1
  1616. | #define HAVE_SYS_WAIT_H 1
  1617. | #define HAVE_SEMAPHORE_H 1
  1618. | #define HAVE_PTRDIFF_T 1
  1619. | #define ecl_long_long_t long long
  1620. | #define ecl_ulong_long_t unsigned long long
  1621. | #define ECL_LONG_LONG_BITS 64
  1622. | #define HAVE_STDINT_H 1
  1623. | #define ecl_uint8_t uint8_t
  1624. | #define ecl_int8_t int8_t
  1625. | #define ecl_uint16_t uint16_t
  1626. | #define ecl_int16_t int16_t
  1627. | #define ecl_uint32_t uint32_t
  1628. | #define ecl_int32_t int32_t
  1629. | #define ecl_uint64_t uint64_t
  1630. | #define ecl_int64_t int64_t
  1631. | /* end confdefs.h.  */
  1632. | #include <ffi/ffi.h>
  1633. configure:9877: result: no
  1634. configure:9905: checking for ffi/ffi.h
  1635. configure:9912: result: no
  1636. configure:9931: checking whether we can dynamically build calls to C functions
  1637. configure:9965: result: yes
  1638. configure:9977: checking for code to detect FP exceptions
  1639. configure:9982: result: x86
  1640. configure:10317: checking whether stack growns downwards
  1641. configure:10360: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  1642. conftest.c: In function 'f2':
  1643. conftest.c:70:3: warning: function returns address of local variable
  1644. configure:10364: $? = 0
  1645. configure:10370: ./conftest
  1646. configure:10374: $? = 0
  1647. configure:10392: result: yes
  1648. configure:10406: checking whether closedir returns void
  1649. configure:10440: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  1650. configure:10444: $? = 0
  1651. configure:10450: ./conftest
  1652. configure:10454: $? = 0
  1653. configure:10471: result: no
  1654. configure:10481: checking for error_at_line
  1655. configure:10507: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  1656. configure:10514: $? = 0
  1657. configure:10534: result: yes
  1658. configure:10545: checking for pid_t
  1659. configure:10573: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  1660. configure:10580: $? = 0
  1661. configure:10607: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  1662. conftest.c: In function 'main':
  1663. conftest.c:104:20: error: expected expression before ')' token
  1664. configure:10614: $? = 1
  1665. configure: failed program was:
  1666. | /* confdefs.h.  */
  1667. | #define PACKAGE_NAME "ecl"
  1668. | #define PACKAGE_TARNAME "ecl"
  1669. | #define PACKAGE_VERSION "10.4.1"
  1670. | #define PACKAGE_STRING "ecl 10.4.1"
  1671. | #define PACKAGE_BUGREPORT ""
  1672. | #define STDC_HEADERS 1
  1673. | #define HAVE_SYS_TYPES_H 1
  1674. | #define HAVE_SYS_STAT_H 1
  1675. | #define HAVE_STDLIB_H 1
  1676. | #define HAVE_STRING_H 1
  1677. | #define HAVE_MEMORY_H 1
  1678. | #define HAVE_STRINGS_H 1
  1679. | #define HAVE_INTTYPES_H 1
  1680. | #define HAVE_STDINT_H 1
  1681. | #define HAVE_UNISTD_H 1
  1682. | #define WITH_GMP 1
  1683. | #define GBC_BOEHM 0
  1684. | #define ECL_SMALL_CONS 1
  1685. | #define ECL_IEEE_FP 1
  1686. | #define ECL_SIGNED_ZERO 1
  1687. | #define HAVE_DIRENT_H 1
  1688. | #define HAVE__BOOL 1
  1689. | #define HAVE_STDBOOL_H 1
  1690. | #define STDC_HEADERS 1
  1691. | #define TIME_WITH_SYS_TIME 1
  1692. | #define HAVE_FCNTL_H 1
  1693. | #define HAVE_LIMITS_H 1
  1694. | #define HAVE_NETDB_H 1
  1695. | #define HAVE_NETINET_IN_H 1
  1696. | #define HAVE_STDDEF_H 1
  1697. | #define HAVE_STDLIB_H 1
  1698. | #define HAVE_STRING_H 1
  1699. | #define HAVE_SYS_PARAM_H 1
  1700. | #define HAVE_SYS_SOCKET_H 1
  1701. | #define HAVE_SYS_TIME_H 1
  1702. | #define HAVE_UNISTD_H 1
  1703. | #define HAVE_FENV_H 1
  1704. | #define HAVE_SYS_RESOURCE_H 1
  1705. | #define HAVE_SYS_UTSNAME_H 1
  1706. | #define HAVE_FLOAT_H 1
  1707. | #define HAVE_PWD_H 1
  1708. | #define HAVE_DLFCN_H 1
  1709. | #define HAVE_LINK_H 1
  1710. | #define HAVE_ULIMIT_H 1
  1711. | #define HAVE_DIRENT_H 1
  1712. | #define HAVE_SYS_IOCTL_H 1
  1713. | #define HAVE_SYS_SELECT_H 1
  1714. | #define HAVE_SYS_WAIT_H 1
  1715. | #define HAVE_SEMAPHORE_H 1
  1716. | #define HAVE_PTRDIFF_T 1
  1717. | #define ecl_long_long_t long long
  1718. | #define ecl_ulong_long_t unsigned long long
  1719. | #define ECL_LONG_LONG_BITS 64
  1720. | #define HAVE_STDINT_H 1
  1721. | #define ecl_uint8_t uint8_t
  1722. | #define ecl_int8_t int8_t
  1723. | #define ecl_uint16_t uint16_t
  1724. | #define ecl_int16_t int16_t
  1725. | #define ecl_uint32_t uint32_t
  1726. | #define ecl_int32_t int32_t
  1727. | #define ecl_uint64_t uint64_t
  1728. | #define ecl_int64_t int64_t
  1729. | #define ECL_USE_VARARG_AS_POINTER 1
  1730. | #define ECL_DYNAMIC_FFI 1
  1731. | #define ECL_DOWN_STACK 1
  1732. | /* end confdefs.h.  */
  1733. | #include <stdio.h>
  1734. | #ifdef HAVE_SYS_TYPES_H
  1735. | # include <sys/types.h>
  1736. | #endif
  1737. | #ifdef HAVE_SYS_STAT_H
  1738. | # include <sys/stat.h>
  1739. | #endif
  1740. | #ifdef STDC_HEADERS
  1741. | # include <stdlib.h>
  1742. | # include <stddef.h>
  1743. | #else
  1744. | # ifdef HAVE_STDLIB_H
  1745. | #  include <stdlib.h>
  1746. | # endif
  1747. | #endif
  1748. | #ifdef HAVE_STRING_H
  1749. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1750. | #  include <memory.h>
  1751. | # endif
  1752. | # include <string.h>
  1753. | #endif
  1754. | #ifdef HAVE_STRINGS_H
  1755. | # include <strings.h>
  1756. | #endif
  1757. | #ifdef HAVE_INTTYPES_H
  1758. | # include <inttypes.h>
  1759. | #endif
  1760. | #ifdef HAVE_STDINT_H
  1761. | # include <stdint.h>
  1762. | #endif
  1763. | #ifdef HAVE_UNISTD_H
  1764. | # include <unistd.h>
  1765. | #endif
  1766. | int
  1767. | main ()
  1768. | {
  1769. | if (sizeof ((pid_t)))
  1770. |     return 0;
  1771. |   ;
  1772. |   return 0;
  1773. | }
  1774. configure:10637: result: yes
  1775. configure:10665: checking vfork.h usability
  1776. configure:10682: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  1777. conftest.c:101:19: fatal error: vfork.h: No such file or directory
  1778. compilation terminated.
  1779. configure:10689: $? = 1
  1780. configure: failed program was:
  1781. | /* confdefs.h.  */
  1782. | #define PACKAGE_NAME "ecl"
  1783. | #define PACKAGE_TARNAME "ecl"
  1784. | #define PACKAGE_VERSION "10.4.1"
  1785. | #define PACKAGE_STRING "ecl 10.4.1"
  1786. | #define PACKAGE_BUGREPORT ""
  1787. | #define STDC_HEADERS 1
  1788. | #define HAVE_SYS_TYPES_H 1
  1789. | #define HAVE_SYS_STAT_H 1
  1790. | #define HAVE_STDLIB_H 1
  1791. | #define HAVE_STRING_H 1
  1792. | #define HAVE_MEMORY_H 1
  1793. | #define HAVE_STRINGS_H 1
  1794. | #define HAVE_INTTYPES_H 1
  1795. | #define HAVE_STDINT_H 1
  1796. | #define HAVE_UNISTD_H 1
  1797. | #define WITH_GMP 1
  1798. | #define GBC_BOEHM 0
  1799. | #define ECL_SMALL_CONS 1
  1800. | #define ECL_IEEE_FP 1
  1801. | #define ECL_SIGNED_ZERO 1
  1802. | #define HAVE_DIRENT_H 1
  1803. | #define HAVE__BOOL 1
  1804. | #define HAVE_STDBOOL_H 1
  1805. | #define STDC_HEADERS 1
  1806. | #define TIME_WITH_SYS_TIME 1
  1807. | #define HAVE_FCNTL_H 1
  1808. | #define HAVE_LIMITS_H 1
  1809. | #define HAVE_NETDB_H 1
  1810. | #define HAVE_NETINET_IN_H 1
  1811. | #define HAVE_STDDEF_H 1
  1812. | #define HAVE_STDLIB_H 1
  1813. | #define HAVE_STRING_H 1
  1814. | #define HAVE_SYS_PARAM_H 1
  1815. | #define HAVE_SYS_SOCKET_H 1
  1816. | #define HAVE_SYS_TIME_H 1
  1817. | #define HAVE_UNISTD_H 1
  1818. | #define HAVE_FENV_H 1
  1819. | #define HAVE_SYS_RESOURCE_H 1
  1820. | #define HAVE_SYS_UTSNAME_H 1
  1821. | #define HAVE_FLOAT_H 1
  1822. | #define HAVE_PWD_H 1
  1823. | #define HAVE_DLFCN_H 1
  1824. | #define HAVE_LINK_H 1
  1825. | #define HAVE_ULIMIT_H 1
  1826. | #define HAVE_DIRENT_H 1
  1827. | #define HAVE_SYS_IOCTL_H 1
  1828. | #define HAVE_SYS_SELECT_H 1
  1829. | #define HAVE_SYS_WAIT_H 1
  1830. | #define HAVE_SEMAPHORE_H 1
  1831. | #define HAVE_PTRDIFF_T 1
  1832. | #define ecl_long_long_t long long
  1833. | #define ecl_ulong_long_t unsigned long long
  1834. | #define ECL_LONG_LONG_BITS 64
  1835. | #define HAVE_STDINT_H 1
  1836. | #define ecl_uint8_t uint8_t
  1837. | #define ecl_int8_t int8_t
  1838. | #define ecl_uint16_t uint16_t
  1839. | #define ecl_int16_t int16_t
  1840. | #define ecl_uint32_t uint32_t
  1841. | #define ecl_int32_t int32_t
  1842. | #define ecl_uint64_t uint64_t
  1843. | #define ecl_int64_t int64_t
  1844. | #define ECL_USE_VARARG_AS_POINTER 1
  1845. | #define ECL_DYNAMIC_FFI 1
  1846. | #define ECL_DOWN_STACK 1
  1847. | /* end confdefs.h.  */
  1848. | #include <stdio.h>
  1849. | #ifdef HAVE_SYS_TYPES_H
  1850. | # include <sys/types.h>
  1851. | #endif
  1852. | #ifdef HAVE_SYS_STAT_H
  1853. | # include <sys/stat.h>
  1854. | #endif
  1855. | #ifdef STDC_HEADERS
  1856. | # include <stdlib.h>
  1857. | # include <stddef.h>
  1858. | #else
  1859. | # ifdef HAVE_STDLIB_H
  1860. | #  include <stdlib.h>
  1861. | # endif
  1862. | #endif
  1863. | #ifdef HAVE_STRING_H
  1864. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1865. | #  include <memory.h>
  1866. | # endif
  1867. | # include <string.h>
  1868. | #endif
  1869. | #ifdef HAVE_STRINGS_H
  1870. | # include <strings.h>
  1871. | #endif
  1872. | #ifdef HAVE_INTTYPES_H
  1873. | # include <inttypes.h>
  1874. | #endif
  1875. | #ifdef HAVE_STDINT_H
  1876. | # include <stdint.h>
  1877. | #endif
  1878. | #ifdef HAVE_UNISTD_H
  1879. | # include <unistd.h>
  1880. | #endif
  1881. | #include <vfork.h>
  1882. configure:10703: result: no
  1883. configure:10707: checking vfork.h presence
  1884. configure:10722: gcc -E  conftest.c
  1885. conftest.c:68:19: fatal error: vfork.h: No such file or directory
  1886. compilation terminated.
  1887. configure:10729: $? = 1
  1888. configure: failed program was:
  1889. | /* confdefs.h.  */
  1890. | #define PACKAGE_NAME "ecl"
  1891. | #define PACKAGE_TARNAME "ecl"
  1892. | #define PACKAGE_VERSION "10.4.1"
  1893. | #define PACKAGE_STRING "ecl 10.4.1"
  1894. | #define PACKAGE_BUGREPORT ""
  1895. | #define STDC_HEADERS 1
  1896. | #define HAVE_SYS_TYPES_H 1
  1897. | #define HAVE_SYS_STAT_H 1
  1898. | #define HAVE_STDLIB_H 1
  1899. | #define HAVE_STRING_H 1
  1900. | #define HAVE_MEMORY_H 1
  1901. | #define HAVE_STRINGS_H 1
  1902. | #define HAVE_INTTYPES_H 1
  1903. | #define HAVE_STDINT_H 1
  1904. | #define HAVE_UNISTD_H 1
  1905. | #define WITH_GMP 1
  1906. | #define GBC_BOEHM 0
  1907. | #define ECL_SMALL_CONS 1
  1908. | #define ECL_IEEE_FP 1
  1909. | #define ECL_SIGNED_ZERO 1
  1910. | #define HAVE_DIRENT_H 1
  1911. | #define HAVE__BOOL 1
  1912. | #define HAVE_STDBOOL_H 1
  1913. | #define STDC_HEADERS 1
  1914. | #define TIME_WITH_SYS_TIME 1
  1915. | #define HAVE_FCNTL_H 1
  1916. | #define HAVE_LIMITS_H 1
  1917. | #define HAVE_NETDB_H 1
  1918. | #define HAVE_NETINET_IN_H 1
  1919. | #define HAVE_STDDEF_H 1
  1920. | #define HAVE_STDLIB_H 1
  1921. | #define HAVE_STRING_H 1
  1922. | #define HAVE_SYS_PARAM_H 1
  1923. | #define HAVE_SYS_SOCKET_H 1
  1924. | #define HAVE_SYS_TIME_H 1
  1925. | #define HAVE_UNISTD_H 1
  1926. | #define HAVE_FENV_H 1
  1927. | #define HAVE_SYS_RESOURCE_H 1
  1928. | #define HAVE_SYS_UTSNAME_H 1
  1929. | #define HAVE_FLOAT_H 1
  1930. | #define HAVE_PWD_H 1
  1931. | #define HAVE_DLFCN_H 1
  1932. | #define HAVE_LINK_H 1
  1933. | #define HAVE_ULIMIT_H 1
  1934. | #define HAVE_DIRENT_H 1
  1935. | #define HAVE_SYS_IOCTL_H 1
  1936. | #define HAVE_SYS_SELECT_H 1
  1937. | #define HAVE_SYS_WAIT_H 1
  1938. | #define HAVE_SEMAPHORE_H 1
  1939. | #define HAVE_PTRDIFF_T 1
  1940. | #define ecl_long_long_t long long
  1941. | #define ecl_ulong_long_t unsigned long long
  1942. | #define ECL_LONG_LONG_BITS 64
  1943. | #define HAVE_STDINT_H 1
  1944. | #define ecl_uint8_t uint8_t
  1945. | #define ecl_int8_t int8_t
  1946. | #define ecl_uint16_t uint16_t
  1947. | #define ecl_int16_t int16_t
  1948. | #define ecl_uint32_t uint32_t
  1949. | #define ecl_int32_t int32_t
  1950. | #define ecl_uint64_t uint64_t
  1951. | #define ecl_int64_t int64_t
  1952. | #define ECL_USE_VARARG_AS_POINTER 1
  1953. | #define ECL_DYNAMIC_FFI 1
  1954. | #define ECL_DOWN_STACK 1
  1955. | /* end confdefs.h.  */
  1956. | #include <vfork.h>
  1957. configure:10743: result: no
  1958. configure:10771: checking for vfork.h
  1959. configure:10780: result: no
  1960. configure:10800: checking for fork
  1961. configure:10856: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  1962. conftest.c:91:6: warning: conflicting types for built-in function 'fork'
  1963. configure:10863: $? = 0
  1964. configure:10885: result: yes
  1965. configure:10800: checking for vfork
  1966. configure:10856: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  1967. configure:10863: $? = 0
  1968. configure:10885: result: yes
  1969. configure:10898: checking for working fork
  1970. configure:10930: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  1971. configure:10934: $? = 0
  1972. configure:10940: ./conftest
  1973. configure:10944: $? = 0
  1974. configure:10961: result: yes
  1975. configure:10982: checking for working vfork
  1976. configure:11123: result: yes
  1977. configure:11155: checking whether gcc needs -traditional
  1978. configure:11197: result: no
  1979. configure:11209: checking for stdlib.h
  1980. configure:11216: result: yes
  1981. configure:11350: checking for GNU libc compatible malloc
  1982. configure:11384: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  1983. configure:11388: $? = 0
  1984. configure:11394: ./conftest
  1985. configure:11398: $? = 0
  1986. configure:11415: result: yes
  1987. configure:11443: checking for working memcmp
  1988. configure:11496: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  1989. configure:11500: $? = 0
  1990. configure:11506: ./conftest
  1991. configure:11510: $? = 0
  1992. configure:11527: result: yes
  1993. configure:11542: checking for stdlib.h
  1994. configure:11549: result: yes
  1995. configure:11542: checking for unistd.h
  1996. configure:11549: result: yes
  1997. configure:11687: checking for getpagesize
  1998. configure:11743: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  1999. configure:11750: $? = 0
  2000. configure:11772: result: yes
  2001. configure:11784: checking for working mmap
  2002. configure:11931: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2003. configure:11935: $? = 0
  2004. configure:11941: ./conftest
  2005. configure:11945: $? = 0
  2006. configure:11962: result: yes
  2007. configure:11978: checking for stdlib.h
  2008. configure:11985: result: yes
  2009. configure:12119: checking for GNU libc compatible realloc
  2010. configure:12153: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2011. configure:12157: $? = 0
  2012. configure:12163: ./conftest
  2013. configure:12167: $? = 0
  2014. configure:12184: result: yes
  2015. configure:12218: checking for sys/select.h
  2016. configure:12225: result: yes
  2017. configure:12218: checking for sys/socket.h
  2018. configure:12225: result: yes
  2019. configure:12359: checking types of arguments for select
  2020. configure:12397: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  2021. configure:12404: $? = 0
  2022. configure:12425: result: int,fd_set *,struct timeval *
  2023. configure:12448: checking return type of signal handlers
  2024. configure:12476: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  2025. conftest.c: In function 'main':
  2026. conftest.c:91:1: error: void value not ignored as it ought to be
  2027. configure:12483: $? = 1
  2028. configure: failed program was:
  2029. | /* confdefs.h.  */
  2030. | #define PACKAGE_NAME "ecl"
  2031. | #define PACKAGE_TARNAME "ecl"
  2032. | #define PACKAGE_VERSION "10.4.1"
  2033. | #define PACKAGE_STRING "ecl 10.4.1"
  2034. | #define PACKAGE_BUGREPORT ""
  2035. | #define STDC_HEADERS 1
  2036. | #define HAVE_SYS_TYPES_H 1
  2037. | #define HAVE_SYS_STAT_H 1
  2038. | #define HAVE_STDLIB_H 1
  2039. | #define HAVE_STRING_H 1
  2040. | #define HAVE_MEMORY_H 1
  2041. | #define HAVE_STRINGS_H 1
  2042. | #define HAVE_INTTYPES_H 1
  2043. | #define HAVE_STDINT_H 1
  2044. | #define HAVE_UNISTD_H 1
  2045. | #define WITH_GMP 1
  2046. | #define GBC_BOEHM 0
  2047. | #define ECL_SMALL_CONS 1
  2048. | #define ECL_IEEE_FP 1
  2049. | #define ECL_SIGNED_ZERO 1
  2050. | #define HAVE_DIRENT_H 1
  2051. | #define HAVE__BOOL 1
  2052. | #define HAVE_STDBOOL_H 1
  2053. | #define STDC_HEADERS 1
  2054. | #define TIME_WITH_SYS_TIME 1
  2055. | #define HAVE_FCNTL_H 1
  2056. | #define HAVE_LIMITS_H 1
  2057. | #define HAVE_NETDB_H 1
  2058. | #define HAVE_NETINET_IN_H 1
  2059. | #define HAVE_STDDEF_H 1
  2060. | #define HAVE_STDLIB_H 1
  2061. | #define HAVE_STRING_H 1
  2062. | #define HAVE_SYS_PARAM_H 1
  2063. | #define HAVE_SYS_SOCKET_H 1
  2064. | #define HAVE_SYS_TIME_H 1
  2065. | #define HAVE_UNISTD_H 1
  2066. | #define HAVE_FENV_H 1
  2067. | #define HAVE_SYS_RESOURCE_H 1
  2068. | #define HAVE_SYS_UTSNAME_H 1
  2069. | #define HAVE_FLOAT_H 1
  2070. | #define HAVE_PWD_H 1
  2071. | #define HAVE_DLFCN_H 1
  2072. | #define HAVE_LINK_H 1
  2073. | #define HAVE_ULIMIT_H 1
  2074. | #define HAVE_DIRENT_H 1
  2075. | #define HAVE_SYS_IOCTL_H 1
  2076. | #define HAVE_SYS_SELECT_H 1
  2077. | #define HAVE_SYS_WAIT_H 1
  2078. | #define HAVE_SEMAPHORE_H 1
  2079. | #define HAVE_PTRDIFF_T 1
  2080. | #define ecl_long_long_t long long
  2081. | #define ecl_ulong_long_t unsigned long long
  2082. | #define ECL_LONG_LONG_BITS 64
  2083. | #define HAVE_STDINT_H 1
  2084. | #define ecl_uint8_t uint8_t
  2085. | #define ecl_int8_t int8_t
  2086. | #define ecl_uint16_t uint16_t
  2087. | #define ecl_int16_t int16_t
  2088. | #define ecl_uint32_t uint32_t
  2089. | #define ecl_int32_t int32_t
  2090. | #define ecl_uint64_t uint64_t
  2091. | #define ecl_int64_t int64_t
  2092. | #define ECL_USE_VARARG_AS_POINTER 1
  2093. | #define ECL_DYNAMIC_FFI 1
  2094. | #define ECL_DOWN_STACK 1
  2095. | #define HAVE_FORK 1
  2096. | #define HAVE_VFORK 1
  2097. | #define HAVE_WORKING_VFORK 1
  2098. | #define HAVE_WORKING_FORK 1
  2099. | #define HAVE_STDLIB_H 1
  2100. | #define HAVE_MALLOC 1
  2101. | #define HAVE_STDLIB_H 1
  2102. | #define HAVE_UNISTD_H 1
  2103. | #define HAVE_GETPAGESIZE 1
  2104. | #define HAVE_MMAP 1
  2105. | #define HAVE_STDLIB_H 1
  2106. | #define HAVE_REALLOC 1
  2107. | #define HAVE_SYS_SELECT_H 1
  2108. | #define HAVE_SYS_SOCKET_H 1
  2109. | #define SELECT_TYPE_ARG1 int
  2110. | #define SELECT_TYPE_ARG234 (fd_set *)
  2111. | #define SELECT_TYPE_ARG5 (struct timeval *)
  2112. | /* end confdefs.h.  */
  2113. | #include <sys/types.h>
  2114. | #include <signal.h>
  2115. |
  2116. | int
  2117. | main ()
  2118. | {
  2119. | return *(signal (0, 0)) (0) == 1;
  2120. |   ;
  2121. |   return 0;
  2122. | }
  2123. configure:12498: result: void
  2124. configure:12506: checking whether lstat dereferences a symlink specified with a trailing slash
  2125. configure:12542: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2126. configure:12546: $? = 0
  2127. configure:12552: ./conftest
  2128. configure:12556: $? = 0
  2129. configure:12580: result: yes
  2130. configure:12599: checking whether stat accepts an empty string
  2131. configure:12629: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2132. configure:12633: $? = 0
  2133. configure:12639: ./conftest
  2134. configure:12643: $? = 0
  2135. configure:12660: result: no
  2136. configure:12676: checking for working strtod
  2137. configure:12727: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2138. configure:12731: $? = 0
  2139. configure:12737: ./conftest
  2140. configure:12741: $? = 0
  2141. configure:12758: result: yes
  2142. configure:12950: checking for floor
  2143. configure:13006: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2144. conftest.c:110:6: warning: conflicting types for built-in function 'floor'
  2145. configure:13013: $? = 0
  2146. configure:13035: result: yes
  2147. configure:12950: checking for getcwd
  2148. configure:13006: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2149. configure:13013: $? = 0
  2150. configure:13035: result: yes
  2151. configure:12950: checking for gethostbyaddr
  2152. configure:13006: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2153. configure:13013: $? = 0
  2154. configure:13035: result: yes
  2155. configure:12950: checking for gethostbyname
  2156. configure:13006: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2157. configure:13013: $? = 0
  2158. configure:13035: result: yes
  2159. configure:12950: checking for getpagesize
  2160. configure:13035: result: yes
  2161. configure:12950: checking for memmove
  2162. configure:13006: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2163. conftest.c:115:6: warning: conflicting types for built-in function 'memmove'
  2164. configure:13013: $? = 0
  2165. configure:13035: result: yes
  2166. configure:12950: checking for memset
  2167. configure:13006: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2168. conftest.c:116:6: warning: conflicting types for built-in function 'memset'
  2169. configure:13013: $? = 0
  2170. configure:13035: result: yes
  2171. configure:12950: checking for mkdir
  2172. configure:13006: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2173. configure:13013: $? = 0
  2174. configure:13035: result: yes
  2175. configure:12950: checking for putenv
  2176. configure:13006: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2177. configure:13013: $? = 0
  2178. configure:13035: result: yes
  2179. configure:12950: checking for socket
  2180. configure:13006: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2181. configure:13013: $? = 0
  2182. configure:13035: result: yes
  2183. configure:12950: checking for sqrt
  2184. configure:13006: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2185. conftest.c:120:6: warning: conflicting types for built-in function 'sqrt'
  2186. configure:13013: $? = 0
  2187. configure:13035: result: yes
  2188. configure:12950: checking for strcasecmp
  2189. configure:13006: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2190. conftest.c:121:6: warning: conflicting types for built-in function 'strcasecmp'
  2191. configure:13013: $? = 0
  2192. configure:13035: result: yes
  2193. configure:12950: checking for strchr
  2194. configure:13006: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2195. conftest.c:122:6: warning: conflicting types for built-in function 'strchr'
  2196. configure:13013: $? = 0
  2197. configure:13035: result: yes
  2198. configure:12950: checking for strerror
  2199. configure:13006: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2200. configure:13013: $? = 0
  2201. configure:13035: result: yes
  2202. configure:12950: checking for strtol
  2203. configure:13006: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2204. configure:13013: $? = 0
  2205. configure:13035: result: yes
  2206. configure:13066: checking for nanosleep
  2207. configure:13122: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2208. configure:13129: $? = 0
  2209. configure:13151: result: yes
  2210. configure:13066: checking for alarm
  2211. configure:13122: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2212. configure:13129: $? = 0
  2213. configure:13151: result: yes
  2214. configure:13066: checking for times
  2215. configure:13122: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2216. configure:13129: $? = 0
  2217. configure:13151: result: yes
  2218. configure:13066: checking for select
  2219. configure:13122: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2220. configure:13129: $? = 0
  2221. configure:13151: result: yes
  2222. configure:13066: checking for setenv
  2223. configure:13122: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2224. configure:13129: $? = 0
  2225. configure:13151: result: yes
  2226. configure:13066: checking for putenv
  2227. configure:13151: result: yes
  2228. configure:13066: checking for lstat
  2229. configure:13122: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2230. configure:13129: $? = 0
  2231. configure:13151: result: yes
  2232. configure:13066: checking for mkstemp
  2233. configure:13122: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2234. configure:13129: $? = 0
  2235. configure:13151: result: yes
  2236. configure:13066: checking for sigprocmask
  2237. configure:13122: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2238. configure:13129: $? = 0
  2239. configure:13151: result: yes
  2240. configure:13066: checking for isatty
  2241. configure:13122: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2242. configure:13129: $? = 0
  2243. configure:13151: result: yes
  2244. configure:13066: checking for tzset
  2245. configure:13122: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2246. configure:13129: $? = 0
  2247. configure:13151: result: yes
  2248. configure:13066: checking for gettimeofday
  2249. configure:13122: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2250. configure:13129: $? = 0
  2251. configure:13151: result: yes
  2252. configure:13066: checking for getrusage
  2253. configure:13122: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2254. configure:13129: $? = 0
  2255. configure:13151: result: yes
  2256. configure:13168: checking for feenableexcept
  2257. configure:13224: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2258. configure:13231: $? = 0
  2259. configure:13253: result: yes
  2260. configure:13289: checking for expf
  2261. configure:13345: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2262. conftest.c:139:6: warning: conflicting types for built-in function 'expf'
  2263. configure:13352: $? = 0
  2264. configure:13374: result: yes
  2265. configure:13289: checking for logf
  2266. configure:13345: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2267. conftest.c:140:6: warning: conflicting types for built-in function 'logf'
  2268. configure:13352: $? = 0
  2269. configure:13374: result: yes
  2270. configure:13289: checking for sqrtf
  2271. configure:13345: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2272. conftest.c:141:6: warning: conflicting types for built-in function 'sqrtf'
  2273. configure:13352: $? = 0
  2274. configure:13374: result: yes
  2275. configure:13289: checking for cosf
  2276. configure:13345: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2277. conftest.c:142:6: warning: conflicting types for built-in function 'cosf'
  2278. configure:13352: $? = 0
  2279. configure:13374: result: yes
  2280. configure:13289: checking for sinf
  2281. configure:13345: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2282. conftest.c:143:6: warning: conflicting types for built-in function 'sinf'
  2283. configure:13352: $? = 0
  2284. configure:13374: result: yes
  2285. configure:13289: checking for tanf
  2286. configure:13345: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2287. conftest.c:144:6: warning: conflicting types for built-in function 'tanf'
  2288. configure:13352: $? = 0
  2289. configure:13374: result: yes
  2290. configure:13289: checking for sinhf
  2291. configure:13345: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2292. conftest.c:145:6: warning: conflicting types for built-in function 'sinhf'
  2293. configure:13352: $? = 0
  2294. configure:13374: result: yes
  2295. configure:13289: checking for coshf
  2296. configure:13345: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2297. conftest.c:146:6: warning: conflicting types for built-in function 'coshf'
  2298. configure:13352: $? = 0
  2299. configure:13374: result: yes
  2300. configure:13289: checking for tanhf
  2301. configure:13345: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2302. conftest.c:147:6: warning: conflicting types for built-in function 'tanhf'
  2303. configure:13352: $? = 0
  2304. configure:13374: result: yes
  2305. configure:13289: checking for floorf
  2306. configure:13345: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2307. conftest.c:148:6: warning: conflicting types for built-in function 'floorf'
  2308. configure:13352: $? = 0
  2309. configure:13374: result: yes
  2310. configure:13289: checking for ceilf
  2311. configure:13345: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2312. conftest.c:149:6: warning: conflicting types for built-in function 'ceilf'
  2313. configure:13352: $? = 0
  2314. configure:13374: result: yes
  2315. configure:13289: checking for fabsf
  2316. configure:13345: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2317. conftest.c:150:6: warning: conflicting types for built-in function 'fabsf'
  2318. configure:13352: $? = 0
  2319. configure:13374: result: yes
  2320. configure:13289: checking for frexpf
  2321. configure:13345: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2322. conftest.c:151:6: warning: conflicting types for built-in function 'frexpf'
  2323. configure:13352: $? = 0
  2324. configure:13374: result: yes
  2325. configure:13289: checking for ldexpf
  2326. configure:13345: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2327. conftest.c:152:6: warning: conflicting types for built-in function 'ldexpf'
  2328. configure:13352: $? = 0
  2329. configure:13374: result: yes
  2330. configure:13289: checking for log1p
  2331. configure:13345: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2332. conftest.c:153:6: warning: conflicting types for built-in function 'log1p'
  2333. configure:13352: $? = 0
  2334. configure:13374: result: yes
  2335. configure:13289: checking for log1pf
  2336. configure:13345: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2337. conftest.c:154:6: warning: conflicting types for built-in function 'log1pf'
  2338. configure:13352: $? = 0
  2339. configure:13374: result: yes
  2340. configure:13289: checking for log1pl
  2341. configure:13345: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2342. conftest.c:155:6: warning: conflicting types for built-in function 'log1pl'
  2343. configure:13352: $? = 0
  2344. configure:13374: result: yes
  2345. configure:13289: checking for copysign
  2346. configure:13345: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2347. conftest.c:156:6: warning: conflicting types for built-in function 'copysign'
  2348. configure:13352: $? = 0
  2349. configure:13374: result: yes
  2350. configure:13393: checking for sched_yield
  2351. configure:13449: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2352. configure:13456: $? = 0
  2353. configure:13478: result: yes
  2354. configure:13393: checking for uname
  2355. configure:13449: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2356. configure:13456: $? = 0
  2357. configure:13478: result: yes
  2358. configure:13393: checking for fseeko
  2359. configure:13449: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2360. configure:13456: $? = 0
  2361. configure:13478: result: yes
  2362. configure:13501: checking sys/mman.h usability
  2363. configure:13518: gcc -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC   conftest.c >&5
  2364. configure:13525: $? = 0
  2365. configure:13539: result: yes
  2366. configure:13543: checking sys/mman.h presence
  2367. configure:13558: gcc -E  conftest.c
  2368. configure:13565: $? = 0
  2369. configure:13579: result: yes
  2370. configure:13607: checking for sys/mman.h
  2371. configure:13614: result: yes
  2372. configure:13627: checking working environ
  2373. configure:13659: gcc -o conftest -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC     conftest.c -ldl  -lm >&5
  2374. configure:13663: $? = 0
  2375. configure:13669: ./conftest
  2376. configure:13673: $? = 0
  2377. configure:13689: result: yes
  2378. configure:13934: Configuring included Boehm GC library:
  2379. configure:14339: creating ./config.status
  2380.  
  2381. ## ---------------------- ##
  2382. ## Running config.status. ##
  2383. ## ---------------------- ##
  2384.  
  2385. This file was extended by ecl config.status 10.4.1, which was
  2386. generated by GNU Autoconf 2.63.  Invocation command line was
  2387.  
  2388.   CONFIG_FILES    =
  2389.   CONFIG_HEADERS  =
  2390.   CONFIG_LINKS    =
  2391.   CONFIG_COMMANDS =
  2392.   $ ./config.status
  2393.  
  2394. on myhost
  2395.  
  2396. config.status:941: creating bare.lsp
  2397. config.status:941: creating lsp/load.lsp
  2398. config.status:941: creating clos/load.lsp
  2399. config.status:941: creating cmp/load.lsp
  2400. config.status:941: creating new-cmp/load.lsp
  2401. config.status:941: creating ../Makefile
  2402. config.status:1088: WARNING:  '../Makefile.in' seems to ignore the --datarootdir setting
  2403. config.status:941: creating Makefile
  2404. config.status:1088: WARNING:  '/root/cpp/ecl-10.4.1/src/Makefile.in' seems to ignore the --datarootdir setting
  2405. config.status:941: creating c/Makefile
  2406. config.status:941: creating doc/Makefile
  2407. config.status:1088: WARNING:  '/root/cpp/ecl-10.4.1/src/doc/Makefile.in' seems to ignore the --datarootdir setting
  2408. config.status:941: creating doc/ecl.man
  2409. config.status:941: creating doc/ecl-config.man
  2410. config.status:941: creating ecl/configpre.h
  2411. config.status:941: creating bin/ecl-config.pre
  2412. config.status:941: creating lsp/config.pre
  2413. config.status:941: creating compile.pre
  2414. config.status:941: creating cmp/cmpdefs.pre
  2415. config.status:941: creating new-cmp/cmpdefs.pre
  2416. config.status:941: creating ecl/config.h
  2417.  
  2418. ## ---------------- ##
  2419. ## Cache variables. ##
  2420. ## ---------------- ##
  2421.  
  2422. ac_cv_build=pentium3-pc-linux-gnu
  2423. ac_cv_c_bigendian=no
  2424. ac_cv_c_compiler_gnu=yes
  2425. ac_cv_c_const=yes
  2426. ac_cv_c_inline=inline
  2427. ac_cv_c_long_long=yes
  2428. ac_cv_c_volatile=yes
  2429. ac_cv_cxx_compiler_gnu=yes
  2430. ac_cv_ecl___thread=yes
  2431. ac_cv_env_CCC_set=
  2432. ac_cv_env_CCC_value=
  2433. ac_cv_env_CC_set=
  2434. ac_cv_env_CC_value=
  2435. ac_cv_env_CFLAGS_set=
  2436. ac_cv_env_CFLAGS_value=
  2437. ac_cv_env_CPPFLAGS_set=
  2438. ac_cv_env_CPPFLAGS_value=
  2439. ac_cv_env_CPP_set=
  2440. ac_cv_env_CPP_value=
  2441. ac_cv_env_CXXFLAGS_set=
  2442. ac_cv_env_CXXFLAGS_value=
  2443. ac_cv_env_CXX_set=
  2444. ac_cv_env_CXX_value=
  2445. ac_cv_env_LDFLAGS_set=
  2446. ac_cv_env_LDFLAGS_value=
  2447. ac_cv_env_LIBS_set=
  2448. ac_cv_env_LIBS_value=
  2449. ac_cv_env_XMKMF_set=
  2450. ac_cv_env_XMKMF_value=
  2451. ac_cv_env_build_alias_set=
  2452. ac_cv_env_build_alias_value=
  2453. ac_cv_env_host_alias_set=
  2454. ac_cv_env_host_alias_value=
  2455. ac_cv_env_target_alias_set=
  2456. ac_cv_env_target_alias_value=
  2457. ac_cv_func__longjmp=yes
  2458. ac_cv_func_alarm=yes
  2459. ac_cv_func_ceilf=yes
  2460. ac_cv_func_closedir_void=no
  2461. ac_cv_func_copysign=yes
  2462. ac_cv_func_cosf=yes
  2463. ac_cv_func_coshf=yes
  2464. ac_cv_func_expf=yes
  2465. ac_cv_func_fabsf=yes
  2466. ac_cv_func_feenableexcept=yes
  2467. ac_cv_func_floor=yes
  2468. ac_cv_func_floorf=yes
  2469. ac_cv_func_fork=yes
  2470. ac_cv_func_fork_works=yes
  2471. ac_cv_func_frexpf=yes
  2472. ac_cv_func_fseeko=yes
  2473. ac_cv_func_getcwd=yes
  2474. ac_cv_func_gethostbyaddr=yes
  2475. ac_cv_func_gethostbyname=yes
  2476. ac_cv_func_getpagesize=yes
  2477. ac_cv_func_getrusage=yes
  2478. ac_cv_func_gettimeofday=yes
  2479. ac_cv_func_isatty=yes
  2480. ac_cv_func_ldexpf=yes
  2481. ac_cv_func_log1p=yes
  2482. ac_cv_func_log1pf=yes
  2483. ac_cv_func_log1pl=yes
  2484. ac_cv_func_logf=yes
  2485. ac_cv_func_lstat=yes
  2486. ac_cv_func_lstat_dereferences_slashed_symlink=yes
  2487. ac_cv_func_malloc_0_nonnull=yes
  2488. ac_cv_func_memcmp_working=yes
  2489. ac_cv_func_memmove=yes
  2490. ac_cv_func_memset=yes
  2491. ac_cv_func_mkdir=yes
  2492. ac_cv_func_mkstemp=yes
  2493. ac_cv_func_mmap_fixed_mapped=yes
  2494. ac_cv_func_nanosleep=yes
  2495. ac_cv_func_putenv=yes
  2496. ac_cv_func_realloc_0_nonnull=yes
  2497. ac_cv_func_sched_yield=yes
  2498. ac_cv_func_select=yes
  2499. ac_cv_func_select_args='int,fd_set *,struct timeval *'
  2500. ac_cv_func_setenv=yes
  2501. ac_cv_func_sigprocmask=yes
  2502. ac_cv_func_sinf=yes
  2503. ac_cv_func_sinhf=yes
  2504. ac_cv_func_socket=yes
  2505. ac_cv_func_sqrt=yes
  2506. ac_cv_func_sqrtf=yes
  2507. ac_cv_func_stat_empty_string_bug=no
  2508. ac_cv_func_strcasecmp=yes
  2509. ac_cv_func_strchr=yes
  2510. ac_cv_func_strerror=yes
  2511. ac_cv_func_strtod=yes
  2512. ac_cv_func_strtol=yes
  2513. ac_cv_func_tanf=yes
  2514. ac_cv_func_tanhf=yes
  2515. ac_cv_func_times=yes
  2516. ac_cv_func_tzset=yes
  2517. ac_cv_func_uname=yes
  2518. ac_cv_func_vfork=yes
  2519. ac_cv_func_vfork_works=yes
  2520. ac_cv_have_x='have_x=yes    ac_x_includes='\'''\''  ac_x_libraries='\'''\'''
  2521. ac_cv_header_dirent_dirent_h=yes
  2522. ac_cv_header_dirent_h=yes
  2523. ac_cv_header_dlfcn_h=yes
  2524. ac_cv_header_fcntl_h=yes
  2525. ac_cv_header_fenv_h=yes
  2526. ac_cv_header_ffi_ffi_h=no
  2527. ac_cv_header_float_h=yes
  2528. ac_cv_header_gmp_gmp_h=no
  2529. ac_cv_header_gmp_h=yes
  2530. ac_cv_header_inttypes_h=yes
  2531. ac_cv_header_limits_h=yes
  2532. ac_cv_header_link_h=yes
  2533. ac_cv_header_mach_o_dyld_h=no
  2534. ac_cv_header_memory_h=yes
  2535. ac_cv_header_netdb_h=yes
  2536. ac_cv_header_netinet_in_h=yes
  2537. ac_cv_header_pwd_h=yes
  2538. ac_cv_header_semaphore_h=yes
  2539. ac_cv_header_stdbool_h=yes
  2540. ac_cv_header_stdc=yes
  2541. ac_cv_header_stddef_h=yes
  2542. ac_cv_header_stdint_h=yes
  2543. ac_cv_header_stdlib_h=yes
  2544. ac_cv_header_string_h=yes
  2545. ac_cv_header_strings_h=yes
  2546. ac_cv_header_sys_ioctl_h=yes
  2547. ac_cv_header_sys_mman_h=yes
  2548. ac_cv_header_sys_param_h=yes
  2549. ac_cv_header_sys_resource_h=yes
  2550. ac_cv_header_sys_select_h=yes
  2551. ac_cv_header_sys_socket_h=yes
  2552. ac_cv_header_sys_stat_h=yes
  2553. ac_cv_header_sys_time_h=yes
  2554. ac_cv_header_sys_types_h=yes
  2555. ac_cv_header_sys_utsname_h=yes
  2556. ac_cv_header_sys_wait_h=yes
  2557. ac_cv_header_time=yes
  2558. ac_cv_header_ulimit_h=yes
  2559. ac_cv_header_unistd_h=yes
  2560. ac_cv_header_vfork_h=no
  2561. ac_cv_host=pentium3-pc-linux-gnu
  2562. ac_cv_lib_error_at_line=yes
  2563. ac_cv_lib_ffi_ffi_call=yes
  2564. ac_cv_lib_gc_GC_malloc=no
  2565. ac_cv_lib_gmp___gmpz_init=yes
  2566. ac_cv_lib_sun_getpwnam=no
  2567. ac_cv_objext=o
  2568. ac_cv_path_EGREP='/bin/grep -E'
  2569. ac_cv_path_GREP=/bin/grep
  2570. ac_cv_path_INSTALL_INFO=/usr/bin/install-info
  2571. ac_cv_path_install='/bin/install -c'
  2572. ac_cv_prog_CPP='gcc -E'
  2573. ac_cv_prog_ac_ct_CC=gcc
  2574. ac_cv_prog_ac_ct_CXX=g++
  2575. ac_cv_prog_ac_ct_RANLIB=ranlib
  2576. ac_cv_prog_cc_c89=
  2577. ac_cv_prog_cc_g=yes
  2578. ac_cv_prog_cxx_g=yes
  2579. ac_cv_prog_gcc_traditional=no
  2580. ac_cv_prog_make_make_set=yes
  2581. ac_cv_search_opendir='none required'
  2582. ac_cv_search_strerror='none required'
  2583. ac_cv_struct_tm=time.h
  2584. ac_cv_type__Bool=yes
  2585. ac_cv_type_pid_t=yes
  2586. ac_cv_type_ptrdiff_t=yes
  2587. ac_cv_type_signal=void
  2588. ac_cv_type_size_t=yes
  2589.  
  2590. ## ----------------- ##
  2591. ## Output variables. ##
  2592. ## ----------------- ##
  2593.  
  2594. ARCHITECTURE='PENTIUM3'
  2595. BUNDLE_LDFLAGS='-shared '
  2596. CC='gcc'
  2597. CFLAGS='-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -fPIC '
  2598. CLX_INFO=''
  2599. CL_FIXNUM_BITS='32'
  2600. CL_FIXNUM_MAX='536870911'
  2601. CL_FIXNUM_MIN='-536870912'
  2602. CL_FIXNUM_TYPE='int'
  2603. CL_INT_BITS='32'
  2604. CL_LONG_BITS='32'
  2605. CORE_LIBS='-leclgc '
  2606. CP='cp'
  2607. CPP='gcc -E'
  2608. CPPFLAGS=''
  2609. CXX='g++'
  2610. CXXFLAGS='-g -O2'
  2611. DEBUG_CFLAGS=''
  2612. DEFS='-DHAVE_CONFIG_H'
  2613. ECHO_C=''
  2614. ECHO_N='-n'
  2615. ECHO_T=''
  2616. ECL_BOEHM_GC_HEADER='ecl/gc/gc.h'
  2617. ECL_CC='gcc'
  2618. ECL_CFLAGS='-Dlinux'
  2619. ECL_CMPDIR='cmp'
  2620. ECL_FILE_CNT='1'
  2621. ECL_FPE_CODE='arch/fpe_x86.c'
  2622. ECL_GMP_HEADER='gmp.h'
  2623. ECL_LDRPATH=''
  2624. ECL_LONGJMP='_longjmp'
  2625. ECL_SETJMP='_setjmp'
  2626. ECL_STDINT_HEADER='#include <stdint.h>'
  2627. ECL_VERSION_NUMBER='100401'
  2628. EGREP='/bin/grep -E'
  2629. EXEEXT=''
  2630. EXE_SUFFIX=''
  2631. EXTRA_OBJS=' big.o alloc_2.o ffi_x86.o tcp.o'
  2632. FASL_LIBS=' -lgmp'
  2633. GMP_CFLAGS=''
  2634. GMP_LDFLAGS=''
  2635. GREP='/bin/grep'
  2636. INFOEXT='info'
  2637. INSTALL_DATA='${INSTALL} -m 644'
  2638. INSTALL_INFO='/usr/bin/install-info'
  2639. INSTALL_PROGRAM='${INSTALL}'
  2640. INSTALL_SCRIPT='${INSTALL}'
  2641. INSTALL_TARGET='install'
  2642. LDFLAGS=' '
  2643. LIBEXT='a'
  2644. LIBOBJS=''
  2645. LIBPREFIX='lib'
  2646. LIBRARIES=''
  2647. LIBS='-ldl  -lm '
  2648. LN_S='ln -s'
  2649. LSP_FEATURES='(cons :wants-rt (cons :wants-bytecmp (cons :wants-profile (cons :wants-defsystem (cons :wants-asdf (cons :wants-serve-event (cons :wants-sockets (cons :wants-cmp (cons :wants-dlopen *features*)))))))))'
  2650. LSP_LIBRARIES='libecl.so'
  2651. LTLIBOBJS=''
  2652. MACHINE_VERSION=''
  2653. MV='mv'
  2654. OBJEXT='o'
  2655. PACKAGE_BUGREPORT=''
  2656. PACKAGE_NAME='ecl'
  2657. PACKAGE_STRING='ecl 10.4.1'
  2658. PACKAGE_TARNAME='ecl'
  2659. PACKAGE_VERSION='10.4.1'
  2660. PATH_SEPARATOR=':'
  2661. POW_LIB=''
  2662. RANLIB='ranlib'
  2663. RM='rm -f'
  2664. SET_MAKE=''
  2665. SHAREDEXT='so'
  2666. SHAREDPREFIX='lib'
  2667. SHARED_LDFLAGS='-shared '
  2668. SHELL='/bin/sh'
  2669. SOFTWARE_TYPE='linux'
  2670. SOFTWARE_VERSION=''
  2671. SONAME1='libecl.so.10'
  2672. SONAME2='libecl.so.10.4'
  2673. SONAME3='libecl.so.10.4.1'
  2674. SONAME='libecl.so'
  2675. SONAME_LDFLAGS='-Wl,-soname,libecl.so.10.4'
  2676. SUBDIRS='c gc'
  2677. TARGETS='bin/ecl$(EXE)'
  2678. XMKMF=''
  2679. ac_ct_CC='gcc'
  2680. ac_ct_CXX='g++'
  2681. bindir='${exec_prefix}/bin'
  2682. build='pentium3-pc-linux-gnu'
  2683. build_alias=''
  2684. build_cpu='pentium3'
  2685. build_os='linux-gnu'
  2686. build_vendor='pc'
  2687. buildir='build'
  2688. datadir='${datarootdir}'
  2689. datarootdir='${prefix}/share'
  2690. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  2691. dvidir='${docdir}'
  2692. ecldir='${exec_prefix}/lib/ecl-10.4.1'
  2693. exec_prefix='${prefix}'
  2694. host='pentium3-pc-linux-gnu'
  2695. host_alias=''
  2696. host_cpu='pentium3'
  2697. host_os='linux-gnu'
  2698. host_vendor='pc'
  2699. htmldir='${docdir}'
  2700. includedir='${prefix}/include'
  2701. infodir='${datarootdir}/info'
  2702. libdir='${exec_prefix}/lib'
  2703. libexecdir='${exec_prefix}/libexec'
  2704. localedir='${datarootdir}/locale'
  2705. localstatedir='${prefix}/var'
  2706. mandir='${datarootdir}/man'
  2707. oldincludedir='/usr/include'
  2708. pdfdir='${docdir}'
  2709. prefix='/usr/local'
  2710. program_transform_name='s,x,x,'
  2711. psdir='${docdir}'
  2712. sbindir='${exec_prefix}/sbin'
  2713. sharedstatedir='${prefix}/com'
  2714. sysconfdir='${prefix}/etc'
  2715. target_alias=''
  2716. thehost='linux'
  2717. true_builddir='/root/cpp/ecl-10.4.1/build'
  2718. true_srcdir='/root/cpp/ecl-10.4.1/src'
  2719.  
  2720. ## ----------- ##
  2721. ## confdefs.h. ##
  2722. ## ----------- ##
  2723.  
  2724. #define PACKAGE_NAME "ecl"
  2725. #define PACKAGE_TARNAME "ecl"
  2726. #define PACKAGE_VERSION "10.4.1"
  2727. #define PACKAGE_STRING "ecl 10.4.1"
  2728. #define PACKAGE_BUGREPORT ""
  2729. #define STDC_HEADERS 1
  2730. #define HAVE_SYS_TYPES_H 1
  2731. #define HAVE_SYS_STAT_H 1
  2732. #define HAVE_STDLIB_H 1
  2733. #define HAVE_STRING_H 1
  2734. #define HAVE_MEMORY_H 1
  2735. #define HAVE_STRINGS_H 1
  2736. #define HAVE_INTTYPES_H 1
  2737. #define HAVE_STDINT_H 1
  2738. #define HAVE_UNISTD_H 1
  2739. #define WITH_GMP 1
  2740. #define GBC_BOEHM 0
  2741. #define ECL_SMALL_CONS 1
  2742. #define ECL_IEEE_FP 1
  2743. #define ECL_SIGNED_ZERO 1
  2744. #define HAVE_DIRENT_H 1
  2745. #define HAVE__BOOL 1
  2746. #define HAVE_STDBOOL_H 1
  2747. #define STDC_HEADERS 1
  2748. #define TIME_WITH_SYS_TIME 1
  2749. #define HAVE_FCNTL_H 1
  2750. #define HAVE_LIMITS_H 1
  2751. #define HAVE_NETDB_H 1
  2752. #define HAVE_NETINET_IN_H 1
  2753. #define HAVE_STDDEF_H 1
  2754. #define HAVE_STDLIB_H 1
  2755. #define HAVE_STRING_H 1
  2756. #define HAVE_SYS_PARAM_H 1
  2757. #define HAVE_SYS_SOCKET_H 1
  2758. #define HAVE_SYS_TIME_H 1
  2759. #define HAVE_UNISTD_H 1
  2760. #define HAVE_FENV_H 1
  2761. #define HAVE_SYS_RESOURCE_H 1
  2762. #define HAVE_SYS_UTSNAME_H 1
  2763. #define HAVE_FLOAT_H 1
  2764. #define HAVE_PWD_H 1
  2765. #define HAVE_DLFCN_H 1
  2766. #define HAVE_LINK_H 1
  2767. #define HAVE_ULIMIT_H 1
  2768. #define HAVE_DIRENT_H 1
  2769. #define HAVE_SYS_IOCTL_H 1
  2770. #define HAVE_SYS_SELECT_H 1
  2771. #define HAVE_SYS_WAIT_H 1
  2772. #define HAVE_SEMAPHORE_H 1
  2773. #define HAVE_PTRDIFF_T 1
  2774. #define ecl_long_long_t long long
  2775. #define ecl_ulong_long_t unsigned long long
  2776. #define ECL_LONG_LONG_BITS 64
  2777. #define HAVE_STDINT_H 1
  2778. #define ecl_uint8_t uint8_t
  2779. #define ecl_int8_t int8_t
  2780. #define ecl_uint16_t uint16_t
  2781. #define ecl_int16_t int16_t
  2782. #define ecl_uint32_t uint32_t
  2783. #define ecl_int32_t int32_t
  2784. #define ecl_uint64_t uint64_t
  2785. #define ecl_int64_t int64_t
  2786. #define ECL_USE_VARARG_AS_POINTER 1
  2787. #define ECL_DYNAMIC_FFI 1
  2788. #define ECL_DOWN_STACK 1
  2789. #define HAVE_FORK 1
  2790. #define HAVE_VFORK 1
  2791. #define HAVE_WORKING_VFORK 1
  2792. #define HAVE_WORKING_FORK 1
  2793. #define HAVE_STDLIB_H 1
  2794. #define HAVE_MALLOC 1
  2795. #define HAVE_STDLIB_H 1
  2796. #define HAVE_UNISTD_H 1
  2797. #define HAVE_GETPAGESIZE 1
  2798. #define HAVE_MMAP 1
  2799. #define HAVE_STDLIB_H 1
  2800. #define HAVE_REALLOC 1
  2801. #define HAVE_SYS_SELECT_H 1
  2802. #define HAVE_SYS_SOCKET_H 1
  2803. #define SELECT_TYPE_ARG1 int
  2804. #define SELECT_TYPE_ARG234 (fd_set *)
  2805. #define SELECT_TYPE_ARG5 (struct timeval *)
  2806. #define RETSIGTYPE void
  2807. #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  2808. #define HAVE_FLOOR 1
  2809. #define HAVE_GETCWD 1
  2810. #define HAVE_GETHOSTBYADDR 1
  2811. #define HAVE_GETHOSTBYNAME 1
  2812. #define HAVE_GETPAGESIZE 1
  2813. #define HAVE_MEMMOVE 1
  2814. #define HAVE_MEMSET 1
  2815. #define HAVE_MKDIR 1
  2816. #define HAVE_PUTENV 1
  2817. #define HAVE_SOCKET 1
  2818. #define HAVE_SQRT 1
  2819. #define HAVE_STRCASECMP 1
  2820. #define HAVE_STRCHR 1
  2821. #define HAVE_STRERROR 1
  2822. #define HAVE_STRTOL 1
  2823. #define HAVE_NANOSLEEP 1
  2824. #define HAVE_ALARM 1
  2825. #define HAVE_TIMES 1
  2826. #define HAVE_SELECT 1
  2827. #define HAVE_SETENV 1
  2828. #define HAVE_PUTENV 1
  2829. #define HAVE_LSTAT 1
  2830. #define HAVE_MKSTEMP 1
  2831. #define HAVE_SIGPROCMASK 1
  2832. #define HAVE_ISATTY 1
  2833. #define HAVE_TZSET 1
  2834. #define HAVE_GETTIMEOFDAY 1
  2835. #define HAVE_GETRUSAGE 1
  2836. #define HAVE_FEENABLEEXCEPT 1
  2837. #define HAVE_EXPF 1
  2838. #define HAVE_LOGF 1
  2839. #define HAVE_SQRTF 1
  2840. #define HAVE_COSF 1
  2841. #define HAVE_SINF 1
  2842. #define HAVE_TANF 1
  2843. #define HAVE_SINHF 1
  2844. #define HAVE_COSHF 1
  2845. #define HAVE_TANHF 1
  2846. #define HAVE_FLOORF 1
  2847. #define HAVE_CEILF 1
  2848. #define HAVE_FABSF 1
  2849. #define HAVE_FREXPF 1
  2850. #define HAVE_LDEXPF 1
  2851. #define HAVE_LOG1P 1
  2852. #define HAVE_LOG1PF 1
  2853. #define HAVE_LOG1PL 1
  2854. #define HAVE_COPYSIGN 1
  2855. #define HAVE_SCHED_YIELD 1
  2856. #define HAVE_UNAME 1
  2857. #define HAVE_FSEEKO 1
  2858. #define ECL_USE_MPROTECT 1
  2859. #define HAVE_ENVIRON 1
  2860. #define ENABLE_DLOPEN 1
  2861. #define ECL_CMU_FORMAT 1
  2862. #define ECL_CLOS_STREAMS 1
  2863. #define TCP 1
  2864. #define ECL_RELATIVE_PACKAGE_NAMES 1
  2865.  
  2866. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement