Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
519
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.78 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 TiLP configure 6.81, which was
  5. generated by GNU Autoconf 2.59. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = linuxmint
  14. uname -m = i686
  15. uname -r = 2.6.35-22-generic
  16. uname -s = Linux
  17. uname -v = #33-Ubuntu SMP Sun Sep 19 20:34:50 UTC 2010
  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: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36. PATH: /usr/games
  37.  
  38.  
  39. ## ----------- ##
  40. ## Core tests. ##
  41. ## ----------- ##
  42.  
  43. configure:1564: checking for a BSD-compatible install
  44. configure:1619: result: /usr/bin/install -c
  45. configure:1630: checking whether build environment is sane
  46. configure:1673: result: yes
  47. configure:1706: checking for gawk
  48. configure:1722: found /usr/bin/gawk
  49. configure:1732: result: gawk
  50. configure:1742: checking whether make sets $(MAKE)
  51. configure:1762: result: yes
  52. configure:1926: checking whether to enable maintainer-specific portions of Makefiles
  53. configure:1935: result: no
  54. configure:1960: checking for something to drink while compiling
  55. configure:1962: result: err: no fridge found!
  56. configure:2047: checking build system type
  57. configure:2065: result: i686-pc-linux-gnu
  58. configure:2073: checking host system type
  59. configure:2087: result: i686-pc-linux-gnu
  60. configure:2107: checking for style of include used by make
  61. configure:2135: result: GNU
  62. configure:2206: checking for gcc
  63. configure:2222: found /usr/bin/gcc
  64. configure:2232: result: gcc
  65. configure:2476: checking for C compiler version
  66. configure:2479: gcc --version </dev/null >&5
  67. gcc (Ubuntu/Linaro 4.4.4-14ubuntu5) 4.4.5
  68. Copyright (C) 2010 Free Software Foundation, Inc.
  69. This is free software; see the source for copying conditions. There is NO
  70. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  71.  
  72. configure:2482: $? = 0
  73. configure:2484: gcc -v </dev/null >&5
  74. Using built-in specs.
  75. Target: i686-linux-gnu
  76. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.4.4-14ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
  77. Thread model: posix
  78. gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5)
  79. configure:2487: $? = 0
  80. configure:2489: gcc -V </dev/null >&5
  81. gcc: '-V' option must have argument
  82. configure:2492: $? = 1
  83. configure:2515: checking for C compiler default output file name
  84. configure:2518: gcc conftest.c >&5
  85. configure:2521: $? = 0
  86. configure:2567: result: a.out
  87. configure:2572: checking whether the C compiler works
  88. configure:2578: ./a.out
  89. configure:2581: $? = 0
  90. configure:2598: result: yes
  91. configure:2605: checking whether we are cross compiling
  92. configure:2607: result: no
  93. configure:2610: checking for suffix of executables
  94. configure:2612: gcc -o conftest conftest.c >&5
  95. configure:2615: $? = 0
  96. configure:2640: result:
  97. configure:2646: checking for suffix of object files
  98. configure:2667: gcc -c conftest.c >&5
  99. configure:2670: $? = 0
  100. configure:2692: result: o
  101. configure:2696: checking whether we are using the GNU C compiler
  102. configure:2720: gcc -c conftest.c >&5
  103. configure:2726: $? = 0
  104. configure:2729: test -z || test ! -s conftest.err
  105. configure:2732: $? = 0
  106. configure:2735: test -s conftest.o
  107. configure:2738: $? = 0
  108. configure:2751: result: yes
  109. configure:2757: checking whether gcc accepts -g
  110. configure:2778: gcc -c -g conftest.c >&5
  111. configure:2784: $? = 0
  112. configure:2787: test -z || test ! -s conftest.err
  113. configure:2790: $? = 0
  114. configure:2793: test -s conftest.o
  115. configure:2796: $? = 0
  116. configure:2807: result: yes
  117. configure:2824: checking for gcc option to accept ANSI C
  118. configure:2894: gcc -c -g -O2 conftest.c >&5
  119. configure:2900: $? = 0
  120. configure:2903: test -z || test ! -s conftest.err
  121. configure:2906: $? = 0
  122. configure:2909: test -s conftest.o
  123. configure:2912: $? = 0
  124. configure:2930: result: none needed
  125. configure:2948: gcc -c -g -O2 conftest.c >&5
  126. conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
  127. configure:2954: $? = 1
  128. configure: failed program was:
  129. | #ifndef __cplusplus
  130. | choke me
  131. | #endif
  132. configure:3086: checking dependency style of gcc
  133. configure:3169: result: gcc3
  134. configure:3186: checking for a sed that does not truncate output
  135. configure:3240: result: /bin/sed
  136. configure:3243: checking for egrep
  137. configure:3253: result: grep -E
  138. configure:3269: checking for ld used by gcc
  139. configure:3336: result: /usr/bin/ld
  140. configure:3345: checking if the linker (/usr/bin/ld) is GNU ld
  141. configure:3360: result: yes
  142. configure:3365: checking for /usr/bin/ld option to reload object files
  143. configure:3372: result: -r
  144. configure:3381: checking for BSD-compatible nm
  145. configure:3423: result: /usr/bin/nm -B
  146. configure:3427: checking whether ln -s works
  147. configure:3431: result: yes
  148. configure:3438: checking how to recognise dependent libraries
  149. configure:3612: result: pass_all
  150. configure:4067: checking how to run the C preprocessor
  151. configure:4102: gcc -E conftest.c
  152. configure:4108: $? = 0
  153. configure:4140: gcc -E conftest.c
  154. conftest.c:11: fatal error: ac_nonexistent.h: No such file or directory
  155. compilation terminated.
  156. configure:4146: $? = 1
  157. configure: failed program was:
  158. | /* confdefs.h. */
  159. |
  160. | #define PACKAGE_NAME "TiLP"
  161. | #define PACKAGE_TARNAME "tilp"
  162. | #define PACKAGE_VERSION "6.81"
  163. | #define PACKAGE_STRING "TiLP 6.81"
  164. | #define PACKAGE_BUGREPORT "tilp-users@lists.sourceforge.net"
  165. | #define PACKAGE "tilp"
  166. | #define VERSION "6.81"
  167. | /* end confdefs.h. */
  168. | #include <ac_nonexistent.h>
  169. configure:4185: result: gcc -E
  170. configure:4209: gcc -E conftest.c
  171. configure:4215: $? = 0
  172. configure:4247: gcc -E conftest.c
  173. conftest.c:11: fatal error: ac_nonexistent.h: No such file or directory
  174. compilation terminated.
  175. configure:4253: $? = 1
  176. configure: failed program was:
  177. | /* confdefs.h. */
  178. |
  179. | #define PACKAGE_NAME "TiLP"
  180. | #define PACKAGE_TARNAME "tilp"
  181. | #define PACKAGE_VERSION "6.81"
  182. | #define PACKAGE_STRING "TiLP 6.81"
  183. | #define PACKAGE_BUGREPORT "tilp-users@lists.sourceforge.net"
  184. | #define PACKAGE "tilp"
  185. | #define VERSION "6.81"
  186. | /* end confdefs.h. */
  187. | #include <ac_nonexistent.h>
  188. configure:4297: checking for ANSI C header files
  189. configure:4322: gcc -c -g -O2 conftest.c >&5
  190. configure:4328: $? = 0
  191. configure:4331: test -z || test ! -s conftest.err
  192. configure:4334: $? = 0
  193. configure:4337: test -s conftest.o
  194. configure:4340: $? = 0
  195. configure:4429: gcc -o conftest -g -O2 conftest.c >&5
  196. conftest.c: In function 'main':
  197. conftest.c:28: warning: incompatible implicit declaration of built-in function 'exit'
  198. configure:4432: $? = 0
  199. configure:4434: ./conftest
  200. configure:4437: $? = 0
  201. configure:4452: result: yes
  202. configure:4476: checking for sys/types.h
  203. configure:4492: gcc -c -g -O2 conftest.c >&5
  204. configure:4498: $? = 0
  205. configure:4501: test -z || test ! -s conftest.err
  206. configure:4504: $? = 0
  207. configure:4507: test -s conftest.o
  208. configure:4510: $? = 0
  209. configure:4521: result: yes
  210. configure:4476: checking for sys/stat.h
  211. configure:4492: gcc -c -g -O2 conftest.c >&5
  212. configure:4498: $? = 0
  213. configure:4501: test -z || test ! -s conftest.err
  214. configure:4504: $? = 0
  215. configure:4507: test -s conftest.o
  216. configure:4510: $? = 0
  217. configure:4521: result: yes
  218. configure:4476: checking for stdlib.h
  219. configure:4492: gcc -c -g -O2 conftest.c >&5
  220. configure:4498: $? = 0
  221. configure:4501: test -z || test ! -s conftest.err
  222. configure:4504: $? = 0
  223. configure:4507: test -s conftest.o
  224. configure:4510: $? = 0
  225. configure:4521: result: yes
  226. configure:4476: checking for string.h
  227. configure:4492: gcc -c -g -O2 conftest.c >&5
  228. configure:4498: $? = 0
  229. configure:4501: test -z || test ! -s conftest.err
  230. configure:4504: $? = 0
  231. configure:4507: test -s conftest.o
  232. configure:4510: $? = 0
  233. configure:4521: result: yes
  234. configure:4476: checking for memory.h
  235. configure:4492: gcc -c -g -O2 conftest.c >&5
  236. configure:4498: $? = 0
  237. configure:4501: test -z || test ! -s conftest.err
  238. configure:4504: $? = 0
  239. configure:4507: test -s conftest.o
  240. configure:4510: $? = 0
  241. configure:4521: result: yes
  242. configure:4476: checking for strings.h
  243. configure:4492: gcc -c -g -O2 conftest.c >&5
  244. configure:4498: $? = 0
  245. configure:4501: test -z || test ! -s conftest.err
  246. configure:4504: $? = 0
  247. configure:4507: test -s conftest.o
  248. configure:4510: $? = 0
  249. configure:4521: result: yes
  250. configure:4476: checking for inttypes.h
  251. configure:4492: gcc -c -g -O2 conftest.c >&5
  252. configure:4498: $? = 0
  253. configure:4501: test -z || test ! -s conftest.err
  254. configure:4504: $? = 0
  255. configure:4507: test -s conftest.o
  256. configure:4510: $? = 0
  257. configure:4521: result: yes
  258. configure:4476: checking for stdint.h
  259. configure:4492: gcc -c -g -O2 conftest.c >&5
  260. configure:4498: $? = 0
  261. configure:4501: test -z || test ! -s conftest.err
  262. configure:4504: $? = 0
  263. configure:4507: test -s conftest.o
  264. configure:4510: $? = 0
  265. configure:4521: result: yes
  266. configure:4476: checking for unistd.h
  267. configure:4492: gcc -c -g -O2 conftest.c >&5
  268. configure:4498: $? = 0
  269. configure:4501: test -z || test ! -s conftest.err
  270. configure:4504: $? = 0
  271. configure:4507: test -s conftest.o
  272. configure:4510: $? = 0
  273. configure:4521: result: yes
  274. configure:4547: checking dlfcn.h usability
  275. configure:4559: gcc -c -g -O2 conftest.c >&5
  276. configure:4565: $? = 0
  277. configure:4568: test -z || test ! -s conftest.err
  278. configure:4571: $? = 0
  279. configure:4574: test -s conftest.o
  280. configure:4577: $? = 0
  281. configure:4587: result: yes
  282. configure:4591: checking dlfcn.h presence
  283. configure:4601: gcc -E conftest.c
  284. configure:4607: $? = 0
  285. configure:4627: result: yes
  286. configure:4662: checking for dlfcn.h
  287. configure:4669: result: yes
  288. configure:4734: checking for g++
  289. configure:4763: result: no
  290. configure:4734: checking for c++
  291. configure:4763: result: no
  292. configure:4734: checking for gpp
  293. configure:4763: result: no
  294. configure:4734: checking for aCC
  295. configure:4763: result: no
  296. configure:4734: checking for CC
  297. configure:4763: result: no
  298. configure:4734: checking for cxx
  299. configure:4763: result: no
  300. configure:4734: checking for cc++
  301. configure:4763: result: no
  302. configure:4734: checking for cl
  303. configure:4763: result: no
  304. configure:4734: checking for FCC
  305. configure:4763: result: no
  306. configure:4734: checking for KCC
  307. configure:4763: result: no
  308. configure:4734: checking for RCC
  309. configure:4763: result: no
  310. configure:4734: checking for xlC_r
  311. configure:4763: result: no
  312. configure:4734: checking for xlC
  313. configure:4763: result: no
  314. configure:4776: checking for C++ compiler version
  315. configure:4779: g++ --version </dev/null >&5
  316. ./configure: line 4780: g++: command not found
  317. configure:4782: $? = 127
  318. configure:4784: g++ -v </dev/null >&5
  319. ./configure: line 4785: g++: command not found
  320. configure:4787: $? = 127
  321. configure:4789: g++ -V </dev/null >&5
  322. ./configure: line 4790: g++: command not found
  323. configure:4792: $? = 127
  324. configure:4795: checking whether we are using the GNU C++ compiler
  325. configure:4819: g++ -c conftest.cc >&5
  326. ./configure: line 4820: g++: command not found
  327. configure:4825: $? = 127
  328. configure: failed program was:
  329. | /* confdefs.h. */
  330. |
  331. | #define PACKAGE_NAME "TiLP"
  332. | #define PACKAGE_TARNAME "tilp"
  333. | #define PACKAGE_VERSION "6.81"
  334. | #define PACKAGE_STRING "TiLP 6.81"
  335. | #define PACKAGE_BUGREPORT "tilp-users@lists.sourceforge.net"
  336. | #define PACKAGE "tilp"
  337. | #define VERSION "6.81"
  338. | #define STDC_HEADERS 1
  339. | #define HAVE_SYS_TYPES_H 1
  340. | #define HAVE_SYS_STAT_H 1
  341. | #define HAVE_STDLIB_H 1
  342. | #define HAVE_STRING_H 1
  343. | #define HAVE_MEMORY_H 1
  344. | #define HAVE_STRINGS_H 1
  345. | #define HAVE_INTTYPES_H 1
  346. | #define HAVE_STDINT_H 1
  347. | #define HAVE_UNISTD_H 1
  348. | #define HAVE_DLFCN_H 1
  349. | /* end confdefs.h. */
  350. |
  351. | int
  352. | main ()
  353. | {
  354. | #ifndef __GNUC__
  355. | choke me
  356. | #endif
  357. |
  358. | ;
  359. | return 0;
  360. | }
  361. configure:4850: result: no
  362. configure:4856: checking whether g++ accepts -g
  363. configure:4877: g++ -c -g conftest.cc >&5
  364. ./configure: line 4878: g++: command not found
  365. configure:4883: $? = 127
  366. configure: failed program was:
  367. | /* confdefs.h. */
  368. |
  369. | #define PACKAGE_NAME "TiLP"
  370. | #define PACKAGE_TARNAME "tilp"
  371. | #define PACKAGE_VERSION "6.81"
  372. | #define PACKAGE_STRING "TiLP 6.81"
  373. | #define PACKAGE_BUGREPORT "tilp-users@lists.sourceforge.net"
  374. | #define PACKAGE "tilp"
  375. | #define VERSION "6.81"
  376. | #define STDC_HEADERS 1
  377. | #define HAVE_SYS_TYPES_H 1
  378. | #define HAVE_SYS_STAT_H 1
  379. | #define HAVE_STDLIB_H 1
  380. | #define HAVE_STRING_H 1
  381. | #define HAVE_MEMORY_H 1
  382. | #define HAVE_STRINGS_H 1
  383. | #define HAVE_INTTYPES_H 1
  384. | #define HAVE_STDINT_H 1
  385. | #define HAVE_UNISTD_H 1
  386. | #define HAVE_DLFCN_H 1
  387. | /* end confdefs.h. */
  388. |
  389. | int
  390. | main ()
  391. | {
  392. |
  393. | ;
  394. | return 0;
  395. | }
  396. configure:4906: result: no
  397. configure:4948: g++ -c conftest.cc >&5
  398. ./configure: line 4949: g++: command not found
  399. configure:4954: $? = 127
  400. configure: failed program was:
  401. | /* confdefs.h. */
  402. |
  403. | #define PACKAGE_NAME "TiLP"
  404. | #define PACKAGE_TARNAME "tilp"
  405. | #define PACKAGE_VERSION "6.81"
  406. | #define PACKAGE_STRING "TiLP 6.81"
  407. | #define PACKAGE_BUGREPORT "tilp-users@lists.sourceforge.net"
  408. | #define PACKAGE "tilp"
  409. | #define VERSION "6.81"
  410. | #define STDC_HEADERS 1
  411. | #define HAVE_SYS_TYPES_H 1
  412. | #define HAVE_SYS_STAT_H 1
  413. | #define HAVE_STDLIB_H 1
  414. | #define HAVE_STRING_H 1
  415. | #define HAVE_MEMORY_H 1
  416. | #define HAVE_STRINGS_H 1
  417. | #define HAVE_INTTYPES_H 1
  418. | #define HAVE_STDINT_H 1
  419. | #define HAVE_UNISTD_H 1
  420. | #define HAVE_DLFCN_H 1
  421. | /* end confdefs.h. */
  422. |
  423. | #include <stdlib.h>
  424. | int
  425. | main ()
  426. | {
  427. | exit (42);
  428. | ;
  429. | return 0;
  430. | }
  431. configure:4948: g++ -c conftest.cc >&5
  432. ./configure: line 4949: g++: command not found
  433. configure:4954: $? = 127
  434. configure: failed program was:
  435. | /* confdefs.h. */
  436. |
  437. | #define PACKAGE_NAME "TiLP"
  438. | #define PACKAGE_TARNAME "tilp"
  439. | #define PACKAGE_VERSION "6.81"
  440. | #define PACKAGE_STRING "TiLP 6.81"
  441. | #define PACKAGE_BUGREPORT "tilp-users@lists.sourceforge.net"
  442. | #define PACKAGE "tilp"
  443. | #define VERSION "6.81"
  444. | #define STDC_HEADERS 1
  445. | #define HAVE_SYS_TYPES_H 1
  446. | #define HAVE_SYS_STAT_H 1
  447. | #define HAVE_STDLIB_H 1
  448. | #define HAVE_STRING_H 1
  449. | #define HAVE_MEMORY_H 1
  450. | #define HAVE_STRINGS_H 1
  451. | #define HAVE_INTTYPES_H 1
  452. | #define HAVE_STDINT_H 1
  453. | #define HAVE_UNISTD_H 1
  454. | #define HAVE_DLFCN_H 1
  455. | /* end confdefs.h. */
  456. | extern "C" void std::exit (int) throw (); using std::exit;
  457. | #include <stdlib.h>
  458. | int
  459. | main ()
  460. | {
  461. | exit (42);
  462. | ;
  463. | return 0;
  464. | }
  465. configure:4948: g++ -c conftest.cc >&5
  466. ./configure: line 4949: g++: command not found
  467. configure:4954: $? = 127
  468. configure: failed program was:
  469. | /* confdefs.h. */
  470. |
  471. | #define PACKAGE_NAME "TiLP"
  472. | #define PACKAGE_TARNAME "tilp"
  473. | #define PACKAGE_VERSION "6.81"
  474. | #define PACKAGE_STRING "TiLP 6.81"
  475. | #define PACKAGE_BUGREPORT "tilp-users@lists.sourceforge.net"
  476. | #define PACKAGE "tilp"
  477. | #define VERSION "6.81"
  478. | #define STDC_HEADERS 1
  479. | #define HAVE_SYS_TYPES_H 1
  480. | #define HAVE_SYS_STAT_H 1
  481. | #define HAVE_STDLIB_H 1
  482. | #define HAVE_STRING_H 1
  483. | #define HAVE_MEMORY_H 1
  484. | #define HAVE_STRINGS_H 1
  485. | #define HAVE_INTTYPES_H 1
  486. | #define HAVE_STDINT_H 1
  487. | #define HAVE_UNISTD_H 1
  488. | #define HAVE_DLFCN_H 1
  489. | /* end confdefs.h. */
  490. | extern "C" void std::exit (int); using std::exit;
  491. | #include <stdlib.h>
  492. | int
  493. | main ()
  494. | {
  495. | exit (42);
  496. | ;
  497. | return 0;
  498. | }
  499. configure:4948: g++ -c conftest.cc >&5
  500. ./configure: line 4949: g++: command not found
  501. configure:4954: $? = 127
  502. configure: failed program was:
  503. | /* confdefs.h. */
  504. |
  505. | #define PACKAGE_NAME "TiLP"
  506. | #define PACKAGE_TARNAME "tilp"
  507. | #define PACKAGE_VERSION "6.81"
  508. | #define PACKAGE_STRING "TiLP 6.81"
  509. | #define PACKAGE_BUGREPORT "tilp-users@lists.sourceforge.net"
  510. | #define PACKAGE "tilp"
  511. | #define VERSION "6.81"
  512. | #define STDC_HEADERS 1
  513. | #define HAVE_SYS_TYPES_H 1
  514. | #define HAVE_SYS_STAT_H 1
  515. | #define HAVE_STDLIB_H 1
  516. | #define HAVE_STRING_H 1
  517. | #define HAVE_MEMORY_H 1
  518. | #define HAVE_STRINGS_H 1
  519. | #define HAVE_INTTYPES_H 1
  520. | #define HAVE_STDINT_H 1
  521. | #define HAVE_UNISTD_H 1
  522. | #define HAVE_DLFCN_H 1
  523. | /* end confdefs.h. */
  524. | extern "C" void exit (int) throw ();
  525. | #include <stdlib.h>
  526. | int
  527. | main ()
  528. | {
  529. | exit (42);
  530. | ;
  531. | return 0;
  532. | }
  533. configure:4948: g++ -c conftest.cc >&5
  534. ./configure: line 4949: g++: command not found
  535. configure:4954: $? = 127
  536. configure: failed program was:
  537. | /* confdefs.h. */
  538. |
  539. | #define PACKAGE_NAME "TiLP"
  540. | #define PACKAGE_TARNAME "tilp"
  541. | #define PACKAGE_VERSION "6.81"
  542. | #define PACKAGE_STRING "TiLP 6.81"
  543. | #define PACKAGE_BUGREPORT "tilp-users@lists.sourceforge.net"
  544. | #define PACKAGE "tilp"
  545. | #define VERSION "6.81"
  546. | #define STDC_HEADERS 1
  547. | #define HAVE_SYS_TYPES_H 1
  548. | #define HAVE_SYS_STAT_H 1
  549. | #define HAVE_STDLIB_H 1
  550. | #define HAVE_STRING_H 1
  551. | #define HAVE_MEMORY_H 1
  552. | #define HAVE_STRINGS_H 1
  553. | #define HAVE_INTTYPES_H 1
  554. | #define HAVE_STDINT_H 1
  555. | #define HAVE_UNISTD_H 1
  556. | #define HAVE_DLFCN_H 1
  557. | /* end confdefs.h. */
  558. | extern "C" void exit (int);
  559. | #include <stdlib.h>
  560. | int
  561. | main ()
  562. | {
  563. | exit (42);
  564. | ;
  565. | return 0;
  566. | }
  567. configure:4948: g++ -c conftest.cc >&5
  568. ./configure: line 4949: g++: command not found
  569. configure:4954: $? = 127
  570. configure: failed program was:
  571. | /* confdefs.h. */
  572. |
  573. | #define PACKAGE_NAME "TiLP"
  574. | #define PACKAGE_TARNAME "tilp"
  575. | #define PACKAGE_VERSION "6.81"
  576. | #define PACKAGE_STRING "TiLP 6.81"
  577. | #define PACKAGE_BUGREPORT "tilp-users@lists.sourceforge.net"
  578. | #define PACKAGE "tilp"
  579. | #define VERSION "6.81"
  580. | #define STDC_HEADERS 1
  581. | #define HAVE_SYS_TYPES_H 1
  582. | #define HAVE_SYS_STAT_H 1
  583. | #define HAVE_STDLIB_H 1
  584. | #define HAVE_STRING_H 1
  585. | #define HAVE_MEMORY_H 1
  586. | #define HAVE_STRINGS_H 1
  587. | #define HAVE_INTTYPES_H 1
  588. | #define HAVE_STDINT_H 1
  589. | #define HAVE_UNISTD_H 1
  590. | #define HAVE_DLFCN_H 1
  591. | /* end confdefs.h. */
  592. | void exit (int);
  593. | #include <stdlib.h>
  594. | int
  595. | main ()
  596. | {
  597. | exit (42);
  598. | ;
  599. | return 0;
  600. | }
  601. configure:5035: checking dependency style of g++
  602. configure:5118: result: none
  603. configure:5140: checking how to run the C++ preprocessor
  604. configure:5171: g++ -E conftest.cc
  605. ./configure: line 5172: g++: command not found
  606. configure:5177: $? = 127
  607. configure: failed program was:
  608. | /* confdefs.h. */
  609. |
  610. | #define PACKAGE_NAME "TiLP"
  611. | #define PACKAGE_TARNAME "tilp"
  612. | #define PACKAGE_VERSION "6.81"
  613. | #define PACKAGE_STRING "TiLP 6.81"
  614. | #define PACKAGE_BUGREPORT "tilp-users@lists.sourceforge.net"
  615. | #define PACKAGE "tilp"
  616. | #define VERSION "6.81"
  617. | #define STDC_HEADERS 1
  618. | #define HAVE_SYS_TYPES_H 1
  619. | #define HAVE_SYS_STAT_H 1
  620. | #define HAVE_STDLIB_H 1
  621. | #define HAVE_STRING_H 1
  622. | #define HAVE_MEMORY_H 1
  623. | #define HAVE_STRINGS_H 1
  624. | #define HAVE_INTTYPES_H 1
  625. | #define HAVE_STDINT_H 1
  626. | #define HAVE_UNISTD_H 1
  627. | #define HAVE_DLFCN_H 1
  628. | #ifdef __cplusplus
  629. | void exit (int);
  630. | #endif
  631. | /* end confdefs.h. */
  632. | #ifdef __STDC__
  633. | # include <limits.h>
  634. | #else
  635. | # include <assert.h>
  636. | #endif
  637. | Syntax error
  638. configure:5171: g++ -E conftest.cc
  639. ./configure: line 5172: g++: command not found
  640. configure:5177: $? = 127
  641. configure: failed program was:
  642. | /* confdefs.h. */
  643. |
  644. | #define PACKAGE_NAME "TiLP"
  645. | #define PACKAGE_TARNAME "tilp"
  646. | #define PACKAGE_VERSION "6.81"
  647. | #define PACKAGE_STRING "TiLP 6.81"
  648. | #define PACKAGE_BUGREPORT "tilp-users@lists.sourceforge.net"
  649. | #define PACKAGE "tilp"
  650. | #define VERSION "6.81"
  651. | #define STDC_HEADERS 1
  652. | #define HAVE_SYS_TYPES_H 1
  653. | #define HAVE_SYS_STAT_H 1
  654. | #define HAVE_STDLIB_H 1
  655. | #define HAVE_STRING_H 1
  656. | #define HAVE_MEMORY_H 1
  657. | #define HAVE_STRINGS_H 1
  658. | #define HAVE_INTTYPES_H 1
  659. | #define HAVE_STDINT_H 1
  660. | #define HAVE_UNISTD_H 1
  661. | #define HAVE_DLFCN_H 1
  662. | #ifdef __cplusplus
  663. | void exit (int);
  664. | #endif
  665. | /* end confdefs.h. */
  666. | #ifdef __STDC__
  667. | # include <limits.h>
  668. | #else
  669. | # include <assert.h>
  670. | #endif
  671. | Syntax error
  672. configure:5171: /lib/cpp conftest.cc
  673. cpp: error trying to exec 'cc1plus': execvp: No such file or directory
  674. configure:5177: $? = 1
  675. configure: failed program was:
  676. | /* confdefs.h. */
  677. |
  678. | #define PACKAGE_NAME "TiLP"
  679. | #define PACKAGE_TARNAME "tilp"
  680. | #define PACKAGE_VERSION "6.81"
  681. | #define PACKAGE_STRING "TiLP 6.81"
  682. | #define PACKAGE_BUGREPORT "tilp-users@lists.sourceforge.net"
  683. | #define PACKAGE "tilp"
  684. | #define VERSION "6.81"
  685. | #define STDC_HEADERS 1
  686. | #define HAVE_SYS_TYPES_H 1
  687. | #define HAVE_SYS_STAT_H 1
  688. | #define HAVE_STDLIB_H 1
  689. | #define HAVE_STRING_H 1
  690. | #define HAVE_MEMORY_H 1
  691. | #define HAVE_STRINGS_H 1
  692. | #define HAVE_INTTYPES_H 1
  693. | #define HAVE_STDINT_H 1
  694. | #define HAVE_UNISTD_H 1
  695. | #define HAVE_DLFCN_H 1
  696. | #ifdef __cplusplus
  697. | void exit (int);
  698. | #endif
  699. | /* end confdefs.h. */
  700. | #ifdef __STDC__
  701. | # include <limits.h>
  702. | #else
  703. | # include <assert.h>
  704. | #endif
  705. | Syntax error
  706. configure:5171: /lib/cpp conftest.cc
  707. cpp: error trying to exec 'cc1plus': execvp: No such file or directory
  708. configure:5177: $? = 1
  709. configure: failed program was:
  710. | /* confdefs.h. */
  711. |
  712. | #define PACKAGE_NAME "TiLP"
  713. | #define PACKAGE_TARNAME "tilp"
  714. | #define PACKAGE_VERSION "6.81"
  715. | #define PACKAGE_STRING "TiLP 6.81"
  716. | #define PACKAGE_BUGREPORT "tilp-users@lists.sourceforge.net"
  717. | #define PACKAGE "tilp"
  718. | #define VERSION "6.81"
  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:5254: result: /lib/cpp
  741. configure:5278: /lib/cpp conftest.cc
  742. cpp: error trying to exec 'cc1plus': execvp: No such file or directory
  743. configure:5284: $? = 1
  744. configure: failed program was:
  745. | /* confdefs.h. */
  746. |
  747. | #define PACKAGE_NAME "TiLP"
  748. | #define PACKAGE_TARNAME "tilp"
  749. | #define PACKAGE_VERSION "6.81"
  750. | #define PACKAGE_STRING "TiLP 6.81"
  751. | #define PACKAGE_BUGREPORT "tilp-users@lists.sourceforge.net"
  752. | #define PACKAGE "tilp"
  753. | #define VERSION "6.81"
  754. | #define STDC_HEADERS 1
  755. | #define HAVE_SYS_TYPES_H 1
  756. | #define HAVE_SYS_STAT_H 1
  757. | #define HAVE_STDLIB_H 1
  758. | #define HAVE_STRING_H 1
  759. | #define HAVE_MEMORY_H 1
  760. | #define HAVE_STRINGS_H 1
  761. | #define HAVE_INTTYPES_H 1
  762. | #define HAVE_STDINT_H 1
  763. | #define HAVE_UNISTD_H 1
  764. | #define HAVE_DLFCN_H 1
  765. | #ifdef __cplusplus
  766. | void exit (int);
  767. | #endif
  768. | /* end confdefs.h. */
  769. | #ifdef __STDC__
  770. | # include <limits.h>
  771. | #else
  772. | # include <assert.h>
  773. | #endif
  774. | Syntax error
  775. configure:5278: /lib/cpp conftest.cc
  776. cpp: error trying to exec 'cc1plus': execvp: No such file or directory
  777. configure:5284: $? = 1
  778. configure: failed program was:
  779. | /* confdefs.h. */
  780. |
  781. | #define PACKAGE_NAME "TiLP"
  782. | #define PACKAGE_TARNAME "tilp"
  783. | #define PACKAGE_VERSION "6.81"
  784. | #define PACKAGE_STRING "TiLP 6.81"
  785. | #define PACKAGE_BUGREPORT "tilp-users@lists.sourceforge.net"
  786. | #define PACKAGE "tilp"
  787. | #define VERSION "6.81"
  788. | #define STDC_HEADERS 1
  789. | #define HAVE_SYS_TYPES_H 1
  790. | #define HAVE_SYS_STAT_H 1
  791. | #define HAVE_STDLIB_H 1
  792. | #define HAVE_STRING_H 1
  793. | #define HAVE_MEMORY_H 1
  794. | #define HAVE_STRINGS_H 1
  795. | #define HAVE_INTTYPES_H 1
  796. | #define HAVE_STDINT_H 1
  797. | #define HAVE_UNISTD_H 1
  798. | #define HAVE_DLFCN_H 1
  799. | #ifdef __cplusplus
  800. | void exit (int);
  801. | #endif
  802. | /* end confdefs.h. */
  803. | #ifdef __STDC__
  804. | # include <limits.h>
  805. | #else
  806. | # include <assert.h>
  807. | #endif
  808. | Syntax error
  809. configure:5353: error: C++ preprocessor "/lib/cpp" fails sanity check
  810. See `config.log' for more details.
  811.  
  812. ## ---------------- ##
  813. ## Cache variables. ##
  814. ## ---------------- ##
  815.  
  816. ac_cv_build=i686-pc-linux-gnu
  817. ac_cv_build_alias=i686-pc-linux-gnu
  818. ac_cv_c_compiler_gnu=yes
  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=gawk
  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=gcc3
  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=
  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/devon/Desktop/tilp-6.81/missing --run aclocal-1.7'
  887. ALLOCA=''
  888. AMDEPBACKSLASH='\'
  889. AMDEP_FALSE='#'
  890. AMDEP_TRUE=''
  891. AMTAR='${SHELL} /home/devon/Desktop/tilp-6.81/missing --run tar'
  892. AR=''
  893. AS=''
  894. AUTOCONF='${SHELL} /home/devon/Desktop/tilp-6.81/missing --run autoconf'
  895. AUTOHEADER='${SHELL} /home/devon/Desktop/tilp-6.81/missing --run autoheader'
  896. AUTOMAKE='${SHELL} /home/devon/Desktop/tilp-6.81/missing --run automake-1.7'
  897. AWK='gawk'
  898. BUILD_INCLUDED_LIBINTL=''
  899. CATOBJEXT=''
  900. CC='gcc'
  901. CCDEPMODE='depmode=gcc3'
  902. CFLAGS='-g -O2'
  903. CPP='gcc -E'
  904. CPPFLAGS=''
  905. CXX='g++'
  906. CXXCPP='/lib/cpp'
  907. CXXDEPMODE='depmode=none'
  908. CXXFLAGS=''
  909. CYGPATH_W='echo'
  910. DATADIRNAME=''
  911. DEFS=''
  912. DEPDIR='.deps'
  913. DLLTOOL=''
  914. ECHO='echo'
  915. ECHO_C=''
  916. ECHO_N='-n'
  917. ECHO_T=''
  918. EGREP='grep -E'
  919. EXEEXT=''
  920. F77=''
  921. FFLAGS=''
  922. GENCAT=''
  923. GLADE_CFLAGS=''
  924. GLADE_LIBS=''
  925. GLIBC21=''
  926. GLIBC2=''
  927. GLIB_CFLAGS=''
  928. GLIB_LIBS=''
  929. GMSGFMT=''
  930. GROFF=''
  931. GTK_CFLAGS=''
  932. GTK_LIBS=''
  933. HAVE_ASPRINTF=''
  934. HAVE_POSIX_PRINTF=''
  935. HAVE_SNPRINTF=''
  936. HAVE_WPRINTF=''
  937. INSTALL_DATA='${INSTALL} -m 644'
  938. INSTALL_PROGRAM='${INSTALL}'
  939. INSTALL_SCRIPT='${INSTALL}'
  940. INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
  941. INSTOBJEXT=''
  942. INTLBISON=''
  943. INTLLIBS=''
  944. INTLOBJS=''
  945. INTL_LIBTOOL_SUFFIX_PREFIX=''
  946. INTL_MACOSX_LIBS=''
  947. LDFLAGS=''
  948. LIBICONV=''
  949. LIBINTL=''
  950. LIBOBJS=''
  951. LIBS=''
  952. LIBTOOL=''
  953. LIBZ=''
  954. LN_S='ln -s'
  955. LTLIBICONV=''
  956. LTLIBINTL=''
  957. LTLIBOBJS=''
  958. MAINT='#'
  959. MAINTAINER_MODE_FALSE=''
  960. MAINTAINER_MODE_TRUE='#'
  961. MAKEINFO='${SHELL} /home/devon/Desktop/tilp-6.81/missing --run makeinfo'
  962. MKINSTALLDIRS=''
  963. MSGFMT=''
  964. MSGMERGE=''
  965. OBJDUMP=''
  966. OBJEXT='o'
  967. PACKAGE='tilp'
  968. PACKAGE_BUGREPORT='tilp-users@lists.sourceforge.net'
  969. PACKAGE_NAME='TiLP'
  970. PACKAGE_STRING='TiLP 6.81'
  971. PACKAGE_TARNAME='tilp'
  972. PACKAGE_VERSION='6.81'
  973. PATH_SEPARATOR=':'
  974. PKG_CONFIG=''
  975. POSUB=''
  976. RANLIB=''
  977. SET_MAKE=''
  978. SHELL='/bin/bash'
  979. STRIP=''
  980. TICABLES_CFLAGS=''
  981. TICABLES_LIBS=''
  982. TICALCS_CFLAGS=''
  983. TICALCS_LIBS=''
  984. TIFILES_CFLAGS=''
  985. TIFILES_LIBS=''
  986. USE_GROFF_FALSE=''
  987. USE_GROFF_TRUE=''
  988. USE_INCLUDED_LIBINTL=''
  989. USE_NLS=''
  990. VERSION='6.81'
  991. XGETTEXT=''
  992. ac_ct_AR=''
  993. ac_ct_AS=''
  994. ac_ct_CC='gcc'
  995. ac_ct_CXX='g++'
  996. ac_ct_DLLTOOL=''
  997. ac_ct_F77=''
  998. ac_ct_OBJDUMP=''
  999. ac_ct_RANLIB=''
  1000. ac_ct_STRIP=''
  1001. am__fastdepCC_FALSE='#'
  1002. am__fastdepCC_TRUE=''
  1003. am__fastdepCXX_FALSE=''
  1004. am__fastdepCXX_TRUE='#'
  1005. am__include='include'
  1006. am__leading_dot='.'
  1007. am__quote=''
  1008. bindir='${exec_prefix}/bin'
  1009. build='i686-pc-linux-gnu'
  1010. build_alias=''
  1011. build_cpu='i686'
  1012. build_os='linux-gnu'
  1013. build_vendor='pc'
  1014. datadir='${prefix}/share'
  1015. exec_prefix='NONE'
  1016. host='i686-pc-linux-gnu'
  1017. host_alias=''
  1018. host_cpu='i686'
  1019. host_os='linux-gnu'
  1020. host_vendor='pc'
  1021. includedir='${prefix}/include'
  1022. infodir='${prefix}/info'
  1023. install_sh='/home/devon/Desktop/tilp-6.81/install-sh'
  1024. libdir='${exec_prefix}/lib'
  1025. libexecdir='${exec_prefix}/libexec'
  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. tilp_pixmap_dir=''
  1036. tilp_plugin_dir=''
  1037.  
  1038. ## ----------- ##
  1039. ## confdefs.h. ##
  1040. ## ----------- ##
  1041.  
  1042. #define HAVE_DLFCN_H 1
  1043. #define HAVE_INTTYPES_H 1
  1044. #define HAVE_MEMORY_H 1
  1045. #define HAVE_STDINT_H 1
  1046. #define HAVE_STDLIB_H 1
  1047. #define HAVE_STRINGS_H 1
  1048. #define HAVE_STRING_H 1
  1049. #define HAVE_SYS_STAT_H 1
  1050. #define HAVE_SYS_TYPES_H 1
  1051. #define HAVE_UNISTD_H 1
  1052. #define PACKAGE "tilp"
  1053. #define PACKAGE_BUGREPORT "tilp-users@lists.sourceforge.net"
  1054. #define PACKAGE_NAME "TiLP"
  1055. #define PACKAGE_STRING "TiLP 6.81"
  1056. #define PACKAGE_TARNAME "tilp"
  1057. #define PACKAGE_VERSION "6.81"
  1058. #define STDC_HEADERS 1
  1059. #define VERSION "6.81"
  1060. #endif
  1061. #ifdef __cplusplus
  1062. void exit (int);
  1063.  
  1064. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement