Advertisement
Guest User

Untitled

a guest
May 4th, 2017
555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.26 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 memcached configure 1.4.1_19_g62a99cc, which was
  5. generated by GNU Autoconf 2.61. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = cl142
  14. uname -m = x86_64
  15. uname -r = 2.6.27-14-generic
  16. uname -s = Linux
  17. uname -v = #1 SMP Tue Jun 30 19:54:46 UTC 2009
  18.  
  19. /usr/bin/uname -p = unknown
  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 = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36. PATH: /usr/games
  37.  
  38.  
  39. ## ----------- ##
  40. ## Core tests. ##
  41. ## ----------- ##
  42.  
  43. configure:1807: checking build system type
  44. configure:1825: result: x86_64-unknown-linux-gnu
  45. configure:1847: checking host system type
  46. configure:1862: result: x86_64-unknown-linux-gnu
  47. configure:1884: checking target system type
  48. configure:1899: result: x86_64-unknown-linux-gnu
  49. configure:1943: checking for a BSD-compatible install
  50. configure:1999: result: /usr/bin/install -c
  51. configure:2010: checking whether build environment is sane
  52. configure:2053: result: yes
  53. configure:2081: checking for a thread-safe mkdir -p
  54. configure:2120: result: /bin/mkdir -p
  55. configure:2133: checking for gawk
  56. configure:2163: result: no
  57. configure:2133: checking for mawk
  58. configure:2149: found /usr/bin/mawk
  59. configure:2160: result: mawk
  60. configure:2171: checking whether make sets $(MAKE)
  61. configure:2192: result: yes
  62. configure:2431: checking for gcc
  63. configure:2447: found /usr/bin/gcc
  64. configure:2458: result: gcc
  65. configure:2696: checking for C compiler version
  66. configure:2703: gcc --version >&5
  67. gcc (Ubuntu 4.3.2-1ubuntu12) 4.3.2
  68. Copyright (C) 2008 Free Software Foundation, Inc.
  69. This is free software; see the source for copying conditions. There is NO
  70. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  71.  
  72. configure:2706: $? = 0
  73. configure:2713: gcc -v >&5
  74. Using built-in specs.
  75. Target: x86_64-linux-gnu
  76. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.2-1ubuntu12' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  77. Thread model: posix
  78. gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12)
  79. configure:2716: $? = 0
  80. configure:2723: gcc -V >&5
  81. gcc: '-V' option must have argument
  82. configure:2726: $? = 1
  83. configure:2749: checking for C compiler default output file name
  84. configure:2776: gcc conftest.c >&5
  85. configure:2779: $? = 0
  86. configure:2817: result: a.out
  87. configure:2834: checking whether the C compiler works
  88. configure:2844: ./a.out
  89. configure:2847: $? = 0
  90. configure:2864: result: yes
  91. configure:2871: checking whether we are cross compiling
  92. configure:2873: result: no
  93. configure:2876: checking for suffix of executables
  94. configure:2883: gcc -o conftest conftest.c >&5
  95. configure:2886: $? = 0
  96. configure:2910: result:
  97. configure:2916: checking for suffix of object files
  98. configure:2942: gcc -c conftest.c >&5
  99. configure:2945: $? = 0
  100. configure:2968: result: o
  101. configure:2972: checking whether we are using the GNU C compiler
  102. configure:3001: gcc -c conftest.c >&5
  103. configure:3007: $? = 0
  104. configure:3024: result: yes
  105. configure:3029: checking whether gcc accepts -g
  106. configure:3059: gcc -c -g conftest.c >&5
  107. configure:3065: $? = 0
  108. configure:3164: result: yes
  109. configure:3181: checking for gcc option to accept ISO C89
  110. configure:3255: gcc -c -g -O2 conftest.c >&5
  111. configure:3261: $? = 0
  112. configure:3284: result: none needed
  113. configure:3313: checking for style of include used by make
  114. configure:3341: result: GNU
  115. configure:3366: checking dependency style of gcc
  116. configure:3457: result: gcc3
  117. configure:3481: checking how to run the C preprocessor
  118. configure:3521: gcc -E conftest.c
  119. configure:3527: $? = 0
  120. configure:3558: gcc -E conftest.c
  121. conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
  122. configure:3564: $? = 1
  123. configure: failed program was:
  124. | /* confdefs.h. */
  125. | #define PACKAGE_NAME "memcached"
  126. | #define PACKAGE_TARNAME "memcached"
  127. | #define PACKAGE_VERSION "1.4.1_19_g62a99cc"
  128. | #define PACKAGE_STRING "memcached 1.4.1_19_g62a99cc"
  129. | #define PACKAGE_BUGREPORT "brad@danga.com"
  130. | #define PACKAGE "memcached"
  131. | #define VERSION "1.4.1_19_g62a99cc"
  132. | /* end confdefs.h. */
  133. | #include <ac_nonexistent.h>
  134. configure:3597: result: gcc -E
  135. configure:3626: gcc -E conftest.c
  136. configure:3632: $? = 0
  137. configure:3663: gcc -E conftest.c
  138. conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
  139. configure:3669: $? = 1
  140. configure: failed program was:
  141. | /* confdefs.h. */
  142. | #define PACKAGE_NAME "memcached"
  143. | #define PACKAGE_TARNAME "memcached"
  144. | #define PACKAGE_VERSION "1.4.1_19_g62a99cc"
  145. | #define PACKAGE_STRING "memcached 1.4.1_19_g62a99cc"
  146. | #define PACKAGE_BUGREPORT "brad@danga.com"
  147. | #define PACKAGE "memcached"
  148. | #define VERSION "1.4.1_19_g62a99cc"
  149. | /* end confdefs.h. */
  150. | #include <ac_nonexistent.h>
  151. configure:3707: checking for grep that handles long lines and -e
  152. configure:3781: result: /bin/grep
  153. configure:3786: checking for egrep
  154. configure:3864: result: /bin/grep -E
  155. configure:3871: checking for icc in use
  156. configure:3884: result: no
  157. configure:3906: checking for Sun cc in use
  158. configure:3942: gcc -o conftest -g -O2 conftest.c >&5
  159. configure:3945: $? = 0
  160. configure:3951: ./conftest
  161. configure:3954: $? = 1
  162. configure: program exited with status 1
  163. configure: failed program was:
  164. | /* confdefs.h. */
  165. | #define PACKAGE_NAME "memcached"
  166. | #define PACKAGE_TARNAME "memcached"
  167. | #define PACKAGE_VERSION "1.4.1_19_g62a99cc"
  168. | #define PACKAGE_STRING "memcached 1.4.1_19_g62a99cc"
  169. | #define PACKAGE_BUGREPORT "brad@danga.com"
  170. | #define PACKAGE "memcached"
  171. | #define VERSION "1.4.1_19_g62a99cc"
  172. | /* end confdefs.h. */
  173. |
  174. | int
  175. | main ()
  176. | {
  177. | #ifdef __SUNPRO_C
  178. | return 0;
  179. | #else
  180. | return 1;
  181. | #endif
  182. |
  183. | ;
  184. | return 0;
  185. | }
  186. |
  187. configure:3969: result: no
  188. configure:3981: checking for gcc option to accept ISO C99
  189. configure:4140: gcc -c -g -O2 conftest.c >&5
  190. conftest.c:60: error: expected ';', ',' or ')' before 'text'
  191. conftest.c: In function 'main':
  192. conftest.c:114: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
  193. conftest.c:114: error: 'newvar' undeclared (first use in this function)
  194. conftest.c:114: error: (Each undeclared identifier is reported only once
  195. conftest.c:114: error: for each function it appears in.)
  196. conftest.c:124: error: 'for' loop initial declaration used outside C99 mode
  197. configure:4146: $? = 1
  198. configure: failed program was:
  199. | /* confdefs.h. */
  200. | #define PACKAGE_NAME "memcached"
  201. | #define PACKAGE_TARNAME "memcached"
  202. | #define PACKAGE_VERSION "1.4.1_19_g62a99cc"
  203. | #define PACKAGE_STRING "memcached 1.4.1_19_g62a99cc"
  204. | #define PACKAGE_BUGREPORT "brad@danga.com"
  205. | #define PACKAGE "memcached"
  206. | #define VERSION "1.4.1_19_g62a99cc"
  207. | /* end confdefs.h. */
  208. | #include <stdarg.h>
  209. | #include <stdbool.h>
  210. | #include <stdlib.h>
  211. | #include <wchar.h>
  212. | #include <stdio.h>
  213. |
  214. | // Check varargs macros. These examples are taken from C99 6.10.3.5.
  215. | #define debug(...) fprintf (stderr, __VA_ARGS__)
  216. | #define showlist(...) puts (#__VA_ARGS__)
  217. | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
  218. | static void
  219. | test_varargs_macros (void)
  220. | {
  221. | int x = 1234;
  222. | int y = 5678;
  223. | debug ("Flag");
  224. | debug ("X = %d\n", x);
  225. | showlist (The first, second, and third items.);
  226. | report (x>y, "x is %d but y is %d", x, y);
  227. | }
  228. |
  229. | // Check long long types.
  230. | #define BIG64 18446744073709551615ull
  231. | #define BIG32 4294967295ul
  232. | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
  233. | #if !BIG_OK
  234. | your preprocessor is broken;
  235. | #endif
  236. | #if BIG_OK
  237. | #else
  238. | your preprocessor is broken;
  239. | #endif
  240. | static long long int bignum = -9223372036854775807LL;
  241. | static unsigned long long int ubignum = BIG64;
  242. |
  243. | struct incomplete_array
  244. | {
  245. | int datasize;
  246. | double data[];
  247. | };
  248. |
  249. | struct named_init {
  250. | int number;
  251. | const wchar_t *name;
  252. | double average;
  253. | };
  254. |
  255. | typedef const char *ccp;
  256. |
  257. | static inline int
  258. | test_restrict (ccp restrict text)
  259. | {
  260. | // See if C++-style comments work.
  261. | // Iterate through items via the restricted pointer.
  262. | // Also check for declarations in for loops.
  263. | for (unsigned int i = 0; *(text+i) != '\0'; ++i)
  264. | continue;
  265. | return 0;
  266. | }
  267. |
  268. | // Check varargs and va_copy.
  269. | static void
  270. | test_varargs (const char *format, ...)
  271. | {
  272. | va_list args;
  273. | va_start (args, format);
  274. | va_list args_copy;
  275. | va_copy (args_copy, args);
  276. |
  277. | const char *str;
  278. | int number;
  279. | float fnumber;
  280. |
  281. | while (*format)
  282. | {
  283. | switch (*format++)
  284. | {
  285. | case 's': // string
  286. | str = va_arg (args_copy, const char *);
  287. | break;
  288. | case 'd': // int
  289. | number = va_arg (args_copy, int);
  290. | break;
  291. | case 'f': // float
  292. | fnumber = va_arg (args_copy, double);
  293. | break;
  294. | default:
  295. | break;
  296. | }
  297. | }
  298. | va_end (args_copy);
  299. | va_end (args);
  300. | }
  301. |
  302. | int
  303. | main ()
  304. | {
  305. |
  306. | // Check bool.
  307. | _Bool success = false;
  308. |
  309. | // Check restrict.
  310. | if (test_restrict ("String literal") == 0)
  311. | success = true;
  312. | char *restrict newvar = "Another string";
  313. |
  314. | // Check varargs.
  315. | test_varargs ("s, d' f .", "string", 65, 34.234);
  316. | test_varargs_macros ();
  317. |
  318. | // Check flexible array members.
  319. | struct incomplete_array *ia =
  320. | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  321. | ia->datasize = 10;
  322. | for (int i = 0; i < ia->datasize; ++i)
  323. | ia->data[i] = i * 1.234;
  324. |
  325. | // Check named initializers.
  326. | struct named_init ni = {
  327. | .number = 34,
  328. | .name = L"Test wide string",
  329. | .average = 543.34343,
  330. | };
  331. |
  332. | ni.number = 58;
  333. |
  334. | int dynamic_array[ni.number];
  335. | dynamic_array[ni.number - 1] = 543;
  336. |
  337. | // work around unused variable warnings
  338. | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
  339. | || dynamic_array[ni.number - 1] != 543);
  340. |
  341. | ;
  342. | return 0;
  343. | }
  344. configure:4140: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  345. configure:4146: $? = 0
  346. configure:4176: result: -std=gnu99
  347. configure:4185: checking whether gcc -std=gnu99 and cc understand -c and -o together
  348. configure:4220: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
  349. configure:4223: $? = 0
  350. configure:4229: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
  351. configure:4232: $? = 0
  352. configure:4243: cc -c conftest.c >&5
  353. configure:4246: $? = 0
  354. configure:4254: cc -c conftest.c -o conftest2.o >&5
  355. configure:4257: $? = 0
  356. configure:4263: cc -c conftest.c -o conftest2.o >&5
  357. configure:4266: $? = 0
  358. configure:4284: result: yes
  359. configure:4323: checking for a BSD-compatible install
  360. configure:4379: result: /usr/bin/install -c
  361. configure:4502: checking for gcov
  362. configure:4520: found /usr/bin/gcov
  363. configure:4533: result: /usr/bin/gcov
  364. configure:4686: checking for libevent directory
  365. configure:4740: gcc -std=gnu99 -o conftest -g -O2 -pthread conftest.c -levent >&5
  366. configure:4746: $? = 0
  367. configure:4788: result: (system)
  368. configure:4807: checking for library containing socket
  369. configure:4848: gcc -std=gnu99 -o conftest -g -O2 -pthread conftest.c -levent >&5
  370. configure:4854: $? = 0
  371. configure:4882: result: none required
  372. configure:4890: checking for library containing gethostbyname
  373. configure:4931: gcc -std=gnu99 -o conftest -g -O2 -pthread conftest.c -levent >&5
  374. configure:4937: $? = 0
  375. configure:4965: result: none required
  376. configure:4973: checking for library containing umem_cache_create
  377. configure:5014: gcc -std=gnu99 -o conftest -g -O2 -pthread conftest.c -levent >&5
  378. /tmp/cckOqCPC.o: In function `main':
  379. /home/cl142/memcached-hugetlb/memcached-1.4.1_19_g62a99cc/conftest.c:21: undefined reference to `umem_cache_create'
  380. collect2: ld returned 1 exit status
  381. configure:5020: $? = 1
  382. configure: failed program was:
  383. | /* confdefs.h. */
  384. | #define PACKAGE_NAME "memcached"
  385. | #define PACKAGE_TARNAME "memcached"
  386. | #define PACKAGE_VERSION "1.4.1_19_g62a99cc"
  387. | #define PACKAGE_STRING "memcached 1.4.1_19_g62a99cc"
  388. | #define PACKAGE_BUGREPORT "brad@danga.com"
  389. | #define PACKAGE "memcached"
  390. | #define VERSION "1.4.1_19_g62a99cc"
  391. | /* end confdefs.h. */
  392. |
  393. | /* Override any GCC internal prototype to avoid an error.
  394. | Use char because int might match the return type of a GCC
  395. | builtin and then its argument prototype would still apply. */
  396. | #ifdef __cplusplus
  397. | extern "C"
  398. | #endif
  399. | char umem_cache_create ();
  400. | int
  401. | main ()
  402. | {
  403. | return umem_cache_create ();
  404. | ;
  405. | return 0;
  406. | }
  407. configure:5014: gcc -std=gnu99 -o conftest -g -O2 -pthread conftest.c -lumem -levent >&5
  408. /usr/bin/ld: cannot find -lumem
  409. collect2: ld returned 1 exit status
  410. configure:5020: $? = 1
  411. configure: failed program was:
  412. | /* confdefs.h. */
  413. | #define PACKAGE_NAME "memcached"
  414. | #define PACKAGE_TARNAME "memcached"
  415. | #define PACKAGE_VERSION "1.4.1_19_g62a99cc"
  416. | #define PACKAGE_STRING "memcached 1.4.1_19_g62a99cc"
  417. | #define PACKAGE_BUGREPORT "brad@danga.com"
  418. | #define PACKAGE "memcached"
  419. | #define VERSION "1.4.1_19_g62a99cc"
  420. | /* end confdefs.h. */
  421. |
  422. | /* Override any GCC internal prototype to avoid an error.
  423. | Use char because int might match the return type of a GCC
  424. | builtin and then its argument prototype would still apply. */
  425. | #ifdef __cplusplus
  426. | extern "C"
  427. | #endif
  428. | char umem_cache_create ();
  429. | int
  430. | main ()
  431. | {
  432. | return umem_cache_create ();
  433. | ;
  434. | return 0;
  435. | }
  436. configure:5048: result: no
  437. configure:5056: checking for library containing malloc
  438. configure:5097: gcc -std=gnu99 -o conftest -g -O2 -pthread conftest.c -levent >&5
  439. conftest.c:17: warning: conflicting types for built-in function 'malloc'
  440. configure:5103: $? = 0
  441. configure:5131: result: none required
  442. configure:5139: checking for ANSI C header files
  443. configure:5169: gcc -std=gnu99 -c -g -O2 -pthread conftest.c >&5
  444. configure:5175: $? = 0
  445. configure:5274: gcc -std=gnu99 -o conftest -g -O2 -pthread conftest.c -levent >&5
  446. configure:5277: $? = 0
  447. configure:5283: ./conftest
  448. configure:5286: $? = 0
  449. configure:5303: result: yes
  450. configure:5327: checking for sys/types.h
  451. configure:5348: gcc -std=gnu99 -c -g -O2 -pthread conftest.c >&5
  452. configure:5354: $? = 0
  453. configure:5370: result: yes
  454. configure:5327: checking for sys/stat.h
  455. configure:5348: gcc -std=gnu99 -c -g -O2 -pthread conftest.c >&5
  456. configure:5354: $? = 0
  457. configure:5370: result: yes
  458. configure:5327: checking for stdlib.h
  459. configure:5348: gcc -std=gnu99 -c -g -O2 -pthread conftest.c >&5
  460. configure:5354: $? = 0
  461. configure:5370: result: yes
  462. configure:5327: checking for string.h
  463. configure:5348: gcc -std=gnu99 -c -g -O2 -pthread conftest.c >&5
  464. configure:5354: $? = 0
  465. configure:5370: result: yes
  466. configure:5327: checking for memory.h
  467. configure:5348: gcc -std=gnu99 -c -g -O2 -pthread conftest.c >&5
  468. configure:5354: $? = 0
  469. configure:5370: result: yes
  470. configure:5327: checking for strings.h
  471. configure:5348: gcc -std=gnu99 -c -g -O2 -pthread conftest.c >&5
  472. configure:5354: $? = 0
  473. configure:5370: result: yes
  474. configure:5327: checking for inttypes.h
  475. configure:5348: gcc -std=gnu99 -c -g -O2 -pthread conftest.c >&5
  476. configure:5354: $? = 0
  477. configure:5370: result: yes
  478. configure:5327: checking for stdint.h
  479. configure:5348: gcc -std=gnu99 -c -g -O2 -pthread conftest.c >&5
  480. configure:5354: $? = 0
  481. configure:5370: result: yes
  482. configure:5327: checking for unistd.h
  483. configure:5348: gcc -std=gnu99 -c -g -O2 -pthread conftest.c >&5
  484. configure:5354: $? = 0
  485. configure:5370: result: yes
  486. configure:5382: checking for stdbool.h that conforms to C99
  487. configure:5475: gcc -std=gnu99 -c -g -O2 -pthread conftest.c >&5
  488. configure:5481: $? = 0
  489. configure:5496: result: yes
  490. configure:5498: checking for _Bool
  491. configure:5528: gcc -std=gnu99 -c -g -O2 -pthread conftest.c >&5
  492. configure:5534: $? = 0
  493. configure:5549: result: yes
  494. configure:5568: checking for an ANSI C-conforming const
  495. configure:5643: gcc -std=gnu99 -c -g -O2 -pthread conftest.c >&5
  496. configure:5649: $? = 0
  497. configure:5664: result: yes
  498. configure:5677: checking for socklen_t
  499. configure:5709: gcc -std=gnu99 -c -g -O2 -pthread conftest.c >&5
  500. configure:5715: $? = 0
  501. configure:5735: result: yes
  502. configure:5748: checking for endianness
  503. configure:5786: gcc -std=gnu99 -o conftest -g -O2 -pthread conftest.c -levent >&5
  504. conftest.c: In function 'main':
  505. conftest.c:28: warning: implicit declaration of function 'exit'
  506. conftest.c:28: warning: incompatible implicit declaration of built-in function 'exit'
  507. configure:5789: $? = 0
  508. configure:5795: ./conftest
  509. configure:5798: $? = 1
  510. configure: program exited with status 1
  511. configure: failed program was:
  512. | /* confdefs.h. */
  513. | #define PACKAGE_NAME "memcached"
  514. | #define PACKAGE_TARNAME "memcached"
  515. | #define PACKAGE_VERSION "1.4.1_19_g62a99cc"
  516. | #define PACKAGE_STRING "memcached 1.4.1_19_g62a99cc"
  517. | #define PACKAGE_BUGREPORT "brad@danga.com"
  518. | #define PACKAGE "memcached"
  519. | #define VERSION "1.4.1_19_g62a99cc"
  520. | #define STDC_HEADERS 1
  521. | #define HAVE_SYS_TYPES_H 1
  522. | #define HAVE_SYS_STAT_H 1
  523. | #define HAVE_STDLIB_H 1
  524. | #define HAVE_STRING_H 1
  525. | #define HAVE_MEMORY_H 1
  526. | #define HAVE_STRINGS_H 1
  527. | #define HAVE_INTTYPES_H 1
  528. | #define HAVE_STDINT_H 1
  529. | #define HAVE_UNISTD_H 1
  530. | #define HAVE__BOOL 1
  531. | #define HAVE_STDBOOL_H 1
  532. | /* end confdefs.h. */
  533. |
  534. | int
  535. | main ()
  536. | {
  537. | long val = 1;
  538. | char *c = (char *) &val;
  539. | exit(*c == 1);
  540. |
  541. | ;
  542. | return 0;
  543. | }
  544. |
  545. configure:5819: result: little
  546. configure:5840: checking for htonll
  547. configure:5879: gcc -std=gnu99 -o conftest -g -O2 -pthread conftest.c -levent >&5
  548. conftest.c: In function 'main':
  549. conftest.c:33: warning: implicit declaration of function 'htonll'
  550. /tmp/ccwboc9G.o: In function `main':
  551. /home/cl142/memcached-hugetlb/memcached-1.4.1_19_g62a99cc/conftest.c:33: undefined reference to `htonll'
  552. collect2: ld returned 1 exit status
  553. configure:5882: $? = 1
  554. configure: program exited with status 1
  555. configure: failed program was:
  556. |
  557. | /* confdefs.h. */
  558. | #define PACKAGE_NAME "memcached"
  559. | #define PACKAGE_TARNAME "memcached"
  560. | #define PACKAGE_VERSION "1.4.1_19_g62a99cc"
  561. | #define PACKAGE_STRING "memcached 1.4.1_19_g62a99cc"
  562. | #define PACKAGE_BUGREPORT "brad@danga.com"
  563. | #define PACKAGE "memcached"
  564. | #define VERSION "1.4.1_19_g62a99cc"
  565. | #define STDC_HEADERS 1
  566. | #define HAVE_SYS_TYPES_H 1
  567. | #define HAVE_SYS_STAT_H 1
  568. | #define HAVE_STDLIB_H 1
  569. | #define HAVE_STRING_H 1
  570. | #define HAVE_MEMORY_H 1
  571. | #define HAVE_STRINGS_H 1
  572. | #define HAVE_INTTYPES_H 1
  573. | #define HAVE_STDINT_H 1
  574. | #define HAVE_UNISTD_H 1
  575. | #define HAVE__BOOL 1
  576. | #define HAVE_STDBOOL_H 1
  577. | #define ENDIAN_LITTLE 1
  578. | /* end confdefs.h. */
  579. |
  580. | #include <sys/types.h>
  581. | #include <netinet/in.h>
  582. | #include <inttypes.h>
  583. |
  584. | int
  585. | main ()
  586. | {
  587. |
  588. | return htonll(0);
  589. |
  590. | ;
  591. | return 0;
  592. | }
  593. |
  594. configure:5912: result: no
  595. configure:5916: checking for library containing pthread_create
  596. configure:5957: gcc -std=gnu99 -o conftest -g -O2 -pthread conftest.c -levent >&5
  597. configure:5963: $? = 0
  598. configure:5991: result: none required
  599. configure:6009: checking for mlockall
  600. configure:6065: gcc -std=gnu99 -o conftest -g -O2 -pthread conftest.c -levent >&5
  601. configure:6071: $? = 0
  602. configure:6089: result: yes
  603. configure:6103: checking for getpagesizes
  604. configure:6159: gcc -std=gnu99 -o conftest -g -O2 -pthread conftest.c -levent >&5
  605. /tmp/ccwPFYZ7.o: In function `main':
  606. /home/cl142/memcached-hugetlb/memcached-1.4.1_19_g62a99cc/conftest.c:58: undefined reference to `getpagesizes'
  607. collect2: ld returned 1 exit status
  608. configure:6165: $? = 1
  609. configure: failed program was:
  610. | /* confdefs.h. */
  611. | #define PACKAGE_NAME "memcached"
  612. | #define PACKAGE_TARNAME "memcached"
  613. | #define PACKAGE_VERSION "1.4.1_19_g62a99cc"
  614. | #define PACKAGE_STRING "memcached 1.4.1_19_g62a99cc"
  615. | #define PACKAGE_BUGREPORT "brad@danga.com"
  616. | #define PACKAGE "memcached"
  617. | #define VERSION "1.4.1_19_g62a99cc"
  618. | #define STDC_HEADERS 1
  619. | #define HAVE_SYS_TYPES_H 1
  620. | #define HAVE_SYS_STAT_H 1
  621. | #define HAVE_STDLIB_H 1
  622. | #define HAVE_STRING_H 1
  623. | #define HAVE_MEMORY_H 1
  624. | #define HAVE_STRINGS_H 1
  625. | #define HAVE_INTTYPES_H 1
  626. | #define HAVE_STDINT_H 1
  627. | #define HAVE_UNISTD_H 1
  628. | #define HAVE__BOOL 1
  629. | #define HAVE_STDBOOL_H 1
  630. | #define ENDIAN_LITTLE 1
  631. | #define HAVE_MLOCKALL 1
  632. | /* end confdefs.h. */
  633. | /* Define getpagesizes to an innocuous variant, in case <limits.h> declares getpagesizes.
  634. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  635. | #define getpagesizes innocuous_getpagesizes
  636. |
  637. | /* System header to define __stub macros and hopefully few prototypes,
  638. | which can conflict with char getpagesizes (); below.
  639. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  640. | <limits.h> exists even on freestanding compilers. */
  641. |
  642. | #ifdef __STDC__
  643. | # include <limits.h>
  644. | #else
  645. | # include <assert.h>
  646. | #endif
  647. |
  648. | #undef getpagesizes
  649. |
  650. | /* Override any GCC internal prototype to avoid an error.
  651. | Use char because int might match the return type of a GCC
  652. | builtin and then its argument prototype would still apply. */
  653. | #ifdef __cplusplus
  654. | extern "C"
  655. | #endif
  656. | char getpagesizes ();
  657. | /* The GNU C library defines this for functions which it implements
  658. | to always fail with ENOSYS. Some functions are actually named
  659. | something starting with __ and the normal name is an alias. */
  660. | #if defined __stub_getpagesizes || defined __stub___getpagesizes
  661. | choke me
  662. | #endif
  663. |
  664. | int
  665. | main ()
  666. | {
  667. | return getpagesizes ();
  668. | ;
  669. | return 0;
  670. | }
  671. configure:6183: result: no
  672. configure:6197: checking for memcntl
  673. configure:6253: gcc -std=gnu99 -o conftest -g -O2 -pthread conftest.c -levent >&5
  674. /tmp/ccmN2kTj.o: In function `main':
  675. /home/cl142/memcached-hugetlb/memcached-1.4.1_19_g62a99cc/conftest.c:58: undefined reference to `memcntl'
  676. collect2: ld returned 1 exit status
  677. configure:6259: $? = 1
  678. configure: failed program was:
  679. | /* confdefs.h. */
  680. | #define PACKAGE_NAME "memcached"
  681. | #define PACKAGE_TARNAME "memcached"
  682. | #define PACKAGE_VERSION "1.4.1_19_g62a99cc"
  683. | #define PACKAGE_STRING "memcached 1.4.1_19_g62a99cc"
  684. | #define PACKAGE_BUGREPORT "brad@danga.com"
  685. | #define PACKAGE "memcached"
  686. | #define VERSION "1.4.1_19_g62a99cc"
  687. | #define STDC_HEADERS 1
  688. | #define HAVE_SYS_TYPES_H 1
  689. | #define HAVE_SYS_STAT_H 1
  690. | #define HAVE_STDLIB_H 1
  691. | #define HAVE_STRING_H 1
  692. | #define HAVE_MEMORY_H 1
  693. | #define HAVE_STRINGS_H 1
  694. | #define HAVE_INTTYPES_H 1
  695. | #define HAVE_STDINT_H 1
  696. | #define HAVE_UNISTD_H 1
  697. | #define HAVE__BOOL 1
  698. | #define HAVE_STDBOOL_H 1
  699. | #define ENDIAN_LITTLE 1
  700. | #define HAVE_MLOCKALL 1
  701. | /* end confdefs.h. */
  702. | /* Define memcntl to an innocuous variant, in case <limits.h> declares memcntl.
  703. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  704. | #define memcntl innocuous_memcntl
  705. |
  706. | /* System header to define __stub macros and hopefully few prototypes,
  707. | which can conflict with char memcntl (); below.
  708. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  709. | <limits.h> exists even on freestanding compilers. */
  710. |
  711. | #ifdef __STDC__
  712. | # include <limits.h>
  713. | #else
  714. | # include <assert.h>
  715. | #endif
  716. |
  717. | #undef memcntl
  718. |
  719. | /* Override any GCC internal prototype to avoid an error.
  720. | Use char because int might match the return type of a GCC
  721. | builtin and then its argument prototype would still apply. */
  722. | #ifdef __cplusplus
  723. | extern "C"
  724. | #endif
  725. | char memcntl ();
  726. | /* The GNU C library defines this for functions which it implements
  727. | to always fail with ENOSYS. Some functions are actually named
  728. | something starting with __ and the normal name is an alias. */
  729. | #if defined __stub_memcntl || defined __stub___memcntl
  730. | choke me
  731. | #endif
  732. |
  733. | int
  734. | main ()
  735. | {
  736. | return memcntl ();
  737. | ;
  738. | return 0;
  739. | }
  740. configure:6277: result: no
  741. configure:6291: checking for sigignore
  742. configure:6347: gcc -std=gnu99 -o conftest -g -O2 -pthread conftest.c -levent >&5
  743. configure:6353: $? = 0
  744. configure:6371: result: yes
  745. configure:6384: checking for alignment
  746. configure:6427: gcc -std=gnu99 -o conftest -g -O2 -pthread conftest.c -levent >&5
  747. configure:6430: $? = 0
  748. configure:6436: ./conftest
  749. configure:6439: $? = 0
  750. configure:6460: result: none
  751. configure:6475: checking for setppriv
  752. configure:6531: gcc -std=gnu99 -o conftest -g -O2 -pthread conftest.c -levent >&5
  753. /tmp/cc2Y5fVs.o: In function `main':
  754. /home/cl142/memcached-hugetlb/memcached-1.4.1_19_g62a99cc/conftest.c:59: undefined reference to `setppriv'
  755. collect2: ld returned 1 exit status
  756. configure:6537: $? = 1
  757. configure: failed program was:
  758. | /* confdefs.h. */
  759. | #define PACKAGE_NAME "memcached"
  760. | #define PACKAGE_TARNAME "memcached"
  761. | #define PACKAGE_VERSION "1.4.1_19_g62a99cc"
  762. | #define PACKAGE_STRING "memcached 1.4.1_19_g62a99cc"
  763. | #define PACKAGE_BUGREPORT "brad@danga.com"
  764. | #define PACKAGE "memcached"
  765. | #define VERSION "1.4.1_19_g62a99cc"
  766. | #define STDC_HEADERS 1
  767. | #define HAVE_SYS_TYPES_H 1
  768. | #define HAVE_SYS_STAT_H 1
  769. | #define HAVE_STDLIB_H 1
  770. | #define HAVE_STRING_H 1
  771. | #define HAVE_MEMORY_H 1
  772. | #define HAVE_STRINGS_H 1
  773. | #define HAVE_INTTYPES_H 1
  774. | #define HAVE_STDINT_H 1
  775. | #define HAVE_UNISTD_H 1
  776. | #define HAVE__BOOL 1
  777. | #define HAVE_STDBOOL_H 1
  778. | #define ENDIAN_LITTLE 1
  779. | #define HAVE_MLOCKALL 1
  780. | #define HAVE_SIGIGNORE 1
  781. | /* end confdefs.h. */
  782. | /* Define setppriv to an innocuous variant, in case <limits.h> declares setppriv.
  783. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  784. | #define setppriv innocuous_setppriv
  785. |
  786. | /* System header to define __stub macros and hopefully few prototypes,
  787. | which can conflict with char setppriv (); below.
  788. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  789. | <limits.h> exists even on freestanding compilers. */
  790. |
  791. | #ifdef __STDC__
  792. | # include <limits.h>
  793. | #else
  794. | # include <assert.h>
  795. | #endif
  796. |
  797. | #undef setppriv
  798. |
  799. | /* Override any GCC internal prototype to avoid an error.
  800. | Use char because int might match the return type of a GCC
  801. | builtin and then its argument prototype would still apply. */
  802. | #ifdef __cplusplus
  803. | extern "C"
  804. | #endif
  805. | char setppriv ();
  806. | /* The GNU C library defines this for functions which it implements
  807. | to always fail with ENOSYS. Some functions are actually named
  808. | something starting with __ and the normal name is an alias. */
  809. | #if defined __stub_setppriv || defined __stub___setppriv
  810. | choke me
  811. | #endif
  812. |
  813. | int
  814. | main ()
  815. | {
  816. | return setppriv ();
  817. | ;
  818. | return 0;
  819. | }
  820. configure:6555: result: no
  821. configure:6728: checking umem.h usability
  822. configure:6745: gcc -std=gnu99 -c -g -O2 -pthread conftest.c >&5
  823. conftest.c:58:18: error: umem.h: No such file or directory
  824. configure:6751: $? = 1
  825. configure: failed program was:
  826. | /* confdefs.h. */
  827. | #define PACKAGE_NAME "memcached"
  828. | #define PACKAGE_TARNAME "memcached"
  829. | #define PACKAGE_VERSION "1.4.1_19_g62a99cc"
  830. | #define PACKAGE_STRING "memcached 1.4.1_19_g62a99cc"
  831. | #define PACKAGE_BUGREPORT "brad@danga.com"
  832. | #define PACKAGE "memcached"
  833. | #define VERSION "1.4.1_19_g62a99cc"
  834. | #define STDC_HEADERS 1
  835. | #define HAVE_SYS_TYPES_H 1
  836. | #define HAVE_SYS_STAT_H 1
  837. | #define HAVE_STDLIB_H 1
  838. | #define HAVE_STRING_H 1
  839. | #define HAVE_MEMORY_H 1
  840. | #define HAVE_STRINGS_H 1
  841. | #define HAVE_INTTYPES_H 1
  842. | #define HAVE_STDINT_H 1
  843. | #define HAVE_UNISTD_H 1
  844. | #define HAVE__BOOL 1
  845. | #define HAVE_STDBOOL_H 1
  846. | #define ENDIAN_LITTLE 1
  847. | #define HAVE_MLOCKALL 1
  848. | #define HAVE_SIGIGNORE 1
  849. | /* end confdefs.h. */
  850. | #include <stdio.h>
  851. | #ifdef HAVE_SYS_TYPES_H
  852. | # include <sys/types.h>
  853. | #endif
  854. | #ifdef HAVE_SYS_STAT_H
  855. | # include <sys/stat.h>
  856. | #endif
  857. | #ifdef STDC_HEADERS
  858. | # include <stdlib.h>
  859. | # include <stddef.h>
  860. | #else
  861. | # ifdef HAVE_STDLIB_H
  862. | # include <stdlib.h>
  863. | # endif
  864. | #endif
  865. | #ifdef HAVE_STRING_H
  866. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  867. | # include <memory.h>
  868. | # endif
  869. | # include <string.h>
  870. | #endif
  871. | #ifdef HAVE_STRINGS_H
  872. | # include <strings.h>
  873. | #endif
  874. | #ifdef HAVE_INTTYPES_H
  875. | # include <inttypes.h>
  876. | #endif
  877. | #ifdef HAVE_STDINT_H
  878. | # include <stdint.h>
  879. | #endif
  880. | #ifdef HAVE_UNISTD_H
  881. | # include <unistd.h>
  882. | #endif
  883. | #include <umem.h>
  884. configure:6765: result: no
  885. configure:6769: checking umem.h presence
  886. configure:6784: gcc -E conftest.c
  887. conftest.c:25:18: error: umem.h: No such file or directory
  888. configure:6790: $? = 1
  889. configure: failed program was:
  890. | /* confdefs.h. */
  891. | #define PACKAGE_NAME "memcached"
  892. | #define PACKAGE_TARNAME "memcached"
  893. | #define PACKAGE_VERSION "1.4.1_19_g62a99cc"
  894. | #define PACKAGE_STRING "memcached 1.4.1_19_g62a99cc"
  895. | #define PACKAGE_BUGREPORT "brad@danga.com"
  896. | #define PACKAGE "memcached"
  897. | #define VERSION "1.4.1_19_g62a99cc"
  898. | #define STDC_HEADERS 1
  899. | #define HAVE_SYS_TYPES_H 1
  900. | #define HAVE_SYS_STAT_H 1
  901. | #define HAVE_STDLIB_H 1
  902. | #define HAVE_STRING_H 1
  903. | #define HAVE_MEMORY_H 1
  904. | #define HAVE_STRINGS_H 1
  905. | #define HAVE_INTTYPES_H 1
  906. | #define HAVE_STDINT_H 1
  907. | #define HAVE_UNISTD_H 1
  908. | #define HAVE__BOOL 1
  909. | #define HAVE_STDBOOL_H 1
  910. | #define ENDIAN_LITTLE 1
  911. | #define HAVE_MLOCKALL 1
  912. | #define HAVE_SIGIGNORE 1
  913. | /* end confdefs.h. */
  914. | #include <umem.h>
  915. configure:6804: result: no
  916. configure:6837: checking for umem.h
  917. configure:6844: result: no
  918. configure:6880: checking for xml2rfc
  919. configure:6911: result: no
  920. configure:6921: checking for xsltproc
  921. configure:6939: found /usr/bin/xsltproc
  922. configure:6952: result: /usr/bin/xsltproc
  923. configure:7149: creating ./config.status
  924.  
  925. ## ---------------------- ##
  926. ## Running config.status. ##
  927. ## ---------------------- ##
  928.  
  929. This file was extended by memcached config.status 1.4.1_19_g62a99cc, which was
  930. generated by GNU Autoconf 2.61. Invocation command line was
  931.  
  932. CONFIG_FILES =
  933. CONFIG_HEADERS =
  934. CONFIG_LINKS =
  935. CONFIG_COMMANDS =
  936. $ ./config.status
  937.  
  938. on cl142
  939.  
  940. config.status:668: creating Makefile
  941. config.status:668: creating doc/Makefile
  942. config.status:668: creating config.h
  943. config.status:900: config.h is unchanged
  944. config.status:946: executing depfiles commands
  945.  
  946. ## ---------------- ##
  947. ## Cache variables. ##
  948. ## ---------------- ##
  949.  
  950. ac_cv_build=x86_64-unknown-linux-gnu
  951. ac_cv_c_alignment=none
  952. ac_cv_c_compiler_gnu=yes
  953. ac_cv_c_const=yes
  954. ac_cv_c_endian=little
  955. ac_cv_c_socklen_t=yes
  956. ac_cv_env_CC_set=
  957. ac_cv_env_CC_value=
  958. ac_cv_env_CFLAGS_set=
  959. ac_cv_env_CFLAGS_value=
  960. ac_cv_env_CPPFLAGS_set=
  961. ac_cv_env_CPPFLAGS_value=
  962. ac_cv_env_CPP_set=
  963. ac_cv_env_CPP_value=
  964. ac_cv_env_LDFLAGS_set=
  965. ac_cv_env_LDFLAGS_value=
  966. ac_cv_env_LIBS_set=
  967. ac_cv_env_LIBS_value=
  968. ac_cv_env_build_alias_set=
  969. ac_cv_env_build_alias_value=
  970. ac_cv_env_host_alias_set=
  971. ac_cv_env_host_alias_value=
  972. ac_cv_env_target_alias_set=
  973. ac_cv_env_target_alias_value=
  974. ac_cv_func_getpagesizes=no
  975. ac_cv_func_memcntl=no
  976. ac_cv_func_mlockall=yes
  977. ac_cv_func_setppriv=no
  978. ac_cv_func_sigignore=yes
  979. ac_cv_header_inttypes_h=yes
  980. ac_cv_header_memory_h=yes
  981. ac_cv_header_stdbool_h=yes
  982. ac_cv_header_stdc=yes
  983. ac_cv_header_stdint_h=yes
  984. ac_cv_header_stdlib_h=yes
  985. ac_cv_header_string_h=yes
  986. ac_cv_header_strings_h=yes
  987. ac_cv_header_sys_stat_h=yes
  988. ac_cv_header_sys_types_h=yes
  989. ac_cv_header_umem_h=no
  990. ac_cv_header_unistd_h=yes
  991. ac_cv_host=x86_64-unknown-linux-gnu
  992. ac_cv_libevent_dir='(system)'
  993. ac_cv_objext=o
  994. ac_cv_path_EGREP='/bin/grep -E'
  995. ac_cv_path_GREP=/bin/grep
  996. ac_cv_path_PROFILER=/usr/bin/gcov
  997. ac_cv_path_XML2RFC=no
  998. ac_cv_path_XSLTPROC=/usr/bin/xsltproc
  999. ac_cv_path_install='/usr/bin/install -c'
  1000. ac_cv_path_mkdir=/bin/mkdir
  1001. ac_cv_prog_AWK=mawk
  1002. ac_cv_prog_CPP='gcc -E'
  1003. ac_cv_prog_ac_ct_CC=gcc
  1004. ac_cv_prog_cc_c89=
  1005. ac_cv_prog_cc_c99=-std=gnu99
  1006. ac_cv_prog_cc_g=yes
  1007. ac_cv_prog_cc_gcc_c_o=yes
  1008. ac_cv_prog_make_make_set=yes
  1009. ac_cv_search_gethostbyname='none required'
  1010. ac_cv_search_malloc='none required'
  1011. ac_cv_search_pthread_create='none required'
  1012. ac_cv_search_socket='none required'
  1013. ac_cv_search_umem_cache_create=no
  1014. ac_cv_target=x86_64-unknown-linux-gnu
  1015. ac_cv_type__Bool=yes
  1016. am_cv_CC_dependencies_compiler_type=gcc3
  1017.  
  1018. ## ----------------- ##
  1019. ## Output variables. ##
  1020. ## ----------------- ##
  1021.  
  1022. ACLOCAL='${SHELL} /home/cl142/memcached-hugetlb/memcached-1.4.1_19_g62a99cc/missing --run aclocal-1.10'
  1023. AMDEPBACKSLASH='\'
  1024. AMDEP_FALSE='#'
  1025. AMDEP_TRUE=''
  1026. AMTAR='${SHELL} /home/cl142/memcached-hugetlb/memcached-1.4.1_19_g62a99cc/missing --run tar'
  1027. AUTOCONF='${SHELL} /home/cl142/memcached-hugetlb/memcached-1.4.1_19_g62a99cc/missing --run autoconf'
  1028. AUTOHEADER='${SHELL} /home/cl142/memcached-hugetlb/memcached-1.4.1_19_g62a99cc/missing --run autoheader'
  1029. AUTOMAKE='${SHELL} /home/cl142/memcached-hugetlb/memcached-1.4.1_19_g62a99cc/missing --run automake-1.10'
  1030. AWK='mawk'
  1031. BUILD_CACHE_FALSE='#'
  1032. BUILD_CACHE_TRUE=''
  1033. BUILD_DTRACE_FALSE=''
  1034. BUILD_DTRACE_TRUE='#'
  1035. BUILD_SOLARIS_PRIVS_FALSE=''
  1036. BUILD_SOLARIS_PRIVS_TRUE='#'
  1037. BUILD_SPECIFICATIONS_FALSE=''
  1038. BUILD_SPECIFICATIONS_TRUE='#'
  1039. CC='gcc -std=gnu99'
  1040. CCDEPMODE='depmode=gcc3'
  1041. CFLAGS='-g -O2 -pthread -Wall -Werror -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls'
  1042. CPP='gcc -E'
  1043. CPPFLAGS=''
  1044. CYGPATH_W='echo'
  1045. DEFS='-DHAVE_CONFIG_H'
  1046. DEPDIR='.deps'
  1047. DTRACE=''
  1048. DTRACEFLAGS=''
  1049. DTRACE_INSTRUMENT_OBJ_FALSE=''
  1050. DTRACE_INSTRUMENT_OBJ_TRUE='#'
  1051. ECHO_C=''
  1052. ECHO_N='-n'
  1053. ECHO_T=''
  1054. EGREP='/bin/grep -E'
  1055. EXEEXT=''
  1056. GREP='/bin/grep'
  1057. INSTALL_DATA='${INSTALL} -m 644'
  1058. INSTALL_PROGRAM='${INSTALL}'
  1059. INSTALL_SCRIPT='${INSTALL}'
  1060. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1061. LDFLAGS=''
  1062. LIBOBJS=''
  1063. LIBS=' -levent'
  1064. LTLIBOBJS=''
  1065. MAKEINFO='${SHELL} /home/cl142/memcached-hugetlb/memcached-1.4.1_19_g62a99cc/missing --run makeinfo'
  1066. OBJEXT='o'
  1067. PACKAGE='memcached'
  1068. PACKAGE_BUGREPORT='brad@danga.com'
  1069. PACKAGE_NAME='memcached'
  1070. PACKAGE_STRING='memcached 1.4.1_19_g62a99cc'
  1071. PACKAGE_TARNAME='memcached'
  1072. PACKAGE_VERSION='1.4.1_19_g62a99cc'
  1073. PATH_SEPARATOR=':'
  1074. PROFILER='/usr/bin/gcov'
  1075. PROFILER_FLAGS='-fprofile-arcs -ftest-coverage'
  1076. PROFILER_LDFLAGS='-lgcov'
  1077. SET_MAKE=''
  1078. SHELL='/bin/bash'
  1079. STRIP=''
  1080. VERSION='1.4.1_19_g62a99cc'
  1081. XML2RFC='no'
  1082. XSLTPROC='/usr/bin/xsltproc'
  1083. ac_ct_CC='gcc'
  1084. am__fastdepCC_FALSE='#'
  1085. am__fastdepCC_TRUE=''
  1086. am__include='include'
  1087. am__isrc=''
  1088. am__leading_dot='.'
  1089. am__quote=''
  1090. am__tar='${AMTAR} chof - "$$tardir"'
  1091. am__untar='${AMTAR} xf -'
  1092. bindir='${exec_prefix}/bin'
  1093. build='x86_64-unknown-linux-gnu'
  1094. build_alias=''
  1095. build_cpu='x86_64'
  1096. build_os='linux-gnu'
  1097. build_vendor='unknown'
  1098. datadir='${datarootdir}'
  1099. datarootdir='${prefix}/share'
  1100. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1101. dvidir='${docdir}'
  1102. exec_prefix='${prefix}'
  1103. host='x86_64-unknown-linux-gnu'
  1104. host_alias=''
  1105. host_cpu='x86_64'
  1106. host_os='linux-gnu'
  1107. host_vendor='unknown'
  1108. htmldir='${docdir}'
  1109. includedir='${prefix}/include'
  1110. infodir='${datarootdir}/info'
  1111. install_sh='$(SHELL) /home/cl142/memcached-hugetlb/memcached-1.4.1_19_g62a99cc/install-sh'
  1112. libdir='${exec_prefix}/lib'
  1113. libexecdir='${exec_prefix}/libexec'
  1114. localedir='${datarootdir}/locale'
  1115. localstatedir='${prefix}/var'
  1116. mandir='${datarootdir}/man'
  1117. mkdir_p='/bin/mkdir -p'
  1118. oldincludedir='/usr/include'
  1119. pdfdir='${docdir}'
  1120. prefix='/usr/local'
  1121. program_transform_name='s,x,x,'
  1122. psdir='${docdir}'
  1123. sbindir='${exec_prefix}/sbin'
  1124. sharedstatedir='${prefix}/com'
  1125. sysconfdir='${prefix}/etc'
  1126. target='x86_64-unknown-linux-gnu'
  1127. target_alias=''
  1128. target_cpu='x86_64'
  1129. target_os='linux-gnu'
  1130. target_vendor='unknown'
  1131.  
  1132. ## ----------- ##
  1133. ## confdefs.h. ##
  1134. ## ----------- ##
  1135.  
  1136. #define PACKAGE_NAME "memcached"
  1137. #define PACKAGE_TARNAME "memcached"
  1138. #define PACKAGE_VERSION "1.4.1_19_g62a99cc"
  1139. #define PACKAGE_STRING "memcached 1.4.1_19_g62a99cc"
  1140. #define PACKAGE_BUGREPORT "brad@danga.com"
  1141. #define PACKAGE "memcached"
  1142. #define VERSION "1.4.1_19_g62a99cc"
  1143. #define STDC_HEADERS 1
  1144. #define HAVE_SYS_TYPES_H 1
  1145. #define HAVE_SYS_STAT_H 1
  1146. #define HAVE_STDLIB_H 1
  1147. #define HAVE_STRING_H 1
  1148. #define HAVE_MEMORY_H 1
  1149. #define HAVE_STRINGS_H 1
  1150. #define HAVE_INTTYPES_H 1
  1151. #define HAVE_STDINT_H 1
  1152. #define HAVE_UNISTD_H 1
  1153. #define HAVE__BOOL 1
  1154. #define HAVE_STDBOOL_H 1
  1155. #define ENDIAN_LITTLE 1
  1156. #define HAVE_MLOCKALL 1
  1157. #define HAVE_SIGIGNORE 1
  1158. #define _GNU_SOURCE 1
  1159.  
  1160. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement