Advertisement
Guest User

Untitled

a guest
Sep 8th, 2017
454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.97 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 gnome-ppp configure 0.3.23, which was
  5. generated by GNU Autoconf 2.59. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = WOLVESDEN
  14. uname -m = i686
  15. uname -r = 2.6.31-17-generic
  16. uname -s = Linux
  17. uname -v = #54-Ubuntu SMP Thu Dec 10 16:20:31 UTC 2009
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. 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:1567: checking for a BSD-compatible install
  44. configure:1622: result: /usr/bin/install -c
  45. configure:1633: checking whether build environment is sane
  46. configure:1676: result: yes
  47. configure:1741: checking for gawk
  48. configure:1757: found /usr/bin/gawk
  49. configure:1767: result: gawk
  50. configure:1777: checking whether make sets $(MAKE)
  51. configure:1797: result: yes
  52. configure:2014: checking for gcc
  53. configure:2030: found /usr/bin/gcc
  54. configure:2040: result: gcc
  55. configure:2284: checking for C compiler version
  56. configure:2287: gcc --version </dev/null >&5
  57. gcc (Ubuntu 4.4.1-4ubuntu8) 4.4.1
  58. Copyright (C) 2009 Free Software Foundation, Inc.
  59. This is free software; see the source for copying conditions. There is NO
  60. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  61.  
  62. configure:2290: $? = 0
  63. configure:2292: gcc -v </dev/null >&5
  64. Using built-in specs.
  65. Target: i486-linux-gnu
  66. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.1-4ubuntu8' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --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 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  67. Thread model: posix
  68. gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu8)
  69. configure:2295: $? = 0
  70. configure:2297: gcc -V </dev/null >&5
  71. gcc: '-V' option must have argument
  72. configure:2300: $? = 1
  73. configure:2323: checking for C compiler default output file name
  74. configure:2326: gcc conftest.c >&5
  75. configure:2329: $? = 0
  76. configure:2375: result: a.out
  77. configure:2380: checking whether the C compiler works
  78. configure:2386: ./a.out
  79. configure:2389: $? = 0
  80. configure:2406: result: yes
  81. configure:2413: checking whether we are cross compiling
  82. configure:2415: result: no
  83. configure:2418: checking for suffix of executables
  84. configure:2420: gcc -o conftest conftest.c >&5
  85. configure:2423: $? = 0
  86. configure:2448: result:
  87. configure:2454: checking for suffix of object files
  88. configure:2475: gcc -c conftest.c >&5
  89. configure:2478: $? = 0
  90. configure:2500: result: o
  91. configure:2504: checking whether we are using the GNU C compiler
  92. configure:2528: gcc -c conftest.c >&5
  93. configure:2534: $? = 0
  94. configure:2537: test -z || test ! -s conftest.err
  95. configure:2540: $? = 0
  96. configure:2543: test -s conftest.o
  97. configure:2546: $? = 0
  98. configure:2559: result: yes
  99. configure:2565: checking whether gcc accepts -g
  100. configure:2586: gcc -c -g conftest.c >&5
  101. configure:2592: $? = 0
  102. configure:2595: test -z || test ! -s conftest.err
  103. configure:2598: $? = 0
  104. configure:2601: test -s conftest.o
  105. configure:2604: $? = 0
  106. configure:2615: result: yes
  107. configure:2632: checking for gcc option to accept ANSI C
  108. configure:2702: gcc -c -g -O2 conftest.c >&5
  109. configure:2708: $? = 0
  110. configure:2711: test -z || test ! -s conftest.err
  111. configure:2714: $? = 0
  112. configure:2717: test -s conftest.o
  113. configure:2720: $? = 0
  114. configure:2738: result: none needed
  115. configure:2756: gcc -c -g -O2 conftest.c >&5
  116. conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
  117. configure:2762: $? = 1
  118. configure: failed program was:
  119. | #ifndef __cplusplus
  120. | choke me
  121. | #endif
  122. configure:2903: checking for style of include used by make
  123. configure:2931: result: GNU
  124. configure:2959: checking dependency style of gcc
  125. configure:3049: result: gcc3
  126. configure:3079: checking for a BSD-compatible install
  127. configure:3134: result: /usr/bin/install -c
  128. configure:3151: checking how to run the C preprocessor
  129. configure:3186: gcc -E conftest.c
  130. configure:3192: $? = 0
  131. configure:3224: gcc -E conftest.c
  132. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  133. configure:3230: $? = 1
  134. configure: failed program was:
  135. | /* confdefs.h. */
  136. |
  137. | #define PACKAGE_NAME "gnome-ppp"
  138. | #define PACKAGE_TARNAME "gnome-ppp"
  139. | #define PACKAGE_VERSION "0.3.23"
  140. | #define PACKAGE_STRING "gnome-ppp 0.3.23"
  141. | #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
  142. | #define PACKAGE "gnome-ppp"
  143. | #define VERSION "0.3.23"
  144. | /* end confdefs.h. */
  145. | #include <ac_nonexistent.h>
  146. configure:3269: result: gcc -E
  147. configure:3293: gcc -E conftest.c
  148. configure:3299: $? = 0
  149. configure:3331: gcc -E conftest.c
  150. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  151. configure:3337: $? = 1
  152. configure: failed program was:
  153. | /* confdefs.h. */
  154. |
  155. | #define PACKAGE_NAME "gnome-ppp"
  156. | #define PACKAGE_TARNAME "gnome-ppp"
  157. | #define PACKAGE_VERSION "0.3.23"
  158. | #define PACKAGE_STRING "gnome-ppp 0.3.23"
  159. | #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
  160. | #define PACKAGE "gnome-ppp"
  161. | #define VERSION "0.3.23"
  162. | /* end confdefs.h. */
  163. | #include <ac_nonexistent.h>
  164. configure:3381: checking for egrep
  165. configure:3391: result: grep -E
  166. configure:3396: checking for ANSI C header files
  167. configure:3421: gcc -c -g -O2 conftest.c >&5
  168. configure:3427: $? = 0
  169. configure:3430: test -z || test ! -s conftest.err
  170. configure:3433: $? = 0
  171. configure:3436: test -s conftest.o
  172. configure:3439: $? = 0
  173. configure:3528: gcc -o conftest -g -O2 conftest.c >&5
  174. conftest.c: In function 'main':
  175. conftest.c:28: warning: incompatible implicit declaration of built-in function 'exit'
  176. configure:3531: $? = 0
  177. configure:3533: ./conftest
  178. configure:3536: $? = 0
  179. configure:3551: result: yes
  180. configure:3656: checking for perl
  181. configure:3674: found /usr/bin/perl
  182. configure:3686: result: /usr/bin/perl
  183. configure:3704: checking for XML::Parser
  184. configure:3707: result: ok
  185. configure:3718: checking for iconv
  186. configure:3736: found /usr/bin/iconv
  187. configure:3749: result: /usr/bin/iconv
  188. configure:3758: checking for msgfmt
  189. configure:3789: result: msgfmt
  190. configure:3798: checking for msgmerge
  191. configure:3829: result: msgmerge
  192. configure:3838: checking for xgettext
  193. configure:3869: result: xgettext
  194. configure:3971: checking build system type
  195. configure:3989: result: i686-pc-linux-gnu
  196. configure:3997: checking host system type
  197. configure:4011: result: i686-pc-linux-gnu
  198. configure:4019: checking for a sed that does not truncate output
  199. configure:4073: result: /bin/sed
  200. configure:4087: checking for ld used by gcc
  201. configure:4154: result: /usr/bin/ld
  202. configure:4163: checking if the linker (/usr/bin/ld) is GNU ld
  203. configure:4178: result: yes
  204. configure:4183: checking for /usr/bin/ld option to reload object files
  205. configure:4190: result: -r
  206. configure:4199: checking for BSD-compatible nm
  207. configure:4241: result: /usr/bin/nm -B
  208. configure:4245: checking whether ln -s works
  209. configure:4249: result: yes
  210. configure:4256: checking how to recognise dependent libraries
  211. configure:4430: result: pass_all
  212. configure:4651: checking for sys/types.h
  213. configure:4667: gcc -c -g -O2 conftest.c >&5
  214. configure:4673: $? = 0
  215. configure:4676: test -z || test ! -s conftest.err
  216. configure:4679: $? = 0
  217. configure:4682: test -s conftest.o
  218. configure:4685: $? = 0
  219. configure:4696: result: yes
  220. configure:4651: checking for sys/stat.h
  221. configure:4667: gcc -c -g -O2 conftest.c >&5
  222. configure:4673: $? = 0
  223. configure:4676: test -z || test ! -s conftest.err
  224. configure:4679: $? = 0
  225. configure:4682: test -s conftest.o
  226. configure:4685: $? = 0
  227. configure:4696: result: yes
  228. configure:4651: checking for stdlib.h
  229. configure:4667: gcc -c -g -O2 conftest.c >&5
  230. configure:4673: $? = 0
  231. configure:4676: test -z || test ! -s conftest.err
  232. configure:4679: $? = 0
  233. configure:4682: test -s conftest.o
  234. configure:4685: $? = 0
  235. configure:4696: result: yes
  236. configure:4651: checking for string.h
  237. configure:4667: gcc -c -g -O2 conftest.c >&5
  238. configure:4673: $? = 0
  239. configure:4676: test -z || test ! -s conftest.err
  240. configure:4679: $? = 0
  241. configure:4682: test -s conftest.o
  242. configure:4685: $? = 0
  243. configure:4696: result: yes
  244. configure:4651: checking for memory.h
  245. configure:4667: gcc -c -g -O2 conftest.c >&5
  246. configure:4673: $? = 0
  247. configure:4676: test -z || test ! -s conftest.err
  248. configure:4679: $? = 0
  249. configure:4682: test -s conftest.o
  250. configure:4685: $? = 0
  251. configure:4696: result: yes
  252. configure:4651: checking for strings.h
  253. configure:4667: gcc -c -g -O2 conftest.c >&5
  254. configure:4673: $? = 0
  255. configure:4676: test -z || test ! -s conftest.err
  256. configure:4679: $? = 0
  257. configure:4682: test -s conftest.o
  258. configure:4685: $? = 0
  259. configure:4696: result: yes
  260. configure:4651: checking for inttypes.h
  261. configure:4667: gcc -c -g -O2 conftest.c >&5
  262. configure:4673: $? = 0
  263. configure:4676: test -z || test ! -s conftest.err
  264. configure:4679: $? = 0
  265. configure:4682: test -s conftest.o
  266. configure:4685: $? = 0
  267. configure:4696: result: yes
  268. configure:4651: checking for stdint.h
  269. configure:4667: gcc -c -g -O2 conftest.c >&5
  270. configure:4673: $? = 0
  271. configure:4676: test -z || test ! -s conftest.err
  272. configure:4679: $? = 0
  273. configure:4682: test -s conftest.o
  274. configure:4685: $? = 0
  275. configure:4696: result: yes
  276. configure:4651: checking for unistd.h
  277. configure:4667: gcc -c -g -O2 conftest.c >&5
  278. configure:4673: $? = 0
  279. configure:4676: test -z || test ! -s conftest.err
  280. configure:4679: $? = 0
  281. configure:4682: test -s conftest.o
  282. configure:4685: $? = 0
  283. configure:4696: result: yes
  284. configure:4722: checking dlfcn.h usability
  285. configure:4734: gcc -c -g -O2 conftest.c >&5
  286. configure:4740: $? = 0
  287. configure:4743: test -z || test ! -s conftest.err
  288. configure:4746: $? = 0
  289. configure:4749: test -s conftest.o
  290. configure:4752: $? = 0
  291. configure:4762: result: yes
  292. configure:4766: checking dlfcn.h presence
  293. configure:4776: gcc -E conftest.c
  294. configure:4782: $? = 0
  295. configure:4802: result: yes
  296. configure:4837: checking for dlfcn.h
  297. configure:4844: result: yes
  298. configure:4909: checking for g++
  299. configure:4938: result: no
  300. configure:4909: checking for c++
  301. configure:4938: result: no
  302. configure:4909: checking for gpp
  303. configure:4938: result: no
  304. configure:4909: checking for aCC
  305. configure:4938: result: no
  306. configure:4909: checking for CC
  307. configure:4938: result: no
  308. configure:4909: checking for cxx
  309. configure:4938: result: no
  310. configure:4909: checking for cc++
  311. configure:4938: result: no
  312. configure:4909: checking for cl
  313. configure:4938: result: no
  314. configure:4909: checking for FCC
  315. configure:4938: result: no
  316. configure:4909: checking for KCC
  317. configure:4938: result: no
  318. configure:4909: checking for RCC
  319. configure:4938: result: no
  320. configure:4909: checking for xlC_r
  321. configure:4938: result: no
  322. configure:4909: checking for xlC
  323. configure:4938: result: no
  324. configure:4951: checking for C++ compiler version
  325. configure:4954: g++ --version </dev/null >&5
  326. ./configure: line 4955: g++: command not found
  327. configure:4957: $? = 127
  328. configure:4959: g++ -v </dev/null >&5
  329. ./configure: line 4960: g++: command not found
  330. configure:4962: $? = 127
  331. configure:4964: g++ -V </dev/null >&5
  332. ./configure: line 4965: g++: command not found
  333. configure:4967: $? = 127
  334. configure:4970: checking whether we are using the GNU C++ compiler
  335. configure:4994: g++ -c conftest.cc >&5
  336. ./configure: line 4995: g++: command not found
  337. configure:5000: $? = 127
  338. configure: failed program was:
  339. | /* confdefs.h. */
  340. |
  341. | #define PACKAGE_NAME "gnome-ppp"
  342. | #define PACKAGE_TARNAME "gnome-ppp"
  343. | #define PACKAGE_VERSION "0.3.23"
  344. | #define PACKAGE_STRING "gnome-ppp 0.3.23"
  345. | #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
  346. | #define PACKAGE "gnome-ppp"
  347. | #define VERSION "0.3.23"
  348. | #define STDC_HEADERS 1
  349. | #define HAVE_SYS_TYPES_H 1
  350. | #define HAVE_SYS_STAT_H 1
  351. | #define HAVE_STDLIB_H 1
  352. | #define HAVE_STRING_H 1
  353. | #define HAVE_MEMORY_H 1
  354. | #define HAVE_STRINGS_H 1
  355. | #define HAVE_INTTYPES_H 1
  356. | #define HAVE_STDINT_H 1
  357. | #define HAVE_UNISTD_H 1
  358. | #define HAVE_DLFCN_H 1
  359. | /* end confdefs.h. */
  360. |
  361. | int
  362. | main ()
  363. | {
  364. | #ifndef __GNUC__
  365. | choke me
  366. | #endif
  367. |
  368. | ;
  369. | return 0;
  370. | }
  371. configure:5025: result: no
  372. configure:5031: checking whether g++ accepts -g
  373. configure:5052: g++ -c -g conftest.cc >&5
  374. ./configure: line 5053: g++: command not found
  375. configure:5058: $? = 127
  376. configure: failed program was:
  377. | /* confdefs.h. */
  378. |
  379. | #define PACKAGE_NAME "gnome-ppp"
  380. | #define PACKAGE_TARNAME "gnome-ppp"
  381. | #define PACKAGE_VERSION "0.3.23"
  382. | #define PACKAGE_STRING "gnome-ppp 0.3.23"
  383. | #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
  384. | #define PACKAGE "gnome-ppp"
  385. | #define VERSION "0.3.23"
  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. |
  399. | int
  400. | main ()
  401. | {
  402. |
  403. | ;
  404. | return 0;
  405. | }
  406. configure:5081: result: no
  407. configure:5123: g++ -c conftest.cc >&5
  408. ./configure: line 5124: g++: command not found
  409. configure:5129: $? = 127
  410. configure: failed program was:
  411. | /* confdefs.h. */
  412. |
  413. | #define PACKAGE_NAME "gnome-ppp"
  414. | #define PACKAGE_TARNAME "gnome-ppp"
  415. | #define PACKAGE_VERSION "0.3.23"
  416. | #define PACKAGE_STRING "gnome-ppp 0.3.23"
  417. | #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
  418. | #define PACKAGE "gnome-ppp"
  419. | #define VERSION "0.3.23"
  420. | #define STDC_HEADERS 1
  421. | #define HAVE_SYS_TYPES_H 1
  422. | #define HAVE_SYS_STAT_H 1
  423. | #define HAVE_STDLIB_H 1
  424. | #define HAVE_STRING_H 1
  425. | #define HAVE_MEMORY_H 1
  426. | #define HAVE_STRINGS_H 1
  427. | #define HAVE_INTTYPES_H 1
  428. | #define HAVE_STDINT_H 1
  429. | #define HAVE_UNISTD_H 1
  430. | #define HAVE_DLFCN_H 1
  431. | /* end confdefs.h. */
  432. |
  433. | #include <stdlib.h>
  434. | int
  435. | main ()
  436. | {
  437. | exit (42);
  438. | ;
  439. | return 0;
  440. | }
  441. configure:5123: g++ -c conftest.cc >&5
  442. ./configure: line 5124: g++: command not found
  443. configure:5129: $? = 127
  444. configure: failed program was:
  445. | /* confdefs.h. */
  446. |
  447. | #define PACKAGE_NAME "gnome-ppp"
  448. | #define PACKAGE_TARNAME "gnome-ppp"
  449. | #define PACKAGE_VERSION "0.3.23"
  450. | #define PACKAGE_STRING "gnome-ppp 0.3.23"
  451. | #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
  452. | #define PACKAGE "gnome-ppp"
  453. | #define VERSION "0.3.23"
  454. | #define STDC_HEADERS 1
  455. | #define HAVE_SYS_TYPES_H 1
  456. | #define HAVE_SYS_STAT_H 1
  457. | #define HAVE_STDLIB_H 1
  458. | #define HAVE_STRING_H 1
  459. | #define HAVE_MEMORY_H 1
  460. | #define HAVE_STRINGS_H 1
  461. | #define HAVE_INTTYPES_H 1
  462. | #define HAVE_STDINT_H 1
  463. | #define HAVE_UNISTD_H 1
  464. | #define HAVE_DLFCN_H 1
  465. | /* end confdefs.h. */
  466. | extern "C" void std::exit (int) throw (); using std::exit;
  467. | #include <stdlib.h>
  468. | int
  469. | main ()
  470. | {
  471. | exit (42);
  472. | ;
  473. | return 0;
  474. | }
  475. configure:5123: g++ -c conftest.cc >&5
  476. ./configure: line 5124: g++: command not found
  477. configure:5129: $? = 127
  478. configure: failed program was:
  479. | /* confdefs.h. */
  480. |
  481. | #define PACKAGE_NAME "gnome-ppp"
  482. | #define PACKAGE_TARNAME "gnome-ppp"
  483. | #define PACKAGE_VERSION "0.3.23"
  484. | #define PACKAGE_STRING "gnome-ppp 0.3.23"
  485. | #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
  486. | #define PACKAGE "gnome-ppp"
  487. | #define VERSION "0.3.23"
  488. | #define STDC_HEADERS 1
  489. | #define HAVE_SYS_TYPES_H 1
  490. | #define HAVE_SYS_STAT_H 1
  491. | #define HAVE_STDLIB_H 1
  492. | #define HAVE_STRING_H 1
  493. | #define HAVE_MEMORY_H 1
  494. | #define HAVE_STRINGS_H 1
  495. | #define HAVE_INTTYPES_H 1
  496. | #define HAVE_STDINT_H 1
  497. | #define HAVE_UNISTD_H 1
  498. | #define HAVE_DLFCN_H 1
  499. | /* end confdefs.h. */
  500. | extern "C" void std::exit (int); using std::exit;
  501. | #include <stdlib.h>
  502. | int
  503. | main ()
  504. | {
  505. | exit (42);
  506. | ;
  507. | return 0;
  508. | }
  509. configure:5123: g++ -c conftest.cc >&5
  510. ./configure: line 5124: g++: command not found
  511. configure:5129: $? = 127
  512. configure: failed program was:
  513. | /* confdefs.h. */
  514. |
  515. | #define PACKAGE_NAME "gnome-ppp"
  516. | #define PACKAGE_TARNAME "gnome-ppp"
  517. | #define PACKAGE_VERSION "0.3.23"
  518. | #define PACKAGE_STRING "gnome-ppp 0.3.23"
  519. | #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
  520. | #define PACKAGE "gnome-ppp"
  521. | #define VERSION "0.3.23"
  522. | #define STDC_HEADERS 1
  523. | #define HAVE_SYS_TYPES_H 1
  524. | #define HAVE_SYS_STAT_H 1
  525. | #define HAVE_STDLIB_H 1
  526. | #define HAVE_STRING_H 1
  527. | #define HAVE_MEMORY_H 1
  528. | #define HAVE_STRINGS_H 1
  529. | #define HAVE_INTTYPES_H 1
  530. | #define HAVE_STDINT_H 1
  531. | #define HAVE_UNISTD_H 1
  532. | #define HAVE_DLFCN_H 1
  533. | /* end confdefs.h. */
  534. | extern "C" void exit (int) throw ();
  535. | #include <stdlib.h>
  536. | int
  537. | main ()
  538. | {
  539. | exit (42);
  540. | ;
  541. | return 0;
  542. | }
  543. configure:5123: g++ -c conftest.cc >&5
  544. ./configure: line 5124: g++: command not found
  545. configure:5129: $? = 127
  546. configure: failed program was:
  547. | /* confdefs.h. */
  548. |
  549. | #define PACKAGE_NAME "gnome-ppp"
  550. | #define PACKAGE_TARNAME "gnome-ppp"
  551. | #define PACKAGE_VERSION "0.3.23"
  552. | #define PACKAGE_STRING "gnome-ppp 0.3.23"
  553. | #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
  554. | #define PACKAGE "gnome-ppp"
  555. | #define VERSION "0.3.23"
  556. | #define STDC_HEADERS 1
  557. | #define HAVE_SYS_TYPES_H 1
  558. | #define HAVE_SYS_STAT_H 1
  559. | #define HAVE_STDLIB_H 1
  560. | #define HAVE_STRING_H 1
  561. | #define HAVE_MEMORY_H 1
  562. | #define HAVE_STRINGS_H 1
  563. | #define HAVE_INTTYPES_H 1
  564. | #define HAVE_STDINT_H 1
  565. | #define HAVE_UNISTD_H 1
  566. | #define HAVE_DLFCN_H 1
  567. | /* end confdefs.h. */
  568. | extern "C" void exit (int);
  569. | #include <stdlib.h>
  570. | int
  571. | main ()
  572. | {
  573. | exit (42);
  574. | ;
  575. | return 0;
  576. | }
  577. configure:5123: g++ -c conftest.cc >&5
  578. ./configure: line 5124: g++: command not found
  579. configure:5129: $? = 127
  580. configure: failed program was:
  581. | /* confdefs.h. */
  582. |
  583. | #define PACKAGE_NAME "gnome-ppp"
  584. | #define PACKAGE_TARNAME "gnome-ppp"
  585. | #define PACKAGE_VERSION "0.3.23"
  586. | #define PACKAGE_STRING "gnome-ppp 0.3.23"
  587. | #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
  588. | #define PACKAGE "gnome-ppp"
  589. | #define VERSION "0.3.23"
  590. | #define STDC_HEADERS 1
  591. | #define HAVE_SYS_TYPES_H 1
  592. | #define HAVE_SYS_STAT_H 1
  593. | #define HAVE_STDLIB_H 1
  594. | #define HAVE_STRING_H 1
  595. | #define HAVE_MEMORY_H 1
  596. | #define HAVE_STRINGS_H 1
  597. | #define HAVE_INTTYPES_H 1
  598. | #define HAVE_STDINT_H 1
  599. | #define HAVE_UNISTD_H 1
  600. | #define HAVE_DLFCN_H 1
  601. | /* end confdefs.h. */
  602. | void exit (int);
  603. | #include <stdlib.h>
  604. | int
  605. | main ()
  606. | {
  607. | exit (42);
  608. | ;
  609. | return 0;
  610. | }
  611. configure:5210: checking dependency style of g++
  612. configure:5300: result: none
  613. configure:5322: checking how to run the C++ preprocessor
  614. configure:5353: g++ -E conftest.cc
  615. ./configure: line 5354: g++: command not found
  616. configure:5359: $? = 127
  617. configure: failed program was:
  618. | /* confdefs.h. */
  619. |
  620. | #define PACKAGE_NAME "gnome-ppp"
  621. | #define PACKAGE_TARNAME "gnome-ppp"
  622. | #define PACKAGE_VERSION "0.3.23"
  623. | #define PACKAGE_STRING "gnome-ppp 0.3.23"
  624. | #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
  625. | #define PACKAGE "gnome-ppp"
  626. | #define VERSION "0.3.23"
  627. | #define STDC_HEADERS 1
  628. | #define HAVE_SYS_TYPES_H 1
  629. | #define HAVE_SYS_STAT_H 1
  630. | #define HAVE_STDLIB_H 1
  631. | #define HAVE_STRING_H 1
  632. | #define HAVE_MEMORY_H 1
  633. | #define HAVE_STRINGS_H 1
  634. | #define HAVE_INTTYPES_H 1
  635. | #define HAVE_STDINT_H 1
  636. | #define HAVE_UNISTD_H 1
  637. | #define HAVE_DLFCN_H 1
  638. | #ifdef __cplusplus
  639. | void exit (int);
  640. | #endif
  641. | /* end confdefs.h. */
  642. | #ifdef __STDC__
  643. | # include <limits.h>
  644. | #else
  645. | # include <assert.h>
  646. | #endif
  647. | Syntax error
  648. configure:5353: g++ -E conftest.cc
  649. ./configure: line 5354: g++: command not found
  650. configure:5359: $? = 127
  651. configure: failed program was:
  652. | /* confdefs.h. */
  653. |
  654. | #define PACKAGE_NAME "gnome-ppp"
  655. | #define PACKAGE_TARNAME "gnome-ppp"
  656. | #define PACKAGE_VERSION "0.3.23"
  657. | #define PACKAGE_STRING "gnome-ppp 0.3.23"
  658. | #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
  659. | #define PACKAGE "gnome-ppp"
  660. | #define VERSION "0.3.23"
  661. | #define STDC_HEADERS 1
  662. | #define HAVE_SYS_TYPES_H 1
  663. | #define HAVE_SYS_STAT_H 1
  664. | #define HAVE_STDLIB_H 1
  665. | #define HAVE_STRING_H 1
  666. | #define HAVE_MEMORY_H 1
  667. | #define HAVE_STRINGS_H 1
  668. | #define HAVE_INTTYPES_H 1
  669. | #define HAVE_STDINT_H 1
  670. | #define HAVE_UNISTD_H 1
  671. | #define HAVE_DLFCN_H 1
  672. | #ifdef __cplusplus
  673. | void exit (int);
  674. | #endif
  675. | /* end confdefs.h. */
  676. | #ifdef __STDC__
  677. | # include <limits.h>
  678. | #else
  679. | # include <assert.h>
  680. | #endif
  681. | Syntax error
  682. configure:5353: /lib/cpp conftest.cc
  683. cpp: error trying to exec 'cc1plus': execvp: No such file or directory
  684. configure:5359: $? = 1
  685. configure: failed program was:
  686. | /* confdefs.h. */
  687. |
  688. | #define PACKAGE_NAME "gnome-ppp"
  689. | #define PACKAGE_TARNAME "gnome-ppp"
  690. | #define PACKAGE_VERSION "0.3.23"
  691. | #define PACKAGE_STRING "gnome-ppp 0.3.23"
  692. | #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
  693. | #define PACKAGE "gnome-ppp"
  694. | #define VERSION "0.3.23"
  695. | #define STDC_HEADERS 1
  696. | #define HAVE_SYS_TYPES_H 1
  697. | #define HAVE_SYS_STAT_H 1
  698. | #define HAVE_STDLIB_H 1
  699. | #define HAVE_STRING_H 1
  700. | #define HAVE_MEMORY_H 1
  701. | #define HAVE_STRINGS_H 1
  702. | #define HAVE_INTTYPES_H 1
  703. | #define HAVE_STDINT_H 1
  704. | #define HAVE_UNISTD_H 1
  705. | #define HAVE_DLFCN_H 1
  706. | #ifdef __cplusplus
  707. | void exit (int);
  708. | #endif
  709. | /* end confdefs.h. */
  710. | #ifdef __STDC__
  711. | # include <limits.h>
  712. | #else
  713. | # include <assert.h>
  714. | #endif
  715. | Syntax error
  716. configure:5353: /lib/cpp conftest.cc
  717. cpp: error trying to exec 'cc1plus': execvp: No such file or directory
  718. configure:5359: $? = 1
  719. configure: failed program was:
  720. | /* confdefs.h. */
  721. |
  722. | #define PACKAGE_NAME "gnome-ppp"
  723. | #define PACKAGE_TARNAME "gnome-ppp"
  724. | #define PACKAGE_VERSION "0.3.23"
  725. | #define PACKAGE_STRING "gnome-ppp 0.3.23"
  726. | #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
  727. | #define PACKAGE "gnome-ppp"
  728. | #define VERSION "0.3.23"
  729. | #define STDC_HEADERS 1
  730. | #define HAVE_SYS_TYPES_H 1
  731. | #define HAVE_SYS_STAT_H 1
  732. | #define HAVE_STDLIB_H 1
  733. | #define HAVE_STRING_H 1
  734. | #define HAVE_MEMORY_H 1
  735. | #define HAVE_STRINGS_H 1
  736. | #define HAVE_INTTYPES_H 1
  737. | #define HAVE_STDINT_H 1
  738. | #define HAVE_UNISTD_H 1
  739. | #define HAVE_DLFCN_H 1
  740. | #ifdef __cplusplus
  741. | void exit (int);
  742. | #endif
  743. | /* end confdefs.h. */
  744. | #ifdef __STDC__
  745. | # include <limits.h>
  746. | #else
  747. | # include <assert.h>
  748. | #endif
  749. | Syntax error
  750. configure:5436: result: /lib/cpp
  751. configure:5460: /lib/cpp conftest.cc
  752. cpp: error trying to exec 'cc1plus': execvp: No such file or directory
  753. configure:5466: $? = 1
  754. configure: failed program was:
  755. | /* confdefs.h. */
  756. |
  757. | #define PACKAGE_NAME "gnome-ppp"
  758. | #define PACKAGE_TARNAME "gnome-ppp"
  759. | #define PACKAGE_VERSION "0.3.23"
  760. | #define PACKAGE_STRING "gnome-ppp 0.3.23"
  761. | #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
  762. | #define PACKAGE "gnome-ppp"
  763. | #define VERSION "0.3.23"
  764. | #define STDC_HEADERS 1
  765. | #define HAVE_SYS_TYPES_H 1
  766. | #define HAVE_SYS_STAT_H 1
  767. | #define HAVE_STDLIB_H 1
  768. | #define HAVE_STRING_H 1
  769. | #define HAVE_MEMORY_H 1
  770. | #define HAVE_STRINGS_H 1
  771. | #define HAVE_INTTYPES_H 1
  772. | #define HAVE_STDINT_H 1
  773. | #define HAVE_UNISTD_H 1
  774. | #define HAVE_DLFCN_H 1
  775. | #ifdef __cplusplus
  776. | void exit (int);
  777. | #endif
  778. | /* end confdefs.h. */
  779. | #ifdef __STDC__
  780. | # include <limits.h>
  781. | #else
  782. | # include <assert.h>
  783. | #endif
  784. | Syntax error
  785. configure:5460: /lib/cpp conftest.cc
  786. cpp: error trying to exec 'cc1plus': execvp: No such file or directory
  787. configure:5466: $? = 1
  788. configure: failed program was:
  789. | /* confdefs.h. */
  790. |
  791. | #define PACKAGE_NAME "gnome-ppp"
  792. | #define PACKAGE_TARNAME "gnome-ppp"
  793. | #define PACKAGE_VERSION "0.3.23"
  794. | #define PACKAGE_STRING "gnome-ppp 0.3.23"
  795. | #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
  796. | #define PACKAGE "gnome-ppp"
  797. | #define VERSION "0.3.23"
  798. | #define STDC_HEADERS 1
  799. | #define HAVE_SYS_TYPES_H 1
  800. | #define HAVE_SYS_STAT_H 1
  801. | #define HAVE_STDLIB_H 1
  802. | #define HAVE_STRING_H 1
  803. | #define HAVE_MEMORY_H 1
  804. | #define HAVE_STRINGS_H 1
  805. | #define HAVE_INTTYPES_H 1
  806. | #define HAVE_STDINT_H 1
  807. | #define HAVE_UNISTD_H 1
  808. | #define HAVE_DLFCN_H 1
  809. | #ifdef __cplusplus
  810. | void exit (int);
  811. | #endif
  812. | /* end confdefs.h. */
  813. | #ifdef __STDC__
  814. | # include <limits.h>
  815. | #else
  816. | # include <assert.h>
  817. | #endif
  818. | Syntax error
  819. configure:5535: error: C++ preprocessor "/lib/cpp" fails sanity check
  820. See `config.log' for more details.
  821.  
  822. ## ---------------- ##
  823. ## Cache variables. ##
  824. ## ---------------- ##
  825.  
  826. ac_cv_build=i686-pc-linux-gnu
  827. ac_cv_build_alias=i686-pc-linux-gnu
  828. ac_cv_c_compiler_gnu=yes
  829. ac_cv_cxx_compiler_gnu=no
  830. ac_cv_env_CC_set=
  831. ac_cv_env_CC_value=
  832. ac_cv_env_CFLAGS_set=
  833. ac_cv_env_CFLAGS_value=
  834. ac_cv_env_CPPFLAGS_set=
  835. ac_cv_env_CPPFLAGS_value=
  836. ac_cv_env_CPP_set=
  837. ac_cv_env_CPP_value=
  838. ac_cv_env_CXXCPP_set=
  839. ac_cv_env_CXXCPP_value=
  840. ac_cv_env_CXXFLAGS_set=
  841. ac_cv_env_CXXFLAGS_value=
  842. ac_cv_env_CXX_set=
  843. ac_cv_env_CXX_value=
  844. ac_cv_env_DEPS_CFLAGS_set=
  845. ac_cv_env_DEPS_CFLAGS_value=
  846. ac_cv_env_DEPS_LIBS_set=
  847. ac_cv_env_DEPS_LIBS_value=
  848. ac_cv_env_F77_set=
  849. ac_cv_env_F77_value=
  850. ac_cv_env_FFLAGS_set=
  851. ac_cv_env_FFLAGS_value=
  852. ac_cv_env_LDFLAGS_set=
  853. ac_cv_env_LDFLAGS_value=
  854. ac_cv_env_PKG_CONFIG_set=
  855. ac_cv_env_PKG_CONFIG_value=
  856. ac_cv_env_build_alias_set=
  857. ac_cv_env_build_alias_value=
  858. ac_cv_env_host_alias_set=
  859. ac_cv_env_host_alias_value=
  860. ac_cv_env_target_alias_set=
  861. ac_cv_env_target_alias_value=
  862. ac_cv_exeext=
  863. ac_cv_header_dlfcn_h=yes
  864. ac_cv_header_inttypes_h=yes
  865. ac_cv_header_memory_h=yes
  866. ac_cv_header_stdc=yes
  867. ac_cv_header_stdint_h=yes
  868. ac_cv_header_stdlib_h=yes
  869. ac_cv_header_string_h=yes
  870. ac_cv_header_strings_h=yes
  871. ac_cv_header_sys_stat_h=yes
  872. ac_cv_header_sys_types_h=yes
  873. ac_cv_header_unistd_h=yes
  874. ac_cv_host=i686-pc-linux-gnu
  875. ac_cv_host_alias=i686-pc-linux-gnu
  876. ac_cv_objext=o
  877. ac_cv_path_INTLTOOL_ICONV=/usr/bin/iconv
  878. ac_cv_path_INTLTOOL_MSGFMT=msgfmt
  879. ac_cv_path_INTLTOOL_MSGMERGE=msgmerge
  880. ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
  881. ac_cv_path_INTLTOOL_XGETTEXT=xgettext
  882. ac_cv_path_install='/usr/bin/install -c'
  883. ac_cv_prog_AWK=gawk
  884. ac_cv_prog_CPP='gcc -E'
  885. ac_cv_prog_CXXCPP=/lib/cpp
  886. ac_cv_prog_ac_ct_CC=gcc
  887. ac_cv_prog_cc_g=yes
  888. ac_cv_prog_cc_stdc=
  889. ac_cv_prog_cxx_g=no
  890. ac_cv_prog_egrep='grep -E'
  891. ac_cv_prog_make_make_set=yes
  892. am_cv_CC_dependencies_compiler_type=gcc3
  893. am_cv_CXX_dependencies_compiler_type=none
  894. lt_cv_deplibs_check_method=pass_all
  895. lt_cv_file_magic_cmd='$MAGIC_CMD'
  896. lt_cv_file_magic_test_file=
  897. lt_cv_ld_reload_flag=-r
  898. lt_cv_path_LD=/usr/bin/ld
  899. lt_cv_path_NM='/usr/bin/nm -B'
  900. lt_cv_path_SED=/bin/sed
  901. lt_cv_prog_gnu_ld=yes
  902.  
  903. ## ----------------- ##
  904. ## Output variables. ##
  905. ## ----------------- ##
  906.  
  907. ACLOCAL='${SHELL} /home/ghostwolf/Downloads/gnome-ppp-0.3.23/gnome-ppp-0.3.23/missing --run aclocal-1.9'
  908. AMDEPBACKSLASH='\'
  909. AMDEP_FALSE='#'
  910. AMDEP_TRUE=''
  911. AMTAR='${SHELL} /home/ghostwolf/Downloads/gnome-ppp-0.3.23/gnome-ppp-0.3.23/missing --run tar'
  912. AR=''
  913. AUTOCONF='${SHELL} /home/ghostwolf/Downloads/gnome-ppp-0.3.23/gnome-ppp-0.3.23/missing --run autoconf'
  914. AUTOHEADER='${SHELL} /home/ghostwolf/Downloads/gnome-ppp-0.3.23/gnome-ppp-0.3.23/missing --run autoheader'
  915. AUTOMAKE='${SHELL} /home/ghostwolf/Downloads/gnome-ppp-0.3.23/gnome-ppp-0.3.23/missing --run automake-1.9'
  916. AWK='gawk'
  917. CATALOGS=''
  918. CATOBJEXT=''
  919. CC='gcc'
  920. CCDEPMODE='depmode=gcc3'
  921. CFLAGS='-g -O2'
  922. CPP='gcc -E'
  923. CPPFLAGS=''
  924. CXX='g++'
  925. CXXCPP='/lib/cpp'
  926. CXXDEPMODE='depmode=none'
  927. CXXFLAGS=''
  928. CYGPATH_W='echo'
  929. DATADIRNAME=''
  930. DEFS=''
  931. DEPDIR='.deps'
  932. DEPS_CFLAGS=''
  933. DEPS_LIBS=''
  934. ECHO='echo'
  935. ECHO_C=''
  936. ECHO_N='-n'
  937. ECHO_T=''
  938. EGREP='grep -E'
  939. EXEEXT=''
  940. F77=''
  941. FFLAGS=''
  942. GETTEXT_PACKAGE=''
  943. GMOFILES=''
  944. GMSGFMT=''
  945. INSTALL_DATA='${INSTALL} -m 644'
  946. INSTALL_PROGRAM='${INSTALL}'
  947. INSTALL_SCRIPT='${INSTALL}'
  948. INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
  949. INSTOBJEXT=''
  950. INTLLIBS=''
  951. INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  952. INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  953. INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  954. INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract'
  955. INTLTOOL_ICONV='/usr/bin/iconv'
  956. INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  957. INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  958. INTLTOOL_MERGE='$(top_builddir)/intltool-merge'
  959. INTLTOOL_MSGFMT='msgfmt'
  960. INTLTOOL_MSGMERGE='msgmerge'
  961. INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
  962. INTLTOOL_PERL='/usr/bin/perl'
  963. INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  964. INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  965. INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  966. INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  967. INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  968. INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  969. INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  970. INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  971. INTLTOOL_UPDATE='$(top_builddir)/intltool-update'
  972. INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  973. INTLTOOL_XGETTEXT='xgettext'
  974. INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
  975. INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
  976. LDFLAGS=''
  977. LIBOBJS=''
  978. LIBS=''
  979. LIBTOOL=''
  980. LN_S='ln -s'
  981. LTLIBOBJS=''
  982. MAKEINFO='${SHELL} /home/ghostwolf/Downloads/gnome-ppp-0.3.23/gnome-ppp-0.3.23/missing --run makeinfo'
  983. MKINSTALLDIRS=''
  984. MSGFMT=''
  985. OBJEXT='o'
  986. PACKAGE='gnome-ppp'
  987. PACKAGE_APPICON_DIR=''
  988. PACKAGE_BUGREPORT='vladeck@gnome-ppp.org'
  989. PACKAGE_NAME='gnome-ppp'
  990. PACKAGE_STRING='gnome-ppp 0.3.23'
  991. PACKAGE_TARNAME='gnome-ppp'
  992. PACKAGE_VERSION='0.3.23'
  993. PATH_SEPARATOR=':'
  994. PKG_CONFIG=''
  995. POFILES=''
  996. POSUB=''
  997. PO_IN_DATADIR_FALSE=''
  998. PO_IN_DATADIR_TRUE=''
  999. RANLIB=''
  1000. SET_MAKE=''
  1001. SHELL='/bin/bash'
  1002. STRIP=''
  1003. USE_NLS=''
  1004. VERSION='0.3.23'
  1005. XGETTEXT=''
  1006. ac_ct_AR=''
  1007. ac_ct_CC='gcc'
  1008. ac_ct_CXX='g++'
  1009. ac_ct_F77=''
  1010. ac_ct_RANLIB=''
  1011. ac_ct_STRIP=''
  1012. ac_pt_PKG_CONFIG=''
  1013. am__fastdepCC_FALSE='#'
  1014. am__fastdepCC_TRUE=''
  1015. am__fastdepCXX_FALSE=''
  1016. am__fastdepCXX_TRUE='#'
  1017. am__include='include'
  1018. am__leading_dot='.'
  1019. am__quote=''
  1020. am__tar='${AMTAR} chof - "$$tardir"'
  1021. am__untar='${AMTAR} xf -'
  1022. bindir='${exec_prefix}/bin'
  1023. build='i686-pc-linux-gnu'
  1024. build_alias=''
  1025. build_cpu='i686'
  1026. build_os='linux-gnu'
  1027. build_vendor='pc'
  1028. datadir='${prefix}/share'
  1029. exec_prefix='NONE'
  1030. host='i686-pc-linux-gnu'
  1031. host_alias=''
  1032. host_cpu='i686'
  1033. host_os='linux-gnu'
  1034. host_vendor='pc'
  1035. includedir='${prefix}/include'
  1036. infodir='${prefix}/info'
  1037. install_sh='/home/ghostwolf/Downloads/gnome-ppp-0.3.23/gnome-ppp-0.3.23/install-sh'
  1038. libdir='${exec_prefix}/lib'
  1039. libexecdir='${exec_prefix}/libexec'
  1040. localstatedir='${prefix}/var'
  1041. mandir='${prefix}/man'
  1042. mkdir_p='mkdir -p -- .'
  1043. oldincludedir='/usr/include'
  1044. prefix='NONE'
  1045. program_transform_name='s,x,x,'
  1046. sbindir='${exec_prefix}/sbin'
  1047. sharedstatedir='${prefix}/com'
  1048. sysconfdir='${prefix}/etc'
  1049. target_alias=''
  1050.  
  1051. ## ----------- ##
  1052. ## confdefs.h. ##
  1053. ## ----------- ##
  1054.  
  1055. #define HAVE_DLFCN_H 1
  1056. #define HAVE_INTTYPES_H 1
  1057. #define HAVE_MEMORY_H 1
  1058. #define HAVE_STDINT_H 1
  1059. #define HAVE_STDLIB_H 1
  1060. #define HAVE_STRINGS_H 1
  1061. #define HAVE_STRING_H 1
  1062. #define HAVE_SYS_STAT_H 1
  1063. #define HAVE_SYS_TYPES_H 1
  1064. #define HAVE_UNISTD_H 1
  1065. #define PACKAGE "gnome-ppp"
  1066. #define PACKAGE_BUGREPORT "vladeck@gnome-ppp.org"
  1067. #define PACKAGE_NAME "gnome-ppp"
  1068. #define PACKAGE_STRING "gnome-ppp 0.3.23"
  1069. #define PACKAGE_TARNAME "gnome-ppp"
  1070. #define PACKAGE_VERSION "0.3.23"
  1071. #define STDC_HEADERS 1
  1072. #define VERSION "0.3.23"
  1073. #endif
  1074. #ifdef __cplusplus
  1075. void exit (int);
  1076.  
  1077. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement