Advertisement
gdhami

Librsync install log on EC2

Oct 16th, 2012
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 29.90 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 librsync configure 0.9.7, which was
  5. generated by GNU Autoconf 2.59.  Invocation command line was
  6.  
  7.   $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = ip-10-227-23-199
  14. uname -m = x86_64
  15. uname -r = 3.2.29-48.63.amzn1.x86_64
  16. uname -s = Linux
  17. uname -v = #1 SMP Sat Sep 15 01:43:12 UTC 2012
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X     = unknown
  21.  
  22. /bin/arch              = x86_64
  23. /usr/bin/arch -k       = unknown
  24. /usr/convex/getsysinfo = unknown
  25. hostinfo               = unknown
  26. /bin/machine           = unknown
  27. /usr/bin/oslevel       = unknown
  28. /bin/universe          = unknown
  29.  
  30. PATH: /usr/local/bin
  31. PATH: /bin
  32. PATH: /usr/bin
  33. PATH: /usr/local/sbin
  34. PATH: /usr/sbin
  35. PATH: /sbin
  36. PATH: /opt/aws/bin
  37. PATH: /home/ec2-user/bin
  38.  
  39.  
  40. ## ----------- ##
  41. ## Core tests. ##
  42. ## ----------- ##
  43.  
  44. configure:1561: checking for a BSD-compatible install
  45. configure:1616: result: /usr/bin/install -c
  46. configure:1627: checking whether build environment is sane
  47. configure:1670: result: yes
  48. configure:1703: checking for gawk
  49. configure:1719: found /bin/gawk
  50. configure:1729: result: gawk
  51. configure:1739: checking whether make sets $(MAKE)
  52. configure:1763: result: no
  53. configure:2009: checking for gcc
  54. configure:2025: found /usr/bin/gcc
  55. configure:2035: result: gcc
  56. configure:2279: checking for C compiler version
  57. configure:2282: gcc --version </dev/null >&5
  58. gcc (GCC) 4.4.6 20120305 (Red Hat 4.4.6-4)
  59. Copyright (C) 2010 Free Software Foundation, Inc.
  60. This is free software; see the source for copying conditions.  There is NO
  61. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  62.  
  63. configure:2285: $? = 0
  64. configure:2287: gcc -v </dev/null >&5
  65. Using built-in specs.
  66. Target: x86_64-amazon-linux
  67. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --disable-gjdoc --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --disable-libgcj --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-amazon-linux
  68. Thread model: posix
  69. gcc version 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC)
  70. configure:2290: $? = 0
  71. configure:2292: gcc -V </dev/null >&5
  72. gcc: '-V' option must have argument
  73. configure:2295: $? = 1
  74. configure:2318: checking for C compiler default output file name
  75. configure:2321: gcc    conftest.c  >&5
  76. configure:2324: $? = 0
  77. configure:2370: result: a.out
  78. configure:2375: checking whether the C compiler works
  79. configure:2381: ./a.out
  80. configure:2384: $? = 0
  81. configure:2401: result: yes
  82. configure:2408: checking whether we are cross compiling
  83. configure:2410: result: no
  84. configure:2413: checking for suffix of executables
  85. configure:2415: gcc -o conftest    conftest.c  >&5
  86. configure:2418: $? = 0
  87. configure:2443: result:
  88. configure:2449: checking for suffix of object files
  89. configure:2470: gcc -c   conftest.c >&5
  90. configure:2473: $? = 0
  91. configure:2495: result: o
  92. configure:2499: checking whether we are using the GNU C compiler
  93. configure:2523: gcc -c   conftest.c >&5
  94. configure:2529: $? = 0
  95. configure:2532: test -z              || test ! -s conftest.err
  96. configure:2535: $? = 0
  97. configure:2538: test -s conftest.o
  98. configure:2541: $? = 0
  99. configure:2554: result: yes
  100. configure:2560: checking whether gcc accepts -g
  101. configure:2581: gcc -c -g  conftest.c >&5
  102. configure:2587: $? = 0
  103. configure:2590: test -z              || test ! -s conftest.err
  104. configure:2593: $? = 0
  105. configure:2596: test -s conftest.o
  106. configure:2599: $? = 0
  107. configure:2610: result: yes
  108. configure:2627: checking for gcc option to accept ANSI C
  109. configure:2697: gcc  -c -g -O2  conftest.c >&5
  110. configure:2703: $? = 0
  111. configure:2706: test -z              || test ! -s conftest.err
  112. configure:2709: $? = 0
  113. configure:2712: test -s conftest.o
  114. configure:2715: $? = 0
  115. configure:2733: result: none needed
  116. configure:2751: gcc -c -g -O2  conftest.c >&5
  117. conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
  118. configure:2757: $? = 1
  119. configure: failed program was:
  120. | #ifndef __cplusplus
  121. |   choke me
  122. | #endif
  123. configure:2898: checking for style of include used by make
  124. configure:2926: result: none
  125. configure:2954: checking dependency style of gcc
  126. configure:3037: result: none
  127. configure:3056: checking for strerror in -lcposix
  128. configure:3086: gcc -o conftest -g -O2   conftest.c -lcposix   >&5
  129. /usr/bin/ld: cannot find -lcposix
  130. collect2: ld returned 1 exit status
  131. configure:3092: $? = 1
  132. configure: failed program was:
  133. | /* confdefs.h.  */
  134. |
  135. | #define PACKAGE_NAME "librsync"
  136. | #define PACKAGE_TARNAME "librsync"
  137. | #define PACKAGE_VERSION "0.9.7"
  138. | #define PACKAGE_STRING "librsync 0.9.7"
  139. | #define PACKAGE_BUGREPORT ""
  140. | #define PACKAGE "librsync"
  141. | #define VERSION "0.9.7"
  142. | #define _GNU_SOURCE 1
  143. | /* end confdefs.h.  */
  144. |
  145. | /* Override any gcc2 internal prototype to avoid an error.  */
  146. | #ifdef __cplusplus
  147. | extern "C"
  148. | #endif
  149. | /* We use char because int might match the return type of a gcc2
  150. |    builtin and then its argument prototype would still apply.  */
  151. | char strerror ();
  152. | int
  153. | main ()
  154. | {
  155. | strerror ();
  156. |   ;
  157. |   return 0;
  158. | }
  159. configure:3117: result: no
  160. configure:3130: checking how to run the C preprocessor
  161. configure:3165: gcc -E  conftest.c
  162. configure:3171: $? = 0
  163. configure:3203: gcc -E  conftest.c
  164. conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
  165. configure:3209: $? = 1
  166. configure: failed program was:
  167. | /* confdefs.h.  */
  168. |
  169. | #define PACKAGE_NAME "librsync"
  170. | #define PACKAGE_TARNAME "librsync"
  171. | #define PACKAGE_VERSION "0.9.7"
  172. | #define PACKAGE_STRING "librsync 0.9.7"
  173. | #define PACKAGE_BUGREPORT ""
  174. | #define PACKAGE "librsync"
  175. | #define VERSION "0.9.7"
  176. | #define _GNU_SOURCE 1
  177. | /* end confdefs.h.  */
  178. | #include <ac_nonexistent.h>
  179. configure:3248: result: gcc -E
  180. configure:3272: gcc -E  conftest.c
  181. configure:3278: $? = 0
  182. configure:3310: gcc -E  conftest.c
  183. conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
  184. configure:3316: $? = 1
  185. configure: failed program was:
  186. | /* confdefs.h.  */
  187. |
  188. | #define PACKAGE_NAME "librsync"
  189. | #define PACKAGE_TARNAME "librsync"
  190. | #define PACKAGE_VERSION "0.9.7"
  191. | #define PACKAGE_STRING "librsync 0.9.7"
  192. | #define PACKAGE_BUGREPORT ""
  193. | #define PACKAGE "librsync"
  194. | #define VERSION "0.9.7"
  195. | #define _GNU_SOURCE 1
  196. | /* end confdefs.h.  */
  197. | #include <ac_nonexistent.h>
  198. configure:3372: checking for a BSD-compatible install
  199. configure:3427: result: /usr/bin/install -c
  200. configure:3438: checking whether make sets $(MAKE)
  201. configure:3462: result: no
  202. configure:3521: checking build system type
  203. configure:3539: result: x86_64-unknown-linux-gnu
  204. configure:3547: checking host system type
  205. configure:3561: result: x86_64-unknown-linux-gnu
  206. configure:3569: checking for a sed that does not truncate output
  207. configure:3623: result: /bin/sed
  208. configure:3626: checking for egrep
  209. configure:3636: result: grep -E
  210. configure:3652: checking for ld used by gcc
  211. configure:3719: result: /usr/bin/ld
  212. configure:3728: checking if the linker (/usr/bin/ld) is GNU ld
  213. configure:3743: result: yes
  214. configure:3748: checking for /usr/bin/ld option to reload object files
  215. configure:3755: result: -r
  216. configure:3764: checking for BSD-compatible nm
  217. configure:3806: result: /usr/bin/nm -B
  218. configure:3810: checking whether ln -s works
  219. configure:3814: result: yes
  220. configure:3821: checking how to recognise dependent libraries
  221. configure:3995: result: pass_all
  222. configure:4079: gcc -c -g -O2  conftest.c >&5
  223. configure:4082: $? = 0
  224. configure:4203: checking for ANSI C header files
  225. configure:4228: gcc -c -g -O2  conftest.c >&5
  226. configure:4234: $? = 0
  227. configure:4237: test -z              || test ! -s conftest.err
  228. configure:4240: $? = 0
  229. configure:4243: test -s conftest.o
  230. configure:4246: $? = 0
  231. configure:4335: gcc -o conftest -g -O2   conftest.c  >&5
  232. conftest.c: In function 'main':
  233. conftest.c:29: warning: incompatible implicit declaration of built-in function 'exit'
  234. configure:4338: $? = 0
  235. configure:4340: ./conftest
  236. configure:4343: $? = 0
  237. configure:4358: result: yes
  238. configure:4382: checking for sys/types.h
  239. configure:4398: gcc -c -g -O2  conftest.c >&5
  240. configure:4404: $? = 0
  241. configure:4407: test -z              || test ! -s conftest.err
  242. configure:4410: $? = 0
  243. configure:4413: test -s conftest.o
  244. configure:4416: $? = 0
  245. configure:4427: result: yes
  246. configure:4382: checking for sys/stat.h
  247. configure:4398: gcc -c -g -O2  conftest.c >&5
  248. configure:4404: $? = 0
  249. configure:4407: test -z              || test ! -s conftest.err
  250. configure:4410: $? = 0
  251. configure:4413: test -s conftest.o
  252. configure:4416: $? = 0
  253. configure:4427: result: yes
  254. configure:4382: checking for stdlib.h
  255. configure:4398: gcc -c -g -O2  conftest.c >&5
  256. configure:4404: $? = 0
  257. configure:4407: test -z              || test ! -s conftest.err
  258. configure:4410: $? = 0
  259. configure:4413: test -s conftest.o
  260. configure:4416: $? = 0
  261. configure:4427: result: yes
  262. configure:4382: checking for string.h
  263. configure:4398: gcc -c -g -O2  conftest.c >&5
  264. configure:4404: $? = 0
  265. configure:4407: test -z              || test ! -s conftest.err
  266. configure:4410: $? = 0
  267. configure:4413: test -s conftest.o
  268. configure:4416: $? = 0
  269. configure:4427: result: yes
  270. configure:4382: checking for memory.h
  271. configure:4398: gcc -c -g -O2  conftest.c >&5
  272. configure:4404: $? = 0
  273. configure:4407: test -z              || test ! -s conftest.err
  274. configure:4410: $? = 0
  275. configure:4413: test -s conftest.o
  276. configure:4416: $? = 0
  277. configure:4427: result: yes
  278. configure:4382: checking for strings.h
  279. configure:4398: gcc -c -g -O2  conftest.c >&5
  280. configure:4404: $? = 0
  281. configure:4407: test -z              || test ! -s conftest.err
  282. configure:4410: $? = 0
  283. configure:4413: test -s conftest.o
  284. configure:4416: $? = 0
  285. configure:4427: result: yes
  286. configure:4382: checking for inttypes.h
  287. configure:4398: gcc -c -g -O2  conftest.c >&5
  288. configure:4404: $? = 0
  289. configure:4407: test -z              || test ! -s conftest.err
  290. configure:4410: $? = 0
  291. configure:4413: test -s conftest.o
  292. configure:4416: $? = 0
  293. configure:4427: result: yes
  294. configure:4382: checking for stdint.h
  295. configure:4398: gcc -c -g -O2  conftest.c >&5
  296. configure:4404: $? = 0
  297. configure:4407: test -z              || test ! -s conftest.err
  298. configure:4410: $? = 0
  299. configure:4413: test -s conftest.o
  300. configure:4416: $? = 0
  301. configure:4427: result: yes
  302. configure:4382: checking for unistd.h
  303. configure:4398: gcc -c -g -O2  conftest.c >&5
  304. configure:4404: $? = 0
  305. configure:4407: test -z              || test ! -s conftest.err
  306. configure:4410: $? = 0
  307. configure:4413: test -s conftest.o
  308. configure:4416: $? = 0
  309. configure:4427: result: yes
  310. configure:4453: checking dlfcn.h usability
  311. configure:4465: gcc -c -g -O2  conftest.c >&5
  312. configure:4471: $? = 0
  313. configure:4474: test -z              || test ! -s conftest.err
  314. configure:4477: $? = 0
  315. configure:4480: test -s conftest.o
  316. configure:4483: $? = 0
  317. configure:4493: result: yes
  318. configure:4497: checking dlfcn.h presence
  319. configure:4507: gcc -E  conftest.c
  320. configure:4513: $? = 0
  321. configure:4533: result: yes
  322. configure:4568: checking for dlfcn.h
  323. configure:4575: result: yes
  324. configure:4640: checking for g++
  325. configure:4669: result: no
  326. configure:4640: checking for c++
  327. configure:4669: result: no
  328. configure:4640: checking for gpp
  329. configure:4669: result: no
  330. configure:4640: checking for aCC
  331. configure:4669: result: no
  332. configure:4640: checking for CC
  333. configure:4669: result: no
  334. configure:4640: checking for cxx
  335. configure:4669: result: no
  336. configure:4640: checking for cc++
  337. configure:4669: result: no
  338. configure:4640: checking for cl
  339. configure:4669: result: no
  340. configure:4640: checking for FCC
  341. configure:4669: result: no
  342. configure:4640: checking for KCC
  343. configure:4669: result: no
  344. configure:4640: checking for RCC
  345. configure:4669: result: no
  346. configure:4640: checking for xlC_r
  347. configure:4669: result: no
  348. configure:4640: checking for xlC
  349. configure:4669: result: no
  350. configure:4682: checking for C++ compiler version
  351. configure:4685: g++ --version </dev/null >&5
  352. ./configure: line 4686: g++: command not found
  353. configure:4688: $? = 127
  354. configure:4690: g++ -v </dev/null >&5
  355. ./configure: line 4691: g++: command not found
  356. configure:4693: $? = 127
  357. configure:4695: g++ -V </dev/null >&5
  358. ./configure: line 4696: g++: command not found
  359. configure:4698: $? = 127
  360. configure:4701: checking whether we are using the GNU C++ compiler
  361. configure:4725: g++ -c   conftest.cc >&5
  362. ./configure: line 4726: g++: command not found
  363. configure:4731: $? = 127
  364. configure: failed program was:
  365. | /* confdefs.h.  */
  366. |
  367. | #define PACKAGE_NAME "librsync"
  368. | #define PACKAGE_TARNAME "librsync"
  369. | #define PACKAGE_VERSION "0.9.7"
  370. | #define PACKAGE_STRING "librsync 0.9.7"
  371. | #define PACKAGE_BUGREPORT ""
  372. | #define PACKAGE "librsync"
  373. | #define VERSION "0.9.7"
  374. | #define _GNU_SOURCE 1
  375. | #define STDC_HEADERS 1
  376. | #define HAVE_SYS_TYPES_H 1
  377. | #define HAVE_SYS_STAT_H 1
  378. | #define HAVE_STDLIB_H 1
  379. | #define HAVE_STRING_H 1
  380. | #define HAVE_MEMORY_H 1
  381. | #define HAVE_STRINGS_H 1
  382. | #define HAVE_INTTYPES_H 1
  383. | #define HAVE_STDINT_H 1
  384. | #define HAVE_UNISTD_H 1
  385. | #define HAVE_DLFCN_H 1
  386. | /* end confdefs.h.  */
  387. |
  388. | int
  389. | main ()
  390. | {
  391. | #ifndef __GNUC__
  392. |        choke me
  393. | #endif
  394. |
  395. |   ;
  396. |   return 0;
  397. | }
  398. configure:4756: result: no
  399. configure:4762: checking whether g++ accepts -g
  400. configure:4783: g++ -c -g  conftest.cc >&5
  401. ./configure: line 4784: g++: command not found
  402. configure:4789: $? = 127
  403. configure: failed program was:
  404. | /* confdefs.h.  */
  405. |
  406. | #define PACKAGE_NAME "librsync"
  407. | #define PACKAGE_TARNAME "librsync"
  408. | #define PACKAGE_VERSION "0.9.7"
  409. | #define PACKAGE_STRING "librsync 0.9.7"
  410. | #define PACKAGE_BUGREPORT ""
  411. | #define PACKAGE "librsync"
  412. | #define VERSION "0.9.7"
  413. | #define _GNU_SOURCE 1
  414. | #define STDC_HEADERS 1
  415. | #define HAVE_SYS_TYPES_H 1
  416. | #define HAVE_SYS_STAT_H 1
  417. | #define HAVE_STDLIB_H 1
  418. | #define HAVE_STRING_H 1
  419. | #define HAVE_MEMORY_H 1
  420. | #define HAVE_STRINGS_H 1
  421. | #define HAVE_INTTYPES_H 1
  422. | #define HAVE_STDINT_H 1
  423. | #define HAVE_UNISTD_H 1
  424. | #define HAVE_DLFCN_H 1
  425. | /* end confdefs.h.  */
  426. |
  427. | int
  428. | main ()
  429. | {
  430. |
  431. |   ;
  432. |   return 0;
  433. | }
  434. configure:4812: result: no
  435. configure:4854: g++ -c   conftest.cc >&5
  436. ./configure: line 4855: g++: command not found
  437. configure:4860: $? = 127
  438. configure: failed program was:
  439. | /* confdefs.h.  */
  440. |
  441. | #define PACKAGE_NAME "librsync"
  442. | #define PACKAGE_TARNAME "librsync"
  443. | #define PACKAGE_VERSION "0.9.7"
  444. | #define PACKAGE_STRING "librsync 0.9.7"
  445. | #define PACKAGE_BUGREPORT ""
  446. | #define PACKAGE "librsync"
  447. | #define VERSION "0.9.7"
  448. | #define _GNU_SOURCE 1
  449. | #define STDC_HEADERS 1
  450. | #define HAVE_SYS_TYPES_H 1
  451. | #define HAVE_SYS_STAT_H 1
  452. | #define HAVE_STDLIB_H 1
  453. | #define HAVE_STRING_H 1
  454. | #define HAVE_MEMORY_H 1
  455. | #define HAVE_STRINGS_H 1
  456. | #define HAVE_INTTYPES_H 1
  457. | #define HAVE_STDINT_H 1
  458. | #define HAVE_UNISTD_H 1
  459. | #define HAVE_DLFCN_H 1
  460. | /* end confdefs.h.  */
  461. |
  462. | #include <stdlib.h>
  463. | int
  464. | main ()
  465. | {
  466. | exit (42);
  467. |   ;
  468. |   return 0;
  469. | }
  470. configure:4854: g++ -c   conftest.cc >&5
  471. ./configure: line 4855: g++: command not found
  472. configure:4860: $? = 127
  473. configure: failed program was:
  474. | /* confdefs.h.  */
  475. |
  476. | #define PACKAGE_NAME "librsync"
  477. | #define PACKAGE_TARNAME "librsync"
  478. | #define PACKAGE_VERSION "0.9.7"
  479. | #define PACKAGE_STRING "librsync 0.9.7"
  480. | #define PACKAGE_BUGREPORT ""
  481. | #define PACKAGE "librsync"
  482. | #define VERSION "0.9.7"
  483. | #define _GNU_SOURCE 1
  484. | #define STDC_HEADERS 1
  485. | #define HAVE_SYS_TYPES_H 1
  486. | #define HAVE_SYS_STAT_H 1
  487. | #define HAVE_STDLIB_H 1
  488. | #define HAVE_STRING_H 1
  489. | #define HAVE_MEMORY_H 1
  490. | #define HAVE_STRINGS_H 1
  491. | #define HAVE_INTTYPES_H 1
  492. | #define HAVE_STDINT_H 1
  493. | #define HAVE_UNISTD_H 1
  494. | #define HAVE_DLFCN_H 1
  495. | /* end confdefs.h.  */
  496. | extern "C" void std::exit (int) throw (); using std::exit;
  497. | #include <stdlib.h>
  498. | int
  499. | main ()
  500. | {
  501. | exit (42);
  502. |   ;
  503. |   return 0;
  504. | }
  505. configure:4854: g++ -c   conftest.cc >&5
  506. ./configure: line 4855: g++: command not found
  507. configure:4860: $? = 127
  508. configure: failed program was:
  509. | /* confdefs.h.  */
  510. |
  511. | #define PACKAGE_NAME "librsync"
  512. | #define PACKAGE_TARNAME "librsync"
  513. | #define PACKAGE_VERSION "0.9.7"
  514. | #define PACKAGE_STRING "librsync 0.9.7"
  515. | #define PACKAGE_BUGREPORT ""
  516. | #define PACKAGE "librsync"
  517. | #define VERSION "0.9.7"
  518. | #define _GNU_SOURCE 1
  519. | #define STDC_HEADERS 1
  520. | #define HAVE_SYS_TYPES_H 1
  521. | #define HAVE_SYS_STAT_H 1
  522. | #define HAVE_STDLIB_H 1
  523. | #define HAVE_STRING_H 1
  524. | #define HAVE_MEMORY_H 1
  525. | #define HAVE_STRINGS_H 1
  526. | #define HAVE_INTTYPES_H 1
  527. | #define HAVE_STDINT_H 1
  528. | #define HAVE_UNISTD_H 1
  529. | #define HAVE_DLFCN_H 1
  530. | /* end confdefs.h.  */
  531. | extern "C" void std::exit (int); using std::exit;
  532. | #include <stdlib.h>
  533. | int
  534. | main ()
  535. | {
  536. | exit (42);
  537. |   ;
  538. |   return 0;
  539. | }
  540. configure:4854: g++ -c   conftest.cc >&5
  541. ./configure: line 4855: g++: command not found
  542. configure:4860: $? = 127
  543. configure: failed program was:
  544. | /* confdefs.h.  */
  545. |
  546. | #define PACKAGE_NAME "librsync"
  547. | #define PACKAGE_TARNAME "librsync"
  548. | #define PACKAGE_VERSION "0.9.7"
  549. | #define PACKAGE_STRING "librsync 0.9.7"
  550. | #define PACKAGE_BUGREPORT ""
  551. | #define PACKAGE "librsync"
  552. | #define VERSION "0.9.7"
  553. | #define _GNU_SOURCE 1
  554. | #define STDC_HEADERS 1
  555. | #define HAVE_SYS_TYPES_H 1
  556. | #define HAVE_SYS_STAT_H 1
  557. | #define HAVE_STDLIB_H 1
  558. | #define HAVE_STRING_H 1
  559. | #define HAVE_MEMORY_H 1
  560. | #define HAVE_STRINGS_H 1
  561. | #define HAVE_INTTYPES_H 1
  562. | #define HAVE_STDINT_H 1
  563. | #define HAVE_UNISTD_H 1
  564. | #define HAVE_DLFCN_H 1
  565. | /* end confdefs.h.  */
  566. | extern "C" void exit (int) throw ();
  567. | #include <stdlib.h>
  568. | int
  569. | main ()
  570. | {
  571. | exit (42);
  572. |   ;
  573. |   return 0;
  574. | }
  575. configure:4854: g++ -c   conftest.cc >&5
  576. ./configure: line 4855: g++: command not found
  577. configure:4860: $? = 127
  578. configure: failed program was:
  579. | /* confdefs.h.  */
  580. |
  581. | #define PACKAGE_NAME "librsync"
  582. | #define PACKAGE_TARNAME "librsync"
  583. | #define PACKAGE_VERSION "0.9.7"
  584. | #define PACKAGE_STRING "librsync 0.9.7"
  585. | #define PACKAGE_BUGREPORT ""
  586. | #define PACKAGE "librsync"
  587. | #define VERSION "0.9.7"
  588. | #define _GNU_SOURCE 1
  589. | #define STDC_HEADERS 1
  590. | #define HAVE_SYS_TYPES_H 1
  591. | #define HAVE_SYS_STAT_H 1
  592. | #define HAVE_STDLIB_H 1
  593. | #define HAVE_STRING_H 1
  594. | #define HAVE_MEMORY_H 1
  595. | #define HAVE_STRINGS_H 1
  596. | #define HAVE_INTTYPES_H 1
  597. | #define HAVE_STDINT_H 1
  598. | #define HAVE_UNISTD_H 1
  599. | #define HAVE_DLFCN_H 1
  600. | /* end confdefs.h.  */
  601. | extern "C" void exit (int);
  602. | #include <stdlib.h>
  603. | int
  604. | main ()
  605. | {
  606. | exit (42);
  607. |   ;
  608. |   return 0;
  609. | }
  610. configure:4854: g++ -c   conftest.cc >&5
  611. ./configure: line 4855: g++: command not found
  612. configure:4860: $? = 127
  613. configure: failed program was:
  614. | /* confdefs.h.  */
  615. |
  616. | #define PACKAGE_NAME "librsync"
  617. | #define PACKAGE_TARNAME "librsync"
  618. | #define PACKAGE_VERSION "0.9.7"
  619. | #define PACKAGE_STRING "librsync 0.9.7"
  620. | #define PACKAGE_BUGREPORT ""
  621. | #define PACKAGE "librsync"
  622. | #define VERSION "0.9.7"
  623. | #define _GNU_SOURCE 1
  624. | #define STDC_HEADERS 1
  625. | #define HAVE_SYS_TYPES_H 1
  626. | #define HAVE_SYS_STAT_H 1
  627. | #define HAVE_STDLIB_H 1
  628. | #define HAVE_STRING_H 1
  629. | #define HAVE_MEMORY_H 1
  630. | #define HAVE_STRINGS_H 1
  631. | #define HAVE_INTTYPES_H 1
  632. | #define HAVE_STDINT_H 1
  633. | #define HAVE_UNISTD_H 1
  634. | #define HAVE_DLFCN_H 1
  635. | /* end confdefs.h.  */
  636. | void exit (int);
  637. | #include <stdlib.h>
  638. | int
  639. | main ()
  640. | {
  641. | exit (42);
  642. |   ;
  643. |   return 0;
  644. | }
  645. configure:4941: checking dependency style of g++
  646. configure:5024: result: none
  647. configure:5046: checking how to run the C++ preprocessor
  648. configure:5077: g++ -E  conftest.cc
  649. ./configure: line 5078: g++: command not found
  650. configure:5083: $? = 127
  651. configure: failed program was:
  652. | /* confdefs.h.  */
  653. |
  654. | #define PACKAGE_NAME "librsync"
  655. | #define PACKAGE_TARNAME "librsync"
  656. | #define PACKAGE_VERSION "0.9.7"
  657. | #define PACKAGE_STRING "librsync 0.9.7"
  658. | #define PACKAGE_BUGREPORT ""
  659. | #define PACKAGE "librsync"
  660. | #define VERSION "0.9.7"
  661. | #define _GNU_SOURCE 1
  662. | #define STDC_HEADERS 1
  663. | #define HAVE_SYS_TYPES_H 1
  664. | #define HAVE_SYS_STAT_H 1
  665. | #define HAVE_STDLIB_H 1
  666. | #define HAVE_STRING_H 1
  667. | #define HAVE_MEMORY_H 1
  668. | #define HAVE_STRINGS_H 1
  669. | #define HAVE_INTTYPES_H 1
  670. | #define HAVE_STDINT_H 1
  671. | #define HAVE_UNISTD_H 1
  672. | #define HAVE_DLFCN_H 1
  673. | #ifdef __cplusplus
  674. | void exit (int);
  675. | #endif
  676. | /* end confdefs.h.  */
  677. | #ifdef __STDC__
  678. | # include <limits.h>
  679. | #else
  680. | # include <assert.h>
  681. | #endif
  682. |            Syntax error
  683. configure:5077: g++ -E  conftest.cc
  684. ./configure: line 5078: g++: command not found
  685. configure:5083: $? = 127
  686. configure: failed program was:
  687. | /* confdefs.h.  */
  688. |
  689. | #define PACKAGE_NAME "librsync"
  690. | #define PACKAGE_TARNAME "librsync"
  691. | #define PACKAGE_VERSION "0.9.7"
  692. | #define PACKAGE_STRING "librsync 0.9.7"
  693. | #define PACKAGE_BUGREPORT ""
  694. | #define PACKAGE "librsync"
  695. | #define VERSION "0.9.7"
  696. | #define _GNU_SOURCE 1
  697. | #define STDC_HEADERS 1
  698. | #define HAVE_SYS_TYPES_H 1
  699. | #define HAVE_SYS_STAT_H 1
  700. | #define HAVE_STDLIB_H 1
  701. | #define HAVE_STRING_H 1
  702. | #define HAVE_MEMORY_H 1
  703. | #define HAVE_STRINGS_H 1
  704. | #define HAVE_INTTYPES_H 1
  705. | #define HAVE_STDINT_H 1
  706. | #define HAVE_UNISTD_H 1
  707. | #define HAVE_DLFCN_H 1
  708. | #ifdef __cplusplus
  709. | void exit (int);
  710. | #endif
  711. | /* end confdefs.h.  */
  712. | #ifdef __STDC__
  713. | # include <limits.h>
  714. | #else
  715. | # include <assert.h>
  716. | #endif
  717. |            Syntax error
  718. configure:5077: /lib/cpp  conftest.cc
  719. cpp: error trying to exec 'cc1plus': execvp: No such file or directory
  720. configure:5083: $? = 1
  721. configure: failed program was:
  722. | /* confdefs.h.  */
  723. |
  724. | #define PACKAGE_NAME "librsync"
  725. | #define PACKAGE_TARNAME "librsync"
  726. | #define PACKAGE_VERSION "0.9.7"
  727. | #define PACKAGE_STRING "librsync 0.9.7"
  728. | #define PACKAGE_BUGREPORT ""
  729. | #define PACKAGE "librsync"
  730. | #define VERSION "0.9.7"
  731. | #define _GNU_SOURCE 1
  732. | #define STDC_HEADERS 1
  733. | #define HAVE_SYS_TYPES_H 1
  734. | #define HAVE_SYS_STAT_H 1
  735. | #define HAVE_STDLIB_H 1
  736. | #define HAVE_STRING_H 1
  737. | #define HAVE_MEMORY_H 1
  738. | #define HAVE_STRINGS_H 1
  739. | #define HAVE_INTTYPES_H 1
  740. | #define HAVE_STDINT_H 1
  741. | #define HAVE_UNISTD_H 1
  742. | #define HAVE_DLFCN_H 1
  743. | #ifdef __cplusplus
  744. | void exit (int);
  745. | #endif
  746. | /* end confdefs.h.  */
  747. | #ifdef __STDC__
  748. | # include <limits.h>
  749. | #else
  750. | # include <assert.h>
  751. | #endif
  752. |            Syntax error
  753. configure:5077: /lib/cpp  conftest.cc
  754. cpp: error trying to exec 'cc1plus': execvp: No such file or directory
  755. configure:5083: $? = 1
  756. configure: failed program was:
  757. | /* confdefs.h.  */
  758. |
  759. | #define PACKAGE_NAME "librsync"
  760. | #define PACKAGE_TARNAME "librsync"
  761. | #define PACKAGE_VERSION "0.9.7"
  762. | #define PACKAGE_STRING "librsync 0.9.7"
  763. | #define PACKAGE_BUGREPORT ""
  764. | #define PACKAGE "librsync"
  765. | #define VERSION "0.9.7"
  766. | #define _GNU_SOURCE 1
  767. | #define STDC_HEADERS 1
  768. | #define HAVE_SYS_TYPES_H 1
  769. | #define HAVE_SYS_STAT_H 1
  770. | #define HAVE_STDLIB_H 1
  771. | #define HAVE_STRING_H 1
  772. | #define HAVE_MEMORY_H 1
  773. | #define HAVE_STRINGS_H 1
  774. | #define HAVE_INTTYPES_H 1
  775. | #define HAVE_STDINT_H 1
  776. | #define HAVE_UNISTD_H 1
  777. | #define HAVE_DLFCN_H 1
  778. | #ifdef __cplusplus
  779. | void exit (int);
  780. | #endif
  781. | /* end confdefs.h.  */
  782. | #ifdef __STDC__
  783. | # include <limits.h>
  784. | #else
  785. | # include <assert.h>
  786. | #endif
  787. |            Syntax error
  788. configure:5160: result: /lib/cpp
  789. configure:5184: /lib/cpp  conftest.cc
  790. cpp: error trying to exec 'cc1plus': execvp: No such file or directory
  791. configure:5190: $? = 1
  792. configure: failed program was:
  793. | /* confdefs.h.  */
  794. |
  795. | #define PACKAGE_NAME "librsync"
  796. | #define PACKAGE_TARNAME "librsync"
  797. | #define PACKAGE_VERSION "0.9.7"
  798. | #define PACKAGE_STRING "librsync 0.9.7"
  799. | #define PACKAGE_BUGREPORT ""
  800. | #define PACKAGE "librsync"
  801. | #define VERSION "0.9.7"
  802. | #define _GNU_SOURCE 1
  803. | #define STDC_HEADERS 1
  804. | #define HAVE_SYS_TYPES_H 1
  805. | #define HAVE_SYS_STAT_H 1
  806. | #define HAVE_STDLIB_H 1
  807. | #define HAVE_STRING_H 1
  808. | #define HAVE_MEMORY_H 1
  809. | #define HAVE_STRINGS_H 1
  810. | #define HAVE_INTTYPES_H 1
  811. | #define HAVE_STDINT_H 1
  812. | #define HAVE_UNISTD_H 1
  813. | #define HAVE_DLFCN_H 1
  814. | #ifdef __cplusplus
  815. | void exit (int);
  816. | #endif
  817. | /* end confdefs.h.  */
  818. | #ifdef __STDC__
  819. | # include <limits.h>
  820. | #else
  821. | # include <assert.h>
  822. | #endif
  823. |            Syntax error
  824. configure:5184: /lib/cpp  conftest.cc
  825. cpp: error trying to exec 'cc1plus': execvp: No such file or directory
  826. configure:5190: $? = 1
  827. configure: failed program was:
  828. | /* confdefs.h.  */
  829. |
  830. | #define PACKAGE_NAME "librsync"
  831. | #define PACKAGE_TARNAME "librsync"
  832. | #define PACKAGE_VERSION "0.9.7"
  833. | #define PACKAGE_STRING "librsync 0.9.7"
  834. | #define PACKAGE_BUGREPORT ""
  835. | #define PACKAGE "librsync"
  836. | #define VERSION "0.9.7"
  837. | #define _GNU_SOURCE 1
  838. | #define STDC_HEADERS 1
  839. | #define HAVE_SYS_TYPES_H 1
  840. | #define HAVE_SYS_STAT_H 1
  841. | #define HAVE_STDLIB_H 1
  842. | #define HAVE_STRING_H 1
  843. | #define HAVE_MEMORY_H 1
  844. | #define HAVE_STRINGS_H 1
  845. | #define HAVE_INTTYPES_H 1
  846. | #define HAVE_STDINT_H 1
  847. | #define HAVE_UNISTD_H 1
  848. | #define HAVE_DLFCN_H 1
  849. | #ifdef __cplusplus
  850. | void exit (int);
  851. | #endif
  852. | /* end confdefs.h.  */
  853. | #ifdef __STDC__
  854. | # include <limits.h>
  855. | #else
  856. | # include <assert.h>
  857. | #endif
  858. |            Syntax error
  859. configure:5259: error: C++ preprocessor "/lib/cpp" fails sanity check
  860. See `config.log' for more details.
  861.  
  862. ## ---------------- ##
  863. ## Cache variables. ##
  864. ## ---------------- ##
  865.  
  866. ac_cv_build=x86_64-unknown-linux-gnu
  867. ac_cv_build_alias=x86_64-unknown-linux-gnu
  868. ac_cv_c_compiler_gnu=yes
  869. ac_cv_cxx_compiler_gnu=no
  870. ac_cv_env_CC_set=
  871. ac_cv_env_CC_value=
  872. ac_cv_env_CFLAGS_set=
  873. ac_cv_env_CFLAGS_value=
  874. ac_cv_env_CPPFLAGS_set=
  875. ac_cv_env_CPPFLAGS_value=
  876. ac_cv_env_CPP_set=
  877. ac_cv_env_CPP_value=
  878. ac_cv_env_CXXCPP_set=
  879. ac_cv_env_CXXCPP_value=
  880. ac_cv_env_CXXFLAGS_set=
  881. ac_cv_env_CXXFLAGS_value=
  882. ac_cv_env_CXX_set=
  883. ac_cv_env_CXX_value=
  884. ac_cv_env_F77_set=
  885. ac_cv_env_F77_value=
  886. ac_cv_env_FFLAGS_set=
  887. ac_cv_env_FFLAGS_value=
  888. ac_cv_env_LDFLAGS_set=
  889. ac_cv_env_LDFLAGS_value=
  890. ac_cv_env_build_alias_set=
  891. ac_cv_env_build_alias_value=
  892. ac_cv_env_host_alias_set=
  893. ac_cv_env_host_alias_value=
  894. ac_cv_env_target_alias_set=
  895. ac_cv_env_target_alias_value=
  896. ac_cv_exeext=
  897. ac_cv_header_dlfcn_h=yes
  898. ac_cv_header_inttypes_h=yes
  899. ac_cv_header_memory_h=yes
  900. ac_cv_header_stdc=yes
  901. ac_cv_header_stdint_h=yes
  902. ac_cv_header_stdlib_h=yes
  903. ac_cv_header_string_h=yes
  904. ac_cv_header_strings_h=yes
  905. ac_cv_header_sys_stat_h=yes
  906. ac_cv_header_sys_types_h=yes
  907. ac_cv_header_unistd_h=yes
  908. ac_cv_host=x86_64-unknown-linux-gnu
  909. ac_cv_host_alias=x86_64-unknown-linux-gnu
  910. ac_cv_lib_cposix_strerror=no
  911. ac_cv_objext=o
  912. ac_cv_path_install='/usr/bin/install -c'
  913. ac_cv_prog_AWK=gawk
  914. ac_cv_prog_CPP='gcc -E'
  915. ac_cv_prog_CXXCPP=/lib/cpp
  916. ac_cv_prog_ac_ct_CC=gcc
  917. ac_cv_prog_cc_g=yes
  918. ac_cv_prog_cc_stdc=
  919. ac_cv_prog_cxx_g=no
  920. ac_cv_prog_egrep='grep -E'
  921. ac_cv_prog_make_make_set=no
  922. am_cv_CC_dependencies_compiler_type=none
  923. am_cv_CXX_dependencies_compiler_type=none
  924. lt_cv_deplibs_check_method=pass_all
  925. lt_cv_file_magic_cmd='$MAGIC_CMD'
  926. lt_cv_file_magic_test_file=
  927. lt_cv_ld_reload_flag=-r
  928. lt_cv_path_LD=/usr/bin/ld
  929. lt_cv_path_NM='/usr/bin/nm -B'
  930. lt_cv_path_SED=/bin/sed
  931. lt_cv_prog_gnu_ld=yes
  932.  
  933. ## ----------------- ##
  934. ## Output variables. ##
  935. ## ----------------- ##
  936.  
  937. ACLOCAL='${SHELL} /var/_Exe/librsync/missing --run aclocal-1.7'
  938. ALLOCA=''
  939. AMDEPBACKSLASH='\'
  940. AMDEP_FALSE='#'
  941. AMDEP_TRUE=''
  942. AMTAR='${SHELL} /var/_Exe/librsync/missing --run tar'
  943. AR=''
  944. AUTOCONF='${SHELL} /var/_Exe/librsync/missing --run autoconf'
  945. AUTOHEADER='${SHELL} /var/_Exe/librsync/missing --run autoheader'
  946. AUTOMAKE='${SHELL} /var/_Exe/librsync/missing --run automake-1.7'
  947. AWK='gawk'
  948. BUILD_POPT=''
  949. CC='gcc'
  950. CCDEPMODE='depmode=none'
  951. CFLAGS='-g -O2'
  952. CPP='gcc -E'
  953. CPPFLAGS=''
  954. CXX='g++'
  955. CXXCPP='/lib/cpp'
  956. CXXDEPMODE='depmode=none'
  957. CXXFLAGS=''
  958. CYGPATH_W='echo'
  959. DEFS=''
  960. DEPDIR='.deps'
  961. ECHO='echo'
  962. ECHO_C=''
  963. ECHO_N='-n'
  964. ECHO_T=''
  965. EGREP='grep -E'
  966. EXEEXT=''
  967. F77=''
  968. FFLAGS=''
  969. INSTALL_DATA='${INSTALL} -m 644'
  970. INSTALL_PROGRAM='${INSTALL}'
  971. INSTALL_SCRIPT='${INSTALL}'
  972. INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
  973. LDFLAGS=''
  974. LIBOBJS=''
  975. LIBS=''
  976. LIBTOOL=''
  977. LN_S='ln -s'
  978. LTLIBOBJS=''
  979. MAKEINFO='${SHELL} /var/_Exe/librsync/missing --run makeinfo'
  980. OBJEXT='o'
  981. PACKAGE='librsync'
  982. PACKAGE_BUGREPORT=''
  983. PACKAGE_NAME='librsync'
  984. PACKAGE_STRING='librsync 0.9.7'
  985. PACKAGE_TARNAME='librsync'
  986. PACKAGE_VERSION='0.9.7'
  987. PATH_SEPARATOR=':'
  988. RANLIB=''
  989. RS_LONG_T=''
  990. SET_MAKE='MAKE=make'
  991. SHELL='/bin/sh'
  992. STRIP=''
  993. VERSION='0.9.7'
  994. ac_ct_AR=''
  995. ac_ct_CC='gcc'
  996. ac_ct_CXX='g++'
  997. ac_ct_F77=''
  998. ac_ct_RANLIB=''
  999. ac_ct_STRIP=''
  1000. am__fastdepCC_FALSE=''
  1001. am__fastdepCC_TRUE='#'
  1002. am__fastdepCXX_FALSE=''
  1003. am__fastdepCXX_TRUE='#'
  1004. am__include='#'
  1005. am__leading_dot='.'
  1006. am__quote=''
  1007. bindir='${exec_prefix}/bin'
  1008. build='x86_64-unknown-linux-gnu'
  1009. build_alias=''
  1010. build_cpu='x86_64'
  1011. build_os='linux-gnu'
  1012. build_vendor='unknown'
  1013. datadir='${prefix}/share'
  1014. exec_prefix='NONE'
  1015. host='x86_64-unknown-linux-gnu'
  1016. host_alias=''
  1017. host_cpu='x86_64'
  1018. host_os='linux-gnu'
  1019. host_vendor='unknown'
  1020. includedir='${prefix}/include'
  1021. infodir='${prefix}/info'
  1022. install_sh='/var/_Exe/librsync/install-sh'
  1023. libdir='${exec_prefix}/lib'
  1024. libexecdir='${exec_prefix}/libexec'
  1025. librsync_libversion='1:2:0'
  1026. localstatedir='${prefix}/var'
  1027. mandir='${prefix}/man'
  1028. oldincludedir='/usr/include'
  1029. prefix='NONE'
  1030. program_transform_name='s,x,x,'
  1031. sbindir='${exec_prefix}/sbin'
  1032. sharedstatedir='${prefix}/com'
  1033. sysconfdir='${prefix}/etc'
  1034. target_alias=''
  1035.  
  1036. ## ----------- ##
  1037. ## confdefs.h. ##
  1038. ## ----------- ##
  1039.  
  1040. #define HAVE_DLFCN_H 1
  1041. #define HAVE_INTTYPES_H 1
  1042. #define HAVE_MEMORY_H 1
  1043. #define HAVE_STDINT_H 1
  1044. #define HAVE_STDLIB_H 1
  1045. #define HAVE_STRINGS_H 1
  1046. #define HAVE_STRING_H 1
  1047. #define HAVE_SYS_STAT_H 1
  1048. #define HAVE_SYS_TYPES_H 1
  1049. #define HAVE_UNISTD_H 1
  1050. #define PACKAGE "librsync"
  1051. #define PACKAGE_BUGREPORT ""
  1052. #define PACKAGE_NAME "librsync"
  1053. #define PACKAGE_STRING "librsync 0.9.7"
  1054. #define PACKAGE_TARNAME "librsync"
  1055. #define PACKAGE_VERSION "0.9.7"
  1056. #define STDC_HEADERS 1
  1057. #define VERSION "0.9.7"
  1058. #define _GNU_SOURCE 1
  1059. #endif
  1060. #ifdef __cplusplus
  1061. void exit (int);
  1062.  
  1063. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement