GTK+ Install?
Ravenslay3r <[email protected]> Tue, 15 Jun 2004 15:42:21 GMT
| Newsgroups | gmane.comp.mozilla.devel.gtk |
|---|---|
| Organization | Rowan University |
| Message-ID | <[email protected]> |
Hey all, I'm trying to install GTK+ 2.2.2 on a clean MDK 10.0 offical-download to install, so I can install the new gimp. I spent all day fighting with this though, and i'm deprived of my normal post-google help channles (gyach & gaim) because I don't have GTK installed... when I try to run config: [root@avalon gtk+-2.2.2]# ./configure --without-libtiff it runs mostly to the bottom (I hope) and then i get a line >>checking for XOpenDisplay in -lX11... no >>configure: error: *** libX11 not found. Check 'config.log' for more details. For the life of me I can't figure out what this means, but i'm pretty sure my X11- is alive and well as i'm in KDE. I have a enviroment variable that i've used to solve some dependency issues, as you can see i tried that here too, but it didnt' seem to work. [root@avalon gtk+-2.2.2]# printenv PKG_CONFIG_PATH /usr/local/lib/pkgconfig:/usr/etc/pango-1.2.0:/usr/etc/glib-2.2.0/glibconfig.h: /usr/include/X11/Xlib.h also tried setting it to these paths: /usr/X11R6/lib/libX11.so.6.2 /usr/X11R6/lib/libX11.so.6 /usr/X11R6/lib/libX11.so Does anyone know what I need to do to fix this? any help would be appreciated! thx
config.log
(text/plain, 45.8 KB)
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.57. Invocation command line was
$ ./configure --without-libtiff
## --------- ##
## Platform. ##
## --------- ##
hostname = avalon.homelinux.net
uname -m = i686
uname -r = 2.6.3-7mdk
uname -s = Linux
uname -v = #1 Wed Mar 17 15:56:42 CET 2004
/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: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1643: checking for a BSD-compatible install
configure:1697: result: /usr/bin/install -c
configure:1708: checking whether build environment is sane
configure:1751: result: yes
configure:1766: checking whether make sets $(MAKE)
configure:1786: result: yes
configure:1809: checking for working aclocal-1.4
configure:1816: result: found
configure:1824: checking for working autoconf
configure:1831: result: found
configure:1839: checking for working automake-1.4
configure:1846: result: found
configure:1854: checking for working autoheader
configure:1861: result: found
configure:1869: checking for working makeinfo
configure:1876: result: found
configure:1939: checking for gcc
configure:1955: found /usr/bin/gcc
configure:1965: result: gcc
configure:2209: checking for C compiler version
configure:2212: gcc --version </dev/null >&5
gcc (GCC) 3.3.2 (Mandrake Linux 10.0 3.3.2-6mdk)
Copyright (C) 2003 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:2215: $? = 0
configure:2217: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.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-clocale=gnu --enable-languages=c,c++,ada,f77,objc,java,pascal --host=i586-mandrake-linux-gnu --with-system-zlib
Thread model: posix
gcc version 3.3.2 (Mandrake Linux 10.0 3.3.2-6mdk)
configure:2220: $? = 0
configure:2222: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2225: $? = 1
configure:2249: checking for C compiler default output
configure:2252: gcc conftest.c >&5
configure:2255: $? = 0
configure:2301: result: a.out
configure:2306: checking whether the C compiler works
configure:2312: ./a.out
configure:2315: $? = 0
configure:2332: result: yes
configure:2339: checking whether we are cross compiling
configure:2341: result: no
configure:2344: checking for suffix of executables
configure:2346: gcc -o conftest conftest.c >&5
configure:2349: $? = 0
configure:2374: result:
configure:2380: checking for suffix of object files
configure:2402: gcc -c conftest.c >&5
configure:2405: $? = 0
configure:2427: result: o
configure:2431: checking whether we are using the GNU C compiler
configure:2456: gcc -c conftest.c >&5
configure:2459: $? = 0
configure:2462: test -s conftest.o
configure:2465: $? = 0
configure:2478: result: yes
configure:2484: checking whether gcc accepts -g
configure:2506: gcc -c -g conftest.c >&5
configure:2509: $? = 0
configure:2512: test -s conftest.o
configure:2515: $? = 0
configure:2526: result: yes
configure:2543: checking for gcc option to accept ANSI C
configure:2604: gcc -c -g -O2 conftest.c >&5
configure:2607: $? = 0
configure:2610: test -s conftest.o
configure:2613: $? = 0
configure:2631: result: none needed
configure:2649: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2652: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2842: checking build system type
configure:2860: result: i686-pc-linux-gnu
configure:2868: checking host system type
configure:2882: result: i686-pc-linux-gnu
configure:2890: checking for a sed that does not truncate output
configure:2944: result: /bin/sed
configure:2947: checking for egrep
configure:2957: result: grep -E
configure:2973: checking for ld used by gcc
configure:3040: result: /usr/bin/ld
configure:3049: checking if the linker (/usr/bin/ld) is GNU ld
configure:3064: result: yes
configure:3069: checking for /usr/bin/ld option to reload object files
configure:3076: result: -r
configure:3085: checking for BSD-compatible nm
configure:3127: result: /usr/bin/nm -B
configure:3131: checking whether ln -s works
configure:3135: result: yes
configure:3142: checking how to recognise dependent libraries
configure:3342: result: pass_all
configure:3788: checking how to run the C preprocessor
configure:3824: gcc -E conftest.c
configure:3830: $? = 0
configure:3862: gcc -E conftest.c
configure:3862:28: ac_nonexistent.h: No such file or directory
configure:3868: $? = 1
configure: failed program was:
| #line 3853 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define GETTEXT_PACKAGE "gtk20"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3906: result: gcc -E
configure:3931: gcc -E conftest.c
configure:3937: $? = 0
configure:3969: gcc -E conftest.c
configure:3969:28: ac_nonexistent.h: No such file or directory
configure:3975: $? = 1
configure: failed program was:
| #line 3960 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define GETTEXT_PACKAGE "gtk20"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4018: checking for ANSI C header files
configure:4044: gcc -c -g -O2 conftest.c >&5
configure:4047: $? = 0
configure:4050: test -s conftest.o
configure:4053: $? = 0
configure:4142: gcc -o conftest -g -O2 conftest.c >&5
configure:4145: $? = 0
configure:4147: ./conftest
configure:4150: $? = 0
configure:4165: result: yes
configure:4189: checking for sys/types.h
configure:4206: gcc -c -g -O2 conftest.c >&5
configure:4209: $? = 0
configure:4212: test -s conftest.o
configure:4215: $? = 0
configure:4226: result: yes
configure:4189: checking for sys/stat.h
configure:4206: gcc -c -g -O2 conftest.c >&5
configure:4209: $? = 0
configure:4212: test -s conftest.o
configure:4215: $? = 0
configure:4226: result: yes
configure:4189: checking for stdlib.h
configure:4206: gcc -c -g -O2 conftest.c >&5
configure:4209: $? = 0
configure:4212: test -s conftest.o
configure:4215: $? = 0
configure:4226: result: yes
configure:4189: checking for string.h
configure:4206: gcc -c -g -O2 conftest.c >&5
configure:4209: $? = 0
configure:4212: test -s conftest.o
configure:4215: $? = 0
configure:4226: result: yes
configure:4189: checking for memory.h
configure:4206: gcc -c -g -O2 conftest.c >&5
configure:4209: $? = 0
configure:4212: test -s conftest.o
configure:4215: $? = 0
configure:4226: result: yes
configure:4189: checking for strings.h
configure:4206: gcc -c -g -O2 conftest.c >&5
configure:4209: $? = 0
configure:4212: test -s conftest.o
configure:4215: $? = 0
configure:4226: result: yes
configure:4189: checking for inttypes.h
configure:4206: gcc -c -g -O2 conftest.c >&5
configure:4209: $? = 0
configure:4212: test -s conftest.o
configure:4215: $? = 0
configure:4226: result: yes
configure:4189: checking for stdint.h
configure:4206: gcc -c -g -O2 conftest.c >&5
configure:4209: $? = 0
configure:4212: test -s conftest.o
configure:4215: $? = 0
configure:4226: result: yes
configure:4189: checking for unistd.h
configure:4206: gcc -c -g -O2 conftest.c >&5
configure:4209: $? = 0
configure:4212: test -s conftest.o
configure:4215: $? = 0
configure:4226: result: yes
configure:4252: checking dlfcn.h usability
configure:4265: gcc -c -g -O2 conftest.c >&5
configure:4268: $? = 0
configure:4271: test -s conftest.o
configure:4274: $? = 0
configure:4284: result: yes
configure:4288: checking dlfcn.h presence
configure:4299: gcc -E conftest.c
configure:4305: $? = 0
configure:4324: result: yes
configure:4360: checking for dlfcn.h
configure:4367: result: yes
configure:4432: checking for g++
configure:4448: found /usr/bin/g++
configure:4458: result: g++
configure:4474: checking for C++ compiler version
configure:4477: g++ --version </dev/null >&5
g++ (GCC) 3.3.2 (Mandrake Linux 10.0 3.3.2-6mdk)
Copyright (C) 2003 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:4480: $? = 0
configure:4482: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.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-clocale=gnu --enable-languages=c,c++,ada,f77,objc,java,pascal --host=i586-mandrake-linux-gnu --with-system-zlib
Thread model: posix
gcc version 3.3.2 (Mandrake Linux 10.0 3.3.2-6mdk)
configure:4485: $? = 0
configure:4487: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:4490: $? = 1
configure:4493: checking whether we are using the GNU C++ compiler
configure:4518: g++ -c conftest.cc >&5
configure:4521: $? = 0
configure:4524: test -s conftest.o
configure:4527: $? = 0
configure:4540: result: yes
configure:4546: checking whether g++ accepts -g
configure:4568: g++ -c -g conftest.cc >&5
configure:4571: $? = 0
configure:4574: test -s conftest.o
configure:4577: $? = 0
configure:4588: result: yes
configure:4632: g++ -c -g -O2 conftest.cc >&5
configure:4635: $? = 0
configure:4638: test -s conftest.o
configure:4641: $? = 0
configure:4668: g++ -c -g -O2 conftest.cc >&5
configure: In function `int main()':
configure:4675: error: `exit' undeclared (first use this function)
configure:4675: error: (Each undeclared identifier is reported only once for each function it appears in.)
configure:4671: $? = 1
configure: failed program was:
| #line 4651 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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 ()
| {
| exit (42);
| ;
| return 0;
| }
configure:4632: g++ -c -g -O2 conftest.cc >&5
configure:4635: $? = 0
configure:4638: test -s conftest.o
configure:4641: $? = 0
configure:4668: g++ -c -g -O2 conftest.cc >&5
configure:4671: $? = 0
configure:4674: test -s conftest.o
configure:4677: $? = 0
configure:4705: checking how to run the C++ preprocessor
configure:4737: g++ -E conftest.cc
configure:4743: $? = 0
configure:4775: g++ -E conftest.cc
configure:4789:28: ac_nonexistent.h: No such file or directory
configure:4781: $? = 1
configure: failed program was:
| #line 4766 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4819: result: g++ -E
configure:4844: g++ -E conftest.cc
configure:4850: $? = 0
configure:4882: g++ -E conftest.cc
configure:4896:28: ac_nonexistent.h: No such file or directory
configure:4888: $? = 1
configure: failed program was:
| #line 4873 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4982: checking for g77
configure:5011: result: no
configure:4982: checking for f77
configure:5011: result: no
configure:4982: checking for xlf
configure:5011: result: no
configure:4982: checking for frt
configure:5011: result: no
configure:4982: checking for pgf77
configure:5011: result: no
configure:4982: checking for fl32
configure:5011: result: no
configure:4982: checking for af77
configure:5011: result: no
configure:4982: checking for fort77
configure:5011: result: no
configure:4982: checking for f90
configure:5011: result: no
configure:4982: checking for xlf90
configure:5011: result: no
configure:4982: checking for pgf90
configure:5011: result: no
configure:4982: checking for epcf90
configure:5011: result: no
configure:4982: checking for f95
configure:5011: result: no
configure:4982: checking for fort
configure:5011: result: no
configure:4982: checking for xlf95
configure:5011: result: no
configure:4982: checking for lf95
configure:5011: result: no
configure:4982: checking for g95
configure:5011: result: no
configure:5026: checking for Fortran 77 compiler version
configure:5026: --version </dev/null >&5
./configure: line 1: --version: command not found
configure:5029: $? = 127
configure:5031: -v </dev/null >&5
./configure: line 1: -v: command not found
configure:5034: $? = 127
configure:5036: -V </dev/null >&5
./configure: line 1: -V: command not found
configure:5039: $? = 127
configure:5046: checking whether we are using the GNU Fortran 77 compiler
configure:5060: -c conftest.F >&5
./configure: line 1: -c: command not found
configure:5063: $? = 127
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:5082: result: no
configure:5089: checking whether accepts -g
configure:5101: -c -g conftest.f >&5
./configure: line 1: -c: command not found
configure:5104: $? = 127
configure: failed program was:
| program main
|
| end
configure:5122: result: no
configure:5150: checking the maximum length of command line arguments
configure:5209: result: 32768
configure:5220: checking command to parse /usr/bin/nm -B output from gcc object
configure:5309: gcc -c -g -O2 conftest.c >&5
configure:5312: $? = 0
configure:5316: /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:5319: $? = 0
configure:5371: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:5374: $? = 0
configure:5412: result: ok
configure:5416: checking for objdir
configure:5431: result: .libs
configure:5521: checking for ar
configure:5537: found /usr/bin/ar
configure:5548: result: ar
configure:5601: checking for ranlib
configure:5617: found /usr/bin/ranlib
configure:5628: result: ranlib
configure:5681: checking for strip
configure:5697: found /usr/bin/strip
configure:5708: result: strip
configure:5970: checking if gcc static flag works
configure:5993: result: yes
configure:6010: checking if gcc supports -fno-rtti -fno-exceptions
configure:6031: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
configure:6035: $? = 0
configure:6043: result: no
configure:6058: checking for gcc option to produce PIC
configure:6235: result: -fPIC
configure:6242: checking if gcc PIC flag -fPIC works
configure:6263: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
configure:6267: $? = 0
configure:6275: result: yes
configure:6299: checking if gcc supports -c -o file.o
configure:6330: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:6334: $? = 0
configure:6348: result: yes
configure:6374: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:7168: result: yes
configure:7194: checking whether -lc should be explicitly linked in
configure:7199: gcc -c -g -O2 conftest.c >&5
configure:7202: $? = 0
configure:7216: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:7219: $? = 0
configure:7231: result: no
configure:7239: checking how to hardcode library paths into programs
configure:7264: result: immediate
configure:7278: checking whether stripping libraries is possible
configure:7283: result: yes
configure:7305: checking dynamic linker characteristics
configure:7864: result: GNU/Linux ld.so
configure:8590: checking if libtool supports shared libraries
configure:8592: result: yes
configure:8595: checking whether to build shared libraries
configure:8644: result: yes
configure:8647: checking whether to build static libraries
configure:8651: result: no
configure:8742: creating libtool
configure:9286: checking for ld used by g++
configure:9353: result: /usr/bin/ld
configure:9362: checking if the linker (/usr/bin/ld) is GNU ld
configure:9377: result: yes
configure:9428: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:10223: result: yes
configure:10241: g++ -c -g -O2 conftest.cc >&5
configure:10244: $? = 0
configure:10340: checking for g++ option to produce PIC
configure:10592: result: -fPIC
configure:10599: checking if g++ PIC flag -fPIC works
configure:10620: g++ -c -g -O2 -fPIC -DPIC conftest.cc >&5
configure:10624: $? = 0
configure:10632: result: yes
configure:10656: checking if g++ supports -c -o file.o
configure:10687: g++ -c -g -O2 -o out/conftest2.o conftest.cc >&5
configure:10691: $? = 0
configure:10705: result: yes
configure:10731: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:10756: result: yes
configure:10827: checking how to hardcode library paths into programs
configure:10852: result: immediate
configure:10866: checking whether stripping libraries is possible
configure:10871: result: yes
configure:10893: checking dynamic linker characteristics
configure:11452: result: GNU/Linux ld.so
configure:18423: checking whether to enable maintainer-specific portions of Makefiles
configure:18432: result: no
configure:18449: checking for some Win32 platform
configure:18459: result: no
configure:18472: checking for native Win32
configure:18483: result: no
configure:18656: checking whether build environment is sane
configure:18699: result: yes
configure:18704: checking for strerror in -lcposix
configure:18735: gcc -o conftest -g -O2 conftest.c -lcposix >&5
/usr/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure:18738: $? = 1
configure: failed program was:
| #line 18711 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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
| #include <stdlib.h>
| #endif
| #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:18756: result: no
configure:18767: checking for gcc option to accept ANSI C
configure:18830: gcc -c -g -O2 conftest.c >&5
configure:18833: $? = 0
configure:18836: test -s conftest.o
configure:18839: $? = 0
configure:18854: result: none needed
configure:18877: checking for a BSD-compatible install
configure:18931: result: /usr/bin/install -c
configure:18942: checking whether make sets $(MAKE)
configure:18962: result: yes
configure:19045: checking for pkg-config
configure:19063: found /usr/bin/pkg-config
configure:19076: result: /usr/bin/pkg-config
configure:19093: checking for glib-2.0 >= 2.1.4 atk >= 1.0.1 pango >= 1.0.1
configure:19097: result: yes
configure:19101: checking BASE_DEPENDENCIES_CFLAGS
configure:19104: result: -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 -I$(top_builddir)//usr/etc/pango-1.2.0/.
configure:19107: checking BASE_DEPENDENCIES_LIBS
configure:19110: result: -Wl,--export-dynamic $(top_builddir)//usr/etc/pango-1.2.0/pango/libpango.la -L/usr/local/lib -latk-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
configure:19157: checking Whether to write dependencies into .pc files
configure:19175: result: no
configure:19195: checking for perl5
configure:19213: found /usr/bin/perl5
configure:19225: result: /usr/bin/perl5
configure:19239: checking for indent
configure:19268: result: no
configure:19287: checking for lstat
configure:19337: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:19340: $? = 0
configure:19343: test -s conftest
configure:19346: $? = 0
configure:19357: result: yes
configure:19287: checking for mkstemp
configure:19337: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:19340: $? = 0
configure:19343: test -s conftest
configure:19346: $? = 0
configure:19357: result: yes
configure:19287: checking for flockfile
configure:19337: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:19340: $? = 0
configure:19343: test -s conftest
configure:19346: $? = 0
configure:19357: result: yes
configure:19369: checking for sigsetjmp
configure:19391: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:19394: $? = 0
configure:19397: test -s conftest
configure:19400: $? = 0
configure:19410: result: yes
configure:19419: checking whether make is GNU Make
configure:19426: result: yes
configure:19454: checking locale.h usability
configure:19467: gcc -c -g -O2 -Wall conftest.c >&5
configure:19470: $? = 0
configure:19473: test -s conftest.o
configure:19476: $? = 0
configure:19486: result: yes
configure:19490: checking locale.h presence
configure:19501: gcc -E conftest.c
configure:19507: $? = 0
configure:19526: result: yes
configure:19562: checking for locale.h
configure:19569: result: yes
configure:19583: checking for LC_MESSAGES
configure:19605: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:19608: $? = 0
configure:19611: test -s conftest
configure:19614: $? = 0
configure:19625: result: yes
configure:19654: checking libintl.h usability
configure:19667: gcc -c -g -O2 -Wall conftest.c >&5
configure:19670: $? = 0
configure:19673: test -s conftest.o
configure:19676: $? = 0
configure:19686: result: yes
configure:19690: checking libintl.h presence
configure:19701: gcc -E conftest.c
configure:19707: $? = 0
configure:19726: result: yes
configure:19762: checking for libintl.h
configure:19769: result: yes
configure:19780: checking for dgettext in libc
configure:19804: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:19807: $? = 0
configure:19810: test -s conftest
configure:19813: $? = 0
configure:19825: result: yes
configure:19833: checking for bind_textdomain_codeset
configure:19883: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:19886: $? = 0
configure:19889: test -s conftest
configure:19892: $? = 0
configure:19903: result: yes
configure:20227: checking for msgfmt
configure:20254: result: /usr/bin/msgfmt
configure:20265: checking for dcgettext
configure:20315: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:20318: $? = 0
configure:20321: test -s conftest
configure:20324: $? = 0
configure:20335: result: yes
configure:20347: checking for gmsgfmt
configure:20378: result: /usr/bin/msgfmt
configure:20387: checking for xgettext
configure:20414: result: /usr/bin/xgettext
configure:20439: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:20442: $? = 0
configure:20445: test -s conftest
configure:20448: $? = 0
configure:20515: checking for catalogs to be installed
configure:20524: result: am az be bg ca cs cy da de el en_GB es et eu fa fi fr ga gl he hi hr hu ia id it ja ko lt lv mk ml mn ms nl nn no pl pt pt_BR ro ru sk sl sr sr@Latn sv ta tr uk vi wa yi zh_TW zh_CN
configure:20573: checking for extra flags to get ANSI library prototypes
configure:20594: gcc -o conftest -g -O2 -Wall conftest.c -lm >&5
configure:20597: $? = 0
configure:20599: ./conftest
configure:20602: $? = 0
configure:20604: result: none needed
configure:20660: checking for the BeOS
configure:20669: result: no
configure:20674: checking for extra flags for POSIX compliance
configure:20693: gcc -c -g -O2 -Wall conftest.c >&5
configure: In function `main':
configure:20715: warning: unused variable `dir'
configure:20696: $? = 0
configure:20699: test -s conftest.o
configure:20702: $? = 0
configure:20704: result: none needed
configure:20788: checking for pkg-config
configure:20819: result: /usr/bin/pkg-config
configure:20842: checking for GLIB - version >= 2.1.4
configure:20962: 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:20965: $? = 0
configure:20967: ./conftest
configure:20970: $? = 0
configure:20988: result: yes (version 2.2.0)
configure:21085: checking for bind_textdomain_codeset
configure:21155: result: yes
configure:21181: checking pwd.h usability
configure:21194: gcc -c -g -O2 -Wall conftest.c >&5
configure:21197: $? = 0
configure:21200: test -s conftest.o
configure:21203: $? = 0
configure:21213: result: yes
configure:21217: checking pwd.h presence
configure:21228: gcc -E conftest.c
configure:21234: $? = 0
configure:21253: result: yes
configure:21289: checking for pwd.h
configure:21296: result: yes
configure:21326: checking sys/time.h usability
configure:21339: gcc -c -g -O2 -Wall conftest.c >&5
configure:21342: $? = 0
configure:21345: test -s conftest.o
configure:21348: $? = 0
configure:21358: result: yes
configure:21362: checking sys/time.h presence
configure:21373: gcc -E conftest.c
configure:21379: $? = 0
configure:21398: result: yes
configure:21434: checking for sys/time.h
configure:21441: result: yes
configure:21462: checking for unistd.h
configure:21467: result: yes
configure:21772: checking for ANSI C header files
configure:21919: result: yes
configure:21931: checking for an ANSI C-conforming const
configure:21999: gcc -c -g -O2 -Wall conftest.c >&5
configure: In function `main':
configure:22006: warning: unused variable `s'
configure:22026: warning: unused variable `foo'
configure:21987: warning: unused variable `x'
configure:21993: warning: unused variable `zero'
configure:22005: warning: `t' might be used uninitialized in this function
configure:22023: warning: `b' might be used uninitialized in this function
configure:22002: $? = 0
configure:22005: test -s conftest.o
configure:22008: $? = 0
configure:22019: result: yes
configure:22031: checking return type of signal handlers
configure:22063: gcc -c -g -O2 -Wall conftest.c >&5
configure: In function `main':
configure:22093: warning: unused variable `i'
configure:22066: $? = 0
configure:22069: test -s conftest.o
configure:22072: $? = 0
configure:22083: result: void
configure:22097: checking for stdlib.h
configure:22102: result: yes
configure:22097: checking for unistd.h
configure:22102: result: yes
configure:22238: checking for getpagesize
configure:22288: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:22291: $? = 0
configure:22294: test -s conftest
configure:22297: $? = 0
configure:22308: result: yes
configure:22318: checking for working mmap
configure:22461: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:22464: $? = 0
configure:22466: ./conftest
configure:22469: $? = 0
configure:22483: result: yes
configure:22499: checking for getresuid
configure:22549: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:22552: $? = 0
configure:22555: test -s conftest
configure:22558: $? = 0
configure:22569: result: yes
configure:22579: checking for uid_t in sys/types.h
configure:22603: result: yes
configure:22620: checking for fd_set
configure:22639: gcc -c -g -O2 -Wall conftest.c >&5
configure: In function `main':
configure:22675: warning: unused variable `readMask'
configure:22675: warning: unused variable `writeMask'
configure:22642: $? = 0
configure:22645: test -s conftest.o
configure:22648: $? = 0
configure:22659: result: yes, found in sys/types.h
configure:22696: checking for wchar.h
configure:22707: gcc -E conftest.c
configure:22713: $? = 0
configure:22739: result: yes
configure:22743: checking for wctype.h
configure:22754: gcc -E conftest.c
configure:22760: $? = 0
configure:22786: result: yes
configure:22791: checking for iswalnum
configure:22841: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:22844: $? = 0
configure:22847: test -s conftest
configure:22850: $? = 0
configure:22861: result: yes
configure:22930: checking if iswalnum() and friends are properly defined
configure:22962: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:22965: $? = 0
configure:22968: test -s conftest
configure:22971: $? = 0
configure:22991: result: yes
configure:23015: checking whether to build gmodulized gdk-pixbuf
configure:23030: result: yes
configure:23032: checking whether dynamic modules work
configure:23057: result: yes
configure:23688: checking for jpeg_destroy_decompress in -ljpeg
configure:23719: gcc -o conftest -g -O2 -Wall conftest.c -ljpeg >&5
configure:23722: $? = 0
configure:23725: test -s conftest
configure:23728: $? = 0
configure:23740: result: yes
configure:23751: checking for jpeglib.h
configure:23766: gcc -E conftest.c
configure:23772: $? = 0
configure:23791: result: yes
configure:23795: checking for jpeg_simple_progression in -ljpeg
configure:23826: gcc -o conftest -g -O2 -Wall conftest.c -ljpeg >&5
configure:23829: $? = 0
configure:23832: test -s conftest
configure:23835: $? = 0
configure:23847: result: yes
configure:23879: checking for libpng12
configure:23882: result: yes
configure:24177: checking pixbuf loaders to build
configure:24205: result:
configure:24228: checking for sys/wait.h that is POSIX.1 compatible
configure:24260: gcc -c -g -O2 -Wall conftest.c >&5
configure:24263: $? = 0
configure:24266: test -s conftest.o
configure:24269: $? = 0
configure:24280: result: yes
configure:24291: checking return type of signal handlers
configure:24343: result: void
configure:24401: checking for x86 platform
configure:24410: result: yes
configure:24418: checking compiler support for MMX
configure:24421: gcc -c -g -O2 -Wall conftest.S >&5
configure:24424: $? = 0
configure:24437: result: yes
configure:24543: checking for freetype-config
configure:24561: found /usr/bin/freetype-config
configure:24574: result: /usr/bin/freetype-config
configure:24611: gcc -o conftest -g -O2 -Wall conftest.c -lfreetype >&5
configure:24614: $? = 0
configure:24617: test -s conftest
configure:24620: $? = 0
configure:24636: checking For sufficiently new FreeType (at least 2.0.1)
configure:24658: gcc -c -g -O2 -Wall -I/usr/include/freetype2 conftest.c >&5
configure:24661: $? = 0
configure:24664: test -s conftest.o
configure:24667: $? = 0
configure:24678: result: yes
configure:26259: checking for XOpenDisplay in -lX11
configure:26290: gcc -o conftest -g -O2 -Wall conftest.c -lX11 -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lXft -lfreetype -lXrender -lfontconfig -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 >&5
/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.2/../../../libfontconfig.so: undefined reference to `FT_Get_PS_Font_Info'
/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.2/../../../libfontconfig.so: undefined reference to `FT_Get_BDF_Property'
collect2: ld returned 1 exit status
configure:26293: $? = 1
configure: failed program was:
| #line 26266 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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
| #include <stdlib.h>
| #endif
| #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_GETRESUID 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define USE_GMODULE 1
| #define HAVE_PROGRESSIVE_JPEG 1
| #define HAVE_SYS_WAIT_H 1
| #define RETSIGTYPE void
| #define USE_MMX 1
| #define HAVE_XFT 1
| #define HAVE_XFT2 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 XOpenDisplay ();
| int
| main ()
| {
| XOpenDisplay ();
| ;
| return 0;
| }
configure:26311: result: no
configure:26316: error: *** libX11 not found. Check 'config.log' for more details.
## ---------------- ##
## 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=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_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=
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_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_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_sys_wait_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_X11_XOpenDisplay=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_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/perl5
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_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
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=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=no
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_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.3.3.so'
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=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='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
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='aclocal-1.4 '
AR='ar'
AS='${CC}'
ASFLAGS='${CFLAGS}'
AUTOCONF='autoconf'
AUTOHEADER='autoheader'
AUTOMAKE='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$(top_builddir)//usr/etc/pango-1.2.0/. '
BASE_DEPENDENCIES_LIBS='-Wl,--export-dynamic $(top_builddir)//usr/etc/pango-1.2.0/pango/libpango.la -L/usr/local/lib -latk-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 '
BUILD_DYNAMIC_MODULES_FALSE='#'
BUILD_DYNAMIC_MODULES_TRUE=''
CATALOGS=' am.gmo az.gmo be.gmo bg.gmo ca.gmo cs.gmo cy.gmo da.gmo de.gmo el.gmo en_GB.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 id.gmo it.gmo ja.gmo ko.gmo lt.gmo lv.gmo mk.gmo ml.gmo mn.gmo ms.gmo nl.gmo nn.gmo no.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sl.gmo sr.gmo [email protected] sv.gmo ta.gmo tr.gmo uk.gmo vi.gmo wa.gmo yi.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='#'
CXX='g++'
CXXCPP='g++ -E'
CXXFLAGS='-g -O2'
DATADIRNAME='share'
DB2HTML=''
DEFS=''
DISABLE_EXPLICIT_DEPS_FALSE='#'
DISABLE_EXPLICIT_DEPS_TRUE=''
DLLTOOL='dlltool'
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=''
F77=''
FFLAGS=''
FREETYPE_CFLAGS='-I/usr/include/freetype2'
FREETYPE_CONFIG='/usr/bin/freetype-config'
FREETYPE_LIBS='-lfreetype'
GDK_DEP_CFLAGS=''
GDK_DEP_LIBS=''
GDK_EXTRA_CFLAGS=''
GDK_EXTRA_LIBS=''
GDK_PACKAGES=''
GDK_PIXBUF_CSOURCE=''
GDK_PIXBUF_DEP_CFLAGS='-pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/include/libpng12 '
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='2'
GDK_PIXBUF_MINOR='2'
GDK_PIXBUF_PACKAGES='gmodule-2.0 gobject-2.0'
GDK_PIXBUF_VERSION='2.2.2'
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='-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=' am.gmo az.gmo be.gmo bg.gmo ca.gmo cs.gmo cy.gmo da.gmo de.gmo el.gmo en_GB.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 id.gmo it.gmo ja.gmo ko.gmo lt.gmo lv.gmo mk.gmo ml.gmo mn.gmo ms.gmo nl.gmo nn.gmo no.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sl.gmo sr.gmo [email protected] sv.gmo ta.gmo tr.gmo uk.gmo vi.gmo wa.gmo yi.gmo zh_TW.gmo zh_CN.gmo'
GMSGFMT='/usr/bin/msgfmt'
GOBJECT_QUERY='gobject-query'
GTKDOC=''
GTK_API_VERSION='2.0'
GTK_BINARY_AGE='202'
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='2'
GTK_MAJOR_VERSION='2'
GTK_MICRO_VERSION='2'
GTK_MINOR_VERSION='2'
GTK_PACKAGES=''
GTK_VERSION='2.2.2'
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_SGML2HTML_FALSE=''
HAVE_SGML2HTML_TRUE=''
HAVE_TIFF_FALSE=''
HAVE_TIFF_TRUE='#'
HAVE_WINTAB_FALSE=''
HAVE_WINTAB_TRUE='#'
HAVE_X11R6_FALSE=''
HAVE_X11R6_TRUE=''
HAVE_XFT_FALSE='#'
HAVE_XFT_TRUE=''
HTML_DIR=''
IE55_UUID_LIB=''
INCLUDED_LOADER_DEFINE=''
INCLUDED_LOADER_OBJ=''
INDENT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTOBJEXT='.mo'
INTLLIBS=''
LDFLAGS=''
LIBJPEG='-ljpeg'
LIBOBJS=''
LIBPNG='-lpng12 -lz -lm '
LIBS=' '
LIBTIFF=''
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='2'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo'
MKINSTALLDIRS='./mkinstalldirs'
MSGFMT='/usr/bin/msgfmt'
MS_LIB_AVAILABLE_FALSE=''
MS_LIB_AVAILABLE_TRUE='#'
OBJDUMP='objdump'
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/perl5'
PKG_CONFIG='/usr/bin/pkg-config'
PLATFORM_WIN32_FALSE=''
PLATFORM_WIN32_TRUE='#'
POFILES=' am.po az.po be.po bg.po ca.po cs.po cy.po da.po de.po el.po en_GB.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 id.po it.po ja.po ko.po lt.po lv.po mk.po ml.po mn.po ms.po nl.po nn.po no.po pl.po pt.po pt_BR.po ro.po ru.po sk.po sl.po sr.po [email protected] sv.po ta.po tr.po uk.po vi.po wa.po yi.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.2'
WINTAB_LIB=''
XGETTEXT='/usr/bin/xgettext'
XINPUT_XFREE_FALSE=''
XINPUT_XFREE_TRUE=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_AR='ar'
ac_ct_AS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DLLTOOL=''
ac_ct_F77=''
ac_ct_OBJDUMP=''
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_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_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_XFT 1
#define HAVE_XFT2 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
#endif
#ifdef __cplusplus
#include <stdlib.h>
configure: exit 1