Problems installing GTK+ on Mandrake 9



Hello,

I'm trying to install GTK+-2.6.0 and although I have the 'jpegsrc.v6b.tar.gz' package installed correctly, I'm getting the following error from GTK+ configure:
--------------------------------------------------------------------------------------------------------------------
checking for jpeg_destroy_decompress in -ljpeg... no
configure: WARNING: *** JPEG loader will not be built (JPEG library not found) ***
configure: error:
*** Checks for JPEG loader failed. You can build without it by passing
*** --without-libjpeg to configure but some programs using GTK+ may
*** not work properly
---------------------------------------------------------------------------------------------------------------------

Any hints?

TIA,

Clarissa

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by gtk+ configure 2.6.0, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = dhcp-rio01-211-179.brazil.sun.com
uname -m = i686
uname -r = 2.4.19-16mdk
uname -s = Linux
uname -v = #1 Fri Sep 20 18:15:05 CEST 2002

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/lib
PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1602: checking for a BSD-compatible install
configure:1657: result: /usr/bin/install -c
configure:1668: checking whether build environment is sane
configure:1711: result: yes
configure:1744: checking for gawk
configure:1760: found /bin/gawk
configure:1770: result: gawk
configure:1780: checking whether make sets $(MAKE)
configure:1800: result: yes
configure:2029: checking build system type
configure:2047: result: i686-pc-linux-gnu
configure:2055: checking host system type
configure:2069: result: i686-pc-linux-gnu
configure:2079: checking for native Win32
configure:2090: result: no
configure:2139: checking for gcc
configure:2155: found /usr/bin/gcc
configure:2165: result: gcc
configure:2409: checking for C compiler version
configure:2412: gcc --version </dev/null >&5
gcc (GCC) 3.2 (Mandrake Linux 9.0 3.2-1mdk)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2415: $? = 0
configure:2417: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2/specs
Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-zlib
Thread model: posix
gcc version 3.2 (Mandrake Linux 9.0 3.2-1mdk)
configure:2420: $? = 0
configure:2422: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2425: $? = 1
configure:2448: checking for C compiler default output file name
configure:2451: gcc  -I/usr/local/include -L/usr/local/lib conftest.c  >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:2454: $? = 0
configure:2500: result: a.out
configure:2505: checking whether the C compiler works
configure:2511: ./a.out
configure:2514: $? = 0
configure:2531: result: yes
configure:2538: checking whether we are cross compiling
configure:2540: result: no
configure:2543: checking for suffix of executables
configure:2545: gcc -o conftest  -I/usr/local/include -L/usr/local/lib conftest.c  >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:2548: $? = 0
configure:2573: result: 
configure:2579: checking for suffix of object files
configure:2600: gcc -c  -I/usr/local/include conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:2603: $? = 0
configure:2625: result: o
configure:2629: checking whether we are using the GNU C compiler
configure:2653: gcc -c  -I/usr/local/include conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:2659: $? = 0
configure:2663: test -z 
			 || test ! -s conftest.err
configure:2666: $? = 0
configure:2669: test -s conftest.o
configure:2672: $? = 0
configure:2685: result: yes
configure:2691: checking whether gcc accepts -g
configure:2712: gcc -c -g -I/usr/local/include conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:2718: $? = 0
configure:2722: test -z 
			 || test ! -s conftest.err
configure:2725: $? = 0
configure:2728: test -s conftest.o
configure:2731: $? = 0
configure:2742: result: yes
configure:2759: checking for gcc option to accept ANSI C
configure:2829: gcc  -c -g -O2 -I/usr/local/include conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:2835: $? = 0
configure:2839: test -z 
			 || test ! -s conftest.err
configure:2842: $? = 0
configure:2845: test -s conftest.o
configure:2848: $? = 0
configure:2866: result: none needed
configure:2884: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
conftest.c:2: parse error before "me"
configure:2890: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3034: checking for style of include used by make
configure:3062: result: GNU
configure:3090: checking dependency style of gcc
configure:3173: result: gcc3
configure:3277: checking for a sed that does not truncate output
configure:3331: result: /bin/sed
configure:3334: checking for egrep
configure:3344: result: grep -E
configure:3360: checking for ld used by gcc
configure:3427: result: /usr/bin/ld
configure:3436: checking if the linker (/usr/bin/ld) is GNU ld
configure:3451: result: yes
configure:3456: checking for /usr/bin/ld option to reload object files
configure:3463: result: -r
configure:3481: checking for BSD-compatible nm
configure:3523: result: /usr/bin/nm -B
configure:3527: checking whether ln -s works
configure:3531: result: yes
configure:3538: checking how to recognise dependent libraries
configure:3710: result: pass_all
configure:3924: checking how to run the C preprocessor
configure:3959: gcc -E -I/usr/local/include conftest.c
cpp0: warning: changing search order for system directory "/usr/local/include"
cpp0: warning:   as it has already been specified as a non-system directory
configure:3965: $? = 0
configure:3997: gcc -E -I/usr/local/include conftest.c
cpp0: warning: changing search order for system directory "/usr/local/include"
cpp0: warning:   as it has already been specified as a non-system directory
conftest.c:10:28: ac_nonexistent.h: No such file or directory
configure:4003: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.6.0"
| #define PACKAGE_STRING "gtk+ 2.6.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+";
| #define GETTEXT_PACKAGE "gtk20"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4042: result: gcc -E
configure:4066: gcc -E -I/usr/local/include conftest.c
cpp0: warning: changing search order for system directory "/usr/local/include"
cpp0: warning:   as it has already been specified as a non-system directory
configure:4072: $? = 0
configure:4104: gcc -E -I/usr/local/include conftest.c
cpp0: warning: changing search order for system directory "/usr/local/include"
cpp0: warning:   as it has already been specified as a non-system directory
conftest.c:10:28: ac_nonexistent.h: No such file or directory
configure:4110: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.6.0"
| #define PACKAGE_STRING "gtk+ 2.6.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+";
| #define GETTEXT_PACKAGE "gtk20"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4154: checking for ANSI C header files
configure:4179: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:4185: $? = 0
configure:4189: test -z 
			 || test ! -s conftest.err
configure:4192: $? = 0
configure:4195: test -s conftest.o
configure:4198: $? = 0
cpp0: warning: changing search order for system directory "/usr/local/include"
cpp0: warning:   as it has already been specified as a non-system directory
cpp0: warning: changing search order for system directory "/usr/local/include"
cpp0: warning:   as it has already been specified as a non-system directory
configure:4284: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c  >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:4287: $? = 0
configure:4289: ./conftest
configure:4292: $? = 0
configure:4307: result: yes
configure:4331: checking for sys/types.h
configure:4347: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:4353: $? = 0
configure:4357: test -z 
			 || test ! -s conftest.err
configure:4360: $? = 0
configure:4363: test -s conftest.o
configure:4366: $? = 0
configure:4377: result: yes
configure:4331: checking for sys/stat.h
configure:4347: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:4353: $? = 0
configure:4357: test -z 
			 || test ! -s conftest.err
configure:4360: $? = 0
configure:4363: test -s conftest.o
configure:4366: $? = 0
configure:4377: result: yes
configure:4331: checking for stdlib.h
configure:4347: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:4353: $? = 0
configure:4357: test -z 
			 || test ! -s conftest.err
configure:4360: $? = 0
configure:4363: test -s conftest.o
configure:4366: $? = 0
configure:4377: result: yes
configure:4331: checking for string.h
configure:4347: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:4353: $? = 0
configure:4357: test -z 
			 || test ! -s conftest.err
configure:4360: $? = 0
configure:4363: test -s conftest.o
configure:4366: $? = 0
configure:4377: result: yes
configure:4331: checking for memory.h
configure:4347: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:4353: $? = 0
configure:4357: test -z 
			 || test ! -s conftest.err
configure:4360: $? = 0
configure:4363: test -s conftest.o
configure:4366: $? = 0
configure:4377: result: yes
configure:4331: checking for strings.h
configure:4347: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:4353: $? = 0
configure:4357: test -z 
			 || test ! -s conftest.err
configure:4360: $? = 0
configure:4363: test -s conftest.o
configure:4366: $? = 0
configure:4377: result: yes
configure:4331: checking for inttypes.h
configure:4347: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:4353: $? = 0
configure:4357: test -z 
			 || test ! -s conftest.err
configure:4360: $? = 0
configure:4363: test -s conftest.o
configure:4366: $? = 0
configure:4377: result: yes
configure:4331: checking for stdint.h
configure:4347: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:4353: $? = 0
configure:4357: test -z 
			 || test ! -s conftest.err
configure:4360: $? = 0
configure:4363: test -s conftest.o
configure:4366: $? = 0
configure:4377: result: yes
configure:4331: checking for unistd.h
configure:4347: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:4353: $? = 0
configure:4357: test -z 
			 || test ! -s conftest.err
configure:4360: $? = 0
configure:4363: test -s conftest.o
configure:4366: $? = 0
configure:4377: result: yes
configure:4403: checking dlfcn.h usability
configure:4415: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:4421: $? = 0
configure:4425: test -z 
			 || test ! -s conftest.err
configure:4428: $? = 0
configure:4431: test -s conftest.o
configure:4434: $? = 0
configure:4444: result: yes
configure:4448: checking dlfcn.h presence
configure:4458: gcc -E -I/usr/local/include conftest.c
cpp0: warning: changing search order for system directory "/usr/local/include"
cpp0: warning:   as it has already been specified as a non-system directory
configure:4464: $? = 0
configure:4484: result: yes
configure:4519: checking for dlfcn.h
configure:4526: result: yes
configure:4591: checking for g++
configure:4620: result: no
configure:4591: checking for c++
configure:4620: result: no
configure:4591: checking for gpp
configure:4620: result: no
configure:4591: checking for aCC
configure:4620: result: no
configure:4591: checking for CC
configure:4620: result: no
configure:4591: checking for cxx
configure:4620: result: no
configure:4591: checking for cc++
configure:4620: result: no
configure:4591: checking for cl
configure:4620: result: no
configure:4591: checking for FCC
configure:4620: result: no
configure:4591: checking for KCC
configure:4620: result: no
configure:4591: checking for RCC
configure:4620: result: no
configure:4591: checking for xlC_r
configure:4620: result: no
configure:4591: checking for xlC
configure:4620: result: no
configure:4633: checking for C++ compiler version
configure:4636: g++ --version </dev/null >&5
./configure: line 1: g++: command not found
configure:4639: $? = 127
configure:4641: g++ -v </dev/null >&5
./configure: line 1: g++: command not found
configure:4644: $? = 127
configure:4646: g++ -V </dev/null >&5
./configure: line 1: g++: command not found
configure:4649: $? = 127
configure:4652: checking whether we are using the GNU C++ compiler
configure:4676: g++ -c  -I/usr/local/include conftest.cc >&5
./configure: line 1: g++: command not found
configure:4682: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.6.0"
| #define PACKAGE_STRING "gtk+ 2.6.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+";
| #define GETTEXT_PACKAGE "gtk20"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:4708: result: no
configure:4714: checking whether g++ accepts -g
configure:4735: g++ -c -g -I/usr/local/include conftest.cc >&5
./configure: line 1: g++: command not found
configure:4741: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.6.0"
| #define PACKAGE_STRING "gtk+ 2.6.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+";
| #define GETTEXT_PACKAGE "gtk20"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:4765: result: no
configure:4807: g++ -c  -I/usr/local/include conftest.cc >&5
./configure: line 1: g++: command not found
configure:4813: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.6.0"
| #define PACKAGE_STRING "gtk+ 2.6.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+";
| #define GETTEXT_PACKAGE "gtk20"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| 
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4807: g++ -c  -I/usr/local/include conftest.cc >&5
./configure: line 1: g++: command not found
configure:4813: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.6.0"
| #define PACKAGE_STRING "gtk+ 2.6.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+";
| #define GETTEXT_PACKAGE "gtk20"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4807: g++ -c  -I/usr/local/include conftest.cc >&5
./configure: line 1: g++: command not found
configure:4813: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.6.0"
| #define PACKAGE_STRING "gtk+ 2.6.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+";
| #define GETTEXT_PACKAGE "gtk20"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4807: g++ -c  -I/usr/local/include conftest.cc >&5
./configure: line 1: g++: command not found
configure:4813: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.6.0"
| #define PACKAGE_STRING "gtk+ 2.6.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+";
| #define GETTEXT_PACKAGE "gtk20"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| extern "C" void exit (int) throw ();
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4807: g++ -c  -I/usr/local/include conftest.cc >&5
./configure: line 1: g++: command not found
configure:4813: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.6.0"
| #define PACKAGE_STRING "gtk+ 2.6.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+";
| #define GETTEXT_PACKAGE "gtk20"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| extern "C" void exit (int);
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4807: g++ -c  -I/usr/local/include conftest.cc >&5
./configure: line 1: g++: command not found
configure:4813: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.6.0"
| #define PACKAGE_STRING "gtk+ 2.6.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+";
| #define GETTEXT_PACKAGE "gtk20"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| void exit (int);
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4896: checking dependency style of g++
configure:4979: result: none
configure:5285: checking for g77
configure:5314: result: no
configure:5285: checking for f77
configure:5314: result: no
configure:5285: checking for xlf
configure:5314: result: no
configure:5285: checking for frt
configure:5314: result: no
configure:5285: checking for pgf77
configure:5314: result: no
configure:5285: checking for fort77
configure:5314: result: no
configure:5285: checking for fl32
configure:5314: result: no
configure:5285: checking for af77
configure:5314: result: no
configure:5285: checking for f90
configure:5314: result: no
configure:5285: checking for xlf90
configure:5314: result: no
configure:5285: checking for pgf90
configure:5314: result: no
configure:5285: checking for epcf90
configure:5314: result: no
configure:5285: checking for f95
configure:5314: result: no
configure:5285: checking for fort
configure:5314: result: no
configure:5285: checking for xlf95
configure:5314: result: no
configure:5285: checking for ifc
configure:5314: result: no
configure:5285: checking for efc
configure:5314: result: no
configure:5285: checking for pgf95
configure:5314: result: no
configure:5285: checking for lf95
configure:5314: result: no
configure:5285: checking for gfortran
configure:5314: result: no
configure:5329: checking for Fortran 77 compiler version
configure:5329:  --version </dev/null >&5
./configure: line 1: --version: command not found
configure:5332: $? = 127
configure:5334:  -v </dev/null >&5
./configure: line 1: -v: command not found
configure:5337: $? = 127
configure:5339:  -V </dev/null >&5
./configure: line 1: -V: command not found
configure:5342: $? = 127
configure:5350: checking whether we are using the GNU Fortran 77 compiler
configure:5364:  -c  conftest.F >&5
./configure: line 1: -c: command not found
configure:5370: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:5396: result: no
configure:5402: checking whether  accepts -g
configure:5414:  -c -g conftest.f >&5
./configure: line 1: -c: command not found
configure:5420: $? = 127
configure: failed program was:
|       program main
| 
|       end
configure:5445: result: no
configure:5475: checking the maximum length of command line arguments
configure:5554: result: 32768
configure:5565: checking command to parse /usr/bin/nm -B output from gcc object
configure:5661: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:5664: $? = 0
configure:5668: /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
configure:5671: $? = 0
configure:5723: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c conftstm.o >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:5726: $? = 0
configure:5764: result: ok
configure:5768: checking for objdir
configure:5783: result: .libs
configure:5873: checking for ar
configure:5889: found /usr/bin/ar
configure:5900: result: ar
configure:5953: checking for ranlib
configure:5969: found /usr/bin/ranlib
configure:5980: result: ranlib
configure:6033: checking for strip
configure:6049: found /usr/bin/strip
configure:6060: result: strip
configure:6324: checking if gcc static flag  works
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:6347: result: no
configure:6365: checking if gcc supports -fno-rtti -fno-exceptions
configure:6386: gcc -c -g -O2 -I/usr/local/include -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:6390: $? = 0
configure:6398: result: no
configure:6413: checking for gcc option to produce PIC
configure:6600: result: -fPIC
configure:6608: checking if gcc PIC flag -fPIC works
configure:6629: gcc -c -g -O2 -I/usr/local/include -fPIC -DPIC conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:6633: $? = 0
configure:6641: result: no
configure:6665: checking if gcc supports -c -o file.o
configure:6689: gcc -c -g -O2 -I/usr/local/include -o out/conftest2.o conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:6693: $? = 0
configure:6710: result: no
configure:6717: checking if we can lock with hard links
configure:6725: result: yes
configure:6736: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:7585: result: yes
configure:7611: checking whether -lc should be explicitly linked in
configure:7616: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:7619: $? = 0
configure:7633: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:7636: $? = 0
configure:7648: result: no
configure:7656: checking dynamic linker characteristics
configure:8217: result: GNU/Linux ld.so
configure:8221: checking how to hardcode library paths into programs
configure:8246: result: immediate
configure:8260: checking whether stripping libraries is possible
configure:8265: result: yes
configure:9095: checking if libtool supports shared libraries
configure:9097: result: yes
configure:9100: checking whether to build shared libraries
configure:9121: result: yes
configure:9124: checking whether to build static libraries
configure:9128: result: no
configure:9220: creating libtool
configure:19306: checking for special C compiler options needed for large files
configure:19405: result: no
configure:19411: checking for _FILE_OFFSET_BITS value needed for large files
configure:19442: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
conftest.c:30: warning: left shift count >= width of type
conftest.c:30: warning: left shift count >= width of type
conftest.c:32: size of array `off_t_is_large' is negative
configure:19448: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.6.0"
| #define PACKAGE_STRING "gtk+ 2.6.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+";
| #define GETTEXT_PACKAGE "gtk20"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| void exit (int);
| #endif
| /* end confdefs.h.  */
| #include <sys/types.h>
|  /* Check that off_t can represent 2**63 - 1 correctly.
|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
|     since some C++ compilers masquerading as C compilers
|     incorrectly reject 9223372036854775807.  */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| 		       && LARGE_OFF_T % 2147483647 == 1)
| 		      ? 1 : -1];
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:19495: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:19501: $? = 0
configure:19505: test -z 
			 || test ! -s conftest.err
configure:19508: $? = 0
configure:19511: test -s conftest.o
configure:19514: $? = 0
configure:19526: result: 64
configure:19536: checking for _LARGE_FILES value needed for large files
configure:19567: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:19573: $? = 0
configure:19577: test -z 
			 || test ! -s conftest.err
configure:19580: $? = 0
configure:19583: test -s conftest.o
configure:19586: $? = 0
configure:19651: result: no
configure:19672: checking whether to enable maintainer-specific portions of Makefiles
configure:19681: result: no
configure:19697: checking for some Win32 platform
configure:19707: result: no
configure:19917: checking whether build environment is sane
configure:19960: result: yes
configure:19965: checking for strerror in -lcposix
configure:19995: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c -lcposix   >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/usr/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure:20001: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.6.0"
| #define PACKAGE_STRING "gtk+ 2.6.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+";
| #define GETTEXT_PACKAGE "gtk20"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| void exit (int);
| #endif
| #define _FILE_OFFSET_BITS 64
| #define GTK_COMPILED_WITH_DEBUGGING "minimum"
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strerror ();
| int
| main ()
| {
| strerror ();
|   ;
|   return 0;
| }
configure:20027: result: no
configure:20038: checking for gcc option to accept ANSI C
configure:20101: gcc  -c -g -O2 -I/usr/local/include conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:20107: $? = 0
configure:20111: test -z 
			 || test ! -s conftest.err
configure:20114: $? = 0
configure:20117: test -s conftest.o
configure:20120: $? = 0
configure:20135: result: none needed
configure:20159: checking for a BSD-compatible install
configure:20214: result: /usr/bin/install -c
configure:20225: checking whether make sets $(MAKE)
configure:20245: result: yes
configure:20328: checking for pkg-config
configure:20346: found /usr/local/bin/pkg-config
configure:20359: result: /usr/local/bin/pkg-config
configure:20376: checking for glib-2.0 >= 2.6.0    atk >= 1.0.1    pango >= 1.7.0
configure:20380: result: yes
configure:20384: checking BASE_DEPENDENCIES_CFLAGS
configure:20387: result: -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/pango-1.0  
configure:20390: checking BASE_DEPENDENCIES_LIBS
configure:20393: result: -Wl,--export-dynamic -L/usr/local/lib -latk-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  
configure:20440: checking Whether to write dependencies into .pc files
configure:20458: result: no
configure:20479: checking for perl5
configure:20497: found /usr/bin/perl5
configure:20509: result: /usr/bin/perl5
configure:20523: checking for indent
configure:20552: result: no
configure:20571: checking for lstat
configure:20628: gcc -o conftest -g -O2 -Wall -I/usr/local/include -L/usr/local/lib conftest.c  >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:20634: $? = 0
configure:20638: test -z 
			 || test ! -s conftest.err
configure:20641: $? = 0
configure:20644: test -s conftest
configure:20647: $? = 0
configure:20659: result: yes
configure:20571: checking for mkstemp
configure:20628: gcc -o conftest -g -O2 -Wall -I/usr/local/include -L/usr/local/lib conftest.c  >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:20634: $? = 0
configure:20638: test -z 
			 || test ! -s conftest.err
configure:20641: $? = 0
configure:20644: test -s conftest
configure:20647: $? = 0
configure:20659: result: yes
configure:20571: checking for flockfile
configure:20628: gcc -o conftest -g -O2 -Wall -I/usr/local/include -L/usr/local/lib conftest.c  >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:20634: $? = 0
configure:20638: test -z 
			 || test ! -s conftest.err
configure:20641: $? = 0
configure:20644: test -s conftest
configure:20647: $? = 0
configure:20659: result: yes
configure:20671: checking for sigsetjmp
configure:20692: gcc -o conftest -g -O2 -Wall -I/usr/local/include -L/usr/local/lib conftest.c  >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:20698: $? = 0
configure:20702: test -z 
			 || test ! -s conftest.err
configure:20705: $? = 0
configure:20708: test -s conftest
configure:20711: $? = 0
configure:20722: result: yes
configure:20753: checking locale.h usability
configure:20765: gcc -c -g -O2 -Wall -I/usr/local/include conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:20771: $? = 0
configure:20775: test -z 
			 || test ! -s conftest.err
configure:20778: $? = 0
configure:20781: test -s conftest.o
configure:20784: $? = 0
configure:20794: result: yes
configure:20798: checking locale.h presence
configure:20808: gcc -E -I/usr/local/include conftest.c
cpp0: warning: changing search order for system directory "/usr/local/include"
cpp0: warning:   as it has already been specified as a non-system directory
configure:20814: $? = 0
configure:20834: result: yes
configure:20869: checking for locale.h
configure:20876: result: yes
configure:20890: checking for LC_MESSAGES
configure:20911: gcc -o conftest -g -O2 -Wall -I/usr/local/include -L/usr/local/lib conftest.c  >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:20917: $? = 0
configure:20921: test -z 
			 || test ! -s conftest.err
configure:20924: $? = 0
configure:20927: test -s conftest
configure:20930: $? = 0
configure:20942: result: yes
configure:20971: checking libintl.h usability
configure:20983: gcc -c -g -O2 -Wall -I/usr/local/include conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:20989: $? = 0
configure:20993: test -z 
			 || test ! -s conftest.err
configure:20996: $? = 0
configure:20999: test -s conftest.o
configure:21002: $? = 0
configure:21012: result: yes
configure:21016: checking libintl.h presence
configure:21026: gcc -E -I/usr/local/include conftest.c
cpp0: warning: changing search order for system directory "/usr/local/include"
cpp0: warning:   as it has already been specified as a non-system directory
configure:21032: $? = 0
configure:21052: result: yes
configure:21087: checking for libintl.h
configure:21094: result: yes
configure:21105: checking for ngettext in libc
configure:21128: gcc -o conftest -g -O2 -Wall -I/usr/local/include -L/usr/local/lib conftest.c  >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:21134: $? = 0
configure:21138: test -z 
			 || test ! -s conftest.err
configure:21141: $? = 0
configure:21144: test -s conftest
configure:21147: $? = 0
configure:21160: result: yes
configure:21164: checking for dgettext in libc
configure:21187: gcc -o conftest -g -O2 -Wall -I/usr/local/include -L/usr/local/lib conftest.c  >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:21193: $? = 0
configure:21197: test -z 
			 || test ! -s conftest.err
configure:21200: $? = 0
configure:21203: test -s conftest
configure:21206: $? = 0
configure:21219: result: yes
configure:21228: checking for bind_textdomain_codeset
configure:21285: gcc -o conftest -g -O2 -Wall -I/usr/local/include -L/usr/local/lib conftest.c  >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:21291: $? = 0
configure:21295: test -z 
			 || test ! -s conftest.err
configure:21298: $? = 0
configure:21301: test -s conftest
configure:21304: $? = 0
configure:21316: result: yes
configure:21826: checking for msgfmt
configure:21853: result: /usr/local/bin/msgfmt
configure:21866: checking for dcgettext
configure:21923: gcc -o conftest -g -O2 -Wall -I/usr/local/include -L/usr/local/lib conftest.c   >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:21929: $? = 0
configure:21933: test -z 
			 || test ! -s conftest.err
configure:21936: $? = 0
configure:21939: test -s conftest
configure:21942: $? = 0
configure:21954: result: yes
configure:21966: checking for gmsgfmt
configure:21997: result: /usr/local/bin/msgfmt
configure:22006: checking for xgettext
configure:22033: result: /usr/local/bin/xgettext
configure:22057: gcc -o conftest -g -O2 -Wall -I/usr/local/include -L/usr/local/lib conftest.c   >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:22063: $? = 0
configure:22067: test -z 
			 || test ! -s conftest.err
configure:22070: $? = 0
configure:22073: test -s conftest
configure:22076: $? = 0
configure:22249: checking for catalogs to be installed
configure:22274: result:  af am ar az az_IR be bg bn br bs ca cs cy da de el en_CA en_GB es et eu fa fi fr ga gl gu he hi hr hu ia id is it ja ko li lt lv mi mk ml mn mr ms nb ne nl nn no nso pa pl pt pt_BR ro ru rw sk sl sq sr sr ije sr Latn sv ta th tk tr uk uz uz Latn vi wa yi zh_CN zh_TW
configure:22328: checking for extra flags to get ANSI library prototypes
configure:22348: gcc -o conftest -g -O2 -Wall -I/usr/local/include -L/usr/local/lib conftest.c   -lm >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:22351: $? = 0
configure:22353: ./conftest
configure:22356: $? = 0
configure:22358: result: none needed
configure:22413: checking for the BeOS
configure:22422: result: no
configure:22427: checking for extra flags for POSIX compliance
configure:22445: gcc -c -g -O2 -Wall -I/usr/local/include conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
conftest.c: In function `main':
conftest.c:41: warning: unused variable `dir'
configure:22451: $? = 0
configure:22455: test -z 
			 || test ! -s conftest.err
configure:22458: $? = 0
configure:22461: test -s conftest.o
configure:22464: $? = 0
configure:22466: result: none needed
configure:22562: checking for pkg-config
configure:22593: result: /usr/local/bin/pkg-config
configure:22616: checking for GLIB - version >= 2.6.0
configure:22735: gcc -o conftest -g -O2 -Wall -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -I/usr/local/include -L/usr/local/lib conftest.c -pthread -L/usr/local/lib -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0     >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:22738: $? = 0
configure:22740: ./conftest
configure:22743: $? = 0
configure:22761: result: yes (version 2.6.0)
configure:22868: checking for bind_textdomain_codeset
configure:22956: result: yes
configure:22982: checking pwd.h usability
configure:22994: gcc -c -g -O2 -Wall -I/usr/local/include conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:23000: $? = 0
configure:23004: test -z 
			 || test ! -s conftest.err
configure:23007: $? = 0
configure:23010: test -s conftest.o
configure:23013: $? = 0
configure:23023: result: yes
configure:23027: checking pwd.h presence
configure:23037: gcc -E -I/usr/local/include conftest.c
cpp0: warning: changing search order for system directory "/usr/local/include"
cpp0: warning:   as it has already been specified as a non-system directory
configure:23043: $? = 0
configure:23063: result: yes
configure:23098: checking for pwd.h
configure:23105: result: yes
configure:23135: checking sys/time.h usability
configure:23147: gcc -c -g -O2 -Wall -I/usr/local/include conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:23153: $? = 0
configure:23157: test -z 
			 || test ! -s conftest.err
configure:23160: $? = 0
configure:23163: test -s conftest.o
configure:23166: $? = 0
configure:23176: result: yes
configure:23180: checking sys/time.h presence
configure:23190: gcc -E -I/usr/local/include conftest.c
cpp0: warning: changing search order for system directory "/usr/local/include"
cpp0: warning:   as it has already been specified as a non-system directory
configure:23196: $? = 0
configure:23216: result: yes
configure:23251: checking for sys/time.h
configure:23258: result: yes
configure:23279: checking for unistd.h
configure:23284: result: yes
configure:23617: checking for ANSI C header files
configure:23770: result: yes
configure:23782: checking for an ANSI C-conforming const
configure:23849: gcc -c -g -O2 -Wall -I/usr/local/include conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
conftest.c: In function `main':
conftest.c:72: warning: unused variable `s'
conftest.c:92: warning: unused variable `foo'
conftest.c:53: warning: unused variable `x'
conftest.c:59: warning: unused variable `zero'
conftest.c:71: warning: `t' might be used uninitialized in this function
conftest.c:89: warning: `b' might be used uninitialized in this function
configure:23855: $? = 0
configure:23859: test -z 
			 || test ! -s conftest.err
configure:23862: $? = 0
configure:23865: test -s conftest.o
configure:23868: $? = 0
configure:23879: result: yes
configure:23891: checking return type of signal handlers
configure:23922: gcc -c -g -O2 -Wall -I/usr/local/include conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
conftest.c: In function `main':
conftest.c:59: warning: unused variable `i'
configure:23928: $? = 0
configure:23932: test -z 
			 || test ! -s conftest.err
configure:23935: $? = 0
configure:23938: test -s conftest.o
configure:23941: $? = 0
configure:23952: result: void
configure:23966: checking for stdlib.h
configure:23971: result: yes
configure:23966: checking for unistd.h
configure:23971: result: yes
configure:24115: checking for getpagesize
configure:24172: gcc -o conftest -g -O2 -Wall -I/usr/local/include -L/usr/local/lib conftest.c   >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:24178: $? = 0
configure:24182: test -z 
			 || test ! -s conftest.err
configure:24185: $? = 0
configure:24188: test -s conftest
configure:24191: $? = 0
configure:24203: result: yes
configure:24213: checking for working mmap
configure:24355: gcc -o conftest -g -O2 -Wall -I/usr/local/include -L/usr/local/lib conftest.c   >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:24358: $? = 0
configure:24360: ./conftest
configure:24363: $? = 0
configure:24377: result: yes
configure:24393: checking for mallinfo
configure:24450: gcc -o conftest -g -O2 -Wall -I/usr/local/include -L/usr/local/lib conftest.c   >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:24456: $? = 0
configure:24460: test -z 
			 || test ! -s conftest.err
configure:24463: $? = 0
configure:24466: test -s conftest
configure:24469: $? = 0
configure:24481: result: yes
configure:24495: checking for getresuid
configure:24552: gcc -o conftest -g -O2 -Wall -I/usr/local/include -L/usr/local/lib conftest.c   >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:24558: $? = 0
configure:24562: test -z 
			 || test ! -s conftest.err
configure:24565: $? = 0
configure:24568: test -s conftest
configure:24571: $? = 0
configure:24583: result: yes
configure:24593: checking for uid_t in sys/types.h
cpp0: warning: changing search order for system directory "/usr/local/include"
cpp0: warning:   as it has already been specified as a non-system directory
configure:24616: result: yes
configure:24633: checking for fd_set
configure:24651: gcc -c -g -O2 -Wall -I/usr/local/include conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
conftest.c: In function `main':
conftest.c:56: warning: unused variable `readMask'
conftest.c:56: warning: unused variable `writeMask'
configure:24657: $? = 0
configure:24661: test -z 
			 || test ! -s conftest.err
configure:24664: $? = 0
configure:24667: test -s conftest.o
configure:24670: $? = 0
configure:24681: result: yes, found in sys/types.h
configure:24717: checking for wchar.h
configure:24727: gcc -E -I/usr/local/include conftest.c
cpp0: warning: changing search order for system directory "/usr/local/include"
cpp0: warning:   as it has already been specified as a non-system directory
configure:24733: $? = 0
configure:24760: result: yes
configure:24764: checking for wctype.h
configure:24774: gcc -E -I/usr/local/include conftest.c
cpp0: warning: changing search order for system directory "/usr/local/include"
cpp0: warning:   as it has already been specified as a non-system directory
configure:24780: $? = 0
configure:24807: result: yes
configure:24812: checking for iswalnum
configure:24869: gcc -o conftest -g -O2 -Wall -I/usr/local/include -L/usr/local/lib conftest.c   >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:24875: $? = 0
configure:24879: test -z 
			 || test ! -s conftest.err
configure:24882: $? = 0
configure:24885: test -s conftest
configure:24888: $? = 0
configure:24900: result: yes
configure:24979: checking if iswalnum() and friends are properly defined
configure:25010: gcc -o conftest -g -O2 -Wall -I/usr/local/include -L/usr/local/lib conftest.c    >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
conftest.c: In function `main':
conftest.c:70: warning: statement with no effect
configure:25016: $? = 0
configure:25020: test -z 
			 || test ! -s conftest.err
configure:25023: $? = 0
configure:25026: test -s conftest
configure:25029: $? = 0
configure:25050: result: yes
configure:25055: checking for uxtheme.h
configure:25065: gcc -E -I/usr/local/include conftest.c
cpp0: warning: changing search order for system directory "/usr/local/include"
cpp0: warning:   as it has already been specified as a non-system directory
conftest.c:54:21: uxtheme.h: No such file or directory
configure:25071: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.6.0"
| #define PACKAGE_STRING "gtk+ 2.6.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+";
| #define GETTEXT_PACKAGE "gtk20"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| void exit (int);
| #endif
| #define _FILE_OFFSET_BITS 64
| #define GTK_COMPILED_WITH_DEBUGGING "minimum"
| #define HAVE_LSTAT 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GTK_LOCALEDIR "/usr/local/share/locale"
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_PWD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MALLINFO 1
| #define HAVE_GETRESUID 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| /* end confdefs.h.  */
| #include <uxtheme.h>
configure:25098: result: no
configure:25121: checking whether to build gmodulized gdk-pixbuf
configure:25136: result: yes
configure:25138: checking whether dynamic modules work
configure:25163: result: yes
configure:25192: checking for TIFFReadScanline in -ltiff
configure:25222: gcc -o conftest -g -O2 -Wall -I/usr/local/include -L/usr/local/lib conftest.c -ltiff -lm   >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:25228: $? = 0
configure:25232: test -z 
			 || test ! -s conftest.err
configure:25235: $? = 0
configure:25238: test -s conftest
configure:25241: $? = 0
configure:25254: result: yes
configure:25267: checking tiffio.h usability
configure:25279: gcc -c -g -O2 -Wall -I/usr/local/include conftest.c >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
configure:25285: $? = 0
configure:25289: test -z 
			 || test ! -s conftest.err
