Advertisement
Guest User

Untitled

a guest
Jan 24th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.66 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 qLibc configure 2 RELEASE, which was
  5. generated by GNU Autoconf 2.63. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = Keith-Rosenbergs-MacBook-Air.local
  14. uname -m = x86_64
  15. uname -r = 12.5.0
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64
  18.  
  19. /usr/bin/uname -p = i386
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = Mach kernel version:
  26. Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64
  27. Kernel configured for up to 4 processors.
  28. 2 processors are physically available.
  29. 4 processors are logically available.
  30. Processor type: i486 (Intel 80486)
  31. Processors active: 0 1 2 3
  32. Primary memory available: 8.00 gigabytes
  33. Default processor set: 182 tasks, 1240 threads, 4 processors
  34. Load average: 0.56, Mach factor: 3.43
  35. /bin/machine = unknown
  36. /usr/bin/oslevel = unknown
  37. /bin/universe = unknown
  38.  
  39. PATH: /Users/KeithOMB/.nvm/v0.11.14/bin
  40. PATH: /usr/local
  41. PATH: /usr/local/bin
  42. PATH: /usr/local/sbin
  43. PATH: /usr/local/mysql/bin
  44. PATH: /Users/KeithOMB/.rvm/gems/ruby-1.9.2-p320/bin
  45. PATH: /Users/KeithOMB/.rvm/gems/ruby-1.9.2-p320@global/bin
  46. PATH: /Users/KeithOMB/.rvm/rubies/ruby-1.9.2-p320/bin
  47. PATH: /Users/KeithOMB/.rvm/bin
  48. PATH: /usr/bin
  49. PATH: /bin
  50. PATH: /usr/sbin
  51. PATH: /sbin
  52. PATH: /usr/local/bin
  53. PATH: /Users/KeithOMB/go/bin
  54. PATH: /usr/bin
  55. PATH: /bin
  56. PATH: /usr/sbin
  57. PATH: /sbin
  58. PATH: /usr/local/git/bin
  59. PATH: /usr/X11/bin
  60. PATH: /Users/Keith/.rvm/bin
  61.  
  62.  
  63. ## ----------- ##
  64. ## Core tests. ##
  65. ## ----------- ##
  66.  
  67. configure:1964: checking for gcc
  68. configure:1980: found /usr/bin/gcc
  69. configure:1991: result: gcc
  70. configure:2223: checking for C compiler version
  71. configure:2231: gcc --version >&5
  72. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  73. Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
  74. Target: x86_64-apple-darwin12.5.0
  75. Thread model: posix
  76. configure:2235: $? = 0
  77. configure:2242: gcc -v >&5
  78. Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  79. Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
  80. Target: x86_64-apple-darwin12.5.0
  81. Thread model: posix
  82. configure:2246: $? = 0
  83. configure:2253: gcc -V >&5
  84. clang: error: argument to '-V' is missing (expected 1 value)
  85. clang: error: no input files
  86. configure:2257: $? = 1
  87. configure:2280: checking for C compiler default output file name
  88. configure:2302: gcc -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -L/usr/lib -L/usr/local/lib conftest.c >&5
  89. configure:2306: $? = 0
  90. configure:2344: result: a.out
  91. configure:2363: checking whether the C compiler works
  92. configure:2373: ./a.out
  93. configure:2377: $? = 0
  94. configure:2396: result: yes
  95. configure:2403: checking whether we are cross compiling
  96. configure:2405: result: no
  97. configure:2408: checking for suffix of executables
  98. configure:2415: gcc -o conftest -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -L/usr/lib -L/usr/local/lib conftest.c >&5
  99. configure:2419: $? = 0
  100. configure:2445: result:
  101. configure:2451: checking for suffix of object files
  102. configure:2477: gcc -c -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  103. configure:2481: $? = 0
  104. configure:2506: result: o
  105. configure:2510: checking whether we are using the GNU C compiler
  106. configure:2539: gcc -c -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  107. configure:2546: $? = 0
  108. configure:2563: result: yes
  109. configure:2572: checking whether gcc accepts -g
  110. configure:2602: gcc -c -g -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  111. configure:2609: $? = 0
  112. configure:2710: result: yes
  113. configure:2727: checking for gcc option to accept ISO C89
  114. configure:2801: gcc -c -g -O2 -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  115. configure:2808: $? = 0
  116. configure:2831: result: none needed
  117. configure:2854: checking for gcc option to accept ISO C99
  118. configure:3013: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  119. configure:3020: $? = 0
  120. configure:3043: result: none needed
  121. configure:3111: checking for a BSD-compatible install
  122. configure:3179: result: /usr/bin/install -c
  123. configure:3190: checking for a thread-safe mkdir -p
  124. configure:3229: result: ./install-sh -c -d
  125. configure:3232: checking whether ln -s works
  126. configure:3236: result: yes
  127. configure:3243: checking whether make sets $(MAKE)
  128. configure:3265: result: yes
  129. configure:3317: checking for ranlib
  130. configure:3333: found /usr/bin/ranlib
  131. configure:3344: result: ranlib
  132. configure:3369: checking for ar
  133. configure:3387: found /usr/bin/ar
  134. configure:3399: result: /usr/bin/ar
  135. configure:3409: checking for chmod
  136. configure:3427: found /bin/chmod
  137. configure:3439: result: /bin/chmod
  138. configure:3449: checking for ld
  139. configure:3467: found /usr/bin/ld
  140. configure:3479: result: /usr/bin/ld
  141. configure:3489: checking for rm
  142. configure:3507: found /bin/rm
  143. configure:3519: result: /bin/rm
  144. configure:3535: checking how to run the C preprocessor
  145. configure:3575: gcc -E -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
  146. configure:3582: $? = 0
  147. configure:3613: gcc -E -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
  148. conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
  149. #include <ac_nonexistent.h>
  150. ^
  151. 1 error generated.
  152. configure:3620: $? = 1
  153. configure: failed program was:
  154. | /* confdefs.h. */
  155. | #define PACKAGE_NAME "qLibc"
  156. | #define PACKAGE_TARNAME "qlibc"
  157. | #define PACKAGE_VERSION "2 RELEASE"
  158. | #define PACKAGE_STRING "qLibc 2 RELEASE"
  159. | #define PACKAGE_BUGREPORT "https://github.com/wolkykim/qlibc"
  160. | /* end confdefs.h. */
  161. | #include <ac_nonexistent.h>
  162. configure:3653: result: gcc -E
  163. configure:3682: gcc -E -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
  164. configure:3689: $? = 0
  165. configure:3720: gcc -E -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c
  166. conftest.c:8:10: fatal error: 'ac_nonexistent.h' file not found
  167. #include <ac_nonexistent.h>
  168. ^
  169. 1 error generated.
  170. configure:3727: $? = 1
  171. configure: failed program was:
  172. | /* confdefs.h. */
  173. | #define PACKAGE_NAME "qLibc"
  174. | #define PACKAGE_TARNAME "qlibc"
  175. | #define PACKAGE_VERSION "2 RELEASE"
  176. | #define PACKAGE_STRING "qLibc 2 RELEASE"
  177. | #define PACKAGE_BUGREPORT "https://github.com/wolkykim/qlibc"
  178. | /* end confdefs.h. */
  179. | #include <ac_nonexistent.h>
  180. configure:3767: checking for grep that handles long lines and -e
  181. configure:3827: result: /usr/bin/grep
  182. configure:3832: checking for egrep
  183. configure:3896: result: /usr/bin/grep -E
  184. configure:3901: checking for ANSI C header files
  185. configure:3931: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  186. configure:3938: $? = 0
  187. configure:4037: gcc -o conftest -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -L/usr/lib -L/usr/local/lib conftest.c >&5
  188. configure:4041: $? = 0
  189. configure:4047: ./conftest
  190. configure:4051: $? = 0
  191. configure:4069: result: yes
  192. configure:4093: checking for sys/types.h
  193. configure:4114: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  194. configure:4121: $? = 0
  195. configure:4138: result: yes
  196. configure:4093: checking for sys/stat.h
  197. configure:4114: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  198. configure:4121: $? = 0
  199. configure:4138: result: yes
  200. configure:4093: checking for stdlib.h
  201. configure:4114: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  202. configure:4121: $? = 0
  203. configure:4138: result: yes
  204. configure:4093: checking for string.h
  205. configure:4114: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  206. configure:4121: $? = 0
  207. configure:4138: result: yes
  208. configure:4093: checking for memory.h
  209. configure:4114: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  210. configure:4121: $? = 0
  211. configure:4138: result: yes
  212. configure:4093: checking for strings.h
  213. configure:4114: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  214. configure:4121: $? = 0
  215. configure:4138: result: yes
  216. configure:4093: checking for inttypes.h
  217. configure:4114: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  218. configure:4121: $? = 0
  219. configure:4138: result: yes
  220. configure:4093: checking for stdint.h
  221. configure:4114: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  222. configure:4121: $? = 0
  223. configure:4138: result: yes
  224. configure:4093: checking for unistd.h
  225. configure:4114: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  226. configure:4121: $? = 0
  227. configure:4138: result: yes
  228. configure:4152: checking for stdbool.h that conforms to C99
  229. configure:4247: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  230. configure:4254: $? = 0
  231. configure:4269: result: yes
  232. configure:4271: checking for _Bool
  233. configure:4299: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  234. configure:4306: $? = 0
  235. configure:4333: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  236. conftest.c:54:20: error: expected expression
  237. if (sizeof ((_Bool)))
  238. ^
  239. 1 error generated.
  240. configure:4340: $? = 1
  241. configure: failed program was:
  242. | /* confdefs.h. */
  243. | #define PACKAGE_NAME "qLibc"
  244. | #define PACKAGE_TARNAME "qlibc"
  245. | #define PACKAGE_VERSION "2 RELEASE"
  246. | #define PACKAGE_STRING "qLibc 2 RELEASE"
  247. | #define PACKAGE_BUGREPORT "https://github.com/wolkykim/qlibc"
  248. | #define STDC_HEADERS 1
  249. | #define HAVE_SYS_TYPES_H 1
  250. | #define HAVE_SYS_STAT_H 1
  251. | #define HAVE_STDLIB_H 1
  252. | #define HAVE_STRING_H 1
  253. | #define HAVE_MEMORY_H 1
  254. | #define HAVE_STRINGS_H 1
  255. | #define HAVE_INTTYPES_H 1
  256. | #define HAVE_STDINT_H 1
  257. | #define HAVE_UNISTD_H 1
  258. | /* end confdefs.h. */
  259. | #include <stdio.h>
  260. | #ifdef HAVE_SYS_TYPES_H
  261. | # include <sys/types.h>
  262. | #endif
  263. | #ifdef HAVE_SYS_STAT_H
  264. | # include <sys/stat.h>
  265. | #endif
  266. | #ifdef STDC_HEADERS
  267. | # include <stdlib.h>
  268. | # include <stddef.h>
  269. | #else
  270. | # ifdef HAVE_STDLIB_H
  271. | # include <stdlib.h>
  272. | # endif
  273. | #endif
  274. | #ifdef HAVE_STRING_H
  275. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  276. | # include <memory.h>
  277. | # endif
  278. | # include <string.h>
  279. | #endif
  280. | #ifdef HAVE_STRINGS_H
  281. | # include <strings.h>
  282. | #endif
  283. | #ifdef HAVE_INTTYPES_H
  284. | # include <inttypes.h>
  285. | #endif
  286. | #ifdef HAVE_STDINT_H
  287. | # include <stdint.h>
  288. | #endif
  289. | #ifdef HAVE_UNISTD_H
  290. | # include <unistd.h>
  291. | #endif
  292. | int
  293. | main ()
  294. | {
  295. | if (sizeof ((_Bool)))
  296. | return 0;
  297. | ;
  298. | return 0;
  299. | }
  300. configure:4363: result: yes
  301. configure:4390: checking for dirent.h that defines DIR
  302. configure:4419: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  303. configure:4426: $? = 0
  304. configure:4443: result: yes
  305. configure:4458: checking for library containing opendir
  306. configure:4499: gcc -o conftest -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -L/usr/lib -L/usr/local/lib conftest.c >&5
  307. configure:4506: $? = 0
  308. configure:4537: result: none required
  309. configure:4636: checking for inttypes.h
  310. configure:4641: result: yes
  311. configure:4772: checking for int8_t
  312. configure:4803: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  313. configure:4810: $? = 0
  314. configure:4839: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  315. conftest.c:57:24: error: 'test_array' declared as an array with a negative size
  316. static int test_array [1 - 2 * !((int8_t) ((((int8_t) 1 << (8 - 2)) - 1) * 2 + 1)
  317. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  318. 1 error generated.
  319. configure:4846: $? = 1
  320. configure: failed program was:
  321. | /* confdefs.h. */
  322. | #define PACKAGE_NAME "qLibc"
  323. | #define PACKAGE_TARNAME "qlibc"
  324. | #define PACKAGE_VERSION "2 RELEASE"
  325. | #define PACKAGE_STRING "qLibc 2 RELEASE"
  326. | #define PACKAGE_BUGREPORT "https://github.com/wolkykim/qlibc"
  327. | #define STDC_HEADERS 1
  328. | #define HAVE_SYS_TYPES_H 1
  329. | #define HAVE_SYS_STAT_H 1
  330. | #define HAVE_STDLIB_H 1
  331. | #define HAVE_STRING_H 1
  332. | #define HAVE_MEMORY_H 1
  333. | #define HAVE_STRINGS_H 1
  334. | #define HAVE_INTTYPES_H 1
  335. | #define HAVE_STDINT_H 1
  336. | #define HAVE_UNISTD_H 1
  337. | #define HAVE__BOOL 1
  338. | #define HAVE_STDBOOL_H 1
  339. | #define HAVE_DIRENT_H 1
  340. | /* end confdefs.h. */
  341. | #include <stdio.h>
  342. | #ifdef HAVE_SYS_TYPES_H
  343. | # include <sys/types.h>
  344. | #endif
  345. | #ifdef HAVE_SYS_STAT_H
  346. | # include <sys/stat.h>
  347. | #endif
  348. | #ifdef STDC_HEADERS
  349. | # include <stdlib.h>
  350. | # include <stddef.h>
  351. | #else
  352. | # ifdef HAVE_STDLIB_H
  353. | # include <stdlib.h>
  354. | # endif
  355. | #endif
  356. | #ifdef HAVE_STRING_H
  357. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  358. | # include <memory.h>
  359. | # endif
  360. | # include <string.h>
  361. | #endif
  362. | #ifdef HAVE_STRINGS_H
  363. | # include <strings.h>
  364. | #endif
  365. | #ifdef HAVE_INTTYPES_H
  366. | # include <inttypes.h>
  367. | #endif
  368. | #ifdef HAVE_STDINT_H
  369. | # include <stdint.h>
  370. | #endif
  371. | #ifdef HAVE_UNISTD_H
  372. | # include <unistd.h>
  373. | #endif
  374. | int
  375. | main ()
  376. | {
  377. | static int test_array [1 - 2 * !((int8_t) ((((int8_t) 1 << (8 - 2)) - 1) * 2 + 1)
  378. | < (int8_t) ((((int8_t) 1 << (8 - 2)) - 1) * 2 + 2))];
  379. | test_array [0] = 0
  380. |
  381. | ;
  382. | return 0;
  383. | }
  384. configure:4875: result: yes
  385. configure:4888: checking for int16_t
  386. configure:4919: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  387. configure:4926: $? = 0
  388. configure:4955: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  389. conftest.c:57:24: error: 'test_array' declared as an array with a negative size
  390. static int test_array [1 - 2 * !((int16_t) ((((int16_t) 1 << (16 - 2)) - 1) * 2 + 1)
  391. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  392. 1 error generated.
  393. configure:4962: $? = 1
  394. configure: failed program was:
  395. | /* confdefs.h. */
  396. | #define PACKAGE_NAME "qLibc"
  397. | #define PACKAGE_TARNAME "qlibc"
  398. | #define PACKAGE_VERSION "2 RELEASE"
  399. | #define PACKAGE_STRING "qLibc 2 RELEASE"
  400. | #define PACKAGE_BUGREPORT "https://github.com/wolkykim/qlibc"
  401. | #define STDC_HEADERS 1
  402. | #define HAVE_SYS_TYPES_H 1
  403. | #define HAVE_SYS_STAT_H 1
  404. | #define HAVE_STDLIB_H 1
  405. | #define HAVE_STRING_H 1
  406. | #define HAVE_MEMORY_H 1
  407. | #define HAVE_STRINGS_H 1
  408. | #define HAVE_INTTYPES_H 1
  409. | #define HAVE_STDINT_H 1
  410. | #define HAVE_UNISTD_H 1
  411. | #define HAVE__BOOL 1
  412. | #define HAVE_STDBOOL_H 1
  413. | #define HAVE_DIRENT_H 1
  414. | /* end confdefs.h. */
  415. | #include <stdio.h>
  416. | #ifdef HAVE_SYS_TYPES_H
  417. | # include <sys/types.h>
  418. | #endif
  419. | #ifdef HAVE_SYS_STAT_H
  420. | # include <sys/stat.h>
  421. | #endif
  422. | #ifdef STDC_HEADERS
  423. | # include <stdlib.h>
  424. | # include <stddef.h>
  425. | #else
  426. | # ifdef HAVE_STDLIB_H
  427. | # include <stdlib.h>
  428. | # endif
  429. | #endif
  430. | #ifdef HAVE_STRING_H
  431. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  432. | # include <memory.h>
  433. | # endif
  434. | # include <string.h>
  435. | #endif
  436. | #ifdef HAVE_STRINGS_H
  437. | # include <strings.h>
  438. | #endif
  439. | #ifdef HAVE_INTTYPES_H
  440. | # include <inttypes.h>
  441. | #endif
  442. | #ifdef HAVE_STDINT_H
  443. | # include <stdint.h>
  444. | #endif
  445. | #ifdef HAVE_UNISTD_H
  446. | # include <unistd.h>
  447. | #endif
  448. | int
  449. | main ()
  450. | {
  451. | static int test_array [1 - 2 * !((int16_t) ((((int16_t) 1 << (16 - 2)) - 1) * 2 + 1)
  452. | < (int16_t) ((((int16_t) 1 << (16 - 2)) - 1) * 2 + 2))];
  453. | test_array [0] = 0
  454. |
  455. | ;
  456. | return 0;
  457. | }
  458. configure:4991: result: yes
  459. configure:5004: checking for int32_t
  460. configure:5035: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  461. configure:5042: $? = 0
  462. configure:5071: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  463. conftest.c:57:24: error: 'test_array' declared as an array with a negative size
  464. static int test_array [1 - 2 * !((int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 1)
  465. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  466. 1 error generated.
  467. configure:5078: $? = 1
  468. configure: failed program was:
  469. | /* confdefs.h. */
  470. | #define PACKAGE_NAME "qLibc"
  471. | #define PACKAGE_TARNAME "qlibc"
  472. | #define PACKAGE_VERSION "2 RELEASE"
  473. | #define PACKAGE_STRING "qLibc 2 RELEASE"
  474. | #define PACKAGE_BUGREPORT "https://github.com/wolkykim/qlibc"
  475. | #define STDC_HEADERS 1
  476. | #define HAVE_SYS_TYPES_H 1
  477. | #define HAVE_SYS_STAT_H 1
  478. | #define HAVE_STDLIB_H 1
  479. | #define HAVE_STRING_H 1
  480. | #define HAVE_MEMORY_H 1
  481. | #define HAVE_STRINGS_H 1
  482. | #define HAVE_INTTYPES_H 1
  483. | #define HAVE_STDINT_H 1
  484. | #define HAVE_UNISTD_H 1
  485. | #define HAVE__BOOL 1
  486. | #define HAVE_STDBOOL_H 1
  487. | #define HAVE_DIRENT_H 1
  488. | /* end confdefs.h. */
  489. | #include <stdio.h>
  490. | #ifdef HAVE_SYS_TYPES_H
  491. | # include <sys/types.h>
  492. | #endif
  493. | #ifdef HAVE_SYS_STAT_H
  494. | # include <sys/stat.h>
  495. | #endif
  496. | #ifdef STDC_HEADERS
  497. | # include <stdlib.h>
  498. | # include <stddef.h>
  499. | #else
  500. | # ifdef HAVE_STDLIB_H
  501. | # include <stdlib.h>
  502. | # endif
  503. | #endif
  504. | #ifdef HAVE_STRING_H
  505. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  506. | # include <memory.h>
  507. | # endif
  508. | # include <string.h>
  509. | #endif
  510. | #ifdef HAVE_STRINGS_H
  511. | # include <strings.h>
  512. | #endif
  513. | #ifdef HAVE_INTTYPES_H
  514. | # include <inttypes.h>
  515. | #endif
  516. | #ifdef HAVE_STDINT_H
  517. | # include <stdint.h>
  518. | #endif
  519. | #ifdef HAVE_UNISTD_H
  520. | # include <unistd.h>
  521. | #endif
  522. | int
  523. | main ()
  524. | {
  525. | static int test_array [1 - 2 * !((int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 1)
  526. | < (int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 2))];
  527. | test_array [0] = 0
  528. |
  529. | ;
  530. | return 0;
  531. | }
  532. configure:5107: result: yes
  533. configure:5120: checking for int64_t
  534. configure:5151: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  535. configure:5158: $? = 0
  536. configure:5187: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  537. conftest.c:57:24: error: 'test_array' declared as an array with a negative size
  538. static int test_array [1 - 2 * !((int64_t) ((((int64_t) 1 << (64 - 2)) - 1) * 2 + 1)
  539. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  540. 1 error generated.
  541. configure:5194: $? = 1
  542. configure: failed program was:
  543. | /* confdefs.h. */
  544. | #define PACKAGE_NAME "qLibc"
  545. | #define PACKAGE_TARNAME "qlibc"
  546. | #define PACKAGE_VERSION "2 RELEASE"
  547. | #define PACKAGE_STRING "qLibc 2 RELEASE"
  548. | #define PACKAGE_BUGREPORT "https://github.com/wolkykim/qlibc"
  549. | #define STDC_HEADERS 1
  550. | #define HAVE_SYS_TYPES_H 1
  551. | #define HAVE_SYS_STAT_H 1
  552. | #define HAVE_STDLIB_H 1
  553. | #define HAVE_STRING_H 1
  554. | #define HAVE_MEMORY_H 1
  555. | #define HAVE_STRINGS_H 1
  556. | #define HAVE_INTTYPES_H 1
  557. | #define HAVE_STDINT_H 1
  558. | #define HAVE_UNISTD_H 1
  559. | #define HAVE__BOOL 1
  560. | #define HAVE_STDBOOL_H 1
  561. | #define HAVE_DIRENT_H 1
  562. | /* end confdefs.h. */
  563. | #include <stdio.h>
  564. | #ifdef HAVE_SYS_TYPES_H
  565. | # include <sys/types.h>
  566. | #endif
  567. | #ifdef HAVE_SYS_STAT_H
  568. | # include <sys/stat.h>
  569. | #endif
  570. | #ifdef STDC_HEADERS
  571. | # include <stdlib.h>
  572. | # include <stddef.h>
  573. | #else
  574. | # ifdef HAVE_STDLIB_H
  575. | # include <stdlib.h>
  576. | # endif
  577. | #endif
  578. | #ifdef HAVE_STRING_H
  579. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  580. | # include <memory.h>
  581. | # endif
  582. | # include <string.h>
  583. | #endif
  584. | #ifdef HAVE_STRINGS_H
  585. | # include <strings.h>
  586. | #endif
  587. | #ifdef HAVE_INTTYPES_H
  588. | # include <inttypes.h>
  589. | #endif
  590. | #ifdef HAVE_STDINT_H
  591. | # include <stdint.h>
  592. | #endif
  593. | #ifdef HAVE_UNISTD_H
  594. | # include <unistd.h>
  595. | #endif
  596. | int
  597. | main ()
  598. | {
  599. | static int test_array [1 - 2 * !((int64_t) ((((int64_t) 1 << (64 - 2)) - 1) * 2 + 1)
  600. | < (int64_t) ((((int64_t) 1 << (64 - 2)) - 1) * 2 + 2))];
  601. | test_array [0] = 0
  602. |
  603. | ;
  604. | return 0;
  605. | }
  606. configure:5223: result: yes
  607. configure:5236: checking for uint8_t
  608. configure:5267: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  609. configure:5274: $? = 0
  610. configure:5295: result: yes
  611. configure:5313: checking for uint16_t
  612. configure:5344: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  613. configure:5351: $? = 0
  614. configure:5372: result: yes
  615. configure:5386: checking for uint32_t
  616. configure:5417: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  617. configure:5424: $? = 0
  618. configure:5445: result: yes
  619. configure:5463: checking for uint64_t
  620. configure:5494: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  621. configure:5501: $? = 0
  622. configure:5522: result: yes
  623. configure:5539: checking for size_t
  624. configure:5567: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  625. configure:5574: $? = 0
  626. configure:5601: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  627. conftest.c:57:21: error: expected expression
  628. if (sizeof ((size_t)))
  629. ^
  630. 1 error generated.
  631. configure:5608: $? = 1
  632. configure: failed program was:
  633. | /* confdefs.h. */
  634. | #define PACKAGE_NAME "qLibc"
  635. | #define PACKAGE_TARNAME "qlibc"
  636. | #define PACKAGE_VERSION "2 RELEASE"
  637. | #define PACKAGE_STRING "qLibc 2 RELEASE"
  638. | #define PACKAGE_BUGREPORT "https://github.com/wolkykim/qlibc"
  639. | #define STDC_HEADERS 1
  640. | #define HAVE_SYS_TYPES_H 1
  641. | #define HAVE_SYS_STAT_H 1
  642. | #define HAVE_STDLIB_H 1
  643. | #define HAVE_STRING_H 1
  644. | #define HAVE_MEMORY_H 1
  645. | #define HAVE_STRINGS_H 1
  646. | #define HAVE_INTTYPES_H 1
  647. | #define HAVE_STDINT_H 1
  648. | #define HAVE_UNISTD_H 1
  649. | #define HAVE__BOOL 1
  650. | #define HAVE_STDBOOL_H 1
  651. | #define HAVE_DIRENT_H 1
  652. | /* end confdefs.h. */
  653. | #include <stdio.h>
  654. | #ifdef HAVE_SYS_TYPES_H
  655. | # include <sys/types.h>
  656. | #endif
  657. | #ifdef HAVE_SYS_STAT_H
  658. | # include <sys/stat.h>
  659. | #endif
  660. | #ifdef STDC_HEADERS
  661. | # include <stdlib.h>
  662. | # include <stddef.h>
  663. | #else
  664. | # ifdef HAVE_STDLIB_H
  665. | # include <stdlib.h>
  666. | # endif
  667. | #endif
  668. | #ifdef HAVE_STRING_H
  669. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  670. | # include <memory.h>
  671. | # endif
  672. | # include <string.h>
  673. | #endif
  674. | #ifdef HAVE_STRINGS_H
  675. | # include <strings.h>
  676. | #endif
  677. | #ifdef HAVE_INTTYPES_H
  678. | # include <inttypes.h>
  679. | #endif
  680. | #ifdef HAVE_STDINT_H
  681. | # include <stdint.h>
  682. | #endif
  683. | #ifdef HAVE_UNISTD_H
  684. | # include <unistd.h>
  685. | #endif
  686. | int
  687. | main ()
  688. | {
  689. | if (sizeof ((size_t)))
  690. | return 0;
  691. | ;
  692. | return 0;
  693. | }
  694. configure:5631: result: yes
  695. configure:5643: checking for ssize_t
  696. configure:5671: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  697. configure:5678: $? = 0
  698. configure:5705: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  699. conftest.c:57:22: error: expected expression
  700. if (sizeof ((ssize_t)))
  701. ^
  702. 1 error generated.
  703. configure:5712: $? = 1
  704. configure: failed program was:
  705. | /* confdefs.h. */
  706. | #define PACKAGE_NAME "qLibc"
  707. | #define PACKAGE_TARNAME "qlibc"
  708. | #define PACKAGE_VERSION "2 RELEASE"
  709. | #define PACKAGE_STRING "qLibc 2 RELEASE"
  710. | #define PACKAGE_BUGREPORT "https://github.com/wolkykim/qlibc"
  711. | #define STDC_HEADERS 1
  712. | #define HAVE_SYS_TYPES_H 1
  713. | #define HAVE_SYS_STAT_H 1
  714. | #define HAVE_STDLIB_H 1
  715. | #define HAVE_STRING_H 1
  716. | #define HAVE_MEMORY_H 1
  717. | #define HAVE_STRINGS_H 1
  718. | #define HAVE_INTTYPES_H 1
  719. | #define HAVE_STDINT_H 1
  720. | #define HAVE_UNISTD_H 1
  721. | #define HAVE__BOOL 1
  722. | #define HAVE_STDBOOL_H 1
  723. | #define HAVE_DIRENT_H 1
  724. | /* end confdefs.h. */
  725. | #include <stdio.h>
  726. | #ifdef HAVE_SYS_TYPES_H
  727. | # include <sys/types.h>
  728. | #endif
  729. | #ifdef HAVE_SYS_STAT_H
  730. | # include <sys/stat.h>
  731. | #endif
  732. | #ifdef STDC_HEADERS
  733. | # include <stdlib.h>
  734. | # include <stddef.h>
  735. | #else
  736. | # ifdef HAVE_STDLIB_H
  737. | # include <stdlib.h>
  738. | # endif
  739. | #endif
  740. | #ifdef HAVE_STRING_H
  741. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  742. | # include <memory.h>
  743. | # endif
  744. | # include <string.h>
  745. | #endif
  746. | #ifdef HAVE_STRINGS_H
  747. | # include <strings.h>
  748. | #endif
  749. | #ifdef HAVE_INTTYPES_H
  750. | # include <inttypes.h>
  751. | #endif
  752. | #ifdef HAVE_STDINT_H
  753. | # include <stdint.h>
  754. | #endif
  755. | #ifdef HAVE_UNISTD_H
  756. | # include <unistd.h>
  757. | #endif
  758. | int
  759. | main ()
  760. | {
  761. | if (sizeof ((ssize_t)))
  762. | return 0;
  763. | ;
  764. | return 0;
  765. | }
  766. configure:5735: result: yes
  767. configure:5747: checking for off_t
  768. configure:5775: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  769. configure:5782: $? = 0
  770. configure:5809: gcc -c -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
  771. conftest.c:57:20: error: expected expression
  772. if (sizeof ((off_t)))
  773. ^
  774. 1 error generated.
  775. configure:5816: $? = 1
  776. configure: failed program was:
  777. | /* confdefs.h. */
  778. | #define PACKAGE_NAME "qLibc"
  779. | #define PACKAGE_TARNAME "qlibc"
  780. | #define PACKAGE_VERSION "2 RELEASE"
  781. | #define PACKAGE_STRING "qLibc 2 RELEASE"
  782. | #define PACKAGE_BUGREPORT "https://github.com/wolkykim/qlibc"
  783. | #define STDC_HEADERS 1
  784. | #define HAVE_SYS_TYPES_H 1
  785. | #define HAVE_SYS_STAT_H 1
  786. | #define HAVE_STDLIB_H 1
  787. | #define HAVE_STRING_H 1
  788. | #define HAVE_MEMORY_H 1
  789. | #define HAVE_STRINGS_H 1
  790. | #define HAVE_INTTYPES_H 1
  791. | #define HAVE_STDINT_H 1
  792. | #define HAVE_UNISTD_H 1
  793. | #define HAVE__BOOL 1
  794. | #define HAVE_STDBOOL_H 1
  795. | #define HAVE_DIRENT_H 1
  796. | /* end confdefs.h. */
  797. | #include <stdio.h>
  798. | #ifdef HAVE_SYS_TYPES_H
  799. | # include <sys/types.h>
  800. | #endif
  801. | #ifdef HAVE_SYS_STAT_H
  802. | # include <sys/stat.h>
  803. | #endif
  804. | #ifdef STDC_HEADERS
  805. | # include <stdlib.h>
  806. | # include <stddef.h>
  807. | #else
  808. | # ifdef HAVE_STDLIB_H
  809. | # include <stdlib.h>
  810. | # endif
  811. | #endif
  812. | #ifdef HAVE_STRING_H
  813. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  814. | # include <memory.h>
  815. | # endif
  816. | # include <string.h>
  817. | #endif
  818. | #ifdef HAVE_STRINGS_H
  819. | # include <strings.h>
  820. | #endif
  821. | #ifdef HAVE_INTTYPES_H
  822. | # include <inttypes.h>
  823. | #endif
  824. | #ifdef HAVE_STDINT_H
  825. | # include <stdint.h>
  826. | #endif
  827. | #ifdef HAVE_UNISTD_H
  828. | # include <unistd.h>
  829. | #endif
  830. | int
  831. | main ()
  832. | {
  833. | if (sizeof ((off_t)))
  834. | return 0;
  835. | ;
  836. | return 0;
  837. | }
  838. configure:5839: result: yes
  839. configure:5856: checking for main in -lpthread
  840. configure:5885: gcc -o conftest -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -L/usr/lib -L/usr/local/lib conftest.c -lpthread >&5
  841. configure:5892: $? = 0
  842. configure:5913: result: yes
  843. configure:6179: CFLAGS -Wall -Wstrict-prototypes -fPIC -g -O2
  844. configure:6181: CPPFLAGS -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
  845. configure:6288: creating ./config.status
  846.  
  847. ## ---------------------- ##
  848. ## Running config.status. ##
  849. ## ---------------------- ##
  850.  
  851. This file was extended by qLibc config.status 2 RELEASE, which was
  852. generated by GNU Autoconf 2.63. Invocation command line was
  853.  
  854. CONFIG_FILES =
  855. CONFIG_HEADERS =
  856. CONFIG_LINKS =
  857. CONFIG_COMMANDS =
  858. $ ./config.status
  859.  
  860. on Keith-Rosenbergs-MacBook-Air.local
  861.  
  862. config.status:745: creating Makefile
  863. config.status:745: creating src/Makefile
  864. config.status:745: creating tests/Makefile
  865. config.status:745: creating examples/Makefile
  866. config.status:745: creating config.h
  867.  
  868. ## ---------------- ##
  869. ## Cache variables. ##
  870. ## ---------------- ##
  871.  
  872. ac_cv_c_compiler_gnu=yes
  873. ac_cv_c_int16_t=yes
  874. ac_cv_c_int32_t=yes
  875. ac_cv_c_int64_t=yes
  876. ac_cv_c_int8_t=yes
  877. ac_cv_c_uint16_t=yes
  878. ac_cv_c_uint32_t=yes
  879. ac_cv_c_uint64_t=yes
  880. ac_cv_c_uint8_t=yes
  881. ac_cv_env_CC_set=
  882. ac_cv_env_CC_value=
  883. ac_cv_env_CFLAGS_set=
  884. ac_cv_env_CFLAGS_value=
  885. ac_cv_env_CPPFLAGS_set=
  886. ac_cv_env_CPPFLAGS_value=
  887. ac_cv_env_CPP_set=
  888. ac_cv_env_CPP_value=
  889. ac_cv_env_LDFLAGS_set=
  890. ac_cv_env_LDFLAGS_value=
  891. ac_cv_env_LIBS_set=
  892. ac_cv_env_LIBS_value=
  893. ac_cv_env_build_alias_set=
  894. ac_cv_env_build_alias_value=
  895. ac_cv_env_host_alias_set=
  896. ac_cv_env_host_alias_value=
  897. ac_cv_env_target_alias_set=
  898. ac_cv_env_target_alias_value=
  899. ac_cv_header_dirent_dirent_h=yes
  900. ac_cv_header_inttypes_h=yes
  901. ac_cv_header_memory_h=yes
  902. ac_cv_header_stdbool_h=yes
  903. ac_cv_header_stdc=yes
  904. ac_cv_header_stdint_h=yes
  905. ac_cv_header_stdlib_h=yes
  906. ac_cv_header_string_h=yes
  907. ac_cv_header_strings_h=yes
  908. ac_cv_header_sys_stat_h=yes
  909. ac_cv_header_sys_types_h=yes
  910. ac_cv_header_unistd_h=yes
  911. ac_cv_lib_pthread_main=yes
  912. ac_cv_objext=o
  913. ac_cv_path_AR=/usr/bin/ar
  914. ac_cv_path_CHMOD=/bin/chmod
  915. ac_cv_path_EGREP='/usr/bin/grep -E'
  916. ac_cv_path_GREP=/usr/bin/grep
  917. ac_cv_path_LD=/usr/bin/ld
  918. ac_cv_path_RM=/bin/rm
  919. ac_cv_path_install='/usr/bin/install -c'
  920. ac_cv_prog_CPP='gcc -E'
  921. ac_cv_prog_ac_ct_CC=gcc
  922. ac_cv_prog_ac_ct_RANLIB=ranlib
  923. ac_cv_prog_cc_c89=
  924. ac_cv_prog_cc_c99=
  925. ac_cv_prog_cc_g=yes
  926. ac_cv_prog_make_make_set=yes
  927. ac_cv_search_opendir='none required'
  928. ac_cv_type__Bool=yes
  929. ac_cv_type_off_t=yes
  930. ac_cv_type_size_t=yes
  931. ac_cv_type_ssize_t=yes
  932.  
  933. ## ----------------- ##
  934. ## Output variables. ##
  935. ## ----------------- ##
  936.  
  937. AR='/usr/bin/ar'
  938. BUILD_TARGETS='qlibc qlibcext'
  939. CC='gcc'
  940. CFLAGS='-Wall -Wstrict-prototypes -fPIC -g -O2'
  941. CHMOD='/bin/chmod'
  942. CPP='gcc -E'
  943. CPPFLAGS=' -I/usr/include -I/usr/local/include -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
  944. DEFS='-DHAVE_CONFIG_H'
  945. DEPLIBS='-lpthread'
  946. ECHO_C='\c'
  947. ECHO_N=''
  948. ECHO_T=''
  949. EGREP='/usr/bin/grep -E'
  950. EXAMPLES_TARGETS='TARGETS1'
  951. EXEEXT=''
  952. GREP='/usr/bin/grep'
  953. INSTALL_DATA='${INSTALL} -m 644'
  954. INSTALL_PROGRAM='${INSTALL}'
  955. INSTALL_SCRIPT='${INSTALL}'
  956. INSTALL_TARGETS='install-qlibc install-qlibcext'
  957. LD='/usr/bin/ld'
  958. LDFLAGS=' -L/usr/lib -L/usr/local/lib'
  959. LIBOBJS=''
  960. LIBS='-lpthread '
  961. LN_S='ln -s'
  962. LTLIBOBJS=''
  963. MKDIR_P='./install-sh -c -d'
  964. OBJEXT='o'
  965. PACKAGE_BUGREPORT='https://github.com/wolkykim/qlibc'
  966. PACKAGE_NAME='qLibc'
  967. PACKAGE_STRING='qLibc 2 RELEASE'
  968. PACKAGE_TARNAME='qlibc'
  969. PACKAGE_VERSION='2 RELEASE'
  970. PATH_SEPARATOR=':'
  971. RANLIB='ranlib'
  972. RM='/bin/rm'
  973. SET_MAKE=''
  974. SHELL='/bin/sh'
  975. ac_ct_CC='gcc'
  976. bindir='${exec_prefix}/bin'
  977. build_alias=''
  978. datadir='${datarootdir}'
  979. datarootdir='${prefix}/share'
  980. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  981. dvidir='${docdir}'
  982. exec_prefix='${prefix}'
  983. host_alias=''
  984. htmldir='${docdir}'
  985. includedir='${prefix}/include'
  986. infodir='${datarootdir}/info'
  987. libdir='${exec_prefix}/lib'
  988. libexecdir='${exec_prefix}/libexec'
  989. localedir='${datarootdir}/locale'
  990. localstatedir='${prefix}/var'
  991. mandir='${datarootdir}/man'
  992. oldincludedir='/usr/include'
  993. pdfdir='${docdir}'
  994. prefix='/usr/local'
  995. program_transform_name='s,x,x,'
  996. psdir='${docdir}'
  997. sbindir='${exec_prefix}/sbin'
  998. sharedstatedir='${prefix}/com'
  999. sysconfdir='${prefix}/etc'
  1000. target_alias=''
  1001.  
  1002. ## ----------- ##
  1003. ## confdefs.h. ##
  1004. ## ----------- ##
  1005.  
  1006. #define PACKAGE_NAME "qLibc"
  1007. #define PACKAGE_TARNAME "qlibc"
  1008. #define PACKAGE_VERSION "2 RELEASE"
  1009. #define PACKAGE_STRING "qLibc 2 RELEASE"
  1010. #define PACKAGE_BUGREPORT "https://github.com/wolkykim/qlibc"
  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 HAVE__BOOL 1
  1022. #define HAVE_STDBOOL_H 1
  1023. #define HAVE_DIRENT_H 1
  1024. #define HAVE_LIBPTHREAD 1
  1025.  
  1026. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement