Guest User

Untitled

a guest
Apr 22nd, 2018
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.57 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 libltdl configure 1.2, which was
  5. generated by GNU Autoconf 2.57. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = sonic
  14. uname -m = i686
  15. uname -r = 2.6.22-14-generic
  16. uname -s = Linux
  17. uname -v = #1 SMP Tue Feb 12 07:42:25 UTC 2008
  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. hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /home/james/bin
  31. PATH: /usr/local/sbin
  32. PATH: /usr/local/bin
  33. PATH: /usr/sbin
  34. PATH: /usr/bin
  35. PATH: /sbin
  36. PATH: /bin
  37. PATH: /usr/games
  38.  
  39.  
  40. ## ----------- ##
  41. ## Core tests. ##
  42. ## ----------- ##
  43.  
  44. configure:1546: checking for a BSD-compatible install
  45. configure:1600: result: /usr/bin/install -c
  46. configure:1611: checking whether build environment is sane
  47. configure:1654: result: yes
  48. configure:1687: checking for gawk
  49. configure:1716: result: no
  50. configure:1687: checking for mawk
  51. configure:1703: found /usr/bin/mawk
  52. configure:1713: result: mawk
  53. configure:1723: checking whether make sets $(MAKE)
  54. configure:1743: result: yes
  55. configure:1951: checking for gcc
  56. configure:1967: found /usr/bin/gcc
  57. configure:1977: result: gcc
  58. configure:2221: checking for C compiler version
  59. configure:2224: gcc --version </dev/null >&5
  60. gcc (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
  61. Copyright (C) 2006 Free Software Foundation, Inc.
  62. This is free software; see the source for copying conditions. There is NO
  63. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  64.  
  65. configure:2227: $? = 0
  66. configure:2229: gcc -v </dev/null >&5
  67. Using built-in specs.
  68. Target: i486-linux-gnu
  69. Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --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.1.3 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
  70. Thread model: posix
  71. gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
  72. configure:2232: $? = 0
  73. configure:2234: gcc -V </dev/null >&5
  74. gcc: '-V' option must have argument
  75. configure:2237: $? = 1
  76. configure:2261: checking for C compiler default output
  77. configure:2264: gcc conftest.c >&5
  78. configure:2267: $? = 0
  79. configure:2313: result: a.out
  80. configure:2318: checking whether the C compiler works
  81. configure:2324: ./a.out
  82. configure:2327: $? = 0
  83. configure:2344: result: yes
  84. configure:2351: checking whether we are cross compiling
  85. configure:2353: result: no
  86. configure:2356: checking for suffix of executables
  87. configure:2358: gcc -o conftest conftest.c >&5
  88. configure:2361: $? = 0
  89. configure:2386: result:
  90. configure:2392: checking for suffix of object files
  91. configure:2414: gcc -c conftest.c >&5
  92. configure:2417: $? = 0
  93. configure:2439: result: o
  94. configure:2443: checking whether we are using the GNU C compiler
  95. configure:2468: gcc -c conftest.c >&5
  96. configure:2471: $? = 0
  97. configure:2474: test -s conftest.o
  98. configure:2477: $? = 0
  99. configure:2490: result: yes
  100. configure:2496: checking whether gcc accepts -g
  101. configure:2518: gcc -c -g conftest.c >&5
  102. configure:2521: $? = 0
  103. configure:2524: test -s conftest.o
  104. configure:2527: $? = 0
  105. configure:2538: result: yes
  106. configure:2555: checking for gcc option to accept ANSI C
  107. configure:2616: gcc -c -g -O2 conftest.c >&5
  108. configure:2619: $? = 0
  109. configure:2622: test -s conftest.o
  110. configure:2625: $? = 0
  111. configure:2643: result: none needed
  112. configure:2661: gcc -c -g -O2 conftest.c >&5
  113. conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
  114. configure:2664: $? = 1
  115. configure: failed program was:
  116. | #ifndef __cplusplus
  117. | choke me
  118. | #endif
  119. configure:2783: checking for style of include used by make
  120. configure:2811: result: GNU
  121. configure:2839: checking dependency style of gcc
  122. configure:2907: result: none
  123. configure:2925: checking for an ANSI C-conforming const
  124. configure:2993: gcc -c -g -O2 conftest.c >&5
  125. configure:2996: $? = 0
  126. configure:2999: test -s conftest.o
  127. configure:3002: $? = 0
  128. configure:3013: result: yes
  129. configure:3023: checking for inline
  130. configure:3045: gcc -c -g -O2 conftest.c >&5
  131. configure:3048: $? = 0
  132. configure:3051: test -s conftest.o
  133. configure:3054: $? = 0
  134. configure:3066: result: inline
  135. configure:3166: checking build system type
  136. configure:3184: result: i686-pc-linux-gnu
  137. configure:3192: checking host system type
  138. configure:3206: result: i686-pc-linux-gnu
  139. configure:3214: checking for a sed that does not truncate output
  140. configure:3268: result: /bin/sed
  141. configure:3271: checking for egrep
  142. configure:3281: result: grep -E
  143. configure:3297: checking for ld used by gcc
  144. configure:3364: result: /usr/bin/ld
  145. configure:3373: checking if the linker (/usr/bin/ld) is GNU ld
  146. configure:3388: result: yes
  147. configure:3393: checking for /usr/bin/ld option to reload object files
  148. configure:3400: result: -r
  149. configure:3409: checking for BSD-compatible nm
  150. configure:3451: result: /usr/bin/nm -B
  151. configure:3455: checking whether ln -s works
  152. configure:3459: result: yes
  153. configure:3466: checking how to recognise dependent libraries
  154. configure:3666: result: pass_all
  155. configure:4111: checking how to run the C preprocessor
  156. configure:4147: gcc -E conftest.c
  157. configure:4153: $? = 0
  158. configure:4185: gcc -E conftest.c
  159. configure:4184:28: error: ac_nonexistent.h: No such file or directory
  160. configure:4191: $? = 1
  161. configure: failed program was:
  162. | #line 4176 "configure"
  163. | /* confdefs.h. */
  164. |
  165. | #define PACKAGE_NAME "libltdl"
  166. | #define PACKAGE_TARNAME "libltdl"
  167. | #define PACKAGE_VERSION "1.2"
  168. | #define PACKAGE_STRING "libltdl 1.2"
  169. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  170. | /* end confdefs.h. */
  171. | #include <ac_nonexistent.h>
  172. configure:4229: result: gcc -E
  173. configure:4254: gcc -E conftest.c
  174. configure:4260: $? = 0
  175. configure:4292: gcc -E conftest.c
  176. configure:4291:28: error: ac_nonexistent.h: No such file or directory
  177. configure:4298: $? = 1
  178. configure: failed program was:
  179. | #line 4283 "configure"
  180. | /* confdefs.h. */
  181. |
  182. | #define PACKAGE_NAME "libltdl"
  183. | #define PACKAGE_TARNAME "libltdl"
  184. | #define PACKAGE_VERSION "1.2"
  185. | #define PACKAGE_STRING "libltdl 1.2"
  186. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  187. | /* end confdefs.h. */
  188. | #include <ac_nonexistent.h>
  189. configure:4341: checking for ANSI C header files
  190. configure:4367: gcc -c -g -O2 conftest.c >&5
  191. configure:4370: $? = 0
  192. configure:4373: test -s conftest.o
  193. configure:4376: $? = 0
  194. configure:4468: gcc -o conftest -g -O2 conftest.c >&5
  195. configure: In function 'main':
  196. configure:4461: warning: incompatible implicit declaration of built-in function 'exit'
  197. configure:4471: $? = 0
  198. configure:4473: ./conftest
  199. configure:4476: $? = 0
  200. configure:4491: result: yes
  201. configure:4515: checking for sys/types.h
  202. configure:4532: gcc -c -g -O2 conftest.c >&5
  203. configure:4535: $? = 0
  204. configure:4538: test -s conftest.o
  205. configure:4541: $? = 0
  206. configure:4552: result: yes
  207. configure:4515: checking for sys/stat.h
  208. configure:4532: gcc -c -g -O2 conftest.c >&5
  209. configure:4535: $? = 0
  210. configure:4538: test -s conftest.o
  211. configure:4541: $? = 0
  212. configure:4552: result: yes
  213. configure:4515: checking for stdlib.h
  214. configure:4532: gcc -c -g -O2 conftest.c >&5
  215. configure:4535: $? = 0
  216. configure:4538: test -s conftest.o
  217. configure:4541: $? = 0
  218. configure:4552: result: yes
  219. configure:4515: checking for string.h
  220. configure:4532: gcc -c -g -O2 conftest.c >&5
  221. configure:4535: $? = 0
  222. configure:4538: test -s conftest.o
  223. configure:4541: $? = 0
  224. configure:4552: result: yes
  225. configure:4515: checking for memory.h
  226. configure:4532: gcc -c -g -O2 conftest.c >&5
  227. configure:4535: $? = 0
  228. configure:4538: test -s conftest.o
  229. configure:4541: $? = 0
  230. configure:4552: result: yes
  231. configure:4515: checking for strings.h
  232. configure:4532: gcc -c -g -O2 conftest.c >&5
  233. configure:4535: $? = 0
  234. configure:4538: test -s conftest.o
  235. configure:4541: $? = 0
  236. configure:4552: result: yes
  237. configure:4515: checking for inttypes.h
  238. configure:4532: gcc -c -g -O2 conftest.c >&5
  239. configure:4535: $? = 0
  240. configure:4538: test -s conftest.o
  241. configure:4541: $? = 0
  242. configure:4552: result: yes
  243. configure:4515: checking for stdint.h
  244. configure:4532: gcc -c -g -O2 conftest.c >&5
  245. configure:4535: $? = 0
  246. configure:4538: test -s conftest.o
  247. configure:4541: $? = 0
  248. configure:4552: result: yes
  249. configure:4515: checking for unistd.h
  250. configure:4532: gcc -c -g -O2 conftest.c >&5
  251. configure:4535: $? = 0
  252. configure:4538: test -s conftest.o
  253. configure:4541: $? = 0
  254. configure:4552: result: yes
  255. configure:4578: checking dlfcn.h usability
  256. configure:4591: gcc -c -g -O2 conftest.c >&5
  257. configure:4594: $? = 0
  258. configure:4597: test -s conftest.o
  259. configure:4600: $? = 0
  260. configure:4610: result: yes
  261. configure:4614: checking dlfcn.h presence
  262. configure:4625: gcc -E conftest.c
  263. configure:4631: $? = 0
  264. configure:4650: result: yes
  265. configure:4686: checking for dlfcn.h
  266. configure:4693: result: yes
  267. configure:4758: checking for g++
  268. configure:4787: result: no
  269. configure:4758: checking for c++
  270. configure:4787: result: no
  271. configure:4758: checking for gpp
  272. configure:4787: result: no
  273. configure:4758: checking for aCC
  274. configure:4787: result: no
  275. configure:4758: checking for CC
  276. configure:4787: result: no
  277. configure:4758: checking for cxx
  278. configure:4787: result: no
  279. configure:4758: checking for cc++
  280. configure:4787: result: no
  281. configure:4758: checking for cl
  282. configure:4787: result: no
  283. configure:4758: checking for FCC
  284. configure:4787: result: no
  285. configure:4758: checking for KCC
  286. configure:4787: result: no
  287. configure:4758: checking for RCC
  288. configure:4787: result: no
  289. configure:4758: checking for xlC_r
  290. configure:4787: result: no
  291. configure:4758: checking for xlC
  292. configure:4787: result: no
  293. configure:4800: checking for C++ compiler version
  294. configure:4803: g++ --version </dev/null >&5
  295. ./configure: line 4804: g++: command not found
  296. configure:4806: $? = 127
  297. configure:4808: g++ -v </dev/null >&5
  298. ./configure: line 4809: g++: command not found
  299. configure:4811: $? = 127
  300. configure:4813: g++ -V </dev/null >&5
  301. ./configure: line 4814: g++: command not found
  302. configure:4816: $? = 127
  303. configure:4819: checking whether we are using the GNU C++ compiler
  304. configure:4844: g++ -c conftest.cc >&5
  305. ./configure: line 4845: g++: command not found
  306. configure:4847: $? = 127
  307. configure: failed program was:
  308. | #line 4824 "configure"
  309. | /* confdefs.h. */
  310. |
  311. | #define PACKAGE_NAME "libltdl"
  312. | #define PACKAGE_TARNAME "libltdl"
  313. | #define PACKAGE_VERSION "1.2"
  314. | #define PACKAGE_STRING "libltdl 1.2"
  315. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  316. | #define STDC_HEADERS 1
  317. | #define HAVE_SYS_TYPES_H 1
  318. | #define HAVE_SYS_STAT_H 1
  319. | #define HAVE_STDLIB_H 1
  320. | #define HAVE_STRING_H 1
  321. | #define HAVE_MEMORY_H 1
  322. | #define HAVE_STRINGS_H 1
  323. | #define HAVE_INTTYPES_H 1
  324. | #define HAVE_STDINT_H 1
  325. | #define HAVE_UNISTD_H 1
  326. | #define HAVE_DLFCN_H 1
  327. | /* end confdefs.h. */
  328. |
  329. | int
  330. | main ()
  331. | {
  332. | #ifndef __GNUC__
  333. | choke me
  334. | #endif
  335. |
  336. | ;
  337. | return 0;
  338. | }
  339. configure:4866: result: no
  340. configure:4872: checking whether g++ accepts -g
  341. configure:4894: g++ -c -g conftest.cc >&5
  342. ./configure: line 4895: g++: command not found
  343. configure:4897: $? = 127
  344. configure: failed program was:
  345. | #line 4877 "configure"
  346. | /* confdefs.h. */
  347. |
  348. | #define PACKAGE_NAME "libltdl"
  349. | #define PACKAGE_TARNAME "libltdl"
  350. | #define PACKAGE_VERSION "1.2"
  351. | #define PACKAGE_STRING "libltdl 1.2"
  352. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  353. | #define STDC_HEADERS 1
  354. | #define HAVE_SYS_TYPES_H 1
  355. | #define HAVE_SYS_STAT_H 1
  356. | #define HAVE_STDLIB_H 1
  357. | #define HAVE_STRING_H 1
  358. | #define HAVE_MEMORY_H 1
  359. | #define HAVE_STRINGS_H 1
  360. | #define HAVE_INTTYPES_H 1
  361. | #define HAVE_STDINT_H 1
  362. | #define HAVE_UNISTD_H 1
  363. | #define HAVE_DLFCN_H 1
  364. | /* end confdefs.h. */
  365. |
  366. | int
  367. | main ()
  368. | {
  369. |
  370. | ;
  371. | return 0;
  372. | }
  373. configure:4914: result: no
  374. configure:4958: g++ -c conftest.cc >&5
  375. ./configure: line 4959: g++: command not found
  376. configure:4961: $? = 127
  377. configure: failed program was:
  378. | #line 4940 "configure"
  379. | /* confdefs.h. */
  380. |
  381. | #define PACKAGE_NAME "libltdl"
  382. | #define PACKAGE_TARNAME "libltdl"
  383. | #define PACKAGE_VERSION "1.2"
  384. | #define PACKAGE_STRING "libltdl 1.2"
  385. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  386. | #define STDC_HEADERS 1
  387. | #define HAVE_SYS_TYPES_H 1
  388. | #define HAVE_SYS_STAT_H 1
  389. | #define HAVE_STDLIB_H 1
  390. | #define HAVE_STRING_H 1
  391. | #define HAVE_MEMORY_H 1
  392. | #define HAVE_STRINGS_H 1
  393. | #define HAVE_INTTYPES_H 1
  394. | #define HAVE_STDINT_H 1
  395. | #define HAVE_UNISTD_H 1
  396. | #define HAVE_DLFCN_H 1
  397. | /* end confdefs.h. */
  398. | #include <stdlib.h>
  399. |
  400. | int
  401. | main ()
  402. | {
  403. | exit (42);
  404. | ;
  405. | return 0;
  406. | }
  407. configure:4958: g++ -c conftest.cc >&5
  408. ./configure: line 4959: g++: command not found
  409. configure:4961: $? = 127
  410. configure: failed program was:
  411. | #line 4940 "configure"
  412. | /* confdefs.h. */
  413. |
  414. | #define PACKAGE_NAME "libltdl"
  415. | #define PACKAGE_TARNAME "libltdl"
  416. | #define PACKAGE_VERSION "1.2"
  417. | #define PACKAGE_STRING "libltdl 1.2"
  418. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  419. | #define STDC_HEADERS 1
  420. | #define HAVE_SYS_TYPES_H 1
  421. | #define HAVE_SYS_STAT_H 1
  422. | #define HAVE_STDLIB_H 1
  423. | #define HAVE_STRING_H 1
  424. | #define HAVE_MEMORY_H 1
  425. | #define HAVE_STRINGS_H 1
  426. | #define HAVE_INTTYPES_H 1
  427. | #define HAVE_STDINT_H 1
  428. | #define HAVE_UNISTD_H 1
  429. | #define HAVE_DLFCN_H 1
  430. | /* end confdefs.h. */
  431. | #include <stdlib.h>
  432. | #include <stdlib.h>
  433. | int
  434. | main ()
  435. | {
  436. | exit (42);
  437. | ;
  438. | return 0;
  439. | }
  440. configure:4958: g++ -c conftest.cc >&5
  441. ./configure: line 4959: g++: command not found
  442. configure:4961: $? = 127
  443. configure: failed program was:
  444. | #line 4940 "configure"
  445. | /* confdefs.h. */
  446. |
  447. | #define PACKAGE_NAME "libltdl"
  448. | #define PACKAGE_TARNAME "libltdl"
  449. | #define PACKAGE_VERSION "1.2"
  450. | #define PACKAGE_STRING "libltdl 1.2"
  451. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  452. | #define STDC_HEADERS 1
  453. | #define HAVE_SYS_TYPES_H 1
  454. | #define HAVE_SYS_STAT_H 1
  455. | #define HAVE_STDLIB_H 1
  456. | #define HAVE_STRING_H 1
  457. | #define HAVE_MEMORY_H 1
  458. | #define HAVE_STRINGS_H 1
  459. | #define HAVE_INTTYPES_H 1
  460. | #define HAVE_STDINT_H 1
  461. | #define HAVE_UNISTD_H 1
  462. | #define HAVE_DLFCN_H 1
  463. | /* end confdefs.h. */
  464. | #include <stdlib.h>
  465. | extern "C" void std::exit (int) throw (); using std::exit;
  466. | int
  467. | main ()
  468. | {
  469. | exit (42);
  470. | ;
  471. | return 0;
  472. | }
  473. configure:4958: g++ -c conftest.cc >&5
  474. ./configure: line 4959: g++: command not found
  475. configure:4961: $? = 127
  476. configure: failed program was:
  477. | #line 4940 "configure"
  478. | /* confdefs.h. */
  479. |
  480. | #define PACKAGE_NAME "libltdl"
  481. | #define PACKAGE_TARNAME "libltdl"
  482. | #define PACKAGE_VERSION "1.2"
  483. | #define PACKAGE_STRING "libltdl 1.2"
  484. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  485. | #define STDC_HEADERS 1
  486. | #define HAVE_SYS_TYPES_H 1
  487. | #define HAVE_SYS_STAT_H 1
  488. | #define HAVE_STDLIB_H 1
  489. | #define HAVE_STRING_H 1
  490. | #define HAVE_MEMORY_H 1
  491. | #define HAVE_STRINGS_H 1
  492. | #define HAVE_INTTYPES_H 1
  493. | #define HAVE_STDINT_H 1
  494. | #define HAVE_UNISTD_H 1
  495. | #define HAVE_DLFCN_H 1
  496. | /* end confdefs.h. */
  497. | #include <stdlib.h>
  498. | extern "C" void std::exit (int); using std::exit;
  499. | int
  500. | main ()
  501. | {
  502. | exit (42);
  503. | ;
  504. | return 0;
  505. | }
  506. configure:4958: g++ -c conftest.cc >&5
  507. ./configure: line 4959: g++: command not found
  508. configure:4961: $? = 127
  509. configure: failed program was:
  510. | #line 4940 "configure"
  511. | /* confdefs.h. */
  512. |
  513. | #define PACKAGE_NAME "libltdl"
  514. | #define PACKAGE_TARNAME "libltdl"
  515. | #define PACKAGE_VERSION "1.2"
  516. | #define PACKAGE_STRING "libltdl 1.2"
  517. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  518. | #define STDC_HEADERS 1
  519. | #define HAVE_SYS_TYPES_H 1
  520. | #define HAVE_SYS_STAT_H 1
  521. | #define HAVE_STDLIB_H 1
  522. | #define HAVE_STRING_H 1
  523. | #define HAVE_MEMORY_H 1
  524. | #define HAVE_STRINGS_H 1
  525. | #define HAVE_INTTYPES_H 1
  526. | #define HAVE_STDINT_H 1
  527. | #define HAVE_UNISTD_H 1
  528. | #define HAVE_DLFCN_H 1
  529. | /* end confdefs.h. */
  530. | #include <stdlib.h>
  531. | extern "C" void exit (int) throw ();
  532. | int
  533. | main ()
  534. | {
  535. | exit (42);
  536. | ;
  537. | return 0;
  538. | }
  539. configure:4958: g++ -c conftest.cc >&5
  540. ./configure: line 4959: g++: command not found
  541. configure:4961: $? = 127
  542. configure: failed program was:
  543. | #line 4940 "configure"
  544. | /* confdefs.h. */
  545. |
  546. | #define PACKAGE_NAME "libltdl"
  547. | #define PACKAGE_TARNAME "libltdl"
  548. | #define PACKAGE_VERSION "1.2"
  549. | #define PACKAGE_STRING "libltdl 1.2"
  550. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  551. | #define STDC_HEADERS 1
  552. | #define HAVE_SYS_TYPES_H 1
  553. | #define HAVE_SYS_STAT_H 1
  554. | #define HAVE_STDLIB_H 1
  555. | #define HAVE_STRING_H 1
  556. | #define HAVE_MEMORY_H 1
  557. | #define HAVE_STRINGS_H 1
  558. | #define HAVE_INTTYPES_H 1
  559. | #define HAVE_STDINT_H 1
  560. | #define HAVE_UNISTD_H 1
  561. | #define HAVE_DLFCN_H 1
  562. | /* end confdefs.h. */
  563. | #include <stdlib.h>
  564. | extern "C" void exit (int);
  565. | int
  566. | main ()
  567. | {
  568. | exit (42);
  569. | ;
  570. | return 0;
  571. | }
  572. configure:4958: g++ -c conftest.cc >&5
  573. ./configure: line 4959: g++: command not found
  574. configure:4961: $? = 127
  575. configure: failed program was:
  576. | #line 4940 "configure"
  577. | /* confdefs.h. */
  578. |
  579. | #define PACKAGE_NAME "libltdl"
  580. | #define PACKAGE_TARNAME "libltdl"
  581. | #define PACKAGE_VERSION "1.2"
  582. | #define PACKAGE_STRING "libltdl 1.2"
  583. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  584. | #define STDC_HEADERS 1
  585. | #define HAVE_SYS_TYPES_H 1
  586. | #define HAVE_SYS_STAT_H 1
  587. | #define HAVE_STDLIB_H 1
  588. | #define HAVE_STRING_H 1
  589. | #define HAVE_MEMORY_H 1
  590. | #define HAVE_STRINGS_H 1
  591. | #define HAVE_INTTYPES_H 1
  592. | #define HAVE_STDINT_H 1
  593. | #define HAVE_UNISTD_H 1
  594. | #define HAVE_DLFCN_H 1
  595. | /* end confdefs.h. */
  596. | #include <stdlib.h>
  597. | void exit (int);
  598. | int
  599. | main ()
  600. | {
  601. | exit (42);
  602. | ;
  603. | return 0;
  604. | }
  605. configure:5028: checking dependency style of g++
  606. configure:5096: result: none
  607. configure:5118: checking how to run the C++ preprocessor
  608. configure:5150: g++ -E conftest.cc
  609. ./configure: line 5151: g++: command not found
  610. configure:5156: $? = 127
  611. configure: failed program was:
  612. | #line 5136 "configure"
  613. | /* confdefs.h. */
  614. |
  615. | #define PACKAGE_NAME "libltdl"
  616. | #define PACKAGE_TARNAME "libltdl"
  617. | #define PACKAGE_VERSION "1.2"
  618. | #define PACKAGE_STRING "libltdl 1.2"
  619. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  620. | #define STDC_HEADERS 1
  621. | #define HAVE_SYS_TYPES_H 1
  622. | #define HAVE_SYS_STAT_H 1
  623. | #define HAVE_STDLIB_H 1
  624. | #define HAVE_STRING_H 1
  625. | #define HAVE_MEMORY_H 1
  626. | #define HAVE_STRINGS_H 1
  627. | #define HAVE_INTTYPES_H 1
  628. | #define HAVE_STDINT_H 1
  629. | #define HAVE_UNISTD_H 1
  630. | #define HAVE_DLFCN_H 1
  631. | #ifdef __cplusplus
  632. | void exit (int);
  633. | #endif
  634. | /* end confdefs.h. */
  635. | #ifdef __STDC__
  636. | # include <limits.h>
  637. | #else
  638. | # include <assert.h>
  639. | #endif
  640. | Syntax error
  641. configure:5150: g++ -E conftest.cc
  642. ./configure: line 5151: g++: command not found
  643. configure:5156: $? = 127
  644. configure: failed program was:
  645. | #line 5136 "configure"
  646. | /* confdefs.h. */
  647. |
  648. | #define PACKAGE_NAME "libltdl"
  649. | #define PACKAGE_TARNAME "libltdl"
  650. | #define PACKAGE_VERSION "1.2"
  651. | #define PACKAGE_STRING "libltdl 1.2"
  652. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  653. | #define STDC_HEADERS 1
  654. | #define HAVE_SYS_TYPES_H 1
  655. | #define HAVE_SYS_STAT_H 1
  656. | #define HAVE_STDLIB_H 1
  657. | #define HAVE_STRING_H 1
  658. | #define HAVE_MEMORY_H 1
  659. | #define HAVE_STRINGS_H 1
  660. | #define HAVE_INTTYPES_H 1
  661. | #define HAVE_STDINT_H 1
  662. | #define HAVE_UNISTD_H 1
  663. | #define HAVE_DLFCN_H 1
  664. | #ifdef __cplusplus
  665. | void exit (int);
  666. | #endif
  667. | /* end confdefs.h. */
  668. | #ifdef __STDC__
  669. | # include <limits.h>
  670. | #else
  671. | # include <assert.h>
  672. | #endif
  673. | Syntax error
  674. configure:5150: /lib/cpp conftest.cc
  675. cpp: error trying to exec 'cc1plus': execvp: No such file or directory
  676. configure:5156: $? = 1
  677. configure: failed program was:
  678. | #line 5136 "configure"
  679. | /* confdefs.h. */
  680. |
  681. | #define PACKAGE_NAME "libltdl"
  682. | #define PACKAGE_TARNAME "libltdl"
  683. | #define PACKAGE_VERSION "1.2"
  684. | #define PACKAGE_STRING "libltdl 1.2"
  685. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  686. | #define STDC_HEADERS 1
  687. | #define HAVE_SYS_TYPES_H 1
  688. | #define HAVE_SYS_STAT_H 1
  689. | #define HAVE_STDLIB_H 1
  690. | #define HAVE_STRING_H 1
  691. | #define HAVE_MEMORY_H 1
  692. | #define HAVE_STRINGS_H 1
  693. | #define HAVE_INTTYPES_H 1
  694. | #define HAVE_STDINT_H 1
  695. | #define HAVE_UNISTD_H 1
  696. | #define HAVE_DLFCN_H 1
  697. | #ifdef __cplusplus
  698. | void exit (int);
  699. | #endif
  700. | /* end confdefs.h. */
  701. | #ifdef __STDC__
  702. | # include <limits.h>
  703. | #else
  704. | # include <assert.h>
  705. | #endif
  706. | Syntax error
  707. configure:5150: /lib/cpp conftest.cc
  708. cpp: error trying to exec 'cc1plus': execvp: No such file or directory
  709. configure:5156: $? = 1
  710. configure: failed program was:
  711. | #line 5136 "configure"
  712. | /* confdefs.h. */
  713. |
  714. | #define PACKAGE_NAME "libltdl"
  715. | #define PACKAGE_TARNAME "libltdl"
  716. | #define PACKAGE_VERSION "1.2"
  717. | #define PACKAGE_STRING "libltdl 1.2"
  718. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  719. | #define STDC_HEADERS 1
  720. | #define HAVE_SYS_TYPES_H 1
  721. | #define HAVE_SYS_STAT_H 1
  722. | #define HAVE_STDLIB_H 1
  723. | #define HAVE_STRING_H 1
  724. | #define HAVE_MEMORY_H 1
  725. | #define HAVE_STRINGS_H 1
  726. | #define HAVE_INTTYPES_H 1
  727. | #define HAVE_STDINT_H 1
  728. | #define HAVE_UNISTD_H 1
  729. | #define HAVE_DLFCN_H 1
  730. | #ifdef __cplusplus
  731. | void exit (int);
  732. | #endif
  733. | /* end confdefs.h. */
  734. | #ifdef __STDC__
  735. | # include <limits.h>
  736. | #else
  737. | # include <assert.h>
  738. | #endif
  739. | Syntax error
  740. configure:5232: result: /lib/cpp
  741. configure:5257: /lib/cpp conftest.cc
  742. cpp: error trying to exec 'cc1plus': execvp: No such file or directory
  743. configure:5263: $? = 1
  744. configure: failed program was:
  745. | #line 5243 "configure"
  746. | /* confdefs.h. */
  747. |
  748. | #define PACKAGE_NAME "libltdl"
  749. | #define PACKAGE_TARNAME "libltdl"
  750. | #define PACKAGE_VERSION "1.2"
  751. | #define PACKAGE_STRING "libltdl 1.2"
  752. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  753. | #define STDC_HEADERS 1
  754. | #define HAVE_SYS_TYPES_H 1
  755. | #define HAVE_SYS_STAT_H 1
  756. | #define HAVE_STDLIB_H 1
  757. | #define HAVE_STRING_H 1
  758. | #define HAVE_MEMORY_H 1
  759. | #define HAVE_STRINGS_H 1
  760. | #define HAVE_INTTYPES_H 1
  761. | #define HAVE_STDINT_H 1
  762. | #define HAVE_UNISTD_H 1
  763. | #define HAVE_DLFCN_H 1
  764. | #ifdef __cplusplus
  765. | void exit (int);
  766. | #endif
  767. | /* end confdefs.h. */
  768. | #ifdef __STDC__
  769. | # include <limits.h>
  770. | #else
  771. | # include <assert.h>
  772. | #endif
  773. | Syntax error
  774. configure:5257: /lib/cpp conftest.cc
  775. cpp: error trying to exec 'cc1plus': execvp: No such file or directory
  776. configure:5263: $? = 1
  777. configure: failed program was:
  778. | #line 5243 "configure"
  779. | /* confdefs.h. */
  780. |
  781. | #define PACKAGE_NAME "libltdl"
  782. | #define PACKAGE_TARNAME "libltdl"
  783. | #define PACKAGE_VERSION "1.2"
  784. | #define PACKAGE_STRING "libltdl 1.2"
  785. | #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  786. | #define STDC_HEADERS 1
  787. | #define HAVE_SYS_TYPES_H 1
  788. | #define HAVE_SYS_STAT_H 1
  789. | #define HAVE_STDLIB_H 1
  790. | #define HAVE_STRING_H 1
  791. | #define HAVE_MEMORY_H 1
  792. | #define HAVE_STRINGS_H 1
  793. | #define HAVE_INTTYPES_H 1
  794. | #define HAVE_STDINT_H 1
  795. | #define HAVE_UNISTD_H 1
  796. | #define HAVE_DLFCN_H 1
  797. | #ifdef __cplusplus
  798. | void exit (int);
  799. | #endif
  800. | /* end confdefs.h. */
  801. | #ifdef __STDC__
  802. | # include <limits.h>
  803. | #else
  804. | # include <assert.h>
  805. | #endif
  806. | Syntax error
  807. configure:5331: error: C++ preprocessor "/lib/cpp" fails sanity check
  808. See `config.log' for more details.
  809.  
  810. ## ---------------- ##
  811. ## Cache variables. ##
  812. ## ---------------- ##
  813.  
  814. ac_cv_build=i686-pc-linux-gnu
  815. ac_cv_build_alias=i686-pc-linux-gnu
  816. ac_cv_c_compiler_gnu=yes
  817. ac_cv_c_const=yes
  818. ac_cv_c_inline=inline
  819. ac_cv_cxx_compiler_gnu=no
  820. ac_cv_env_CC_set=
  821. ac_cv_env_CC_value=
  822. ac_cv_env_CFLAGS_set=
  823. ac_cv_env_CFLAGS_value=
  824. ac_cv_env_CPPFLAGS_set=
  825. ac_cv_env_CPPFLAGS_value=
  826. ac_cv_env_CPP_set=
  827. ac_cv_env_CPP_value=
  828. ac_cv_env_CXXCPP_set=
  829. ac_cv_env_CXXCPP_value=
  830. ac_cv_env_CXXFLAGS_set=
  831. ac_cv_env_CXXFLAGS_value=
  832. ac_cv_env_CXX_set=
  833. ac_cv_env_CXX_value=
  834. ac_cv_env_F77_set=
  835. ac_cv_env_F77_value=
  836. ac_cv_env_FFLAGS_set=
  837. ac_cv_env_FFLAGS_value=
  838. ac_cv_env_LDFLAGS_set=
  839. ac_cv_env_LDFLAGS_value=
  840. ac_cv_env_build_alias_set=
  841. ac_cv_env_build_alias_value=
  842. ac_cv_env_host_alias_set=
  843. ac_cv_env_host_alias_value=
  844. ac_cv_env_target_alias_set=
  845. ac_cv_env_target_alias_value=
  846. ac_cv_exeext=
  847. ac_cv_header_dlfcn_h=yes
  848. ac_cv_header_inttypes_h=yes
  849. ac_cv_header_memory_h=yes
  850. ac_cv_header_stdc=yes
  851. ac_cv_header_stdint_h=yes
  852. ac_cv_header_stdlib_h=yes
  853. ac_cv_header_string_h=yes
  854. ac_cv_header_strings_h=yes
  855. ac_cv_header_sys_stat_h=yes
  856. ac_cv_header_sys_types_h=yes
  857. ac_cv_header_unistd_h=yes
  858. ac_cv_host=i686-pc-linux-gnu
  859. ac_cv_host_alias=i686-pc-linux-gnu
  860. ac_cv_objext=o
  861. ac_cv_path_install='/usr/bin/install -c'
  862. ac_cv_prog_AWK=mawk
  863. ac_cv_prog_CPP='gcc -E'
  864. ac_cv_prog_CXXCPP=/lib/cpp
  865. ac_cv_prog_ac_ct_CC=gcc
  866. ac_cv_prog_cc_g=yes
  867. ac_cv_prog_cc_stdc=
  868. ac_cv_prog_cxx_g=no
  869. ac_cv_prog_egrep='grep -E'
  870. ac_cv_prog_make_make_set=yes
  871. am_cv_CC_dependencies_compiler_type=none
  872. am_cv_CXX_dependencies_compiler_type=none
  873. lt_cv_deplibs_check_method=pass_all
  874. lt_cv_file_magic_cmd='$MAGIC_CMD'
  875. lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.6.1.so'
  876. lt_cv_ld_reload_flag=-r
  877. lt_cv_path_LD=/usr/bin/ld
  878. lt_cv_path_NM='/usr/bin/nm -B'
  879. lt_cv_path_SED=/bin/sed
  880. lt_cv_prog_gnu_ld=yes
  881.  
  882. ## ----------------- ##
  883. ## Output variables. ##
  884. ## ----------------- ##
  885.  
  886. ACLOCAL='${SHELL} /home/james/rubin/rubinius/shotgun/external_libs/libltdl/missing --run aclocal-1.7'
  887. AMDEPBACKSLASH='\'
  888. AMDEP_FALSE='#'
  889. AMDEP_TRUE=''
  890. AMTAR='${SHELL} /home/james/rubin/rubinius/shotgun/external_libs/libltdl/missing --run tar'
  891. AR=''
  892. AS=''
  893. AUTOCONF='${SHELL} /home/james/rubin/rubinius/shotgun/external_libs/libltdl/missing --run autoconf'
  894. AUTOHEADER='${SHELL} /home/james/rubin/rubinius/shotgun/external_libs/libltdl/missing --run autoheader'
  895. AUTOMAKE='${SHELL} /home/james/rubin/rubinius/shotgun/external_libs/libltdl/missing --run automake-1.7'
  896. AWK='mawk'
  897. CC='gcc'
  898. CCDEPMODE='depmode=none'
  899. CFLAGS='-g -O2'
  900. CONVENIENCE_LTDL_FALSE=''
  901. CONVENIENCE_LTDL_TRUE=''
  902. CPP='gcc -E'
  903. CPPFLAGS=''
  904. CXX='g++'
  905. CXXCPP='/lib/cpp'
  906. CXXDEPMODE='depmode=none'
  907. CXXFLAGS=''
  908. CYGPATH_W='echo'
  909. DEFS=''
  910. DEPDIR='.deps'
  911. DLLTOOL=''
  912. ECHO='echo'
  913. ECHO_C=''
  914. ECHO_N='-n'
  915. ECHO_T=''
  916. EGREP='grep -E'
  917. EXEEXT=''
  918. F77=''
  919. FFLAGS=''
  920. INSTALL_DATA='${INSTALL} -m 644'
  921. INSTALL_LTDL_FALSE=''
  922. INSTALL_LTDL_TRUE=''
  923. INSTALL_PROGRAM='${INSTALL}'
  924. INSTALL_SCRIPT='${INSTALL}'
  925. INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
  926. LDFLAGS=''
  927. LIBADD_DL=''
  928. LIBOBJS=''
  929. LIBS=''
  930. LIBTOOL=''
  931. LIBTOOL_DEPS=''
  932. LN_S='ln -s'
  933. LTLIBOBJS=''
  934. MAKEINFO='${SHELL} /home/james/rubin/rubinius/shotgun/external_libs/libltdl/missing --run makeinfo'
  935. OBJDUMP=''
  936. OBJEXT='o'
  937. PACKAGE='libltdl'
  938. PACKAGE_BUGREPORT='bug-libtool@gnu.org'
  939. PACKAGE_NAME='libltdl'
  940. PACKAGE_STRING='libltdl 1.2'
  941. PACKAGE_TARNAME='libltdl'
  942. PACKAGE_VERSION='1.2'
  943. PATH_SEPARATOR=':'
  944. RANLIB=''
  945. SET_MAKE=''
  946. SHELL='/bin/bash'
  947. STRIP=''
  948. VERSION='1.2'
  949. ac_ct_AR=''
  950. ac_ct_AS=''
  951. ac_ct_CC='gcc'
  952. ac_ct_CXX='g++'
  953. ac_ct_DLLTOOL=''
  954. ac_ct_F77=''
  955. ac_ct_OBJDUMP=''
  956. ac_ct_RANLIB=''
  957. ac_ct_STRIP=''
  958. am__fastdepCC_FALSE=''
  959. am__fastdepCC_TRUE='#'
  960. am__fastdepCXX_FALSE=''
  961. am__fastdepCXX_TRUE='#'
  962. am__include='include'
  963. am__leading_dot='.'
  964. am__quote=''
  965. bindir='${exec_prefix}/bin'
  966. build='i686-pc-linux-gnu'
  967. build_alias=''
  968. build_cpu='i686'
  969. build_os='linux-gnu'
  970. build_vendor='pc'
  971. datadir='${prefix}/share'
  972. exec_prefix='NONE'
  973. host='i686-pc-linux-gnu'
  974. host_alias=''
  975. host_cpu='i686'
  976. host_os='linux-gnu'
  977. host_vendor='pc'
  978. includedir='${prefix}/include'
  979. infodir='${prefix}/info'
  980. install_sh='/home/james/rubin/rubinius/shotgun/external_libs/libltdl/install-sh'
  981. libdir='${exec_prefix}/lib'
  982. libexecdir='${exec_prefix}/libexec'
  983. localstatedir='${prefix}/var'
  984. mandir='${prefix}/man'
  985. oldincludedir='/usr/include'
  986. prefix='NONE'
  987. program_transform_name='s,x,x,'
  988. sbindir='${exec_prefix}/sbin'
  989. sharedstatedir='${prefix}/com'
  990. sysconfdir='${prefix}/etc'
  991. target_alias=''
  992.  
  993. ## ----------- ##
  994. ## confdefs.h. ##
  995. ## ----------- ##
  996.  
  997. #define HAVE_DLFCN_H 1
  998. #define HAVE_INTTYPES_H 1
  999. #define HAVE_MEMORY_H 1
  1000. #define HAVE_STDINT_H 1
  1001. #define HAVE_STDLIB_H 1
  1002. #define HAVE_STRINGS_H 1
  1003. #define HAVE_STRING_H 1
  1004. #define HAVE_SYS_STAT_H 1
  1005. #define HAVE_SYS_TYPES_H 1
  1006. #define HAVE_UNISTD_H 1
  1007. #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
  1008. #define PACKAGE_NAME "libltdl"
  1009. #define PACKAGE_STRING "libltdl 1.2"
  1010. #define PACKAGE_TARNAME "libltdl"
  1011. #define PACKAGE_VERSION "1.2"
  1012. #define STDC_HEADERS 1
  1013. #endif
  1014. #ifdef __cplusplus
  1015. void exit (int);
  1016.  
  1017. configure: exit 1
Add Comment
Please, Sign In to add comment