configure:25292: $? = 0
configure:25295: test -s conftest.o
configure:25298: $? = 0
configure:25308: result: yes
configure:25312: checking tiffio.h presence
configure:25322: gcc -E -I/usr/local/include conftest.c
cpp0: warning: changing search order for system directory "/usr/local/include"
cpp0: warning:   as it has already been specified as a non-system directory
configure:25328: $? = 0
configure:25348: result: yes
configure:25383: checking for tiffio.h
configure:25390: result: yes
configure:25848: checking for jpeg_destroy_decompress in -ljpeg
configure:25878: gcc -o conftest -g -O2 -Wall -I/usr/local/include -L/usr/local/lib conftest.c -ljpeg    >&5
cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning:   as it has already been specified as a non-system directory
/usr/bin/ld: cannot find -ljpeg
collect2: ld returned 1 exit status
configure:25884: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.6.0"
| #define PACKAGE_STRING "gtk+ 2.6.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+";
| #define GETTEXT_PACKAGE "gtk20"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| void exit (int);
| #endif
| #define _FILE_OFFSET_BITS 64
| #define GTK_COMPILED_WITH_DEBUGGING "minimum"
| #define HAVE_LSTAT 1
| #define HAVE_MKSTEMP 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_SIGSETJMP 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GTK_LOCALEDIR "/usr/local/share/locale"
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_PWD_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define STDC_HEADERS 1
| #define RETSIGTYPE void
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MALLINFO 1
| #define HAVE_GETRESUID 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define USE_GMODULE 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char jpeg_destroy_decompress ();
| int
| main ()
| {
| jpeg_destroy_decompress ();
|   ;
|   return 0;
| }
configure:25910: result: no
configure:25916: WARNING: *** JPEG loader will not be built (JPEG library not found) ***
configure:26050: error:
*** Checks for JPEG loader failed. You can build without it by passing
*** --without-libjpeg to configure but some programs using GTK+ may
*** not work properly

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_cxx_compiler_gnu=no
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-I/usr/local/include
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-L/usr/local/lib
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_f77_compiler_gnu=no
ac_cv_func_bind_textdomain_codeset=yes
ac_cv_func_dcgettext=yes
ac_cv_func_flockfile=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getresuid=yes
ac_cv_func_iswalnum=yes
ac_cv_func_lstat=yes
ac_cv_func_mallinfo=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_tiffio_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_cposix_strerror=no
ac_cv_lib_jpeg_jpeg_destroy_decompress=no
ac_cv_lib_tiff_TIFFReadScanline=yes
ac_cv_objext=o
ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt
ac_cv_path_MSGFMT=/usr/local/bin/msgfmt
ac_cv_path_PERL=/usr/bin/perl5
ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_path_XGETTEXT=/usr/local/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=no
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
ac_cv_sys_file_offset_bits=64
ac_cv_sys_large_files=no
ac_cv_sys_largefile_CC=no
ac_cv_type_signal=void
ac_cv_type_uid_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=none
am_cv_prog_cc_stdc=
am_cv_val_LC_MESSAGES=yes
gt_cv_func_dgettext_libc=yes
gt_cv_func_dgettext_libintl=no
gt_cv_func_ngettext_libc=yes
gt_cv_have_gettext=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=no
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
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'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"no"'
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'\''"'
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'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /usr/src/RPM/gtk+-2.6.0/missing --run aclocal-1.7 '
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/src/RPM/gtk+-2.6.0/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /usr/src/RPM/gtk+-2.6.0/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/src/RPM/gtk+-2.6.0/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/src/RPM/gtk+-2.6.0/missing --run automake-1.7'
AWK='gawk'
BASE_DEPENDENCIES_CFLAGS='-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/pango-1.0  '
BASE_DEPENDENCIES_LIBS='-Wl,--export-dynamic -L/usr/local/lib -latk-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
BUILD_DYNAMIC_MODULES_FALSE=''
BUILD_DYNAMIC_MODULES_TRUE=''
CATALOGS=' af.gmo am.gmo ar.gmo az.gmo az_IR.gmo be.gmo bg.gmo bn.gmo br.gmo bs.gmo ca.gmo cs.gmo cy.gmo da.gmo de.gmo el.gmo en_CA.gmo en_GB.gmo es.gmo et.gmo eu.gmo fa.gmo fi.gmo fr.gmo ga.gmo gl.gmo gu.gmo he.gmo hi.gmo hr.gmo hu.gmo ia.gmo id.gmo is.gmo it.gmo ja.gmo ko.gmo li.gmo lt.gmo lv.gmo mi.gmo mk.gmo ml.gmo mn.gmo mr.gmo ms.gmo nb.gmo ne.gmo nl.gmo nn.gmo no.gmo nso.gmo pa.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo rw.gmo sk.gmo sl.gmo sq.gmo sr.gmo sr ije gmo sr Latn gmo sv.gmo ta.gmo th.gmo tk.gmo tr.gmo uk.gmo uz.gmo uz Latn gmo vi.gmo wa.gmo yi.gmo zh_CN.gmo zh_TW.gmo'
CATOBJEXT='.gmo'
CC='gcc'
CCAS='$(CC)'
CCASFLAGS='$(CFLAGS)'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -Wall'
CPP='gcc -E'
CPPFLAGS='-I/usr/local/include'
CROSS_COMPILING_FALSE=''
CROSS_COMPILING_TRUE=''
CXX='g++'
CXXCPP=''
CXXDEPMODE='depmode=none'
CXXFLAGS=''
CYGPATH_W='echo'
DATADIRNAME='share'
DB2HTML=''
DEFS=''
DEPDIR='.deps'
DISABLE_EXPLICIT_DEPS_FALSE='#'
DISABLE_EXPLICIT_DEPS_TRUE=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ENABLE_FB_MANAGER_FALSE=''
ENABLE_FB_MANAGER_TRUE=''
ENABLE_GTK_DOC_FALSE=''
ENABLE_GTK_DOC_TRUE=''
ENABLE_MAN_FALSE=''
ENABLE_MAN_TRUE=''
EXEEXT=''
F77=''
FFLAGS=''
FREETYPE_CFLAGS=''
FREETYPE_CONFIG=''
FREETYPE_LIBS=''
GDK_DEP_CFLAGS=''
GDK_DEP_LIBS=''
GDK_EXTRA_CFLAGS=''
GDK_EXTRA_LIBS=''
GDK_PACKAGES=''
GDK_PIXBUF_CSOURCE=''
GDK_PIXBUF_DEP_CFLAGS=''
GDK_PIXBUF_DEP_LIBS=''
GDK_PIXBUF_EXTRA_CFLAGS=''
GDK_PIXBUF_EXTRA_LIBS=''
GDK_PIXBUF_MAJOR='2'
GDK_PIXBUF_MICRO='0'
GDK_PIXBUF_MINOR='6'
GDK_PIXBUF_PACKAGES=''
GDK_PIXBUF_VERSION='2.6.0'
GDK_PIXBUF_XLIB_DEP_CFLAGS=''
GDK_PIXBUF_XLIB_DEP_LIBS=''
GDK_PIXBUF_XLIB_EXTRA_CFLAGS=''
GDK_PIXBUF_XLIB_EXTRA_LIBS=''
GDK_PIXBUF_XLIB_PACKAGES=''
GDK_WIN32_EXTRA_CFLAGS=''
GDK_WLIBS=''
GETTEXT_PACKAGE='gtk20'
GLIB_CFLAGS='-pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include  '
GLIB_GENMARSHAL='glib-genmarshal'
GLIB_LIBS='-pthread -L/usr/local/lib -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0  '
GLIB_MKENUMS='glib-mkenums'
GMOFILES=' af.gmo am.gmo ar.gmo az.gmo az_IR.gmo be.gmo bg.gmo bn.gmo br.gmo bs.gmo ca.gmo cs.gmo cy.gmo da.gmo de.gmo el.gmo en_CA.gmo en_GB.gmo es.gmo et.gmo eu.gmo fa.gmo fi.gmo fr.gmo ga.gmo gl.gmo gu.gmo he.gmo hi.gmo hr.gmo hu.gmo ia.gmo id.gmo is.gmo it.gmo ja.gmo ko.gmo li.gmo lt.gmo lv.gmo mi.gmo mk.gmo ml.gmo mn.gmo mr.gmo ms.gmo nb.gmo ne.gmo nl.gmo nn.gmo no.gmo nso.gmo pa.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo rw.gmo sk.gmo sl.gmo sq.gmo sr.gmo sr ije gmo sr Latn gmo sv.gmo ta.gmo th.gmo tk.gmo tr.gmo uk.gmo uz.gmo uz Latn gmo vi.gmo wa.gmo yi.gmo zh_CN.gmo zh_TW.gmo'
GMSGFMT='/usr/local/bin/msgfmt'
GOBJECT_QUERY='gobject-query'
GTK_API_VERSION='2.0'
GTK_BINARY_AGE='600'
GTK_BINARY_VERSION='2.4.0'
GTK_DEBUG_FLAGS='-DG_DISABLE_CAST_CHECKS'
GTK_DEP_CFLAGS=''
GTK_DEP_LIBS=''
GTK_DOC_USE_LIBTOOL_FALSE=''
GTK_DOC_USE_LIBTOOL_TRUE=''
GTK_EXTRA_CFLAGS=''
GTK_EXTRA_LIBS=''
GTK_INTERFACE_AGE='0'
GTK_MAJOR_VERSION='2'
GTK_MICRO_VERSION='0'
GTK_MINOR_VERSION='6'
GTK_PACKAGES=''
GTK_VERSION='2.6.0'
GTK_XIM_FLAGS=''
HAVE_DOCBOOK_FALSE=''
HAVE_DOCBOOK_TRUE=''
HAVE_IE55_FALSE=''
HAVE_IE55_TRUE='#'
HAVE_JPEG_FALSE=''
HAVE_JPEG_TRUE=''
HAVE_PNG_FALSE=''
HAVE_PNG_TRUE=''
HAVE_TIFF_FALSE=''
HAVE_TIFF_TRUE=''
HAVE_WINTAB_FALSE=''
HAVE_WINTAB_TRUE='#'
HAVE_X11R6_FALSE=''
HAVE_X11R6_TRUE=''
HTML_DIR=''
IE55_UUID_LIB=''
INCLUDED_LOADER_DEFINE=''
INCLUDED_LOADER_OBJ=''
INDENT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INSTOBJEXT='.mo'
INTLLIBS=''
LDFLAGS='-L/usr/local/lib'
LIBJPEG=''
LIBOBJS=''
LIBPNG=''
LIBS=' '
LIBTIFF='-ltiff'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^[^_].*"'
LN_S='ln -s'
LTLIBOBJS=''
LT_CURRENT_MINUS_AGE='0'
LT_VERSION_INFO='600:0:600'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /usr/src/RPM/gtk+-2.6.0/missing --run makeinfo'
MKINSTALLDIRS='./mkinstalldirs'
MSGFMT='/usr/local/bin/msgfmt'
MS_LIB_AVAILABLE_FALSE=''
MS_LIB_AVAILABLE_TRUE='#'
OBJEXT='o'
OS_UNIX_FALSE='#'
OS_UNIX_TRUE=''
OS_WIN32_FALSE=''
OS_WIN32_TRUE='#'
PACKAGE='gtk+'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+'
PACKAGE_NAME='gtk+'
PACKAGE_STRING='gtk+ 2.6.0'
PACKAGE_TARNAME='gtk+'
PACKAGE_VERSION='2.6.0'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl5'
PKG_CONFIG='/usr/local/bin/pkg-config'
PLATFORM_WIN32_FALSE=''
PLATFORM_WIN32_TRUE='#'
POFILES=' af.po am.po ar.po az.po az_IR.po be.po bg.po bn.po br.po bs.po ca.po cs.po cy.po da.po de.po el.po en_CA.po en_GB.po es.po et.po eu.po fa.po fi.po fr.po ga.po gl.po gu.po he.po hi.po hr.po hu.po ia.po id.po is.po it.po ja.po ko.po li.po lt.po lv.po mi.po mk.po ml.po mn.po mr.po ms.po nb.po ne.po nl.po nn.po no.po nso.po pa.po pl.po pt.po pt_BR.po ro.po ru.po rw.po sk.po sl.po sq.po sr.po sr ije po sr Latn po sv.po ta.po th.po tk.po tr.po uk.po uz.po uz Latn po vi.po wa.po yi.po zh_CN.po zh_TW.po'
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
RANLIB='ranlib'
REBUILD=''
REBUILD_PNGS=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
USE_LINUX_FB_FALSE=''
USE_LINUX_FB_TRUE=''
USE_MMX_FALSE=''
USE_MMX_TRUE=''
USE_NLS='yes'
USE_WIN32_FALSE=''
USE_WIN32_TRUE=''
USE_X11_FALSE=''
USE_X11_TRUE=''
VERSION='2.6.0'
WINTAB_LIB=''
XCURSOR_CFLAGS=''
XCURSOR_LIBS=''
XFIXES_CFLAGS=''
XFIXES_LIBS=''
XGETTEXT='/usr/local/bin/xgettext'
XINPUT_XFREE_FALSE=''
XINPUT_XFREE_TRUE=''
XMLCATALOG=''
XML_CATALOG_FILE=''
XSLTPROC=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
gdktarget='x11'
gdktargetlib='libgdk-x11-2.0.la'
gtktargetlib='libgtk-x11-2.0.la'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/usr/src/RPM/gtk+-2.6.0/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
ms_librarian=''
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define ENABLE_NLS 1
#define GETTEXT_PACKAGE "gtk20"
#define GTK_COMPILED_WITH_DEBUGGING "minimum"
#define GTK_LOCALEDIR "/usr/local/share/locale"
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define HAVE_DCGETTEXT 1
#define HAVE_DLFCN_H 1
#define HAVE_FLOCKFILE 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETRESUID 1
#define HAVE_GETTEXT 1
#define HAVE_INTTYPES_H 1
#define HAVE_LC_MESSAGES 1
#define HAVE_LOCALE_H 1
#define HAVE_LSTAT 1
#define HAVE_MALLINFO 1
#define HAVE_MEMORY_H 1
#define HAVE_MKSTEMP 1
#define HAVE_MMAP 1
#define HAVE_PWD_H 1
#define HAVE_PWD_H 1
#define HAVE_SIGSETJMP 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_WCHAR_H 1
#define HAVE_WCTYPE_H 1
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+";
#define PACKAGE_NAME "gtk+"
#define PACKAGE_STRING "gtk+ 2.6.0"
#define PACKAGE_TARNAME "gtk+"
#define PACKAGE_VERSION "2.6.0"
#define RETSIGTYPE void
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define USE_GMODULE 1
#define _FILE_OFFSET_BITS 64
#endif
#ifdef __cplusplus
void exit (int);

configure: exit 1


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]