configuring GTK 2.2



Hi,

I downloaded the sources of GTK+-2.2.0 and compiled all the requested dependencies, but when I run ./configure I get a message that I do not understand:
configure: error:
*** Cannot link to Accessibility Toolkit. Accessibility Toolkit is required
               *** to build GTK+

In the config.log I find:
/usr/local/lib/libatk-1.0.so: undefined reference to `g_value_get_as_pointer'

Thank you for any help

Hubert




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

It was created by configure, which was
generated by GNU Autoconf 2.54.  Invocation command line was

  $ ./configure 

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

hostname = dell.taxi.fr
uname -m = i686
uname -r = 2.4.9-13smp
uname -s = Linux
uname -v = #1 SMP Mon Dec 10 13:09:10 EST 2001

/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/local/qt/bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/kerberos/sbin
PATH: /usr/kerberos/bin
PATH: /usr/local/qt/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /root/bin


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

configure:1583: checking for a BSD-compatible install
configure:1637: result: /usr/bin/install -c
configure:1648: checking whether build environment is sane
configure:1691: result: yes
configure:1706: checking whether make sets ${MAKE}
configure:1726: result: yes
configure:1749: checking for working aclocal-1.4
configure:1760: result: missing
configure:1764: checking for working autoconf
configure:1771: result: found
configure:1779: checking for working automake-1.4
configure:1790: result: missing
configure:1794: checking for working autoheader
configure:1801: result: found
configure:1809: checking for working makeinfo
configure:1816: result: found
configure:1879: checking for gcc
configure:1895: found /usr/bin/gcc
configure:1905: result: gcc
configure:2147: checking for C compiler version
configure:2150: gcc --version </dev/null >&5
3.0.2
configure:2153: $? = 0
configure:2155: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.0.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --host=i386-redhat-linux
Thread model: posix
gcc version 3.0.2 20010905 (Red Hat Linux 7.1 3.0.1-3)
configure:2158: $? = 0
configure:2160: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2163: $? = 1
configure:2183: checking for C compiler default output
configure:2186: gcc    conftest.c  >&5
configure:2189: $? = 0
configure:2223: result: a.out
configure:2228: checking whether the C compiler works
configure:2234: ./a.out
configure:2237: $? = 0
configure:2252: result: yes
configure:2259: checking whether we are cross compiling
configure:2261: result: no
configure:2264: checking for suffix of executables
configure:2266: gcc -o conftest    conftest.c  >&5
configure:2269: $? = 0
configure:2292: result: 
configure:2298: checking for suffix of object files
configure:2316: gcc -c   conftest.c >&5
configure:2319: $? = 0
configure:2338: result: o
configure:2342: checking whether we are using the GNU C compiler
configure:2363: gcc -c   conftest.c >&5
configure:2366: $? = 0
configure:2369: test -s conftest.o
configure:2372: $? = 0
configure:2384: result: yes
configure:2390: checking whether gcc accepts -g
configure:2408: gcc -c -g  conftest.c >&5
configure:2411: $? = 0
configure:2414: test -s conftest.o
configure:2417: $? = 0
configure:2427: result: yes
configure:2444: checking for gcc option to accept ANSI C
configure:2501: gcc  -c -g -O2  conftest.c >&5
configure:2504: $? = 0
configure:2507: test -s conftest.o
configure:2510: $? = 0
configure:2527: result: none needed
configure:2545: gcc -c -g -O2  conftest.c >&5
conftest.c:2: parse error before "me"
configure:2548: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2719: checking build system type
configure:2737: result: i686-pc-linux-gnu
configure:2745: checking host system type
configure:2759: result: i686-pc-linux-gnu
configure:2789: checking for ld used by GCC
configure:2852: result: /usr/bin/ld
configure:2861: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.11.90.0.8 (with BFD 2.11.90.0.8)
configure:2873: result: yes
configure:2878: checking for /usr/bin/ld option to reload object files
configure:2885: result: -r
configure:2890: checking for BSD-compatible nm
configure:2926: result: /usr/bin/nm -B
configure:2929: checking for a sed that does not truncate output
configure:3011: result: /bin/sed
configure:3014: checking whether ln -s works
configure:3018: result: yes
configure:3025: checking how to recognise dependent libraries
configure:3206: result: pass_all
configure:3219: checking command to parse /usr/bin/nm -B output
configure:3303: gcc -c -g -O2  conftest.c >&5
configure:3306: $? = 0
configure:3310: /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:3313: $? = 0
configure:3365: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:3368: $? = 0
configure:3412: result: ok
configure:3421: checking how to run the C preprocessor
configure:3447: gcc -E  conftest.c
configure:3453: $? = 0
configure:3480: gcc -E  conftest.c
configure:3476:28: ac_nonexistent.h: No such file or directory
configure:3486: $? = 1
configure: failed program was:
#line 3475 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3523: result: gcc -E
configure:3538: gcc -E  conftest.c
configure:3544: $? = 0
configure:3571: gcc -E  conftest.c
configure:3567:28: ac_nonexistent.h: No such file or directory
configure:3577: $? = 1
configure: failed program was:
#line 3566 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3617: checking for egrep
configure:3627: result: grep -E
configure:3632: checking for ANSI C header files
configure:3646: gcc -E  conftest.c
configure:3652: $? = 0
configure:3737: gcc -o conftest -g -O2   conftest.c  >&5
configure:3740: $? = 0
configure:3742: ./conftest
configure:3745: $? = 0
configure:3759: result: yes
configure:3783: checking for sys/types.h
configure:3796: gcc -c -g -O2  conftest.c >&5
configure:3799: $? = 0
configure:3802: test -s conftest.o
configure:3805: $? = 0
configure:3815: result: yes
configure:3783: checking for sys/stat.h
configure:3796: gcc -c -g -O2  conftest.c >&5
configure:3799: $? = 0
configure:3802: test -s conftest.o
configure:3805: $? = 0
configure:3815: result: yes
configure:3783: checking for stdlib.h
configure:3796: gcc -c -g -O2  conftest.c >&5
configure:3799: $? = 0
configure:3802: test -s conftest.o
configure:3805: $? = 0
configure:3815: result: yes
configure:3783: checking for string.h
configure:3796: gcc -c -g -O2  conftest.c >&5
configure:3799: $? = 0
configure:3802: test -s conftest.o
configure:3805: $? = 0
configure:3815: result: yes
configure:3783: checking for memory.h
configure:3796: gcc -c -g -O2  conftest.c >&5
configure:3799: $? = 0
configure:3802: test -s conftest.o
configure:3805: $? = 0
configure:3815: result: yes
configure:3783: checking for strings.h
configure:3796: gcc -c -g -O2  conftest.c >&5
configure:3799: $? = 0
configure:3802: test -s conftest.o
configure:3805: $? = 0
configure:3815: result: yes
configure:3783: checking for inttypes.h
configure:3796: gcc -c -g -O2  conftest.c >&5
configure:3799: $? = 0
configure:3802: test -s conftest.o
configure:3805: $? = 0
configure:3815: result: yes
configure:3783: checking for stdint.h
configure:3796: gcc -c -g -O2  conftest.c >&5
configure:3799: $? = 0
configure:3802: test -s conftest.o
configure:3805: $? = 0
configure:3815: result: yes
configure:3783: checking for unistd.h
configure:3796: gcc -c -g -O2  conftest.c >&5
configure:3799: $? = 0
configure:3802: test -s conftest.o
configure:3805: $? = 0
configure:3815: result: yes
configure:3841: checking dlfcn.h usability
configure:3850: gcc -c -g -O2  conftest.c >&5
configure:3853: $? = 0
configure:3856: test -s conftest.o
configure:3859: $? = 0
configure:3868: result: yes
configure:3872: checking dlfcn.h presence
configure:3879: gcc -E  conftest.c
configure:3885: $? = 0
configure:3903: result: yes
configure:3921: checking for dlfcn.h
configure:3928: result: yes
configure:4126: checking for ranlib
configure:4142: found /usr/bin/ranlib
configure:4153: result: ranlib
configure:4206: checking for strip
configure:4222: found /usr/bin/strip
configure:4233: result: strip
configure:4438: checking for objdir
configure:4449: result: .libs
configure:4466: checking for gcc option to produce PIC
configure:4612: result: -fPIC
configure:4616: checking if gcc PIC flag -fPIC works
configure:4636: gcc -c -g -O2 -fPIC -DPIC  conftest.c >&5
configure:4639: $? = 0
configure:4642: test -s conftest.o
configure:4645: $? = 0
configure:4682: result: yes
configure:4698: checking if gcc static flag -static works
configure:4719: gcc -o conftest -g -O2   -static conftest.c  >&5
configure:4722: $? = 0
configure:4725: test -s conftest
configure:4728: $? = 0
configure:4743: result: yes
configure:4755: checking if gcc supports -c -o file.o
configure:4777: gcc -c -g -O2 -o out/conftest2.o  conftest.c >&5
configure:4799: result: yes
configure:4804: checking if gcc supports -c -o file.lo
configure:4828: gcc -c -g -O2 -c -o conftest.lo  conftest.c >&5
configure:4831: $? = 0
configure:4834: test -s conftest.lo
configure:4837: $? = 0
configure:4858: result: yes
configure:4889: checking if gcc supports -fno-rtti -fno-exceptions
configure:4908: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c  conftest.c >&5
configure:4911: $? = 0
configure:4914: test -s conftest.o
configure:4917: $? = 0
configure:4933: result: yes
configure:4944: checking whether the linker (/usr/bin/ld) supports shared libraries
configure:5663: result: yes
configure:5668: checking how to hardcode library paths into programs
configure:5692: result: immediate
configure:5697: checking whether stripping libraries is possible
configure:5702: result: yes
configure:5713: checking dynamic linker characteristics
configure:6144: result: GNU/Linux ld.so
configure:6149: checking if libtool supports shared libraries
configure:6151: result: yes
configure:6154: checking whether to build shared libraries
configure:6175: result: yes
configure:6178: checking whether to build static libraries
configure:6182: result: no
configure:6808: checking whether -lc should be explicitly linked in
configure:6816: gcc -c -g -O2  conftest.c >&5
configure:6819: $? = 0
configure:6833: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:6836: $? = 0
configure:6849: result: no
configure:7432: checking whether to enable maintainer-specific portions of Makefiles
configure:7441: result: no
configure:7458: checking for some Win32 platform
configure:7468: result: no
configure:7481: checking for native Win32
configure:7492: result: no
configure:7673: checking whether build environment is sane
configure:7716: result: yes
configure:7721: checking for strerror in -lcposix
configure:7748: gcc -o conftest -g -O2   conftest.c -lcposix   >&5
/usr/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure:7751: $? = 1
configure: failed program was:
#line 7728 "configure"
#include "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:7768: result: no
configure:7779: checking for gcc option to accept ANSI C
configure:7838: gcc  -c -g -O2  conftest.c >&5
configure:7841: $? = 0
configure:7844: test -s conftest.o
configure:7847: $? = 0
configure:7861: result: none needed
configure:7884: checking for a BSD-compatible install
configure:7938: result: /usr/bin/install -c
configure:7949: checking whether make sets ${MAKE}
configure:7969: result: yes
configure:8052: checking for pkg-config
configure:8070: found /usr/bin/pkg-config
configure:8083: result: /usr/bin/pkg-config
configure:8100: checking for glib-2.0 >= 2.1.4 atk >= 1.0.1 pango >= 1.0.1
configure:8104: result: yes
configure:8108: checking BASE_DEPENDENCIES_CFLAGS
configure:8111: 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:8114: checking BASE_DEPENDENCIES_LIBS
configure:8117: 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:8164: checking Whether to write dependencies into .pc files
configure:8182: result: no
configure:8202: checking for perl5
configure:8235: result: no
configure:8202: checking for perl
configure:8220: found /usr/bin/perl
configure:8232: result: /usr/bin/perl
configure:8246: checking for indent
configure:8262: found /usr/bin/indent
configure:8272: result: indent
configure:8294: checking for lstat
configure:8331: gcc -o conftest -g -O2 -Wall   conftest.c  >&5
configure:8334: $? = 0
configure:8337: test -s conftest
configure:8340: $? = 0
configure:8350: result: yes
configure:8294: checking for mkstemp
configure:8331: gcc -o conftest -g -O2 -Wall   conftest.c  >&5
configure:8334: $? = 0
configure:8337: test -s conftest
configure:8340: $? = 0
configure:8350: result: yes
configure:8294: checking for flockfile
configure:8331: gcc -o conftest -g -O2 -Wall   conftest.c  >&5
configure:8334: $? = 0
configure:8337: test -s conftest
configure:8340: $? = 0
configure:8350: result: yes
configure:8362: checking for sigsetjmp
configure:8380: gcc -o conftest -g -O2 -Wall   conftest.c  >&5
configure:8383: $? = 0
configure:8386: test -s conftest
configure:8389: $? = 0
configure:8398: result: yes
configure:8407: checking whether make is GNU Make
configure:8414: result: yes
configure:8442: checking locale.h usability
configure:8451: gcc -c -g -O2 -Wall  conftest.c >&5
configure:8454: $? = 0
configure:8457: test -s conftest.o
configure:8460: $? = 0
configure:8469: result: yes
configure:8473: checking locale.h presence
configure:8480: gcc -E  conftest.c
configure:8486: $? = 0
configure:8504: result: yes
configure:8522: checking for locale.h
configure:8529: result: yes
configure:8543: checking for LC_MESSAGES
configure:8561: gcc -o conftest -g -O2 -Wall   conftest.c  >&5
configure:8564: $? = 0
configure:8567: test -s conftest
configure:8570: $? = 0
configure:8580: result: yes
configure:8609: checking libintl.h usability
configure:8618: gcc -c -g -O2 -Wall  conftest.c >&5
configure:8621: $? = 0
configure:8624: test -s conftest.o
configure:8627: $? = 0
configure:8636: result: yes
configure:8640: checking libintl.h presence
configure:8647: gcc -E  conftest.c
configure:8653: $? = 0
configure:8671: result: yes
configure:8689: checking for libintl.h
configure:8696: result: yes
configure:8707: checking for dgettext in libc
configure:8727: gcc -o conftest -g -O2 -Wall   conftest.c  >&5
configure:8730: $? = 0
configure:8733: test -s conftest
configure:8736: $? = 0
configure:8747: result: yes
configure:8755: checking for bind_textdomain_codeset
configure:8792: gcc -o conftest -g -O2 -Wall   conftest.c  >&5
configure:8795: $? = 0
configure:8798: test -s conftest
configure:8801: $? = 0
configure:8811: result: yes
configure:9106: checking for msgfmt
configure:9133: result: /usr/bin/msgfmt
configure:9144: checking for dcgettext
configure:9181: gcc -o conftest -g -O2 -Wall   conftest.c  >&5
configure:9184: $? = 0
configure:9187: test -s conftest
configure:9190: $? = 0
configure:9200: result: yes
configure:9212: checking for gmsgfmt
configure:9243: result: /usr/bin/msgfmt
configure:9252: checking for xgettext
configure:9279: result: /usr/bin/xgettext
configure:9300: gcc -o conftest -g -O2 -Wall   conftest.c  >&5
configure:9303: $? = 0
configure:9306: test -s conftest
configure:9309: $? = 0
configure:9373: checking for catalogs to be installed
configure:9382: result:  az be bg ca cs cy da de el en_GB en IPA es et eu fa fi fr ga gl he hi hr hu ia it ja ko lt lv ms nl nn no pl pt pt_BR ro ru sk sl sp sr sv tr uk vi wa zh_TW zh_CN
configure:9431: checking for extra flags to get ANSI library prototypes
configure:9448: gcc -o conftest -g -O2 -Wall   conftest.c   -lm >&5
configure:9451: $? = 0
configure:9453: ./conftest
configure:9456: $? = 0
configure:9458: result: none needed
configure:9508: checking for the BeOS
configure:9517: result: no
configure:9522: checking for extra flags for POSIX compliance
configure:9537: gcc -c -g -O2 -Wall  conftest.c >&5
configure: In function `main':
configure:9529: warning: unused variable `dir'
configure:9540: $? = 0
configure:9543: test -s conftest.o
configure:9546: $? = 0
configure:9548: result: none needed
configure:9626: checking for pkg-config
configure:9657: result: /usr/bin/pkg-config
configure:9680: checking for GLIB - version >= 2.1.4
configure:9796: gcc -o conftest -g -O2 -Wall -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include     conftest.c -Wl,--export-dynamic -pthread -L/usr/local/lib -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0     >&5
configure:9799: $? = 0
configure:9801: ./conftest
configure:9804: $? = 0
configure:9821: result: yes (version 2.2.0)
configure:9913: checking for bind_textdomain_codeset
configure:9969: result: yes
configure:9995: checking pwd.h usability
configure:10004: gcc -c -g -O2 -Wall  conftest.c >&5
configure:10007: $? = 0
configure:10010: test -s conftest.o
configure:10013: $? = 0
configure:10022: result: yes
configure:10026: checking pwd.h presence
configure:10033: gcc -E  conftest.c
configure:10039: $? = 0
configure:10057: result: yes
configure:10075: checking for pwd.h
configure:10082: result: yes
configure:10112: checking sys/time.h usability
configure:10121: gcc -c -g -O2 -Wall  conftest.c >&5
configure:10124: $? = 0
configure:10127: test -s conftest.o
configure:10130: $? = 0
configure:10139: result: yes
configure:10143: checking sys/time.h presence
configure:10150: gcc -E  conftest.c
configure:10156: $? = 0
configure:10174: result: yes
configure:10192: checking for sys/time.h
configure:10199: result: yes
configure:10220: checking for unistd.h
configure:10225: result: yes
configure:10490: checking for ANSI C header files
configure:10617: result: yes
configure:10629: checking for an ANSI C-conforming const
configure:10693: gcc -c -g -O2 -Wall  conftest.c >&5
configure: In function `main':
configure:10662: warning: unused variable `s'
configure:10682: warning: unused variable `foo'
configure:10643: warning: unused variable `x'
configure:10649: warning: unused variable `zero'
configure:10661: warning: `t' might be used uninitialized in this function
configure:10679: warning: `b' might be used uninitialized in this function
configure:10696: $? = 0
configure:10699: test -s conftest.o
configure:10702: $? = 0
configure:10712: result: yes
configure:10724: checking return type of signal handlers
configure:10752: gcc -c -g -O2 -Wall  conftest.c >&5
configure: In function `main':
configure:10744: warning: unused variable `i'
configure:10755: $? = 0
configure:10758: test -s conftest.o
configure:10761: $? = 0
configure:10771: result: void
configure:10785: checking for stdlib.h
configure:10790: result: yes
configure:10785: checking for unistd.h
configure:10790: result: yes
configure:10898: checking for getpagesize
configure:10935: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:10938: $? = 0
configure:10941: test -s conftest
configure:10944: $? = 0
configure:10954: result: yes
configure:10964: checking for working mmap
configure:11103: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:11106: $? = 0
configure:11108: ./conftest
configure:11111: $? = 0
configure:11124: result: yes
configure:11140: checking for getresuid
configure:11177: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:11180: $? = 0
configure:11183: test -s conftest
configure:11186: $? = 0
configure:11196: result: yes
configure:11206: checking for uid_t in sys/types.h
configure:11226: result: yes
configure:11243: checking for fd_set
configure:11258: gcc -c -g -O2 -Wall  conftest.c >&5
configure: In function `main':
configure:11250: warning: unused variable `readMask'
configure:11250: warning: unused variable `writeMask'
configure:11261: $? = 0
configure:11264: test -s conftest.o
configure:11267: $? = 0
configure:11277: result: yes, found in sys/types.h
configure:11310: checking for wchar.h
configure:11317: gcc -E  conftest.c
configure:11323: $? = 0
configure:11348: result: yes
configure:11352: checking for wctype.h
configure:11359: gcc -E  conftest.c
configure:11365: $? = 0
configure:11390: result: yes
configure:11395: checking for iswalnum
configure:11432: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:11435: $? = 0
configure:11438: test -s conftest
configure:11441: $? = 0
configure:11451: result: yes
configure:11515: checking if iswalnum() and friends are properly defined
configure:11543: gcc -o conftest -g -O2 -Wall   conftest.c    >&5
configure: In function `main':
configure:11534: warning: statement with no effect
configure:11546: $? = 0
configure:11549: test -s conftest
configure:11552: $? = 0
configure:11571: result: yes
configure:11595: checking whether to build gmodulized gdk-pixbuf
configure:11616: result: yes
configure:11618: checking whether dynamic modules work
configure:11643: result: yes
configure:11672: checking for TIFFReadScanline in -ltiff
configure:11699: gcc -o conftest -g -O2 -Wall   conftest.c -ltiff -lm   >&5
configure:11702: $? = 0
configure:11705: test -s conftest
configure:11708: $? = 0
configure:11719: result: yes
configure:11732: checking tiffio.h usability
configure:11741: gcc -c -g -O2 -Wall  conftest.c >&5
configure:11744: $? = 0
configure:11747: test -s conftest.o
configure:11750: $? = 0
configure:11759: result: yes
configure:11763: checking tiffio.h presence
configure:11770: gcc -E  conftest.c
configure:11776: $? = 0
configure:11794: result: yes
configure:11812: checking for tiffio.h
configure:11819: result: yes
configure:12175: checking for jpeg_destroy_decompress in -ljpeg
configure:12202: gcc -o conftest -g -O2 -Wall   conftest.c -ljpeg    >&5
configure:12205: $? = 0
configure:12208: test -s conftest
configure:12211: $? = 0
configure:12222: result: yes
configure:12233: checking for jpeglib.h
configure:12244: gcc -E  conftest.c
configure:12250: $? = 0
configure:12268: result: yes
configure:12272: checking for jpeg_simple_progression in -ljpeg
configure:12299: gcc -o conftest -g -O2 -Wall   conftest.c -ljpeg    >&5
configure:12302: $? = 0
configure:12305: test -s conftest
configure:12308: $? = 0
configure:12319: result: yes
configure:12351: checking for libpng12
configure:12360: result: no
configure:12362: checking for png_read_info in -lpng
configure:12389: gcc -o conftest -g -O2 -Wall   conftest.c -lpng -lz -lm   >&5
configure:12392: $? = 0
configure:12395: test -s conftest
configure:12398: $? = 0
configure:12409: result: yes
configure:12422: checking png.h usability
configure:12431: gcc -c -g -O2 -Wall  conftest.c >&5
configure:12434: $? = 0
configure:12437: test -s conftest.o
configure:12440: $? = 0
configure:12449: result: yes
configure:12453: checking png.h presence
configure:12460: gcc -E  conftest.c
configure:12466: $? = 0
configure:12484: result: yes
configure:12502: checking for png.h
configure:12509: result: yes
configure:12526: checking for png_structp in png.h
configure:12541: gcc -c -g -O2 -Wall  conftest.c >&5
configure: In function `main':
configure:12533: warning: unused variable `pp'
configure:12533: warning: unused variable `info'
configure:12533: warning: unused variable `cmap'
configure:12533: warning: statement with no effect
configure:12544: $? = 0
configure:12547: test -s conftest.o
configure:12550: $? = 0
configure:12559: result: yes
configure:12611: checking pixbuf loaders to build
configure:12639: result: 
configure:12662: checking for sys/wait.h that is POSIX.1 compatible
configure:12690: gcc -c -g -O2 -Wall  conftest.c >&5
configure:12693: $? = 0
configure:12696: test -s conftest.o
configure:12699: $? = 0
configure:12709: result: yes
configure:12720: checking return type of signal handlers
configure:12767: result: void
configure:12825: checking for x86 platform
configure:12834: result: yes
configure:12842: checking compiler support for MMX
configure:12845: gcc -c -g -O2 -Wall  conftest.S >&5
configure:12848: $? = 0
configure:12861: result: yes
configure:12967: checking for freetype-config
configure:12985: found /usr/bin/freetype-config
configure:12998: result: /usr/bin/freetype-config
configure:13031: gcc -o conftest -g -O2 -Wall   conftest.c -L/usr/lib -lfreetype   >&5
configure:13034: $? = 0
configure:13037: test -s conftest
configure:13040: $? = 0
configure:13055: checking For sufficiently new FreeType (at least 2.0.1)
configure:13073: gcc -c -g -O2 -Wall  -I/usr/include/freetype2 conftest.c >&5
configure:13076: $? = 0
configure:13079: test -s conftest.o
configure:13082: $? = 0
configure:13092: result: yes
configure:13169: checking for X
configure:13379: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
configure:13518: gcc -o conftest -g -O2 -Wall   conftest.c    -L/usr/X11R6/lib -lX11 >&5
configure:13521: $? = 0
configure:13524: test -s conftest
configure:13527: $? = 0
configure:13653: checking for gethostbyname
configure:13690: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:13693: $? = 0
configure:13696: test -s conftest
configure:13699: $? = 0
configure:13709: result: yes
configure:13830: checking for connect
configure:13867: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:13870: $? = 0
configure:13873: test -s conftest
configure:13876: $? = 0
configure:13886: result: yes
configure:13946: checking for remove
configure:13983: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:13986: $? = 0
configure:13989: test -s conftest
configure:13992: $? = 0
configure:14002: result: yes
configure:14062: checking for shmat
configure:14099: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:14102: $? = 0
configure:14105: test -s conftest
configure:14108: $? = 0
configure:14118: result: yes
configure:14187: checking for IceConnectionNumber in -lICE
configure:14214: gcc -o conftest -g -O2 -Wall   -L/usr/X11R6/lib conftest.c -lICE    >&5
configure:14217: $? = 0
configure:14220: test -s conftest
configure:14223: $? = 0
configure:14234: result: yes
configure:14512: checking for XOpenDisplay in -lX11
configure:14539: gcc -o conftest -g -O2 -Wall   conftest.c -lX11  -L/usr/X11R6/lib -lX11   >&5
configure:14542: $? = 0
configure:14545: test -s conftest
configure:14548: $? = 0
configure:14559: result: yes
configure:14572: checking for XShmAttach in -lXext
configure:14599: gcc -o conftest -g -O2 -Wall   conftest.c -lXext  -L/usr/X11R6/lib -lX11   >&5
configure:14602: $? = 0
configure:14605: test -s conftest
configure:14608: $? = 0
configure:14619: result: yes
configure:14817: checking for XineramaQueryExtension in -lXinerama
configure:14844: gcc -o conftest -g -O2 -Wall  -I/usr/local/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    conftest.c -lXinerama -lXext  -L/usr/X11R6/lib -lX11   >&5
configure:14847: $? = 0
configure:14850: test -s conftest
configure:14853: $? = 0
configure:14864: result: yes
configure:14867: checking for X11/extensions/Xinerama.h
configure:14880: gcc -c -g -O2 -Wall  -I/usr/local/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   conftest.c >&5
configure:14883: $? = 0
configure:14886: test -s conftest.o
configure:14889: $? = 0
configure:14899: result: yes
configure:14923: checking for Xinerama support on XFree86
configure:14925: result: yes
configure:14934: checking for XShapeCombineMask in -lXext
configure:14961: gcc -o conftest -g -O2 -Wall   conftest.c -lXext  -L/usr/X11R6/lib -lX11   >&5
configure:14964: $? = 0
configure:14967: test -s conftest
configure:14970: $? = 0
configure:14981: result: yes
configure:14996: checking for XConvertCase in -lX11
configure:15023: gcc -o conftest -g -O2 -Wall   conftest.c -lX11  -L/usr/X11R6/lib -lX11   >&5
configure:15026: $? = 0
configure:15029: test -s conftest
configure:15032: $? = 0
configure:15043: result: yes
configure:15069: checking for XkbQueryExtension in -lX11
configure:15096: gcc -o conftest -g -O2 -Wall   conftest.c -lX11  -L/usr/X11R6/lib -lX11   >&5
configure:15099: $? = 0
configure:15102: test -s conftest
configure:15105: $? = 0
configure:15116: result: yes
configure:15160: checking for XRRUpdateConfiguration in -lXrandr
configure:15187: gcc -o conftest -g -O2 -Wall   conftest.c -lXrandr  -L/usr/X11R6/lib -lXrandr -lXrender -lX11    >&5
/usr/bin/ld: cannot find -lXrandr
collect2: ld returned 1 exit status
configure:15190: $? = 1
configure: failed program was:
#line 15167 "configure"
#include "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 XRRUpdateConfiguration ();
int
main ()
{
XRRUpdateConfiguration ();
  ;
  return 0;
}
configure:15207: result: no
configure:15279: checking sys/ipc.h usability
configure:15288: gcc -c -g -O2 -Wall  conftest.c >&5
configure:15291: $? = 0
configure:15294: test -s conftest.o
configure:15297: $? = 0
configure:15306: result: yes
configure:15310: checking sys/ipc.h presence
configure:15317: gcc -E  conftest.c
configure:15323: $? = 0
configure:15341: result: yes
configure:15359: checking for sys/ipc.h
configure:15366: result: yes
configure:15390: checking sys/shm.h usability
configure:15399: gcc -c -g -O2 -Wall  conftest.c >&5
configure:15402: $? = 0
configure:15405: test -s conftest.o
configure:15408: $? = 0
configure:15417: result: yes
configure:15421: checking sys/shm.h presence
configure:15428: gcc -E  conftest.c
configure:15434: $? = 0
configure:15452: result: yes
configure:15470: checking for sys/shm.h
configure:15477: result: yes
configure:15494: checking X11/extensions/XShm.h
configure:15522: gcc -c -g -O2 -Wall  -I/usr/X11R6/include  conftest.c >&5
configure: In function `main':
configure:15514: warning: unused variable `x_shm_info'
configure:15525: $? = 0
configure:15528: test -s conftest.o
configure:15531: $? = 0
configure:15541: result: yes
configure:15747: checking Pango flags
configure:15753: result: -I/usr/local/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -Wl,--export-dynamic -L/usr/local/lib -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  
configure:15798: gcc -o conftest -g -O2 -Wall -I/usr/local/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include     conftest.c -Wl,--export-dynamic -L/usr/local/lib -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0     >&5
configure:15801: $? = 0
configure:15804: test -s conftest
configure:15807: $? = 0
configure:15852: checking ATK flags
configure:15858: result: -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   -Wl,--export-dynamic -L/usr/local/lib -latk-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  
configure:15897: gcc -o conftest -g -O2 -Wall   conftest.c -Wl,--export-dynamic -L/usr/local/lib -latk-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0     >&5
/usr/local/lib/libatk-1.0.so: undefined reference to `g_value_get_as_pointer'
collect2: ld returned 1 exit status
configure:15900: $? = 1
configure: failed program was:
#line 15877 "configure"
#include "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 atk_object_get_type ();
int
main ()
{
atk_object_get_type ();
  ;
  return 0;
}
configure:15914: error:
                *** Cannot link to Accessibility Toolkit. Accessibility Toolkit is required
                *** to build GTK+

## ---------------- ##
## 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_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
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_func_bind_textdomain_codeset=yes
ac_cv_func_connect=yes
ac_cv_func_dcgettext=yes
ac_cv_func_flockfile=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getresuid=yes
ac_cv_func_iswalnum=yes
ac_cv_func_lstat=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_remove=yes
ac_cv_func_shmat=yes
ac_cv_have_x='have_x=yes 		ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib'
ac_cv_header_X11_extensions_Xinerama_h=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_png_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_ipc_h=yes
ac_cv_header_sys_shm_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_sys_wait_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_ICE_IceConnectionNumber=yes
ac_cv_lib_X11_XConvertCase=yes
ac_cv_lib_X11_XOpenDisplay=yes
ac_cv_lib_X11_XkbQueryExtension=yes
ac_cv_lib_Xext_XShapeCombineMask=yes
ac_cv_lib_Xext_XShmAttach=yes
ac_cv_lib_Xinerama_XineramaQueryExtension=yes
ac_cv_lib_Xrandr_XRRUpdateConfiguration=no
ac_cv_lib_cposix_strerror=no
ac_cv_lib_jpeg_jpeg_destroy_decompress=yes
ac_cv_lib_jpeg_jpeg_simple_progression=yes
ac_cv_lib_png_png_read_info=yes
ac_cv_lib_tiff_TIFFReadScanline=yes
ac_cv_objext=o
ac_cv_path_FREETYPE_CONFIG=/usr/bin/freetype-config
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_INDENT=indent
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_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_type_signal=void
ac_cv_type_uid_t=yes
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_have_gettext=yes
lt_cv_archive_cmds_need_lc=no
lt_cv_compiler_c_o=yes
lt_cv_compiler_o_lo=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.2.4.so'
lt_cv_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_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
lt_cv_ld_reload_flag=-r
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_cc_can_build_shared=yes
lt_cv_prog_cc_no_builtin=
lt_cv_prog_cc_pic=' -fPIC'
lt_cv_prog_cc_pic_works=yes
lt_cv_prog_cc_shlib=
lt_cv_prog_cc_static=-static
lt_cv_prog_cc_static_works=yes
lt_cv_prog_cc_wl=-Wl,
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'\'''

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

ACLOCAL='/usr/local/Soft/gtk+-2.2.0/missing aclocal-1.4 '
AS='${CC}'
ASFLAGS='${CFLAGS}'
AUTOCONF='autoconf'
AUTOHEADER='autoheader'
AUTOMAKE='/usr/local/Soft/gtk+-2.2.0/missing automake-1.4'
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=' az.gmo be.gmo bg.gmo ca.gmo cs.gmo cy.gmo da.gmo de.gmo el.gmo en_GB.gmo en IPA gmo es.gmo et.gmo eu.gmo fa.gmo fi.gmo fr.gmo ga.gmo gl.gmo he.gmo hi.gmo hr.gmo hu.gmo ia.gmo it.gmo ja.gmo ko.gmo lt.gmo lv.gmo ms.gmo nl.gmo nn.gmo no.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sl.gmo sp.gmo sr.gmo sv.gmo tr.gmo uk.gmo vi.gmo wa.gmo zh_TW.gmo zh_CN.gmo'
CATOBJEXT='.gmo'
CC='gcc'
CCAS='${CC}'
CCASFLAGS='${CFLAGS}'
CFLAGS='-g -O2 -Wall'
CPP='gcc -E'
CPPFLAGS=''
CROSS_COMPILING_FALSE=''
CROSS_COMPILING_TRUE='#'
DATADIRNAME='share'
DB2HTML=''
DEFS=''
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=''
EXEEXT=''
FREETYPE_CFLAGS='-I/usr/include/freetype2'
FREETYPE_CONFIG='/usr/bin/freetype-config'
FREETYPE_LIBS='-L/usr/lib -lfreetype'
GDK_DEP_CFLAGS='-pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/X11R6/include    '
GDK_DEP_LIBS='-lXinerama -lXext  -L/usr/X11R6/lib -lX11   -Wl,--export-dynamic -L/usr/local/lib -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0    -lm'
GDK_EXTRA_CFLAGS=''
GDK_EXTRA_LIBS=''
GDK_PACKAGES='pangox'
GDK_PIXBUF_CSOURCE=''
GDK_PIXBUF_DEP_CFLAGS='-pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include   '
GDK_PIXBUF_DEP_LIBS='-Wl,--export-dynamic -L/usr/local/lib -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0    -lm'
GDK_PIXBUF_EXTRA_CFLAGS=''
GDK_PIXBUF_EXTRA_LIBS=' -lm'
GDK_PIXBUF_MAJOR='2'
GDK_PIXBUF_MICRO='0'
GDK_PIXBUF_MINOR='2'
GDK_PIXBUF_PACKAGES='gmodule-2.0 gobject-2.0'
GDK_PIXBUF_VERSION='2.2.0'
GDK_PIXBUF_XLIB_DEP_CFLAGS='-pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -I/usr/local/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include  '
GDK_PIXBUF_XLIB_DEP_LIBS='-Wl,--export-dynamic -L/usr/local/lib -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0   -lXext  -L/usr/X11R6/lib -lX11   -lm'
GDK_PIXBUF_XLIB_EXTRA_CFLAGS='-I/usr/local/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include  '
GDK_PIXBUF_XLIB_EXTRA_LIBS='-lXext  -L/usr/X11R6/lib -lX11 '
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='-Wl,--export-dynamic -pthread -L/usr/local/lib -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0  '
GLIB_MKENUMS='glib-mkenums'
GMOFILES=' az.gmo be.gmo bg.gmo ca.gmo cs.gmo cy.gmo da.gmo de.gmo el.gmo en_GB.gmo en IPA gmo es.gmo et.gmo eu.gmo fa.gmo fi.gmo fr.gmo ga.gmo gl.gmo he.gmo hi.gmo hr.gmo hu.gmo ia.gmo it.gmo ja.gmo ko.gmo lt.gmo lv.gmo ms.gmo nl.gmo nn.gmo no.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sl.gmo sp.gmo sr.gmo sv.gmo tr.gmo uk.gmo vi.gmo wa.gmo zh_TW.gmo zh_CN.gmo'
GMSGFMT='/usr/bin/msgfmt'
GOBJECT_QUERY='gobject-query'
GTKDOC=''
GTK_API_VERSION='2.0'
GTK_BINARY_AGE='200'
GTK_BINARY_VERSION='2.2.0'
GTK_DEBUG_FLAGS='-DG_DISABLE_CAST_CHECKS'
GTK_DEP_CFLAGS=''
GTK_DEP_LIBS=''
GTK_EXTRA_CFLAGS=''
GTK_EXTRA_LIBS=''
GTK_INTERFACE_AGE='0'
GTK_MAJOR_VERSION='2'
GTK_MICRO_VERSION='0'
GTK_MINOR_VERSION='2'
GTK_PACKAGES=''
GTK_VERSION='2.2.0'
GTK_XIM_FLAGS='-DUSE_XIM'
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_SGML2HTML_FALSE=''
HAVE_SGML2HTML_TRUE=''
HAVE_TIFF_FALSE='#'
HAVE_TIFF_TRUE=''
HAVE_WINTAB_FALSE=''
HAVE_WINTAB_TRUE='#'
HAVE_XFT_FALSE=''
HAVE_XFT_TRUE='#'
HTML_DIR=''
IE55_UUID_LIB=''
INCLUDED_LOADER_DEFINE=''
INCLUDED_LOADER_OBJ=''
INDENT='indent'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTOBJEXT='.mo'
INTLLIBS=''
LDFLAGS=''
LIBJPEG='-ljpeg'
LIBOBJS=''
LIBPNG='-lpng -lz'
LIBS='-Wl,--export-dynamic -L/usr/local/lib -latk-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0    '
LIBTIFF='-ltiff'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^[^_].*"'
LN_S='ln -s'
LTLIBOBJS=''
LT_AGE='200'
LT_CURRENT='200'
LT_CURRENT_MINUS_AGE='0'
LT_RELEASE='2.0'
LT_REVISION='0'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo'
MKINSTALLDIRS='./mkinstalldirs'
MSGFMT='/usr/bin/msgfmt'
MS_LIB_AVAILABLE_FALSE=''
MS_LIB_AVAILABLE_TRUE='#'
OBJEXT='o'
OS_WIN32_FALSE=''
OS_WIN32_TRUE='#'
PACKAGE='gtk+'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PKG_CONFIG='/usr/bin/pkg-config'
PLATFORM_WIN32_FALSE=''
PLATFORM_WIN32_TRUE='#'
POFILES=' az.po be.po bg.po ca.po cs.po cy.po da.po de.po el.po en_GB.po en IPA po es.po et.po eu.po fa.po fi.po fr.po ga.po gl.po he.po hi.po hr.po hu.po ia.po it.po ja.po ko.po lt.po lv.po ms.po nl.po nn.po no.po pl.po pt.po pt_BR.po ro.po ru.po sk.po sl.po sp.po sr.po sv.po tr.po uk.po vi.po wa.po zh_TW.po zh_CN.po'
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
RANLIB='ranlib'
REBUILD=''
REBUILD_PNGS='#'
SET_MAKE=''
SGML2HTML=''
SHELL='/bin/sh'
STRIP='strip'
STRIP_BEGIN='$(strip $(STRIP_DUMMY)'
STRIP_DUMMY=''
STRIP_END=')'
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.2.0'
WINTAB_LIB=''
XGETTEXT='/usr/bin/xgettext'
XINPUT_XFREE_FALSE=''
XINPUT_XFREE_TRUE='#'
X_CFLAGS=' -I/usr/X11R6/include'
X_EXTRA_LIBS=''
X_LIBS=' -L/usr/X11R6/lib'
X_PRE_LIBS=' -lSM -lICE'
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
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'
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=''
xinput_progs=''

## ----------- ##
## 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_IPC_H 1
#define HAVE_LC_MESSAGES 1
#define HAVE_LOCALE_H 1
#define HAVE_LSTAT 1
#define HAVE_MEMORY_H 1
#define HAVE_MKSTEMP 1
#define HAVE_MMAP 1
#define HAVE_PROGRESSIVE_JPEG 1
#define HAVE_PWD_H 1
#define HAVE_PWD_H 1
#define HAVE_SHAPE_EXT 1
#define HAVE_SHM_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_SYS_WAIT_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 HAVE_XCONVERTCASE 1
#define HAVE_XFREE_XINERAMA 1
#define HAVE_XINERAMA 1
#define HAVE_XKB 1
#define HAVE_XSHM_H 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define RETSIGTYPE void
#define RETSIGTYPE void
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define USE_GMODULE 1
#define USE_MMX 1
#define XINPUT_NONE 1

configure: exit 1


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