Guest User

Untitled

a guest
Sep 19th, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.32 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 Lemon configure 0.99, which was
  5. generated by GNU Autoconf 2.67. Invocation command line was
  6.  
  7. $ ./configure --prefix=/usr/local CC=mpicc --no-create --no-recursion
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = artemis
  14. uname -m = x86_64
  15. uname -r = 2.6.38-8-generic
  16. uname -s = Linux
  17. uname -v = #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011
  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. PATH: /home/bartek/local/bin
  38.  
  39.  
  40. ## ----------- ##
  41. ## Core tests. ##
  42. ## ----------- ##
  43.  
  44. configure:2207: checking for a BSD-compatible install
  45. configure:2275: result: /usr/bin/install -c
  46. configure:2286: checking whether build environment is sane
  47. configure:2336: result: yes
  48. configure:2477: checking for a thread-safe mkdir -p
  49. configure:2516: result: /bin/mkdir -p
  50. configure:2529: checking for gawk
  51. configure:2545: found /usr/bin/gawk
  52. configure:2556: result: gawk
  53. configure:2567: checking whether make sets $(MAKE)
  54. configure:2589: result: yes
  55. configure:2722: checking for gcc
  56. configure:2749: result: mpicc
  57. configure:2978: checking for C compiler version
  58. configure:2987: mpicc --version >&5
  59. gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
  60. Copyright (C) 2010 Free Software Foundation, Inc.
  61. This is free software; see the source for copying conditions. There is NO
  62. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  63.  
  64. configure:2998: $? = 0
  65. configure:2987: mpicc -v >&5
  66. Using built-in specs.
  67. COLLECT_GCC=/usr/bin/gcc
  68. COLLECT_LTO_WRAPPER=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/lto-wrapper
  69. Target: x86_64-linux-gnu
  70. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/x86_64-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/x86_64-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  71. Thread model: posix
  72. gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
  73. configure:2998: $? = 0
  74. configure:2987: mpicc -V >&5
  75. gcc: '-V' option must have argument
  76. configure:2998: $? = 1
  77. configure:2987: mpicc -qversion >&5
  78. gcc: unrecognized option '-qversion'
  79. gcc: no input files
  80. configure:2998: $? = 1
  81. configure:3018: checking whether the C compiler works
  82. configure:3040: mpicc conftest.c >&5
  83. configure:3044: $? = 0
  84. configure:3092: result: yes
  85. configure:3095: checking for C compiler default output file name
  86. configure:3097: result: a.out
  87. configure:3103: checking for suffix of executables
  88. configure:3110: mpicc -o conftest conftest.c >&5
  89. configure:3114: $? = 0
  90. configure:3136: result:
  91. configure:3158: checking whether we are cross compiling
  92. configure:3166: mpicc -o conftest conftest.c >&5
  93. configure:3170: $? = 0
  94. configure:3177: ./conftest
  95. configure:3181: $? = 0
  96. configure:3196: result: no
  97. configure:3201: checking for suffix of object files
  98. configure:3223: mpicc -c conftest.c >&5
  99. configure:3227: $? = 0
  100. configure:3248: result: o
  101. configure:3252: checking whether we are using the GNU C compiler
  102. configure:3271: mpicc -c conftest.c >&5
  103. configure:3271: $? = 0
  104. configure:3280: result: yes
  105. configure:3289: checking whether mpicc accepts -g
  106. configure:3309: mpicc -c -g conftest.c >&5
  107. configure:3309: $? = 0
  108. configure:3350: result: yes
  109. configure:3367: checking for mpicc option to accept ISO C89
  110. configure:3431: mpicc -c -g -O2 conftest.c >&5
  111. configure:3431: $? = 0
  112. configure:3444: result: none needed
  113. configure:3475: checking for style of include used by make
  114. configure:3503: result: GNU
  115. configure:3528: checking dependency style of mpicc
  116. configure:3638: result: gcc3
  117. configure:3696: checking for ranlib
  118. configure:3712: found /usr/bin/ranlib
  119. configure:3723: result: ranlib
  120. configure:3748: checking for MPI_File_set_view in -lmpi
  121. configure:3773: mpicc -o conftest -g -O2 conftest.c -lmpi >&5
  122. configure:3773: $? = 0
  123. configure:3782: result: yes
  124. configure:3800: checking how to run the C preprocessor
  125. configure:3831: mpicc -E conftest.c
  126. configure:3831: $? = 0
  127. configure:3845: mpicc -E conftest.c
  128. conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
  129. compilation terminated.
  130. configure:3845: $? = 1
  131. configure: failed program was:
  132. | /* confdefs.h */
  133. | #define PACKAGE_NAME "Lemon"
  134. | #define PACKAGE_TARNAME "lemon"
  135. | #define PACKAGE_VERSION "0.99"
  136. | #define PACKAGE_STRING "Lemon 0.99"
  137. | #define PACKAGE_BUGREPORT "a.deuzeman@rug.nl"
  138. | #define PACKAGE_URL ""
  139. | #define PACKAGE "lemon"
  140. | #define VERSION "0.99"
  141. | #define HAVE_LIBMPI 1
  142. | /* end confdefs.h. */
  143. | #include <ac_nonexistent.h>
  144. configure:3870: result: mpicc -E
  145. configure:3890: mpicc -E conftest.c
  146. configure:3890: $? = 0
  147. configure:3904: mpicc -E conftest.c
  148. conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
  149. compilation terminated.
  150. configure:3904: $? = 1
  151. configure: failed program was:
  152. | /* confdefs.h */
  153. | #define PACKAGE_NAME "Lemon"
  154. | #define PACKAGE_TARNAME "lemon"
  155. | #define PACKAGE_VERSION "0.99"
  156. | #define PACKAGE_STRING "Lemon 0.99"
  157. | #define PACKAGE_BUGREPORT "a.deuzeman@rug.nl"
  158. | #define PACKAGE_URL ""
  159. | #define PACKAGE "lemon"
  160. | #define VERSION "0.99"
  161. | #define HAVE_LIBMPI 1
  162. | /* end confdefs.h. */
  163. | #include <ac_nonexistent.h>
  164. configure:3933: checking for grep that handles long lines and -e
  165. configure:3991: result: /bin/grep
  166. configure:3996: checking for egrep
  167. configure:4058: result: /bin/grep -E
  168. configure:4063: checking for ANSI C header files
  169. configure:4083: mpicc -c -g -O2 conftest.c >&5
  170. configure:4083: $? = 0
  171. configure:4156: mpicc -o conftest -g -O2 conftest.c -lmpi >&5
  172. configure:4156: $? = 0
  173. configure:4156: ./conftest
  174. configure:4156: $? = 0
  175. configure:4167: result: yes
  176. configure:4180: checking for sys/types.h
  177. configure:4180: mpicc -c -g -O2 conftest.c >&5
  178. configure:4180: $? = 0
  179. configure:4180: result: yes
  180. configure:4180: checking for sys/stat.h
  181. configure:4180: mpicc -c -g -O2 conftest.c >&5
  182. configure:4180: $? = 0
  183. configure:4180: result: yes
  184. configure:4180: checking for stdlib.h
  185. configure:4180: mpicc -c -g -O2 conftest.c >&5
  186. configure:4180: $? = 0
  187. configure:4180: result: yes
  188. configure:4180: checking for string.h
  189. configure:4180: mpicc -c -g -O2 conftest.c >&5
  190. configure:4180: $? = 0
  191. configure:4180: result: yes
  192. configure:4180: checking for memory.h
  193. configure:4180: mpicc -c -g -O2 conftest.c >&5
  194. configure:4180: $? = 0
  195. configure:4180: result: yes
  196. configure:4180: checking for strings.h
  197. configure:4180: mpicc -c -g -O2 conftest.c >&5
  198. configure:4180: $? = 0
  199. configure:4180: result: yes
  200. configure:4180: checking for inttypes.h
  201. configure:4180: mpicc -c -g -O2 conftest.c >&5
  202. configure:4180: $? = 0
  203. configure:4180: result: yes
  204. configure:4180: checking for stdint.h
  205. configure:4180: mpicc -c -g -O2 conftest.c >&5
  206. configure:4180: $? = 0
  207. configure:4180: result: yes
  208. configure:4180: checking for unistd.h
  209. configure:4180: mpicc -c -g -O2 conftest.c >&5
  210. configure:4180: $? = 0
  211. configure:4180: result: yes
  212. configure:4195: checking for stdlib.h
  213. configure:4195: result: yes
  214. configure:4195: checking for string.h
  215. configure:4195: result: yes
  216. configure:4195: checking sys/time.h usability
  217. configure:4195: mpicc -c -g -O2 conftest.c >&5
  218. configure:4195: $? = 0
  219. configure:4195: result: yes
  220. configure:4195: checking sys/time.h presence
  221. configure:4195: mpicc -E conftest.c
  222. configure:4195: $? = 0
  223. configure:4195: result: yes
  224. configure:4195: checking for sys/time.h
  225. configure:4195: result: yes
  226. configure:4209: checking for stdint.h
  227. configure:4209: result: yes
  228. configure:4214: checking for uint16_t
  229. configure:4214: mpicc -c -g -O2 conftest.c >&5
  230. configure:4214: $? = 0
  231. configure:4214: mpicc -c -g -O2 conftest.c >&5
  232. conftest.c: In function 'main':
  233. conftest.c:62:23: error: expected expression before ')' token
  234. configure:4214: $? = 1
  235. configure: failed program was:
  236. | /* confdefs.h */
  237. | #define PACKAGE_NAME "Lemon"
  238. | #define PACKAGE_TARNAME "lemon"
  239. | #define PACKAGE_VERSION "0.99"
  240. | #define PACKAGE_STRING "Lemon 0.99"
  241. | #define PACKAGE_BUGREPORT "a.deuzeman@rug.nl"
  242. | #define PACKAGE_URL ""
  243. | #define PACKAGE "lemon"
  244. | #define VERSION "0.99"
  245. | #define HAVE_LIBMPI 1
  246. | #define STDC_HEADERS 1
  247. | #define HAVE_SYS_TYPES_H 1
  248. | #define HAVE_SYS_STAT_H 1
  249. | #define HAVE_STDLIB_H 1
  250. | #define HAVE_STRING_H 1
  251. | #define HAVE_MEMORY_H 1
  252. | #define HAVE_STRINGS_H 1
  253. | #define HAVE_INTTYPES_H 1
  254. | #define HAVE_STDINT_H 1
  255. | #define HAVE_UNISTD_H 1
  256. | #define HAVE_STDLIB_H 1
  257. | #define HAVE_STRING_H 1
  258. | #define HAVE_SYS_TIME_H 1
  259. | #define HAVE_STDINT_H 1
  260. | /* end confdefs.h. */
  261. | #include <stdio.h>
  262. | #ifdef HAVE_SYS_TYPES_H
  263. | # include <sys/types.h>
  264. | #endif
  265. | #ifdef HAVE_SYS_STAT_H
  266. | # include <sys/stat.h>
  267. | #endif
  268. | #ifdef STDC_HEADERS
  269. | # include <stdlib.h>
  270. | # include <stddef.h>
  271. | #else
  272. | # ifdef HAVE_STDLIB_H
  273. | # include <stdlib.h>
  274. | # endif
  275. | #endif
  276. | #ifdef HAVE_STRING_H
  277. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  278. | # include <memory.h>
  279. | # endif
  280. | # include <string.h>
  281. | #endif
  282. | #ifdef HAVE_STRINGS_H
  283. | # include <strings.h>
  284. | #endif
  285. | #ifdef HAVE_INTTYPES_H
  286. | # include <inttypes.h>
  287. | #endif
  288. | #ifdef HAVE_STDINT_H
  289. | # include <stdint.h>
  290. | #endif
  291. | #ifdef HAVE_UNISTD_H
  292. | # include <unistd.h>
  293. | #endif
  294. | int
  295. | main ()
  296. | {
  297. | if (sizeof ((uint16_t)))
  298. | return 0;
  299. | ;
  300. | return 0;
  301. | }
  302. configure:4214: result: yes
  303. configure:4226: checking for uint32_t
  304. configure:4226: mpicc -c -g -O2 conftest.c >&5
  305. configure:4226: $? = 0
  306. configure:4226: mpicc -c -g -O2 conftest.c >&5
  307. conftest.c: In function 'main':
  308. conftest.c:63:23: error: expected expression before ')' token
  309. configure:4226: $? = 1
  310. configure: failed program was:
  311. | /* confdefs.h */
  312. | #define PACKAGE_NAME "Lemon"
  313. | #define PACKAGE_TARNAME "lemon"
  314. | #define PACKAGE_VERSION "0.99"
  315. | #define PACKAGE_STRING "Lemon 0.99"
  316. | #define PACKAGE_BUGREPORT "a.deuzeman@rug.nl"
  317. | #define PACKAGE_URL ""
  318. | #define PACKAGE "lemon"
  319. | #define VERSION "0.99"
  320. | #define HAVE_LIBMPI 1
  321. | #define STDC_HEADERS 1
  322. | #define HAVE_SYS_TYPES_H 1
  323. | #define HAVE_SYS_STAT_H 1
  324. | #define HAVE_STDLIB_H 1
  325. | #define HAVE_STRING_H 1
  326. | #define HAVE_MEMORY_H 1
  327. | #define HAVE_STRINGS_H 1
  328. | #define HAVE_INTTYPES_H 1
  329. | #define HAVE_STDINT_H 1
  330. | #define HAVE_UNISTD_H 1
  331. | #define HAVE_STDLIB_H 1
  332. | #define HAVE_STRING_H 1
  333. | #define HAVE_SYS_TIME_H 1
  334. | #define HAVE_STDINT_H 1
  335. | #define HAVE_UINT16_T 1
  336. | /* end confdefs.h. */
  337. | #include <stdio.h>
  338. | #ifdef HAVE_SYS_TYPES_H
  339. | # include <sys/types.h>
  340. | #endif
  341. | #ifdef HAVE_SYS_STAT_H
  342. | # include <sys/stat.h>
  343. | #endif
  344. | #ifdef STDC_HEADERS
  345. | # include <stdlib.h>
  346. | # include <stddef.h>
  347. | #else
  348. | # ifdef HAVE_STDLIB_H
  349. | # include <stdlib.h>
  350. | # endif
  351. | #endif
  352. | #ifdef HAVE_STRING_H
  353. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  354. | # include <memory.h>
  355. | # endif
  356. | # include <string.h>
  357. | #endif
  358. | #ifdef HAVE_STRINGS_H
  359. | # include <strings.h>
  360. | #endif
  361. | #ifdef HAVE_INTTYPES_H
  362. | # include <inttypes.h>
  363. | #endif
  364. | #ifdef HAVE_STDINT_H
  365. | # include <stdint.h>
  366. | #endif
  367. | #ifdef HAVE_UNISTD_H
  368. | # include <unistd.h>
  369. | #endif
  370. | int
  371. | main ()
  372. | {
  373. | if (sizeof ((uint32_t)))
  374. | return 0;
  375. | ;
  376. | return 0;
  377. | }
  378. configure:4226: result: yes
  379. configure:4238: checking for uint64_t
  380. configure:4238: mpicc -c -g -O2 conftest.c >&5
  381. configure:4238: $? = 0
  382. configure:4238: mpicc -c -g -O2 conftest.c >&5
  383. conftest.c: In function 'main':
  384. conftest.c:64:23: error: expected expression before ')' token
  385. configure:4238: $? = 1
  386. configure: failed program was:
  387. | /* confdefs.h */
  388. | #define PACKAGE_NAME "Lemon"
  389. | #define PACKAGE_TARNAME "lemon"
  390. | #define PACKAGE_VERSION "0.99"
  391. | #define PACKAGE_STRING "Lemon 0.99"
  392. | #define PACKAGE_BUGREPORT "a.deuzeman@rug.nl"
  393. | #define PACKAGE_URL ""
  394. | #define PACKAGE "lemon"
  395. | #define VERSION "0.99"
  396. | #define HAVE_LIBMPI 1
  397. | #define STDC_HEADERS 1
  398. | #define HAVE_SYS_TYPES_H 1
  399. | #define HAVE_SYS_STAT_H 1
  400. | #define HAVE_STDLIB_H 1
  401. | #define HAVE_STRING_H 1
  402. | #define HAVE_MEMORY_H 1
  403. | #define HAVE_STRINGS_H 1
  404. | #define HAVE_INTTYPES_H 1
  405. | #define HAVE_STDINT_H 1
  406. | #define HAVE_UNISTD_H 1
  407. | #define HAVE_STDLIB_H 1
  408. | #define HAVE_STRING_H 1
  409. | #define HAVE_SYS_TIME_H 1
  410. | #define HAVE_STDINT_H 1
  411. | #define HAVE_UINT16_T 1
  412. | #define HAVE_UINT32_T 1
  413. | /* end confdefs.h. */
  414. | #include <stdio.h>
  415. | #ifdef HAVE_SYS_TYPES_H
  416. | # include <sys/types.h>
  417. | #endif
  418. | #ifdef HAVE_SYS_STAT_H
  419. | # include <sys/stat.h>
  420. | #endif
  421. | #ifdef STDC_HEADERS
  422. | # include <stdlib.h>
  423. | # include <stddef.h>
  424. | #else
  425. | # ifdef HAVE_STDLIB_H
  426. | # include <stdlib.h>
  427. | # endif
  428. | #endif
  429. | #ifdef HAVE_STRING_H
  430. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  431. | # include <memory.h>
  432. | # endif
  433. | # include <string.h>
  434. | #endif
  435. | #ifdef HAVE_STRINGS_H
  436. | # include <strings.h>
  437. | #endif
  438. | #ifdef HAVE_INTTYPES_H
  439. | # include <inttypes.h>
  440. | #endif
  441. | #ifdef HAVE_STDINT_H
  442. | # include <stdint.h>
  443. | #endif
  444. | #ifdef HAVE_UNISTD_H
  445. | # include <unistd.h>
  446. | #endif
  447. | int
  448. | main ()
  449. | {
  450. | if (sizeof ((uint64_t)))
  451. | return 0;
  452. | ;
  453. | return 0;
  454. | }
  455. configure:4238: result: yes
  456. configure:4263: checking for stdlib.h
  457. configure:4263: result: yes
  458. configure:4273: checking for GNU libc compatible malloc
  459. configure:4297: mpicc -o conftest -g -O2 conftest.c -lmpi >&5
  460. configure:4297: $? = 0
  461. configure:4297: ./conftest
  462. configure:4297: $? = 0
  463. configure:4307: result: yes
  464. configure:4330: checking for gettimeofday
  465. configure:4330: mpicc -o conftest -g -O2 conftest.c -lmpi >&5
  466. configure:4330: $? = 0
  467. configure:4330: result: yes
  468. configure:4467: creating ./config.status
  469.  
  470. ## ---------------- ##
  471. ## Cache variables. ##
  472. ## ---------------- ##
  473.  
  474. ac_cv_c_compiler_gnu=yes
  475. ac_cv_env_CC_set=set
  476. ac_cv_env_CC_value=mpicc
  477. ac_cv_env_CFLAGS_set=
  478. ac_cv_env_CFLAGS_value=
  479. ac_cv_env_CPPFLAGS_set=
  480. ac_cv_env_CPPFLAGS_value=
  481. ac_cv_env_CPP_set=
  482. ac_cv_env_CPP_value=
  483. ac_cv_env_LDFLAGS_set=
  484. ac_cv_env_LDFLAGS_value=
  485. ac_cv_env_LIBS_set=
  486. ac_cv_env_LIBS_value=
  487. ac_cv_env_build_alias_set=
  488. ac_cv_env_build_alias_value=
  489. ac_cv_env_host_alias_set=
  490. ac_cv_env_host_alias_value=
  491. ac_cv_env_target_alias_set=
  492. ac_cv_env_target_alias_value=
  493. ac_cv_func_gettimeofday=yes
  494. ac_cv_func_malloc_0_nonnull=yes
  495. ac_cv_header_inttypes_h=yes
  496. ac_cv_header_memory_h=yes
  497. ac_cv_header_stdc=yes
  498. ac_cv_header_stdint_h=yes
  499. ac_cv_header_stdlib_h=yes
  500. ac_cv_header_string_h=yes
  501. ac_cv_header_strings_h=yes
  502. ac_cv_header_sys_stat_h=yes
  503. ac_cv_header_sys_time_h=yes
  504. ac_cv_header_sys_types_h=yes
  505. ac_cv_header_unistd_h=yes
  506. ac_cv_lib_mpi_MPI_File_set_view=yes
  507. ac_cv_objext=o
  508. ac_cv_path_EGREP='/bin/grep -E'
  509. ac_cv_path_GREP=/bin/grep
  510. ac_cv_path_install='/usr/bin/install -c'
  511. ac_cv_path_mkdir=/bin/mkdir
  512. ac_cv_prog_AWK=gawk
  513. ac_cv_prog_CPP='mpicc -E'
  514. ac_cv_prog_ac_ct_CC=mpicc
  515. ac_cv_prog_ac_ct_RANLIB=ranlib
  516. ac_cv_prog_cc_c89=
  517. ac_cv_prog_cc_g=yes
  518. ac_cv_prog_make_make_set=yes
  519. ac_cv_type_uint16_t=yes
  520. ac_cv_type_uint32_t=yes
  521. ac_cv_type_uint64_t=yes
  522. am_cv_CC_dependencies_compiler_type=gcc3
  523.  
  524. ## ----------------- ##
  525. ## Output variables. ##
  526. ## ----------------- ##
  527.  
  528. ACLOCAL='${SHELL} /home/bartek/code/lemon/missing --run aclocal-1.11'
  529. AMDEPBACKSLASH='\'
  530. AMDEP_FALSE='#'
  531. AMDEP_TRUE=''
  532. AMTAR='${SHELL} /home/bartek/code/lemon/missing --run tar'
  533. AUTOCONF='${SHELL} /home/bartek/code/lemon/missing --run autoconf'
  534. AUTOHEADER='${SHELL} /home/bartek/code/lemon/missing --run autoheader'
  535. AUTOMAKE='${SHELL} /home/bartek/code/lemon/missing --run automake-1.11'
  536. AWK='gawk'
  537. CC='mpicc'
  538. CCDEPMODE='depmode=gcc3'
  539. CFLAGS='-g -O2'
  540. CPP='mpicc -E'
  541. CPPFLAGS=''
  542. CYGPATH_W='echo'
  543. DEFS='-DHAVE_CONFIG_H'
  544. DEPDIR='.deps'
  545. ECHO_C=''
  546. ECHO_N='-n'
  547. ECHO_T=''
  548. EGREP='/bin/grep -E'
  549. EXEEXT=''
  550. GREP='/bin/grep'
  551. INSTALL_DATA='${INSTALL} -m 644'
  552. INSTALL_PROGRAM='${INSTALL}'
  553. INSTALL_SCRIPT='${INSTALL}'
  554. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  555. LDFLAGS=''
  556. LIBOBJS=''
  557. LIBS='-lmpi '
  558. LTLIBOBJS=''
  559. MAKEINFO='${SHELL} /home/bartek/code/lemon/missing --run makeinfo'
  560. MKDIR_P='/bin/mkdir -p'
  561. OBJEXT='o'
  562. PACKAGE='lemon'
  563. PACKAGE_BUGREPORT='a.deuzeman@rug.nl'
  564. PACKAGE_NAME='Lemon'
  565. PACKAGE_STRING='Lemon 0.99'
  566. PACKAGE_TARNAME='lemon'
  567. PACKAGE_URL=''
  568. PACKAGE_VERSION='0.99'
  569. PATH_SEPARATOR=':'
  570. RANLIB='ranlib'
  571. SET_MAKE=''
  572. SHELL='/bin/bash'
  573. STRIP=''
  574. VERSION='0.99'
  575. ac_ct_CC='mpicc'
  576. am__EXEEXT_FALSE=''
  577. am__EXEEXT_TRUE='#'
  578. am__fastdepCC_FALSE='#'
  579. am__fastdepCC_TRUE=''
  580. am__include='include'
  581. am__isrc=''
  582. am__leading_dot='.'
  583. am__quote=''
  584. am__tar='${AMTAR} chof - "$$tardir"'
  585. am__untar='${AMTAR} xf -'
  586. bindir='${exec_prefix}/bin'
  587. build_alias=''
  588. datadir='${datarootdir}'
  589. datarootdir='${prefix}/share'
  590. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  591. dvidir='${docdir}'
  592. exec_prefix='${prefix}'
  593. host_alias=''
  594. htmldir='${docdir}'
  595. includedir='${prefix}/include'
  596. infodir='${datarootdir}/info'
  597. install_sh='${SHELL} /home/bartek/code/lemon/install-sh'
  598. libdir='${exec_prefix}/lib'
  599. libexecdir='${exec_prefix}/libexec'
  600. localedir='${datarootdir}/locale'
  601. localstatedir='${prefix}/var'
  602. mandir='${datarootdir}/man'
  603. mkdir_p='/bin/mkdir -p'
  604. oldincludedir='/usr/include'
  605. pdfdir='${docdir}'
  606. prefix='/usr/local'
  607. program_transform_name='s,x,x,'
  608. psdir='${docdir}'
  609. sbindir='${exec_prefix}/sbin'
  610. sharedstatedir='${prefix}/com'
  611. sysconfdir='${prefix}/etc'
  612. target_alias=''
  613.  
  614. ## ----------- ##
  615. ## confdefs.h. ##
  616. ## ----------- ##
  617.  
  618. /* confdefs.h */
  619. #define PACKAGE_NAME "Lemon"
  620. #define PACKAGE_TARNAME "lemon"
  621. #define PACKAGE_VERSION "0.99"
  622. #define PACKAGE_STRING "Lemon 0.99"
  623. #define PACKAGE_BUGREPORT "a.deuzeman@rug.nl"
  624. #define PACKAGE_URL ""
  625. #define PACKAGE "lemon"
  626. #define VERSION "0.99"
  627. #define HAVE_LIBMPI 1
  628. #define STDC_HEADERS 1
  629. #define HAVE_SYS_TYPES_H 1
  630. #define HAVE_SYS_STAT_H 1
  631. #define HAVE_STDLIB_H 1
  632. #define HAVE_STRING_H 1
  633. #define HAVE_MEMORY_H 1
  634. #define HAVE_STRINGS_H 1
  635. #define HAVE_INTTYPES_H 1
  636. #define HAVE_STDINT_H 1
  637. #define HAVE_UNISTD_H 1
  638. #define HAVE_STDLIB_H 1
  639. #define HAVE_STRING_H 1
  640. #define HAVE_SYS_TIME_H 1
  641. #define HAVE_STDINT_H 1
  642. #define HAVE_UINT16_T 1
  643. #define HAVE_UINT32_T 1
  644. #define HAVE_UINT64_T 1
  645. #define HAVE_STDLIB_H 1
  646. #define HAVE_MALLOC 1
  647. #define HAVE_GETTIMEOFDAY 1
  648.  
  649. configure: exit 0
  650.  
  651. ## ---------------------- ##
  652. ## Running config.status. ##
  653. ## ---------------------- ##
  654.  
  655. This file was extended by Lemon config.status 0.99, which was
  656. generated by GNU Autoconf 2.67. Invocation command line was
  657.  
  658. CONFIG_FILES =
  659. CONFIG_HEADERS =
  660. CONFIG_LINKS =
  661. CONFIG_COMMANDS =
  662. $ ./config.status
  663.  
  664. on artemis
  665.  
  666. config.status:871: creating Makefile
  667. config.status:871: creating include/Makefile
  668. config.status:871: creating src/Makefile
  669. config.status:871: creating check/Makefile
  670. config.status:871: creating include/config.h
  671. config.status:1051: include/config.h is unchanged
  672. config.status:1099: executing depfiles commands
  673.  
  674. ## ---------------------- ##
  675. ## Running config.status. ##
  676. ## ---------------------- ##
  677.  
  678. This file was extended by Lemon config.status 0.99, which was
  679. generated by GNU Autoconf 2.67. Invocation command line was
  680.  
  681. CONFIG_FILES =
  682. CONFIG_HEADERS =
  683. CONFIG_LINKS =
  684. CONFIG_COMMANDS =
  685. $ ./config.status include/config.h
  686.  
  687. on artemis
  688.  
  689. config.status:871: creating include/config.h
  690. config.status:1051: include/config.h is unchanged
Add Comment
Please, Sign In to add comment