Advertisement
Guest User

Untitled

a guest
May 21st, 2011
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 60.40 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 GIMP configure 2.2.8, which was
  5. generated by GNU Autoconf 2.59. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = jeferx-desktop
  14. uname -m = i686
  15. uname -r = 2.6.32-31-generic
  16. uname -s = Linux
  17. uname -v = #61-Ubuntu SMP Fri Apr 8 18:24:35 UTC 2011
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. 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:1705: checking for a BSD-compatible install
  44. configure:1760: result: /usr/bin/install -c
  45. configure:1771: checking whether build environment is sane
  46. configure:1814: result: yes
  47. configure:1847: checking for gawk
  48. configure:1863: found /usr/bin/gawk
  49. configure:1873: result: gawk
  50. configure:1883: checking whether make sets $(MAKE)
  51. configure:1903: result: yes
  52. configure:2202: checking for gcc
  53. configure:2218: found /usr/bin/gcc
  54. configure:2228: result: gcc
  55. configure:2472: checking for C compiler version
  56. configure:2475: gcc --version </dev/null >&5
  57. gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
  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:2478: $? = 0
  63. configure:2480: 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.3-4ubuntu5' --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-plugin --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.3 (Ubuntu 4.4.3-4ubuntu5)
  69. configure:2483: $? = 0
  70. configure:2485: gcc -V </dev/null >&5
  71. gcc: '-V' option must have argument
  72. configure:2488: $? = 1
  73. configure:2511: checking for C compiler default output file name
  74. configure:2514: gcc conftest.c >&5
  75. configure:2517: $? = 0
  76. configure:2563: result: a.out
  77. configure:2568: checking whether the C compiler works
  78. configure:2574: ./a.out
  79. configure:2577: $? = 0
  80. configure:2594: result: yes
  81. configure:2601: checking whether we are cross compiling
  82. configure:2603: result: no
  83. configure:2606: checking for suffix of executables
  84. configure:2608: gcc -o conftest conftest.c >&5
  85. configure:2611: $? = 0
  86. configure:2636: result:
  87. configure:2642: checking for suffix of object files
  88. configure:2663: gcc -c conftest.c >&5
  89. configure:2666: $? = 0
  90. configure:2688: result: o
  91. configure:2692: checking whether we are using the GNU C compiler
  92. configure:2716: gcc -c conftest.c >&5
  93. configure:2722: $? = 0
  94. configure:2725: test -z || test ! -s conftest.err
  95. configure:2728: $? = 0
  96. configure:2731: test -s conftest.o
  97. configure:2734: $? = 0
  98. configure:2747: result: yes
  99. configure:2753: checking whether gcc accepts -g
  100. configure:2774: gcc -c -g conftest.c >&5
  101. configure:2780: $? = 0
  102. configure:2783: test -z || test ! -s conftest.err
  103. configure:2786: $? = 0
  104. configure:2789: test -s conftest.o
  105. configure:2792: $? = 0
  106. configure:2803: result: yes
  107. configure:2820: checking for gcc option to accept ANSI C
  108. configure:2890: gcc -c -g -O2 conftest.c >&5
  109. configure:2896: $? = 0
  110. configure:2899: test -z || test ! -s conftest.err
  111. configure:2902: $? = 0
  112. configure:2905: test -s conftest.o
  113. configure:2908: $? = 0
  114. configure:2926: result: none needed
  115. configure:2944: gcc -c -g -O2 conftest.c >&5
  116. conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
  117. configure:2950: $? = 1
  118. configure: failed program was:
  119. | #ifndef __cplusplus
  120. | choke me
  121. | #endif
  122. configure:3091: checking for style of include used by make
  123. configure:3119: result: GNU
  124. configure:3147: checking dependency style of gcc
  125. configure:3230: result: gcc3
  126. configure:3328: checking build system type
  127. configure:3346: result: i686-pc-linux-gnu
  128. configure:3354: checking host system type
  129. configure:3368: result: i686-pc-linux-gnu
  130. configure:3376: checking for a sed that does not truncate output
  131. configure:3430: result: /bin/sed
  132. configure:3433: checking for egrep
  133. configure:3443: result: grep -E
  134. configure:3459: checking for ld used by gcc
  135. configure:3526: result: /usr/bin/ld
  136. configure:3535: checking if the linker (/usr/bin/ld) is GNU ld
  137. configure:3550: result: yes
  138. configure:3555: checking for /usr/bin/ld option to reload object files
  139. configure:3562: result: -r
  140. configure:3571: checking for BSD-compatible nm
  141. configure:3613: result: /usr/bin/nm -B
  142. configure:3617: checking whether ln -s works
  143. configure:3621: result: yes
  144. configure:3628: checking how to recognise dependent libraries
  145. configure:3802: result: pass_all
  146. configure:4257: checking how to run the C preprocessor
  147. configure:4292: gcc -E conftest.c
  148. configure:4298: $? = 0
  149. configure:4330: gcc -E conftest.c
  150. conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
  151. configure:4336: $? = 1
  152. configure: failed program was:
  153. | /* confdefs.h. */
  154. |
  155. | #define PACKAGE_NAME "GIMP"
  156. | #define PACKAGE_TARNAME "gimp"
  157. | #define PACKAGE_VERSION "2.2.8"
  158. | #define PACKAGE_STRING "GIMP 2.2.8"
  159. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  160. | #define GETTEXT_PACKAGE "gimp20"
  161. | /* end confdefs.h. */
  162. | #include <ac_nonexistent.h>
  163. configure:4375: result: gcc -E
  164. configure:4399: gcc -E conftest.c
  165. configure:4405: $? = 0
  166. configure:4437: gcc -E conftest.c
  167. conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
  168. configure:4443: $? = 1
  169. configure: failed program was:
  170. | /* confdefs.h. */
  171. |
  172. | #define PACKAGE_NAME "GIMP"
  173. | #define PACKAGE_TARNAME "gimp"
  174. | #define PACKAGE_VERSION "2.2.8"
  175. | #define PACKAGE_STRING "GIMP 2.2.8"
  176. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  177. | #define GETTEXT_PACKAGE "gimp20"
  178. | /* end confdefs.h. */
  179. | #include <ac_nonexistent.h>
  180. configure:4487: checking for ANSI C header files
  181. configure:4512: gcc -c -g -O2 conftest.c >&5
  182. configure:4518: $? = 0
  183. configure:4521: test -z || test ! -s conftest.err
  184. configure:4524: $? = 0
  185. configure:4527: test -s conftest.o
  186. configure:4530: $? = 0
  187. configure:4619: gcc -o conftest -g -O2 conftest.c >&5
  188. conftest.c: In function 'main':
  189. conftest.c:27: warning: incompatible implicit declaration of built-in function 'exit'
  190. configure:4622: $? = 0
  191. configure:4624: ./conftest
  192. configure:4627: $? = 0
  193. configure:4642: result: yes
  194. configure:4666: checking for sys/types.h
  195. configure:4682: gcc -c -g -O2 conftest.c >&5
  196. configure:4688: $? = 0
  197. configure:4691: test -z || test ! -s conftest.err
  198. configure:4694: $? = 0
  199. configure:4697: test -s conftest.o
  200. configure:4700: $? = 0
  201. configure:4711: result: yes
  202. configure:4666: checking for sys/stat.h
  203. configure:4682: gcc -c -g -O2 conftest.c >&5
  204. configure:4688: $? = 0
  205. configure:4691: test -z || test ! -s conftest.err
  206. configure:4694: $? = 0
  207. configure:4697: test -s conftest.o
  208. configure:4700: $? = 0
  209. configure:4711: result: yes
  210. configure:4666: checking for stdlib.h
  211. configure:4682: gcc -c -g -O2 conftest.c >&5
  212. configure:4688: $? = 0
  213. configure:4691: test -z || test ! -s conftest.err
  214. configure:4694: $? = 0
  215. configure:4697: test -s conftest.o
  216. configure:4700: $? = 0
  217. configure:4711: result: yes
  218. configure:4666: checking for string.h
  219. configure:4682: gcc -c -g -O2 conftest.c >&5
  220. configure:4688: $? = 0
  221. configure:4691: test -z || test ! -s conftest.err
  222. configure:4694: $? = 0
  223. configure:4697: test -s conftest.o
  224. configure:4700: $? = 0
  225. configure:4711: result: yes
  226. configure:4666: checking for memory.h
  227. configure:4682: gcc -c -g -O2 conftest.c >&5
  228. configure:4688: $? = 0
  229. configure:4691: test -z || test ! -s conftest.err
  230. configure:4694: $? = 0
  231. configure:4697: test -s conftest.o
  232. configure:4700: $? = 0
  233. configure:4711: result: yes
  234. configure:4666: checking for strings.h
  235. configure:4682: gcc -c -g -O2 conftest.c >&5
  236. configure:4688: $? = 0
  237. configure:4691: test -z || test ! -s conftest.err
  238. configure:4694: $? = 0
  239. configure:4697: test -s conftest.o
  240. configure:4700: $? = 0
  241. configure:4711: result: yes
  242. configure:4666: checking for inttypes.h
  243. configure:4682: gcc -c -g -O2 conftest.c >&5
  244. configure:4688: $? = 0
  245. configure:4691: test -z || test ! -s conftest.err
  246. configure:4694: $? = 0
  247. configure:4697: test -s conftest.o
  248. configure:4700: $? = 0
  249. configure:4711: result: yes
  250. configure:4666: checking for stdint.h
  251. configure:4682: gcc -c -g -O2 conftest.c >&5
  252. configure:4688: $? = 0
  253. configure:4691: test -z || test ! -s conftest.err
  254. configure:4694: $? = 0
  255. configure:4697: test -s conftest.o
  256. configure:4700: $? = 0
  257. configure:4711: result: yes
  258. configure:4666: checking for unistd.h
  259. configure:4682: gcc -c -g -O2 conftest.c >&5
  260. configure:4688: $? = 0
  261. configure:4691: test -z || test ! -s conftest.err
  262. configure:4694: $? = 0
  263. configure:4697: test -s conftest.o
  264. configure:4700: $? = 0
  265. configure:4711: result: yes
  266. configure:4737: checking dlfcn.h usability
  267. configure:4749: gcc -c -g -O2 conftest.c >&5
  268. configure:4755: $? = 0
  269. configure:4758: test -z || test ! -s conftest.err
  270. configure:4761: $? = 0
  271. configure:4764: test -s conftest.o
  272. configure:4767: $? = 0
  273. configure:4777: result: yes
  274. configure:4781: checking dlfcn.h presence
  275. configure:4791: gcc -E conftest.c
  276. configure:4797: $? = 0
  277. configure:4817: result: yes
  278. configure:4852: checking for dlfcn.h
  279. configure:4859: result: yes
  280. configure:4924: checking for g++
  281. configure:4940: found /usr/bin/g++
  282. configure:4950: result: g++
  283. configure:4966: checking for C++ compiler version
  284. configure:4969: g++ --version </dev/null >&5
  285. g++ (Ubuntu 4.4.3-4ubuntu5) 4.4.3
  286. Copyright (C) 2009 Free Software Foundation, Inc.
  287. This is free software; see the source for copying conditions. There is NO
  288. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  289.  
  290. configure:4972: $? = 0
  291. configure:4974: g++ -v </dev/null >&5
  292. Using built-in specs.
  293. Target: i486-linux-gnu
  294. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.3-4ubuntu5' --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-plugin --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
  295. Thread model: posix
  296. gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
  297. configure:4977: $? = 0
  298. configure:4979: g++ -V </dev/null >&5
  299. g++: '-V' option must have argument
  300. configure:4982: $? = 1
  301. configure:4985: checking whether we are using the GNU C++ compiler
  302. configure:5009: g++ -c conftest.cc >&5
  303. configure:5015: $? = 0
  304. configure:5018: test -z || test ! -s conftest.err
  305. configure:5021: $? = 0
  306. configure:5024: test -s conftest.o
  307. configure:5027: $? = 0
  308. configure:5040: result: yes
  309. configure:5046: checking whether g++ accepts -g
  310. configure:5067: g++ -c -g conftest.cc >&5
  311. configure:5073: $? = 0
  312. configure:5076: test -z || test ! -s conftest.err
  313. configure:5079: $? = 0
  314. configure:5082: test -s conftest.o
  315. configure:5085: $? = 0
  316. configure:5096: result: yes
  317. configure:5138: g++ -c -g -O2 conftest.cc >&5
  318. configure:5144: $? = 0
  319. configure:5147: test -z || test ! -s conftest.err
  320. configure:5150: $? = 0
  321. configure:5153: test -s conftest.o
  322. configure:5156: $? = 0
  323. configure:5182: g++ -c -g -O2 conftest.cc >&5
  324. conftest.cc: In function 'int main()':
  325. conftest.cc:25: error: 'exit' was not declared in this scope
  326. configure:5188: $? = 1
  327. configure: failed program was:
  328. | /* confdefs.h. */
  329. |
  330. | #define PACKAGE_NAME "GIMP"
  331. | #define PACKAGE_TARNAME "gimp"
  332. | #define PACKAGE_VERSION "2.2.8"
  333. | #define PACKAGE_STRING "GIMP 2.2.8"
  334. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  335. | #define GETTEXT_PACKAGE "gimp20"
  336. | #define STDC_HEADERS 1
  337. | #define HAVE_SYS_TYPES_H 1
  338. | #define HAVE_SYS_STAT_H 1
  339. | #define HAVE_STDLIB_H 1
  340. | #define HAVE_STRING_H 1
  341. | #define HAVE_MEMORY_H 1
  342. | #define HAVE_STRINGS_H 1
  343. | #define HAVE_INTTYPES_H 1
  344. | #define HAVE_STDINT_H 1
  345. | #define HAVE_UNISTD_H 1
  346. | #define HAVE_DLFCN_H 1
  347. | /* end confdefs.h. */
  348. |
  349. | int
  350. | main ()
  351. | {
  352. | exit (42);
  353. | ;
  354. | return 0;
  355. | }
  356. configure:5138: g++ -c -g -O2 conftest.cc >&5
  357. conftest.cc:21: error: 'void std::exit(int)' should have been declared inside 'std'
  358. configure:5144: $? = 1
  359. configure: failed program was:
  360. | /* confdefs.h. */
  361. |
  362. | #define PACKAGE_NAME "GIMP"
  363. | #define PACKAGE_TARNAME "gimp"
  364. | #define PACKAGE_VERSION "2.2.8"
  365. | #define PACKAGE_STRING "GIMP 2.2.8"
  366. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  367. | #define GETTEXT_PACKAGE "gimp20"
  368. | #define STDC_HEADERS 1
  369. | #define HAVE_SYS_TYPES_H 1
  370. | #define HAVE_SYS_STAT_H 1
  371. | #define HAVE_STDLIB_H 1
  372. | #define HAVE_STRING_H 1
  373. | #define HAVE_MEMORY_H 1
  374. | #define HAVE_STRINGS_H 1
  375. | #define HAVE_INTTYPES_H 1
  376. | #define HAVE_STDINT_H 1
  377. | #define HAVE_UNISTD_H 1
  378. | #define HAVE_DLFCN_H 1
  379. | /* end confdefs.h. */
  380. | extern "C" void std::exit (int) throw (); using std::exit;
  381. | #include <stdlib.h>
  382. | int
  383. | main ()
  384. | {
  385. | exit (42);
  386. | ;
  387. | return 0;
  388. | }
  389. configure:5138: g++ -c -g -O2 conftest.cc >&5
  390. conftest.cc:21: error: 'void std::exit(int)' should have been declared inside 'std'
  391. In file included from conftest.cc:22:
  392. /usr/include/stdlib.h:543: error: declaration of 'void std::exit(int) throw ()' throws different exceptions
  393. conftest.cc:21: error: from previous declaration 'void std::exit(int)'
  394. configure:5144: $? = 1
  395. configure: failed program was:
  396. | /* confdefs.h. */
  397. |
  398. | #define PACKAGE_NAME "GIMP"
  399. | #define PACKAGE_TARNAME "gimp"
  400. | #define PACKAGE_VERSION "2.2.8"
  401. | #define PACKAGE_STRING "GIMP 2.2.8"
  402. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  403. | #define GETTEXT_PACKAGE "gimp20"
  404. | #define STDC_HEADERS 1
  405. | #define HAVE_SYS_TYPES_H 1
  406. | #define HAVE_SYS_STAT_H 1
  407. | #define HAVE_STDLIB_H 1
  408. | #define HAVE_STRING_H 1
  409. | #define HAVE_MEMORY_H 1
  410. | #define HAVE_STRINGS_H 1
  411. | #define HAVE_INTTYPES_H 1
  412. | #define HAVE_STDINT_H 1
  413. | #define HAVE_UNISTD_H 1
  414. | #define HAVE_DLFCN_H 1
  415. | /* end confdefs.h. */
  416. | extern "C" void std::exit (int); using std::exit;
  417. | #include <stdlib.h>
  418. | int
  419. | main ()
  420. | {
  421. | exit (42);
  422. | ;
  423. | return 0;
  424. | }
  425. configure:5138: g++ -c -g -O2 conftest.cc >&5
  426. configure:5144: $? = 0
  427. configure:5147: test -z || test ! -s conftest.err
  428. configure:5150: $? = 0
  429. configure:5153: test -s conftest.o
  430. configure:5156: $? = 0
  431. configure:5182: g++ -c -g -O2 conftest.cc >&5
  432. configure:5188: $? = 0
  433. configure:5191: test -z || test ! -s conftest.err
  434. configure:5194: $? = 0
  435. configure:5197: test -s conftest.o
  436. configure:5200: $? = 0
  437. configure:5225: checking dependency style of g++
  438. configure:5308: result: gcc3
  439. configure:5330: checking how to run the C++ preprocessor
  440. configure:5361: g++ -E conftest.cc
  441. configure:5367: $? = 0
  442. configure:5399: g++ -E conftest.cc
  443. conftest.cc:24:28: error: ac_nonexistent.h: No such file or directory
  444. configure:5405: $? = 1
  445. configure: failed program was:
  446. | /* confdefs.h. */
  447. |
  448. | #define PACKAGE_NAME "GIMP"
  449. | #define PACKAGE_TARNAME "gimp"
  450. | #define PACKAGE_VERSION "2.2.8"
  451. | #define PACKAGE_STRING "GIMP 2.2.8"
  452. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  453. | #define GETTEXT_PACKAGE "gimp20"
  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. | #ifdef __cplusplus
  466. | extern "C" void exit (int) throw ();
  467. | #endif
  468. | /* end confdefs.h. */
  469. | #include <ac_nonexistent.h>
  470. configure:5444: result: g++ -E
  471. configure:5468: g++ -E conftest.cc
  472. configure:5474: $? = 0
  473. configure:5506: g++ -E conftest.cc
  474. conftest.cc:24:28: error: ac_nonexistent.h: No such file or directory
  475. configure:5512: $? = 1
  476. configure: failed program was:
  477. | /* confdefs.h. */
  478. |
  479. | #define PACKAGE_NAME "GIMP"
  480. | #define PACKAGE_TARNAME "gimp"
  481. | #define PACKAGE_VERSION "2.2.8"
  482. | #define PACKAGE_STRING "GIMP 2.2.8"
  483. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  484. | #define GETTEXT_PACKAGE "gimp20"
  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. | #ifdef __cplusplus
  497. | extern "C" void exit (int) throw ();
  498. | #endif
  499. | /* end confdefs.h. */
  500. | #include <ac_nonexistent.h>
  501. configure:5607: checking for g77
  502. configure:5636: result: no
  503. configure:5607: checking for f77
  504. configure:5636: result: no
  505. configure:5607: checking for xlf
  506. configure:5636: result: no
  507. configure:5607: checking for frt
  508. configure:5636: result: no
  509. configure:5607: checking for pgf77
  510. configure:5636: result: no
  511. configure:5607: checking for fort77
  512. configure:5636: result: no
  513. configure:5607: checking for fl32
  514. configure:5636: result: no
  515. configure:5607: checking for af77
  516. configure:5636: result: no
  517. configure:5607: checking for f90
  518. configure:5636: result: no
  519. configure:5607: checking for xlf90
  520. configure:5636: result: no
  521. configure:5607: checking for pgf90
  522. configure:5636: result: no
  523. configure:5607: checking for epcf90
  524. configure:5636: result: no
  525. configure:5607: checking for f95
  526. configure:5636: result: no
  527. configure:5607: checking for fort
  528. configure:5636: result: no
  529. configure:5607: checking for xlf95
  530. configure:5636: result: no
  531. configure:5607: checking for ifc
  532. configure:5636: result: no
  533. configure:5607: checking for efc
  534. configure:5636: result: no
  535. configure:5607: checking for pgf95
  536. configure:5636: result: no
  537. configure:5607: checking for lf95
  538. configure:5636: result: no
  539. configure:5607: checking for gfortran
  540. configure:5636: result: no
  541. configure:5648: checking for Fortran 77 compiler version
  542. configure:5651: --version </dev/null >&5
  543. ./configure: line 5652: --version: command not found
  544. configure:5654: $? = 127
  545. configure:5656: -v </dev/null >&5
  546. ./configure: line 5657: -v: command not found
  547. configure:5659: $? = 127
  548. configure:5661: -V </dev/null >&5
  549. ./configure: line 5662: -V: command not found
  550. configure:5664: $? = 127
  551. configure:5672: checking whether we are using the GNU Fortran 77 compiler
  552. configure:5686: -c conftest.F >&5
  553. ./configure: line 5687: -c: command not found
  554. configure:5692: $? = 127
  555. configure: failed program was:
  556. | program main
  557. | #ifndef __GNUC__
  558. | choke me
  559. | #endif
  560. |
  561. | end
  562. configure:5717: result: no
  563. configure:5723: checking whether accepts -g
  564. configure:5735: -c -g conftest.f >&5
  565. ./configure: line 5736: -c: command not found
  566. configure:5741: $? = 127
  567. configure: failed program was:
  568. | program main
  569. |
  570. | end
  571. configure:5765: result: no
  572. configure:5795: checking the maximum length of command line arguments
  573. configure:5860: result: 32768
  574. configure:5871: checking command to parse /usr/bin/nm -B output from gcc object
  575. configure:5960: gcc -c -g -O2 conftest.c >&5
  576. configure:5963: $? = 0
  577. configure:5967: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
  578. configure:5970: $? = 0
  579. configure:6022: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  580. configure:6025: $? = 0
  581. configure:6063: result: ok
  582. configure:6067: checking for objdir
  583. configure:6082: result: .libs
  584. configure:6172: checking for ar
  585. configure:6188: found /usr/bin/ar
  586. configure:6199: result: ar
  587. configure:6252: checking for ranlib
  588. configure:6268: found /usr/bin/ranlib
  589. configure:6279: result: ranlib
  590. configure:6332: checking for strip
  591. configure:6348: found /usr/bin/strip
  592. configure:6359: result: strip
  593. configure:6621: checking if gcc static flag works
  594. configure:6644: result: yes
  595. configure:6662: checking if gcc supports -fno-rtti -fno-exceptions
  596. configure:6680: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  597. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  598. configure:6684: $? = 0
  599. configure:6695: result: no
  600. configure:6710: checking for gcc option to produce PIC
  601. configure:6887: result: -fPIC
  602. configure:6895: checking if gcc PIC flag -fPIC works
  603. configure:6913: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
  604. configure:6917: $? = 0
  605. configure:6928: result: yes
  606. configure:6952: checking if gcc supports -c -o file.o
  607. configure:6973: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  608. configure:6977: $? = 0
  609. configure:6997: result: yes
  610. configure:7023: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
  611. configure:7870: result: yes
  612. configure:7896: checking whether -lc should be explicitly linked in
  613. configure:7901: gcc -c -g -O2 conftest.c >&5
  614. configure:7904: $? = 0
  615. configure:7918: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
  616. configure:7921: $? = 0
  617. configure:7933: result: no
  618. configure:7941: checking dynamic linker characteristics
  619. configure:8493: result: GNU/Linux ld.so
  620. configure:8497: checking how to hardcode library paths into programs
  621. configure:8522: result: immediate
  622. configure:8536: checking whether stripping libraries is possible
  623. configure:8541: result: yes
  624. configure:9364: checking if libtool supports shared libraries
  625. configure:9366: result: yes
  626. configure:9369: checking whether to build shared libraries
  627. configure:9427: result: yes
  628. configure:9430: checking whether to build static libraries
  629. configure:9434: result: no
  630. configure:9526: creating libtool
  631. configure:10073: checking for ld used by g++
  632. configure:10140: result: /usr/bin/ld
  633. configure:10149: checking if the linker (/usr/bin/ld) is GNU ld
  634. configure:10164: result: yes
  635. configure:10215: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  636. configure:11041: result: yes
  637. configure:11059: g++ -c -g -O2 conftest.cc >&5
  638. configure:11062: $? = 0
  639. configure:11158: checking for g++ option to produce PIC
  640. configure:11410: result: -fPIC
  641. configure:11418: checking if g++ PIC flag -fPIC works
  642. configure:11436: g++ -c -g -O2 -fPIC -DPIC conftest.cc >&5
  643. configure:11440: $? = 0
  644. configure:11451: result: yes
  645. configure:11475: checking if g++ supports -c -o file.o
  646. configure:11496: g++ -c -g -O2 -o out/conftest2.o conftest.cc >&5
  647. configure:11500: $? = 0
  648. configure:11520: result: yes
  649. configure:11546: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  650. configure:11574: result: yes
  651. configure:11645: checking dynamic linker characteristics
  652. configure:12197: result: GNU/Linux ld.so
  653. configure:12201: checking how to hardcode library paths into programs
  654. configure:12226: result: immediate
  655. configure:12240: checking whether stripping libraries is possible
  656. configure:12245: result: yes
  657. configure:19497: checking whether to enable maintainer-specific portions of Makefiles
  658. configure:19506: result: no
  659. configure:19527: checking for target architecture
  660. configure:19535: result: i686-pc-linux-gnu
  661. configure:19577: checking for some Win32 platform
  662. configure:19587: result: no
  663. configure:19600: checking for native Win32
  664. configure:19612: result: no
  665. configure:19785: checking for strerror in -lcposix
  666. configure:19815: gcc -o conftest -g -O2 conftest.c -lcposix >&5
  667. /usr/bin/ld: cannot find -lcposix
  668. collect2: ld returned 1 exit status
  669. configure:19821: $? = 1
  670. configure: failed program was:
  671. | /* confdefs.h. */
  672. |
  673. | #define PACKAGE_NAME "GIMP"
  674. | #define PACKAGE_TARNAME "gimp"
  675. | #define PACKAGE_VERSION "2.2.8"
  676. | #define PACKAGE_STRING "GIMP 2.2.8"
  677. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  678. | #define GETTEXT_PACKAGE "gimp20"
  679. | #define STDC_HEADERS 1
  680. | #define HAVE_SYS_TYPES_H 1
  681. | #define HAVE_SYS_STAT_H 1
  682. | #define HAVE_STDLIB_H 1
  683. | #define HAVE_STRING_H 1
  684. | #define HAVE_MEMORY_H 1
  685. | #define HAVE_STRINGS_H 1
  686. | #define HAVE_INTTYPES_H 1
  687. | #define HAVE_STDINT_H 1
  688. | #define HAVE_UNISTD_H 1
  689. | #define HAVE_DLFCN_H 1
  690. | #ifdef __cplusplus
  691. | extern "C" void exit (int) throw ();
  692. | #endif
  693. | #define ARCH_X86 1
  694. | /* end confdefs.h. */
  695. |
  696. | /* Override any gcc2 internal prototype to avoid an error. */
  697. | #ifdef __cplusplus
  698. | extern "C"
  699. | #endif
  700. | /* We use char because int might match the return type of a gcc2
  701. | builtin and then its argument prototype would still apply. */
  702. | char strerror ();
  703. | int
  704. | main ()
  705. | {
  706. | strerror ();
  707. | ;
  708. | return 0;
  709. | }
  710. configure:19846: result: no
  711. configure:19857: checking for gcc option to accept ANSI C
  712. configure:19920: gcc -c -g -O2 conftest.c >&5
  713. configure:19926: $? = 0
  714. configure:19929: test -z || test ! -s conftest.err
  715. configure:19932: $? = 0
  716. configure:19935: test -s conftest.o
  717. configure:19938: $? = 0
  718. configure:19953: result: none needed
  719. configure:19977: checking for a BSD-compatible install
  720. configure:20032: result: /usr/bin/install -c
  721. configure:20043: checking whether make sets $(MAKE)
  722. configure:20063: result: yes
  723. configure:20080: checking for special C compiler options needed for large files
  724. configure:20177: result: no
  725. configure:20183: checking for _FILE_OFFSET_BITS value needed for large files
  726. configure:20214: gcc -c -g -O2 conftest.c >&5
  727. conftest.c:31: warning: left shift count >= width of type
  728. conftest.c:31: warning: left shift count >= width of type
  729. conftest.c:33: error: size of array 'off_t_is_large' is negative
  730. configure:20220: $? = 1
  731. configure: failed program was:
  732. | /* confdefs.h. */
  733. |
  734. | #define PACKAGE_NAME "GIMP"
  735. | #define PACKAGE_TARNAME "gimp"
  736. | #define PACKAGE_VERSION "2.2.8"
  737. | #define PACKAGE_STRING "GIMP 2.2.8"
  738. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  739. | #define GETTEXT_PACKAGE "gimp20"
  740. | #define STDC_HEADERS 1
  741. | #define HAVE_SYS_TYPES_H 1
  742. | #define HAVE_SYS_STAT_H 1
  743. | #define HAVE_STDLIB_H 1
  744. | #define HAVE_STRING_H 1
  745. | #define HAVE_MEMORY_H 1
  746. | #define HAVE_STRINGS_H 1
  747. | #define HAVE_INTTYPES_H 1
  748. | #define HAVE_STDINT_H 1
  749. | #define HAVE_UNISTD_H 1
  750. | #define HAVE_DLFCN_H 1
  751. | #ifdef __cplusplus
  752. | extern "C" void exit (int) throw ();
  753. | #endif
  754. | #define ARCH_X86 1
  755. | /* end confdefs.h. */
  756. | #include <sys/types.h>
  757. | /* Check that off_t can represent 2**63 - 1 correctly.
  758. | We can't simply define LARGE_OFF_T to be 9223372036854775807,
  759. | since some C++ compilers masquerading as C compilers
  760. | incorrectly reject 9223372036854775807. */
  761. | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  762. | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  763. | && LARGE_OFF_T % 2147483647 == 1)
  764. | ? 1 : -1];
  765. | int
  766. | main ()
  767. | {
  768. |
  769. | ;
  770. | return 0;
  771. | }
  772. configure:20266: gcc -c -g -O2 conftest.c >&5
  773. configure:20272: $? = 0
  774. configure:20275: test -z || test ! -s conftest.err
  775. configure:20278: $? = 0
  776. configure:20281: test -s conftest.o
  777. configure:20284: $? = 0
  778. configure:20296: result: 64
  779. configure:20306: checking for _LARGE_FILES value needed for large files
  780. configure:20337: gcc -c -g -O2 conftest.c >&5
  781. configure:20343: $? = 0
  782. configure:20346: test -z || test ! -s conftest.err
  783. configure:20349: $? = 0
  784. configure:20352: test -s conftest.o
  785. configure:20355: $? = 0
  786. configure:20419: result: no
  787. configure:20432: checking whether to turn on debugging
  788. configure:20447: result: no
  789. configure:20451: checking whether to turn on profiling
  790. configure:20466: result: no
  791. configure:20548: checking for dirent.h that defines DIR
  792. configure:20572: gcc -c -g -O2 -Wall conftest.c >&5
  793. configure:20578: $? = 0
  794. configure:20581: test -z || test ! -s conftest.err
  795. configure:20584: $? = 0
  796. configure:20587: test -s conftest.o
  797. configure:20590: $? = 0
  798. configure:20601: result: yes
  799. configure:20614: checking for library containing opendir
  800. configure:20644: gcc -o conftest -g -O2 -Wall conftest.c >&5
  801. configure:20650: $? = 0
  802. configure:20653: test -z || test ! -s conftest.err
  803. configure:20656: $? = 0
  804. configure:20659: test -s conftest
  805. configure:20662: $? = 0
  806. configure:20731: result: none required
  807. configure:20865: checking for ANSI C header files
  808. configure:21020: result: yes
  809. configure:21030: checking for sys/wait.h that is POSIX.1 compatible
  810. configure:21061: gcc -c -g -O2 -Wall conftest.c >&5
  811. configure:21067: $? = 0
  812. configure:21070: test -z || test ! -s conftest.err
  813. configure:21073: $? = 0
  814. configure:21076: test -s conftest.o
  815. configure:21079: $? = 0
  816. configure:21090: result: yes
  817. configure:21100: checking whether time.h and sys/time.h may both be included
  818. configure:21125: gcc -c -g -O2 -Wall conftest.c >&5
  819. configure:21131: $? = 0
  820. configure:21134: test -z || test ! -s conftest.err
  821. configure:21137: $? = 0
  822. configure:21140: test -s conftest.o
  823. configure:21143: $? = 0
  824. configure:21154: result: yes
  825. configure:21183: checking sys/param.h usability
  826. configure:21195: gcc -c -g -O2 -Wall conftest.c >&5
  827. configure:21201: $? = 0
  828. configure:21204: test -z || test ! -s conftest.err
  829. configure:21207: $? = 0
  830. configure:21210: test -s conftest.o
  831. configure:21213: $? = 0
  832. configure:21223: result: yes
  833. configure:21227: checking sys/param.h presence
  834. configure:21237: gcc -E conftest.c
  835. configure:21243: $? = 0
  836. configure:21263: result: yes
  837. configure:21298: checking for sys/param.h
  838. configure:21305: result: yes
  839. configure:21183: checking sys/time.h usability
  840. configure:21195: gcc -c -g -O2 -Wall conftest.c >&5
  841. configure:21201: $? = 0
  842. configure:21204: test -z || test ! -s conftest.err
  843. configure:21207: $? = 0
  844. configure:21210: test -s conftest.o
  845. configure:21213: $? = 0
  846. configure:21223: result: yes
  847. configure:21227: checking sys/time.h presence
  848. configure:21237: gcc -E conftest.c
  849. configure:21243: $? = 0
  850. configure:21263: result: yes
  851. configure:21298: checking for sys/time.h
  852. configure:21305: result: yes
  853. configure:21183: checking sys/times.h usability
  854. configure:21195: gcc -c -g -O2 -Wall conftest.c >&5
  855. configure:21201: $? = 0
  856. configure:21204: test -z || test ! -s conftest.err
  857. configure:21207: $? = 0
  858. configure:21210: test -s conftest.o
  859. configure:21213: $? = 0
  860. configure:21223: result: yes
  861. configure:21227: checking sys/times.h presence
  862. configure:21237: gcc -E conftest.c
  863. configure:21243: $? = 0
  864. configure:21263: result: yes
  865. configure:21298: checking for sys/times.h
  866. configure:21305: result: yes
  867. configure:21174: checking for sys/wait.h
  868. configure:21179: result: yes
  869. configure:21174: checking for unistd.h
  870. configure:21179: result: yes
  871. configure:21319: checking for pid_t
  872. configure:21343: gcc -c -g -O2 -Wall conftest.c >&5
  873. configure:21349: $? = 0
  874. configure:21352: test -z || test ! -s conftest.err
  875. configure:21355: $? = 0
  876. configure:21358: test -s conftest.o
  877. configure:21361: $? = 0
  878. configure:21372: result: yes
  879. configure:21384: checking return type of signal handlers
  880. configure:21415: gcc -c -g -O2 -Wall conftest.c >&5
  881. conftest.c: In function 'main':
  882. conftest.c:49: warning: unused variable 'i'
  883. configure:21421: $? = 0
  884. configure:21424: test -z || test ! -s conftest.err
  885. configure:21427: $? = 0
  886. configure:21430: test -s conftest.o
  887. configure:21433: $? = 0
  888. configure:21444: result: void
  889. configure:21456: checking for vprintf
  890. configure:21513: gcc -o conftest -g -O2 -Wall conftest.c >&5
  891. conftest.c:60: warning: conflicting types for built-in function 'vprintf'
  892. configure:21519: $? = 0
  893. configure:21522: test -z || test ! -s conftest.err
  894. configure:21525: $? = 0
  895. configure:21528: test -s conftest
  896. configure:21531: $? = 0
  897. configure:21543: result: yes
  898. configure:21550: checking for _doprnt
  899. configure:21607: gcc -o conftest -g -O2 -Wall conftest.c >&5
  900. /tmp/ccgFUJ6T.o: In function `main':
  901. /home/jeferx/Descargas/gimp-2.2.8/conftest.c:76: undefined reference to `_doprnt'
  902. /tmp/ccgFUJ6T.o:(.data+0x0): undefined reference to `_doprnt'
  903. collect2: ld returned 1 exit status
  904. configure:21613: $? = 1
  905. configure: failed program was:
  906. | /* confdefs.h. */
  907. |
  908. | #define PACKAGE_NAME "GIMP"
  909. | #define PACKAGE_TARNAME "gimp"
  910. | #define PACKAGE_VERSION "2.2.8"
  911. | #define PACKAGE_STRING "GIMP 2.2.8"
  912. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  913. | #define GETTEXT_PACKAGE "gimp20"
  914. | #define STDC_HEADERS 1
  915. | #define HAVE_SYS_TYPES_H 1
  916. | #define HAVE_SYS_STAT_H 1
  917. | #define HAVE_STDLIB_H 1
  918. | #define HAVE_STRING_H 1
  919. | #define HAVE_MEMORY_H 1
  920. | #define HAVE_STRINGS_H 1
  921. | #define HAVE_INTTYPES_H 1
  922. | #define HAVE_STDINT_H 1
  923. | #define HAVE_UNISTD_H 1
  924. | #define HAVE_DLFCN_H 1
  925. | #ifdef __cplusplus
  926. | extern "C" void exit (int) throw ();
  927. | #endif
  928. | #define ARCH_X86 1
  929. | #define _FILE_OFFSET_BITS 64
  930. | #define HAVE_DIRENT_H 1
  931. | #define STDC_HEADERS 1
  932. | #define HAVE_SYS_WAIT_H 1
  933. | #define TIME_WITH_SYS_TIME 1
  934. | #define HAVE_SYS_PARAM_H 1
  935. | #define HAVE_SYS_TIME_H 1
  936. | #define HAVE_SYS_TIMES_H 1
  937. | #define HAVE_SYS_WAIT_H 1
  938. | #define HAVE_UNISTD_H 1
  939. | #define RETSIGTYPE void
  940. | #define HAVE_VPRINTF 1
  941. | /* end confdefs.h. */
  942. | /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
  943. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  944. | #define _doprnt innocuous__doprnt
  945. |
  946. | /* System header to define __stub macros and hopefully few prototypes,
  947. | which can conflict with char _doprnt (); below.
  948. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  949. | <limits.h> exists even on freestanding compilers. */
  950. |
  951. | #ifdef __STDC__
  952. | # include <limits.h>
  953. | #else
  954. | # include <assert.h>
  955. | #endif
  956. |
  957. | #undef _doprnt
  958. |
  959. | /* Override any gcc2 internal prototype to avoid an error. */
  960. | #ifdef __cplusplus
  961. | extern "C"
  962. | {
  963. | #endif
  964. | /* We use char because int might match the return type of a gcc2
  965. | builtin and then its argument prototype would still apply. */
  966. | char _doprnt ();
  967. | /* The GNU C library defines this for functions which it implements
  968. | to always fail with ENOSYS. Some functions are actually named
  969. | something starting with __ and the normal name is an alias. */
  970. | #if defined (__stub__doprnt) || defined (__stub____doprnt)
  971. | choke me
  972. | #else
  973. | char (*f) () = _doprnt;
  974. | #endif
  975. | #ifdef __cplusplus
  976. | }
  977. | #endif
  978. |
  979. | int
  980. | main ()
  981. | {
  982. | return f != _doprnt;
  983. | ;
  984. | return 0;
  985. | }
  986. configure:21637: result: no
  987. configure:21654: checking for working alloca.h
  988. configure:21675: gcc -o conftest -g -O2 -Wall conftest.c >&5
  989. conftest.c: In function 'main':
  990. conftest.c:41: warning: unused variable 'p'
  991. configure:21681: $? = 0
  992. configure:21684: test -z || test ! -s conftest.err
  993. configure:21687: $? = 0
  994. configure:21690: test -s conftest
  995. configure:21693: $? = 0
  996. configure:21705: result: yes
  997. configure:21715: checking for alloca
  998. configure:21756: gcc -o conftest -g -O2 -Wall conftest.c >&5
  999. conftest.c: In function 'main':
  1000. conftest.c:62: warning: unused variable 'p'
  1001. configure:21762: $? = 0
  1002. configure:21765: test -z || test ! -s conftest.err
  1003. configure:21768: $? = 0
  1004. configure:21771: test -s conftest
  1005. configure:21774: $? = 0
  1006. configure:21786: result: yes
  1007. configure:22015: checking for difftime
  1008. configure:22072: gcc -o conftest -g -O2 -Wall conftest.c >&5
  1009. configure:22078: $? = 0
  1010. configure:22081: test -z || test ! -s conftest.err
  1011. configure:22084: $? = 0
  1012. configure:22087: test -s conftest
  1013. configure:22090: $? = 0
  1014. configure:22102: result: yes
  1015. configure:22015: checking for putenv
  1016. configure:22072: gcc -o conftest -g -O2 -Wall conftest.c >&5
  1017. configure:22078: $? = 0
  1018. configure:22081: test -z || test ! -s conftest.err
  1019. configure:22084: $? = 0
  1020. configure:22087: test -s conftest
  1021. configure:22090: $? = 0
  1022. configure:22102: result: yes
  1023. configure:22015: checking for mmap
  1024. configure:22072: gcc -o conftest -g -O2 -Wall conftest.c >&5
  1025. configure:22078: $? = 0
  1026. configure:22081: test -z || test ! -s conftest.err
  1027. configure:22084: $? = 0
  1028. configure:22087: test -s conftest
  1029. configure:22090: $? = 0
  1030. configure:22102: result: yes
  1031. configure:22190: checking for perl
  1032. configure:22208: found /usr/bin/perl
  1033. configure:22220: result: /usr/bin/perl
  1034. configure:22238: checking for XML::Parser
  1035. configure:22241: result: ok
  1036. configure:22252: checking for iconv
  1037. configure:22270: found /usr/bin/iconv
  1038. configure:22283: result: /usr/bin/iconv
  1039. configure:22292: checking for msgfmt
  1040. configure:22310: found /usr/bin/msgfmt
  1041. configure:22323: result: /usr/bin/msgfmt
  1042. configure:22332: checking for msgmerge
  1043. configure:22350: found /usr/bin/msgmerge
  1044. configure:22363: result: /usr/bin/msgmerge
  1045. configure:22372: checking for xgettext
  1046. configure:22390: found /usr/bin/xgettext
  1047. configure:22403: result: /usr/bin/xgettext
  1048. configure:22466: checking locale.h usability
  1049. configure:22478: gcc -c -g -O2 -Wall conftest.c >&5
  1050. configure:22484: $? = 0
  1051. configure:22487: test -z || test ! -s conftest.err
  1052. configure:22490: $? = 0
  1053. configure:22493: test -s conftest.o
  1054. configure:22496: $? = 0
  1055. configure:22506: result: yes
  1056. configure:22510: checking locale.h presence
  1057. configure:22520: gcc -E conftest.c
  1058. configure:22526: $? = 0
  1059. configure:22546: result: yes
  1060. configure:22581: checking for locale.h
  1061. configure:22588: result: yes
  1062. configure:22602: checking for LC_MESSAGES
  1063. configure:22623: gcc -o conftest -g -O2 -Wall conftest.c >&5
  1064. configure:22629: $? = 0
  1065. configure:22632: test -z || test ! -s conftest.err
  1066. configure:22635: $? = 0
  1067. configure:22638: test -s conftest
  1068. configure:22641: $? = 0
  1069. configure:22653: result: yes
  1070. configure:22682: checking libintl.h usability
  1071. configure:22694: gcc -c -g -O2 -Wall conftest.c >&5
  1072. configure:22700: $? = 0
  1073. configure:22703: test -z || test ! -s conftest.err
  1074. configure:22706: $? = 0
  1075. configure:22709: test -s conftest.o
  1076. configure:22712: $? = 0
  1077. configure:22722: result: yes
  1078. configure:22726: checking libintl.h presence
  1079. configure:22736: gcc -E conftest.c
  1080. configure:22742: $? = 0
  1081. configure:22762: result: yes
  1082. configure:22797: checking for libintl.h
  1083. configure:22804: result: yes
  1084. configure:22815: checking for ngettext in libc
  1085. configure:22838: gcc -o conftest -g -O2 -Wall conftest.c >&5
  1086. configure:22844: $? = 0
  1087. configure:22847: test -z || test ! -s conftest.err
  1088. configure:22850: $? = 0
  1089. configure:22853: test -s conftest
  1090. configure:22856: $? = 0
  1091. configure:22869: result: yes
  1092. configure:22873: checking for dgettext in libc
  1093. configure:22896: gcc -o conftest -g -O2 -Wall conftest.c >&5
  1094. configure:22902: $? = 0
  1095. configure:22905: test -z || test ! -s conftest.err
  1096. configure:22908: $? = 0
  1097. configure:22911: test -s conftest
  1098. configure:22914: $? = 0
  1099. configure:22927: result: yes
  1100. configure:22936: checking for bind_textdomain_codeset
  1101. configure:22993: gcc -o conftest -g -O2 -Wall conftest.c >&5
  1102. configure:22999: $? = 0
  1103. configure:23002: test -z || test ! -s conftest.err
  1104. configure:23005: $? = 0
  1105. configure:23008: test -s conftest
  1106. configure:23011: $? = 0
  1107. configure:23023: result: yes
  1108. configure:23527: checking for msgfmt
  1109. configure:23554: result: /usr/bin/msgfmt
  1110. configure:23567: checking for dcgettext
  1111. configure:23624: gcc -o conftest -g -O2 -Wall conftest.c >&5
  1112. conftest.c:70: warning: conflicting types for built-in function 'dcgettext'
  1113. configure:23630: $? = 0
  1114. configure:23633: test -z || test ! -s conftest.err
  1115. configure:23636: $? = 0
  1116. configure:23639: test -s conftest
  1117. configure:23642: $? = 0
  1118. configure:23654: result: yes
  1119. configure:23666: checking for gmsgfmt
  1120. configure:23697: result: /usr/bin/msgfmt
  1121. configure:23706: checking for xgettext
  1122. configure:23733: result: /usr/bin/xgettext
  1123. configure:23757: gcc -o conftest -g -O2 -Wall conftest.c >&5
  1124. configure:23763: $? = 0
  1125. configure:23766: test -z || test ! -s conftest.err
  1126. configure:23769: $? = 0
  1127. configure:23772: test -s conftest
  1128. configure:23775: $? = 0
  1129. configure:23947: checking for catalogs to be installed
  1130. configure:23972: result: bg ca cs da de el en_CA en_GB es eu fi fr ga gl he hu hr id it ja ko lt ms nb nl no pa pl pt pt_BR ro ru sk sr sr@Latn sv tr uk vi yi zh_CN zh_TW
  1131. configure:24039: checking for pkg-config
  1132. configure:24057: found /usr/bin/pkg-config
  1133. configure:24070: result: /usr/bin/pkg-config
  1134. configure:24093: checking for GLIB - version >= 2.4.5
  1135. configure:24242: result: no
  1136. configure:24275: gcc -o conftest -g -O2 -Wall conftest.c >&5
  1137. conftest.c:49:18: error: glib.h: No such file or directory
  1138. conftest.c: In function 'main':
  1139. conftest.c:55: error: 'glib_major_version' undeclared (first use in this function)
  1140. conftest.c:55: error: (Each undeclared identifier is reported only once
  1141. conftest.c:55: error: for each function it appears in.)
  1142. conftest.c:55: error: 'glib_minor_version' undeclared (first use in this function)
  1143. conftest.c:55: error: 'glib_micro_version' undeclared (first use in this function)
  1144. configure:24281: $? = 1
  1145. configure: failed program was:
  1146. | /* confdefs.h. */
  1147. |
  1148. | #define PACKAGE_NAME "GIMP"
  1149. | #define PACKAGE_TARNAME "gimp"
  1150. | #define PACKAGE_VERSION "2.2.8"
  1151. | #define PACKAGE_STRING "GIMP 2.2.8"
  1152. | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  1153. | #define GETTEXT_PACKAGE "gimp20"
  1154. | #define STDC_HEADERS 1
  1155. | #define HAVE_SYS_TYPES_H 1
  1156. | #define HAVE_SYS_STAT_H 1
  1157. | #define HAVE_STDLIB_H 1
  1158. | #define HAVE_STRING_H 1
  1159. | #define HAVE_MEMORY_H 1
  1160. | #define HAVE_STRINGS_H 1
  1161. | #define HAVE_INTTYPES_H 1
  1162. | #define HAVE_STDINT_H 1
  1163. | #define HAVE_UNISTD_H 1
  1164. | #define HAVE_DLFCN_H 1
  1165. | #ifdef __cplusplus
  1166. | extern "C" void exit (int) throw ();
  1167. | #endif
  1168. | #define ARCH_X86 1
  1169. | #define _FILE_OFFSET_BITS 64
  1170. | #define HAVE_DIRENT_H 1
  1171. | #define STDC_HEADERS 1
  1172. | #define HAVE_SYS_WAIT_H 1
  1173. | #define TIME_WITH_SYS_TIME 1
  1174. | #define HAVE_SYS_PARAM_H 1
  1175. | #define HAVE_SYS_TIME_H 1
  1176. | #define HAVE_SYS_TIMES_H 1
  1177. | #define HAVE_SYS_WAIT_H 1
  1178. | #define HAVE_UNISTD_H 1
  1179. | #define RETSIGTYPE void
  1180. | #define HAVE_VPRINTF 1
  1181. | #define HAVE_ALLOCA_H 1
  1182. | #define HAVE_ALLOCA 1
  1183. | #define HAVE_DIFFTIME 1
  1184. | #define HAVE_PUTENV 1
  1185. | #define HAVE_MMAP 1
  1186. | #define HAVE_LOCALE_H 1
  1187. | #define HAVE_LC_MESSAGES 1
  1188. | #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1189. | #define HAVE_GETTEXT 1
  1190. | #define HAVE_DCGETTEXT 1
  1191. | #define ENABLE_NLS 1
  1192. | /* end confdefs.h. */
  1193. |
  1194. | #include <glib.h>
  1195. | #include <stdio.h>
  1196. |
  1197. | int
  1198. | main ()
  1199. | {
  1200. | return ((glib_major_version) || (glib_minor_version) || (glib_micro_version));
  1201. | ;
  1202. | return 0;
  1203. | }
  1204. configure:24322: error: Test for GLIB failed. See the file 'INSTALL' for help.
  1205.  
  1206. ## ---------------- ##
  1207. ## Cache variables. ##
  1208. ## ---------------- ##
  1209.  
  1210. ac_cv_build=i686-pc-linux-gnu
  1211. ac_cv_build_alias=i686-pc-linux-gnu
  1212. ac_cv_c_compiler_gnu=yes
  1213. ac_cv_cxx_compiler_gnu=yes
  1214. ac_cv_env_CC_set=
  1215. ac_cv_env_CC_value=
  1216. ac_cv_env_CFLAGS_set=
  1217. ac_cv_env_CFLAGS_value=
  1218. ac_cv_env_CPPFLAGS_set=
  1219. ac_cv_env_CPPFLAGS_value=
  1220. ac_cv_env_CPP_set=
  1221. ac_cv_env_CPP_value=
  1222. ac_cv_env_CXXCPP_set=
  1223. ac_cv_env_CXXCPP_value=
  1224. ac_cv_env_CXXFLAGS_set=
  1225. ac_cv_env_CXXFLAGS_value=
  1226. ac_cv_env_CXX_set=
  1227. ac_cv_env_CXX_value=
  1228. ac_cv_env_EXIF_CFLAGS_set=
  1229. ac_cv_env_EXIF_CFLAGS_value=
  1230. ac_cv_env_EXIF_LIBS_set=
  1231. ac_cv_env_EXIF_LIBS_value=
  1232. ac_cv_env_F77_set=
  1233. ac_cv_env_F77_value=
  1234. ac_cv_env_FFLAGS_set=
  1235. ac_cv_env_FFLAGS_value=
  1236. ac_cv_env_FONTCONFIG_CFLAGS_set=
  1237. ac_cv_env_FONTCONFIG_CFLAGS_value=
  1238. ac_cv_env_FONTCONFIG_LIBS_set=
  1239. ac_cv_env_FONTCONFIG_LIBS_value=
  1240. ac_cv_env_GDK_PIXBUF_CFLAGS_set=
  1241. ac_cv_env_GDK_PIXBUF_CFLAGS_value=
  1242. ac_cv_env_GDK_PIXBUF_LIBS_set=
  1243. ac_cv_env_GDK_PIXBUF_LIBS_value=
  1244. ac_cv_env_GMODULE_CFLAGS_set=
  1245. ac_cv_env_GMODULE_CFLAGS_value=
  1246. ac_cv_env_GMODULE_LIBS_set=
  1247. ac_cv_env_GMODULE_LIBS_value=
  1248. ac_cv_env_GTKHTML2_CFLAGS_set=
  1249. ac_cv_env_GTKHTML2_CFLAGS_value=
  1250. ac_cv_env_GTKHTML2_LIBS_set=
  1251. ac_cv_env_GTKHTML2_LIBS_value=
  1252. ac_cv_env_LDFLAGS_set=
  1253. ac_cv_env_LDFLAGS_value=
  1254. ac_cv_env_LIBART_CFLAGS_set=
  1255. ac_cv_env_LIBART_CFLAGS_value=
  1256. ac_cv_env_LIBART_LIBS_set=
  1257. ac_cv_env_LIBART_LIBS_value=
  1258. ac_cv_env_PANGOFT2_CFLAGS_set=
  1259. ac_cv_env_PANGOFT2_CFLAGS_value=
  1260. ac_cv_env_PANGOFT2_LIBS_set=
  1261. ac_cv_env_PANGOFT2_LIBS_value=
  1262. ac_cv_env_PKG_CONFIG_set=
  1263. ac_cv_env_PKG_CONFIG_value=
  1264. ac_cv_env_PYGTK_CFLAGS_set=
  1265. ac_cv_env_PYGTK_CFLAGS_value=
  1266. ac_cv_env_PYGTK_LIBS_set=
  1267. ac_cv_env_PYGTK_LIBS_value=
  1268. ac_cv_env_SVG_CFLAGS_set=
  1269. ac_cv_env_SVG_CFLAGS_value=
  1270. ac_cv_env_SVG_LIBS_set=
  1271. ac_cv_env_SVG_LIBS_value=
  1272. ac_cv_env_build_alias_set=
  1273. ac_cv_env_build_alias_value=
  1274. ac_cv_env_host_alias_set=
  1275. ac_cv_env_host_alias_value=
  1276. ac_cv_env_target_alias_set=
  1277. ac_cv_env_target_alias_value=
  1278. ac_cv_exeext=
  1279. ac_cv_f77_compiler_gnu=no
  1280. ac_cv_func__doprnt=no
  1281. ac_cv_func_alloca_works=yes
  1282. ac_cv_func_bind_textdomain_codeset=yes
  1283. ac_cv_func_dcgettext=yes
  1284. ac_cv_func_difftime=yes
  1285. ac_cv_func_mmap=yes
  1286. ac_cv_func_putenv=yes
  1287. ac_cv_func_vprintf=yes
  1288. ac_cv_header_dirent_dirent_h=yes
  1289. ac_cv_header_dlfcn_h=yes
  1290. ac_cv_header_inttypes_h=yes
  1291. ac_cv_header_libintl_h=yes
  1292. ac_cv_header_locale_h=yes
  1293. ac_cv_header_memory_h=yes
  1294. ac_cv_header_stdc=yes
  1295. ac_cv_header_stdint_h=yes
  1296. ac_cv_header_stdlib_h=yes
  1297. ac_cv_header_string_h=yes
  1298. ac_cv_header_strings_h=yes
  1299. ac_cv_header_sys_param_h=yes
  1300. ac_cv_header_sys_stat_h=yes
  1301. ac_cv_header_sys_time_h=yes
  1302. ac_cv_header_sys_times_h=yes
  1303. ac_cv_header_sys_types_h=yes
  1304. ac_cv_header_sys_wait_h=yes
  1305. ac_cv_header_time=yes
  1306. ac_cv_header_unistd_h=yes
  1307. ac_cv_host=i686-pc-linux-gnu
  1308. ac_cv_host_alias=i686-pc-linux-gnu
  1309. ac_cv_lib_cposix_strerror=no
  1310. ac_cv_objext=o
  1311. ac_cv_path_GMSGFMT=/usr/bin/msgfmt
  1312. ac_cv_path_INTLTOOL_ICONV=/usr/bin/iconv
  1313. ac_cv_path_INTLTOOL_MSGFMT=/usr/bin/msgfmt
  1314. ac_cv_path_INTLTOOL_MSGMERGE=/usr/bin/msgmerge
  1315. ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
  1316. ac_cv_path_INTLTOOL_XGETTEXT=/usr/bin/xgettext
  1317. ac_cv_path_MSGFMT=/usr/bin/msgfmt
  1318. ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
  1319. ac_cv_path_XGETTEXT=/usr/bin/xgettext
  1320. ac_cv_path_install='/usr/bin/install -c'
  1321. ac_cv_prog_AWK=gawk
  1322. ac_cv_prog_CPP='gcc -E'
  1323. ac_cv_prog_CXXCPP='g++ -E'
  1324. ac_cv_prog_ac_ct_AR=ar
  1325. ac_cv_prog_ac_ct_CC=gcc
  1326. ac_cv_prog_ac_ct_CXX=g++
  1327. ac_cv_prog_ac_ct_RANLIB=ranlib
  1328. ac_cv_prog_ac_ct_STRIP=strip
  1329. ac_cv_prog_cc_g=yes
  1330. ac_cv_prog_cc_stdc=
  1331. ac_cv_prog_cxx_g=yes
  1332. ac_cv_prog_egrep='grep -E'
  1333. ac_cv_prog_f77_g=no
  1334. ac_cv_prog_make_make_set=yes
  1335. ac_cv_search_opendir='none required'
  1336. ac_cv_sys_file_offset_bits=64
  1337. ac_cv_sys_large_files=no
  1338. ac_cv_sys_largefile_CC=no
  1339. ac_cv_type_pid_t=yes
  1340. ac_cv_type_signal=void
  1341. ac_cv_working_alloca_h=yes
  1342. am_cv_CC_dependencies_compiler_type=gcc3
  1343. am_cv_CXX_dependencies_compiler_type=gcc3
  1344. am_cv_prog_cc_stdc=
  1345. am_cv_val_LC_MESSAGES=yes
  1346. gt_cv_func_dgettext_libc=yes
  1347. gt_cv_func_dgettext_libintl=no
  1348. gt_cv_func_ngettext_libc=yes
  1349. gt_cv_have_gettext=yes
  1350. lt_cv_deplibs_check_method=pass_all
  1351. lt_cv_file_magic_cmd='$MAGIC_CMD'
  1352. lt_cv_file_magic_test_file=
  1353. lt_cv_ld_reload_flag=-r
  1354. lt_cv_objdir=.libs
  1355. lt_cv_path_LD=/usr/bin/ld
  1356. lt_cv_path_LDCXX=/usr/bin/ld
  1357. lt_cv_path_NM='/usr/bin/nm -B'
  1358. lt_cv_path_SED=/bin/sed
  1359. lt_cv_prog_compiler_c_o=yes
  1360. lt_cv_prog_compiler_c_o_CXX=yes
  1361. lt_cv_prog_compiler_rtti_exceptions=no
  1362. lt_cv_prog_gnu_ld=yes
  1363. lt_cv_prog_gnu_ldcxx=yes
  1364. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
  1365. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
  1366. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
  1367. lt_cv_sys_max_cmd_len=32768
  1368. lt_lt_cv_prog_compiler_c_o='"yes"'
  1369. lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
  1370. lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
  1371. lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
  1372. lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
  1373.  
  1374. ## ----------------- ##
  1375. ## Output variables. ##
  1376. ## ----------------- ##
  1377.  
  1378. AA=''
  1379. ACLOCAL='${SHELL} /home/jeferx/Descargas/gimp-2.2.8/missing --run aclocal-1.7 '
  1380. ALLOCA=''
  1381. ALSA_CFLAGS=''
  1382. ALSA_LIBS=''
  1383. AMDEPBACKSLASH='\'
  1384. AMDEP_FALSE='#'
  1385. AMDEP_TRUE=''
  1386. AMTAR='${SHELL} /home/jeferx/Descargas/gimp-2.2.8/missing --run tar'
  1387. AR='ar'
  1388. AS='as'
  1389. AUTOCONF='${SHELL} /home/jeferx/Descargas/gimp-2.2.8/missing --run autoconf'
  1390. AUTOHEADER='${SHELL} /home/jeferx/Descargas/gimp-2.2.8/missing --run autoheader'
  1391. AUTOMAKE='${SHELL} /home/jeferx/Descargas/gimp-2.2.8/missing --run automake-1.7'
  1392. AWK='gawk'
  1393. BUILD_HELPBROWSER_FALSE=''
  1394. BUILD_HELPBROWSER_TRUE=''
  1395. BUILD_PRINT_FALSE=''
  1396. BUILD_PRINT_TRUE=''
  1397. BUILD_PYTHON_FALSE=''
  1398. BUILD_PYTHON_TRUE=''
  1399. BUILD_XJT_FALSE=''
  1400. BUILD_XJT_TRUE=''
  1401. CATALOGS=' bg.gmo ca.gmo cs.gmo da.gmo de.gmo el.gmo en_CA.gmo en_GB.gmo es.gmo eu.gmo fi.gmo fr.gmo ga.gmo gl.gmo he.gmo hu.gmo hr.gmo id.gmo it.gmo ja.gmo ko.gmo lt.gmo ms.gmo nb.gmo nl.gmo no.gmo pa.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sr.gmo sr@Latn.gmo sv.gmo tr.gmo uk.gmo vi.gmo yi.gmo zh_CN.gmo zh_TW.gmo'
  1402. CATOBJEXT='.gmo'
  1403. CC='gcc'
  1404. CCAS='$(CC)'
  1405. CCASFLAGS='$(CFLAGS)'
  1406. CCDEPMODE='depmode=gcc3'
  1407. CFLAGS='-g -O2 -Wall'
  1408. CPP='gcc -E'
  1409. CPPFLAGS=''
  1410. CXX='g++'
  1411. CXXCPP='g++ -E'
  1412. CXXDEPMODE='depmode=gcc3'
  1413. CXXFLAGS='-g -O2'
  1414. CYGPATH_W='echo'
  1415. DATADIRNAME='share'
  1416. DEFAULT_BINARY_FALSE=''
  1417. DEFAULT_BINARY_TRUE=''
  1418. DEFS=''
  1419. DEPDIR='.deps'
  1420. DESKTOP_DATADIR=''
  1421. DESKTOP_DATADIR_FALSE=''
  1422. DESKTOP_DATADIR_TRUE=''
  1423. DLLTOOL='dlltool'
  1424. ECHO='echo'
  1425. ECHO_C=''
  1426. ECHO_N='-n'
  1427. ECHO_T=''
  1428. EGREP='grep -E'
  1429. ENABLE_GIMP_CONSOLE_FALSE=''
  1430. ENABLE_GIMP_CONSOLE_TRUE=''
  1431. ENABLE_GTK_DOC_FALSE=''
  1432. ENABLE_GTK_DOC_TRUE=''
  1433. EXEEXT=''
  1434. EXIF_CFLAGS=''
  1435. EXIF_LIBS=''
  1436. F77=''
  1437. FFLAGS=''
  1438. FONTCONFIG_CFLAGS=''
  1439. FONTCONFIG_LIBS=''
  1440. FONTCONFIG_REQUIRED_VERSION='2.2.0'
  1441. FREETYPE_CONFIG=''
  1442. FREETYPE_LIBS=''
  1443. GDK_PIXBUF_CFLAGS=''
  1444. GDK_PIXBUF_CSOURCE=''
  1445. GDK_PIXBUF_LIBS=''
  1446. GDK_PIXBUF_REQUIRED_VERSION='2.4.4'
  1447. GETTEXT_PACKAGE='gimp20'
  1448. GIMPINSTALL=''
  1449. GIMPPRINT_CFLAGS=''
  1450. GIMPPRINT_CONFIG=''
  1451. GIMPPRINT_LIBS=''
  1452. GIMPPRINT_REQUIRED_VERSION='4.2.0'
  1453. GIMPPRINT_TOONEW_VERSION='4.3.0'
  1454. GIMP_API_VERSION='2.0'
  1455. GIMP_APP_VERSION='2.2'
  1456. GIMP_BINARY_AGE='208'
  1457. GIMP_DATA_VERSION='2.0'
  1458. GIMP_DESKTOP_ICON='wilber-icon.png'
  1459. GIMP_FULL_NAME='The GIMP'
  1460. GIMP_INTERFACE_AGE='8'
  1461. GIMP_MAJOR_VERSION='2'
  1462. GIMP_MICRO_VERSION='8'
  1463. GIMP_MINOR_VERSION='2'
  1464. GIMP_MKENUMS=''
  1465. GIMP_MODULES=''
  1466. GIMP_MP_FLAGS=''
  1467. GIMP_MP_LIBS=''
  1468. GIMP_PKGCONFIG_VERSION='2.0'
  1469. GIMP_PLUGINS=''
  1470. GIMP_PLUGIN_VERSION='2.0'
  1471. GIMP_REAL_VERSION='2.2.8'
  1472. GIMP_REMOTE=''
  1473. GIMP_SYSCONF_VERSION='2.0'
  1474. GIMP_THREAD_FLAGS=''
  1475. GIMP_THREAD_LIBS=''
  1476. GIMP_TOOL_VERSION='2.0'
  1477. GIMP_UNSTABLE='no'
  1478. GIMP_USER_VERSION='2.2'
  1479. GIMP_VERSION='2.2.8'
  1480. GLIB_CFLAGS=''
  1481. GLIB_GENMARSHAL=''
  1482. GLIB_LIBS=''
  1483. GLIB_MKENUMS=''
  1484. GLIB_REQUIRED_VERSION='2.4.5'
  1485. GMODULE_CFLAGS=''
  1486. GMODULE_LIBS=''
  1487. GMOFILES=' bg.gmo ca.gmo cs.gmo da.gmo de.gmo el.gmo en_CA.gmo en_GB.gmo es.gmo eu.gmo fi.gmo fr.gmo ga.gmo gl.gmo he.gmo hu.gmo hr.gmo id.gmo it.gmo ja.gmo ko.gmo lt.gmo ms.gmo nb.gmo nl.gmo no.gmo pa.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sr.gmo sr@Latn.gmo sv.gmo tr.gmo uk.gmo vi.gmo yi.gmo zh_CN.gmo zh_TW.gmo'
  1488. GMSGFMT='/usr/bin/msgfmt'
  1489. GOBJECT_QUERY=''
  1490. GTKDOC_REQUIRED_VERSION='1.0'
  1491. GTKHTML2_CFLAGS=''
  1492. GTKHTML2_LIBS=''
  1493. GTKHTML2_REQUIRED_VERSION='2.0.0'
  1494. GTK_CFLAGS=''
  1495. GTK_DOC_USE_LIBTOOL_FALSE=''
  1496. GTK_DOC_USE_LIBTOOL_TRUE=''
  1497. GTK_LIBS=''
  1498. GTK_REQUIRED_VERSION='2.4.4'
  1499. HAVE_FINITE=''
  1500. HAVE_GLIBC_REGEX=''
  1501. HAVE_GLIBC_REGEX_FALSE=''
  1502. HAVE_GLIBC_REGEX_TRUE=''
  1503. HAVE_ISFINITE=''
  1504. HAVE_LCMS_FALSE=''
  1505. HAVE_LCMS_TRUE=''
  1506. HAVE_LINUX_INPUT_FALSE=''
  1507. HAVE_LINUX_INPUT_TRUE=''
  1508. HAVE_MAC_TWAIN_FALSE=''
  1509. HAVE_MAC_TWAIN_TRUE=''
  1510. HAVE_WINDRES_FALSE=''
  1511. HAVE_WINDRES_TRUE='#'
  1512. HAVE_XMLLINT_FALSE=''
  1513. HAVE_XMLLINT_TRUE=''
  1514. HAVE_XSLTPROC_FALSE=''
  1515. HAVE_XSLTPROC_TRUE=''
  1516. HTML_DIR=''
  1517. INSTALL_DATA='${INSTALL} -m 644'
  1518. INSTALL_PROGRAM='${INSTALL}'
  1519. INSTALL_SCRIPT='${INSTALL}'
  1520. INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
  1521. INSTOBJEXT='.mo'
  1522. INTLLIBS=''
  1523. 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 $< $@'
  1524. 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 $< $@'
  1525. 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 $< $@'
  1526. INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract'
  1527. INTLTOOL_ICONV='/usr/bin/iconv'
  1528. 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 $< $@'
  1529. 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 $< $@'
  1530. INTLTOOL_MERGE='$(top_builddir)/intltool-merge'
  1531. INTLTOOL_MSGFMT='/usr/bin/msgfmt'
  1532. INTLTOOL_MSGMERGE='/usr/bin/msgmerge'
  1533. INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
  1534. INTLTOOL_PERL='/usr/bin/perl'
  1535. 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 $< $@'
  1536. 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 $< $@'
  1537. 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 $< $@'
  1538. 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 $< $@'
  1539. 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 $< $@'
  1540. 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 $< $@'
  1541. 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 $< $@'
  1542. 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 $< $@'
  1543. INTLTOOL_UPDATE='$(top_builddir)/intltool-update'
  1544. 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 $< $@'
  1545. INTLTOOL_XGETTEXT='/usr/bin/xgettext'
  1546. INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
  1547. 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 $< $@'
  1548. JPEG=''
  1549. LCMS_LIBS=''
  1550. LDFLAGS=''
  1551. LIBAA=''
  1552. LIBART_CFLAGS=''
  1553. LIBART_LIBS=''
  1554. LIBJPEG=''
  1555. LIBMNG=''
  1556. LIBOBJS=''
  1557. LIBPNG=''
  1558. LIBS=''
  1559. LIBSCREENSHOT=''
  1560. LIBSVG=''
  1561. LIBTIFF=''
  1562. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1563. LIBWMF=''
  1564. LIBXMU=''
  1565. LIBXPM=''
  1566. LIBZ=''
  1567. LN_S='ln -s'
  1568. LTLIBOBJS=''
  1569. LT_CURRENT_MINUS_AGE='0'
  1570. LT_VERSION_INFO='200:8:200'
  1571. MAIL=''
  1572. MAINT='#'
  1573. MAINTAINER_MODE_FALSE=''
  1574. MAINTAINER_MODE_TRUE='#'
  1575. MAKEINFO='${SHELL} /home/jeferx/Descargas/gimp-2.2.8/missing --run makeinfo'
  1576. MKINSTALLDIRS='./mkinstalldirs'
  1577. MNG=''
  1578. MSGFMT='/usr/bin/msgfmt'
  1579. MS_LIB_AVAILABLE_FALSE=''
  1580. MS_LIB_AVAILABLE_TRUE='#'
  1581. OBJDUMP='objdump'
  1582. OBJEXT='o'
  1583. OS_UNIX_FALSE='#'
  1584. OS_UNIX_TRUE=''
  1585. OS_WIN32_FALSE=''
  1586. OS_WIN32_TRUE='#'
  1587. PACKAGE='gimp'
  1588. PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP'
  1589. PACKAGE_NAME='GIMP'
  1590. PACKAGE_STRING='GIMP 2.2.8'
  1591. PACKAGE_TARNAME='gimp'
  1592. PACKAGE_VERSION='2.2.8'
  1593. PANGOFT2_CFLAGS=''
  1594. PANGOFT2_LIBS=''
  1595. PANGOFT2_REQUIRED_VERSION='1.4.0'
  1596. PATHSEP=':'
  1597. PATH_SEPARATOR=':'
  1598. PERL=''
  1599. PKG_CONFIG='/usr/bin/pkg-config'
  1600. PLATFORM_WIN32_FALSE=''
  1601. PLATFORM_WIN32_TRUE='#'
  1602. PNG=''
  1603. POFILES=' bg.po ca.po cs.po da.po de.po el.po en_CA.po en_GB.po es.po eu.po fi.po fr.po ga.po gl.po he.po hu.po hr.po id.po it.po ja.po ko.po lt.po ms.po nb.po nl.po no.po pa.po pl.po pt.po pt_BR.po ro.po ru.po sk.po sr.po sr@Latn.po sv.po tr.po uk.po vi.po yi.po zh_CN.po zh_TW.po'
  1604. POSUB='po'
  1605. PO_IN_DATADIR_FALSE=''
  1606. PO_IN_DATADIR_TRUE=''
  1607. PRINT_CFLAGS=''
  1608. PRINT_LIBS=''
  1609. PSP=''
  1610. PYGIMP_EXTRA_CFLAGS=''
  1611. PYGTK_CFLAGS=''
  1612. PYGTK_LIBS=''
  1613. PYTHON=''
  1614. PYTHON_EXEC_PREFIX=''
  1615. PYTHON_INCLUDES=''
  1616. PYTHON_PLATFORM=''
  1617. PYTHON_PREFIX=''
  1618. PYTHON_VERSION=''
  1619. RANLIB='ranlib'
  1620. RSVG_REQUIRED_VERSION='2.2.0'
  1621. RT_LIBS=''
  1622. SCREENSHOT=''
  1623. SENDMAIL=''
  1624. SET_MAKE=''
  1625. SHELL='/bin/bash'
  1626. SOCKET_LIBS=''
  1627. STATICLIBS_FALSE=''
  1628. STATICLIBS_TRUE=''
  1629. STRIP='strip'
  1630. SVG=''
  1631. SVG_CFLAGS=''
  1632. SVG_LIBS=''
  1633. SYMPREFIX=''
  1634. TIFF=''
  1635. URL=''
  1636. USE_NLS='yes'
  1637. VERSION='2.2.8'
  1638. WINCLIPBOARD=''
  1639. WINDRES=':'
  1640. WINPRINT=''
  1641. WITH_PDBGEN_FALSE=''
  1642. WITH_PDBGEN_TRUE=''
  1643. WMF=''
  1644. WMF_CFLAGS=''
  1645. WMF_CONFIG=''
  1646. WMF_REQUIRED_VERSION='0.2.8'
  1647. XGETTEXT='/usr/bin/xgettext'
  1648. XMLLINT=''
  1649. XPM=''
  1650. XSLTPROC=''
  1651. X_CFLAGS=''
  1652. X_EXTRA_LIBS=''
  1653. X_LIBS=''
  1654. X_PRE_LIBS=''
  1655. ac_ct_AR='ar'
  1656. ac_ct_AS=''
  1657. ac_ct_CC='gcc'
  1658. ac_ct_CXX='g++'
  1659. ac_ct_DLLTOOL=''
  1660. ac_ct_F77=''
  1661. ac_ct_OBJDUMP=''
  1662. ac_ct_RANLIB='ranlib'
  1663. ac_ct_STRIP='strip'
  1664. ac_ct_WINDRES=''
  1665. ac_pt_PKG_CONFIG=''
  1666. am__fastdepCC_FALSE='#'
  1667. am__fastdepCC_TRUE=''
  1668. am__fastdepCXX_FALSE='#'
  1669. am__fastdepCXX_TRUE=''
  1670. am__include='include'
  1671. am__leading_dot='.'
  1672. am__quote=''
  1673. bindir='${exec_prefix}/bin'
  1674. build='i686-pc-linux-gnu'
  1675. build_alias=''
  1676. build_cpu='i686'
  1677. build_os='linux-gnu'
  1678. build_vendor='pc'
  1679. datadir='${prefix}/share'
  1680. exec_prefix='NONE'
  1681. gimpdatadir=''
  1682. gimpdir=''
  1683. gimpplugindir=''
  1684. gimpsysconfdir=''
  1685. host='i686-pc-linux-gnu'
  1686. host_alias=''
  1687. host_cpu='i686'
  1688. host_os='linux-gnu'
  1689. host_vendor='pc'
  1690. includedir='${prefix}/include'
  1691. infodir='${prefix}/info'
  1692. install_sh='/home/jeferx/Descargas/gimp-2.2.8/install-sh'
  1693. libdir='${exec_prefix}/lib'
  1694. libexecdir='${exec_prefix}/libexec'
  1695. localedir=''
  1696. localstatedir='${prefix}/var'
  1697. mandir='${prefix}/man'
  1698. mkdir_p='mkdir -p -- .'
  1699. ms_librarian=''
  1700. oldincludedir='/usr/include'
  1701. pkgpyexecdir=''
  1702. pkgpythondir=''
  1703. prefix='NONE'
  1704. program_transform_name='s,x,x,'
  1705. pyexecdir=''
  1706. pythondir=''
  1707. sbindir='${exec_prefix}/sbin'
  1708. sharedstatedir='${prefix}/com'
  1709. sysconfdir='${prefix}/etc'
  1710. target_alias=''
  1711.  
  1712. ## ----------- ##
  1713. ## confdefs.h. ##
  1714. ## ----------- ##
  1715.  
  1716. #define ARCH_X86 1
  1717. #define ENABLE_NLS 1
  1718. #define GETTEXT_PACKAGE "gimp20"
  1719. #define HAVE_ALLOCA 1
  1720. #define HAVE_ALLOCA_H 1
  1721. #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  1722. #define HAVE_DCGETTEXT 1
  1723. #define HAVE_DIFFTIME 1
  1724. #define HAVE_DIRENT_H 1
  1725. #define HAVE_DLFCN_H 1
  1726. #define HAVE_GETTEXT 1
  1727. #define HAVE_INTTYPES_H 1
  1728. #define HAVE_LC_MESSAGES 1
  1729. #define HAVE_LOCALE_H 1
  1730. #define HAVE_MEMORY_H 1
  1731. #define HAVE_MMAP 1
  1732. #define HAVE_PUTENV 1
  1733. #define HAVE_STDINT_H 1
  1734. #define HAVE_STDLIB_H 1
  1735. #define HAVE_STRINGS_H 1
  1736. #define HAVE_STRING_H 1
  1737. #define HAVE_SYS_PARAM_H 1
  1738. #define HAVE_SYS_STAT_H 1
  1739. #define HAVE_SYS_TIMES_H 1
  1740. #define HAVE_SYS_TIME_H 1
  1741. #define HAVE_SYS_TYPES_H 1
  1742. #define HAVE_SYS_WAIT_H 1
  1743. #define HAVE_SYS_WAIT_H 1
  1744. #define HAVE_UNISTD_H 1
  1745. #define HAVE_UNISTD_H 1
  1746. #define HAVE_VPRINTF 1
  1747. #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
  1748. #define PACKAGE_NAME "GIMP"
  1749. #define PACKAGE_STRING "GIMP 2.2.8"
  1750. #define PACKAGE_TARNAME "gimp"
  1751. #define PACKAGE_VERSION "2.2.8"
  1752. #define RETSIGTYPE void
  1753. #define STDC_HEADERS 1
  1754. #define STDC_HEADERS 1
  1755. #define TIME_WITH_SYS_TIME 1
  1756. #define _FILE_OFFSET_BITS 64
  1757. #endif
  1758. #ifdef __cplusplus
  1759. extern "C" void exit (int) throw ();
  1760.  
  1761. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement