//----------------------------------------------------------------------------------------------------------------- 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
## --------- ## ## Platform. ## ## --------- ##
hostname = localhost uname -m = i686 uname -r = 2.4.21-0.13mdk uname -s = Linux uname -v = #1 Fri Mar 14 15:08:06 EST 2003
/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/X11R6/bin PATH: /usr/local/bin PATH: /bin PATH: /usr/bin PATH: /usr/games PATH: /home/joelle/bin
## ----------- ## ## Core tests. ## ## ----------- ##
configure:1558: checking for a BSD-compatible install configure:1612: result: /usr/bin/install -c configure:1623: checking whether build environment is sane configure:1666: result: yes configure:1681: checking whether make sets $(MAKE) configure:1701: result: yes configure:1733: checking for working aclocal-1.4 configure:1740: result: found configure:1748: checking for working autoconf configure:1755: result: found configure:1763: checking for working automake-1.4 configure:1770: result: found configure:1778: checking for working autoheader configure:1785: result: found configure:1793: checking for working makeinfo configure:1800: result: found configure:1862: checking for gcc configure:1878: found /usr/bin/gcc configure:1888: result: gcc configure:2132: checking for C compiler version configure:2135: gcc --version </dev/null >&5 gcc (GCC) 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2138: $? = 0
configure:2140: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/specs
Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-zlib
Thread model: posix
gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk)
configure:2143: $? = 0
configure:2145: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2148: $? = 1
configure:2172: checking for C compiler default output
configure:2175: gcc conftest.c >&5
configure:2178: $? = 0
configure:2224: result: a.out
configure:2229: checking whether the C compiler works
configure:2235: ./a.out
configure:2238: $? = 0
configure:2255: result: yes
configure:2262: checking whether we are cross compiling
configure:2264: result: no
configure:2267: checking for suffix of executables
configure:2269: gcc -o conftest conftest.c >&5
configure:2272: $? = 0
configure:2297: result:
configure:2303: checking for suffix of object files
configure:2325: gcc -c conftest.c >&5
configure:2328: $? = 0
configure:2350: result: o
configure:2354: checking whether we are using the GNU C compiler
configure:2379: gcc -c conftest.c >&5
configure:2382: $? = 0
configure:2385: test -s conftest.o
configure:2388: $? = 0
configure:2401: result: yes
configure:2407: checking whether gcc accepts -g
configure:2429: gcc -c -g conftest.c >&5
configure:2432: $? = 0
configure:2435: test -s conftest.o
configure:2438: $? = 0
configure:2449: result: yes
configure:2466: checking for gcc option to accept ANSI C
configure:2527: gcc -c -g -O2 conftest.c >&5
configure:2530: $? = 0
configure:2533: test -s conftest.o
configure:2536: $? = 0
configure:2554: result: none needed
configure:2572: gcc -c -g -O2 conftest.c >&5
conftest.c:2: parse error before "me"
configure:2575: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2689: checking for c++
configure:2705: found /usr/bin/c++
configure:2715: result: c++
configure:2828: checking for C++ compiler version
configure:2831: c++ --version </dev/null >&5
c++ (GCC) 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2834: $? = 0
configure:2836: c++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2.2/specs
Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-zlib
Thread model: posix
gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk)
configure:2839: $? = 0
configure:2841: c++ -V </dev/null >&5
c++: argument to `-V' missing
configure:2844: $? = 1
configure:2847: checking whether we are using the GNU C++ compiler
configure:2872: c++ -c conftest.cc >&5
configure:2875: $? = 0
configure:2878: test -s conftest.o
configure:2881: $? = 0
configure:2894: result: yes
configure:2900: checking whether c++ accepts -g
configure:2922: c++ -c -g conftest.cc >&5
configure:2925: $? = 0
configure:2928: test -s conftest.o
configure:2931: $? = 0
configure:2942: result: yes
configure:2986: c++ -c -g -O2 conftest.cc >&5
configure:2989: $? = 0
configure:2992: test -s conftest.o
configure:2995: $? = 0
configure:3022: c++ -c -g -O2 conftest.cc >&5
configure: In function `int main()':
configure:3019: `exit' undeclared (first use this function)
configure:3019: (Each undeclared identifier is reported only once for each function it appears in.)
configure:3025: $? = 1
configure: failed program was:
| #line 3005 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "pango"
| #define VERSION "1.2.3"
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:2986: c++ -c -g -O2 conftest.cc >&5
configure:2989: $? = 0
configure:2992: test -s conftest.o
configure:2995: $? = 0
configure:3022: c++ -c -g -O2 conftest.cc >&5
configure:3025: $? = 0
configure:3028: test -s conftest.o
configure:3031: $? = 0
configure:3072: c++ -c -g -O2 conftest.cc >&5
configure:3075: $? = 0
configure:3078: test -s conftest.o
configure:3081: $? = 0
configure:3188: checking build system type
configure:3206: result: i686-pc-linux-gnu
configure:3214: checking host system type
configure:3228: result: i686-pc-linux-gnu
configure:3236: checking for a sed that does not truncate output
configure:3290: result: /bin/sed
configure:3293: checking for egrep
configure:3303: result: grep -E
configure:3319: checking for ld used by gcc
configure:3386: result: /usr/bin/ld
configure:3395: checking if the linker (/usr/bin/ld) is GNU ld
configure:3410: result: yes
configure:3415: checking for /usr/bin/ld option to reload object files
configure:3422: result: -r
configure:3431: checking for BSD-compatible nm
configure:3473: result: /usr/bin/nm -B
configure:3477: checking whether ln -s works
configure:3481: result: yes
configure:3488: checking how to recognise dependent libraries
configure:3688: result: pass_all
configure:4134: checking how to run the C preprocessor
configure:4170: gcc -E conftest.c
configure:4176: $? = 0
configure:4208: gcc -E conftest.c
configure:4212:28: ac_nonexistent.h: No such file or directory
configure:4214: $? = 1
configure: failed program was:
| #line 4199 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "pango"
| #define VERSION "1.2.3"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4252: result: gcc -E
configure:4277: gcc -E conftest.c
configure:4283: $? = 0
configure:4315: gcc -E conftest.c
configure:4319:28: ac_nonexistent.h: No such file or directory
configure:4321: $? = 1
configure: failed program was:
| #line 4306 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "pango"
| #define VERSION "1.2.3"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4364: checking for ANSI C header files
configure:4390: gcc -c -g -O2 conftest.c >&5
configure:4393: $? = 0
configure:4396: test -s conftest.o
configure:4399: $? = 0
configure:4488: gcc -o conftest -g -O2 conftest.c >&5
configure:4491: $? = 0
configure:4493: ./conftest
configure:4496: $? = 0
configure:4511: result: yes
configure:4535: checking for sys/types.h
configure:4552: gcc -c -g -O2 conftest.c >&5
configure:4555: $? = 0
configure:4558: test -s conftest.o
configure:4561: $? = 0
configure:4572: result: yes
configure:4535: checking for sys/stat.h
configure:4552: gcc -c -g -O2 conftest.c >&5
configure:4555: $? = 0
configure:4558: test -s conftest.o
configure:4561: $? = 0
configure:4572: result: yes
configure:4535: checking for stdlib.h
configure:4552: gcc -c -g -O2 conftest.c >&5
configure:4555: $? = 0
configure:4558: test -s conftest.o
configure:4561: $? = 0
configure:4572: result: yes
configure:4535: checking for string.h
configure:4552: gcc -c -g -O2 conftest.c >&5
configure:4555: $? = 0
configure:4558: test -s conftest.o
configure:4561: $? = 0
configure:4572: result: yes
configure:4535: checking for memory.h
configure:4552: gcc -c -g -O2 conftest.c >&5
configure:4555: $? = 0
configure:4558: test -s conftest.o
configure:4561: $? = 0
configure:4572: result: yes
configure:4535: checking for strings.h
configure:4552: gcc -c -g -O2 conftest.c >&5
configure:4555: $? = 0
configure:4558: test -s conftest.o
configure:4561: $? = 0
configure:4572: result: yes
configure:4535: checking for inttypes.h
configure:4552: gcc -c -g -O2 conftest.c >&5
configure:4555: $? = 0
configure:4558: test -s conftest.o
configure:4561: $? = 0
configure:4572: result: yes
configure:4535: checking for stdint.h
configure:4552: gcc -c -g -O2 conftest.c >&5
configure:4555: $? = 0
configure:4558: test -s conftest.o
configure:4561: $? = 0
configure:4572: result: yes
configure:4535: checking for unistd.h
configure:4552: gcc -c -g -O2 conftest.c >&5
configure:4555: $? = 0
configure:4558: test -s conftest.o
configure:4561: $? = 0
configure:4572: result: yes
configure:4598: checking dlfcn.h usability
configure:4611: gcc -c -g -O2 conftest.c >&5
configure:4614: $? = 0
configure:4617: test -s conftest.o
configure:4620: $? = 0
configure:4630: result: yes
configure:4634: checking dlfcn.h presence
configure:4645: gcc -E conftest.c
configure:4651: $? = 0
configure:4670: result: yes
configure:4706: checking for dlfcn.h
configure:4713: result: yes
configure:4731: checking how to run the C++ preprocessor
configure:4763: c++ -E conftest.cc
configure:4769: $? = 0
configure:4801: c++ -E conftest.cc
configure:4816:28: ac_nonexistent.h: No such file or directory
configure:4807: $? = 1
configure: failed program was:
| #line 4792 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "pango"
| #define VERSION "1.2.3"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4845: result: c++ -E
configure:4870: c++ -E conftest.cc
configure:4876: $? = 0
configure:4908: c++ -E conftest.cc
configure:4923:28: ac_nonexistent.h: No such file or directory
configure:4914: $? = 1
configure: failed program was:
| #line 4899 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "pango"
| #define VERSION "1.2.3"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:5007: checking for g77
configure:5036: result: no
configure:5007: checking for f77
configure:5036: result: no
configure:5007: checking for xlf
configure:5036: result: no
configure:5007: checking for frt
configure:5036: result: no
configure:5007: checking for pgf77
configure:5036: result: no
configure:5007: checking for fl32
configure:5036: result: no
configure:5007: checking for af77
configure:5036: result: no
configure:5007: checking for fort77
configure:5036: result: no
configure:5007: checking for f90
configure:5036: result: no
configure:5007: checking for xlf90
configure:5036: result: no
configure:5007: checking for pgf90
configure:5036: result: no
configure:5007: checking for epcf90
configure:5036: result: no
configure:5007: checking for f95
configure:5036: result: no
configure:5007: checking for fort
configure:5036: result: no
configure:5007: checking for xlf95
configure:5036: result: no
configure:5007: checking for lf95
configure:5036: result: no
configure:5007: checking for g95
configure:5036: result: no
configure:5051: checking for Fortran 77 compiler version
configure:5051: --version </dev/null >&5
./configure: line 1: --version: command not found
configure:5054: $? = 127
configure:5056: -v </dev/null >&5
./configure: line 1: -v: command not found
configure:5059: $? = 127
configure:5061: -V </dev/null >&5
./configure: line 1: -V: command not found
configure:5064: $? = 127
configure:5071: checking whether we are using the GNU Fortran 77 compiler
configure:5085: -c conftest.F >&5
./configure: line 1: -c: command not found
configure:5088: $? = 127
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:5107: result: no
configure:5114: checking whether accepts -g
configure:5126: -c -g conftest.f >&5
./configure: line 1: -c: command not found
configure:5129: $? = 127
configure: failed program was:
| program main
|
| end
configure:5147: result: no
configure:5175: checking the maximum length of command line arguments
configure:5234: result: 32768
configure:5245: checking command to parse /usr/bin/nm -B output from gcc object
configure:5334: gcc -c -g -O2 conftest.c >&5
configure:5337: $? = 0
configure:5341: /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:5344: $? = 0
configure:5396: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:5399: $? = 0
configure:5437: result: ok
configure:5441: checking for objdir
configure:5456: result: .libs
configure:5546: checking for ar
configure:5562: found /usr/bin/ar
configure:5573: result: ar
configure:5626: checking for ranlib
configure:5642: found /usr/bin/ranlib
configure:5653: result: ranlib
configure:5706: checking for strip
configure:5722: found /usr/bin/strip
configure:5733: result: strip
configure:5995: checking if gcc static flag works
configure:6018: result: yes
configure:6035: checking if gcc supports -fno-rtti -fno-exceptions
configure:6056: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
configure:6060: $? = 0
configure:6068: result: yes
configure:6083: checking for gcc option to produce PIC
configure:6260: result: -fPIC
configure:6267: checking if gcc PIC flag -fPIC works
configure:6288: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
configure:6292: $? = 0
configure:6300: result: yes
configure:6324: checking if gcc supports -c -o file.o
configure:6355: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:6359: $? = 0
configure:6373: result: yes
configure:6399: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:7193: result: yes
configure:7219: checking whether -lc should be explicitly linked in
configure:7224: gcc -c -g -O2 conftest.c >&5
configure:7227: $? = 0
configure:7241: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:7244: $? = 0
configure:7256: result: no
configure:7264: checking how to hardcode library paths into programs
configure:7289: result: immediate
configure:7303: checking whether stripping libraries is possible
configure:7308: result: yes
configure:7330: checking dynamic linker characteristics
configure:7889: result: GNU/Linux ld.so
configure:8615: checking if libtool supports shared libraries
configure:8617: result: yes
configure:8620: checking whether to build shared libraries
configure:8669: result: yes
configure:8672: checking whether to build static libraries
configure:8676: result: no
configure:8767: creating libtool
configure:9311: checking for ld used by c++
configure:9378: result: /usr/bin/ld
configure:9387: checking if the linker (/usr/bin/ld) is GNU ld
configure:9402: result: yes
configure:9453: checking whether the c++ linker (/usr/bin/ld) supports shared libraries
configure:10248: result: yes
configure:10266: c++ -c -g -O2 conftest.cc >&5
configure:10269: $? = 0
configure:10365: checking for c++ option to produce PIC
configure:10617: result: -fPIC
configure:10624: checking if c++ PIC flag -fPIC works
configure:10645: c++ -c -g -O2 -fPIC -DPIC conftest.cc >&5
configure:10649: $? = 0
configure:10657: result: yes
configure:10681: checking if c++ supports -c -o file.o
configure:10712: c++ -c -g -O2 -o out/conftest2.o conftest.cc >&5
configure:10716: $? = 0
configure:10730: result: yes
configure:10756: checking whether the c++ linker (/usr/bin/ld) supports shared libraries
configure:10781: result: yes
configure:10852: checking how to hardcode library paths into programs
configure:10877: result: immediate
configure:10891: checking whether stripping libraries is possible
configure:10896: result: yes
configure:10918: checking dynamic linker characteristics
configure:11477: result: GNU/Linux ld.so
configure:18439: checking for some Win32 platform
configure:18449: result: no
configure:18461: checking for native Win32
configure:18471: result: no
configure:18586: checking for perl5
configure:18602: found /usr/bin/perl5
configure:18612: result: perl5
configure:18631: checking for X
configure:18851: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
configure:19004: gcc -o conftest -g -O2 -Wall conftest.c -L/usr/X11R6/lib -lX11 >&5
configure:19007: $? = 0
configure:19010: test -s conftest
configure:19013: $? = 0
configure:19150: checking for gethostbyname
configure:19200: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:19203: $? = 0
configure:19206: test -s conftest
configure:19209: $? = 0
configure:19220: result: yes
configure:19351: checking for connect
configure:19401: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:19404: $? = 0
configure:19407: test -s conftest
configure:19410: $? = 0
configure:19421: result: yes
configure:19486: checking for remove
configure:19536: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:19539: $? = 0
configure:19542: test -s conftest
configure:19545: $? = 0
configure:19556: result: yes
configure:19621: checking for shmat
configure:19671: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure:19674: $? = 0
configure:19677: test -s conftest
configure:19680: $? = 0
configure:19691: result: yes
configure:19765: checking for IceConnectionNumber in -lICE
configure:19796: gcc -o conftest -g -O2 -Wall -L/usr/X11R6/lib conftest.c -lICE >&5
configure:19799: $? = 0
configure:19802: test -s conftest
configure:19805: $? = 0
configure:19817: result: yes
configure:19859: checking for pkg-config
configure:19877: found /usr/bin/pkg-config
configure:19890: result: /usr/bin/pkg-config
configure:19907: checking for fontconfig >= 1.0.1
configure:19911: result: yes
configure:19915: checking FONTCONFIG_CFLAGS
configure:19918: result:
configure:19921: checking FONTCONFIG_LIBS
configure:19924: result: -lfontconfig
configure:19958: checking for freetype-config
configure:19976: found /usr/bin/freetype-config
configure:19989: result: /usr/bin/freetype-config
configure:20002: checking for FT_Get_Next_Char in -lfreetype
configure:20033: gcc -o conftest -g -O2 -Wall -lfreetype -lz conftest.c -lfreetype >&5
configure:20036: $? = 0
configure:20039: test -s conftest
configure:20042: $? = 0
configure:20054: result: yes
configure:20129: checking for xft >= 2.0.0
configure:20133: result: yes
configure:20137: checking XFT_CFLAGS
configure:20140: result: -I/usr/X11R6/include -I/usr/include/freetype2
configure:20143: checking XFT_LIBS
configure:20146: result: -L/usr/X11R6/lib -lXft -lfreetype -lXrender -lfontconfig
configure:20272: checking for pkg-config
configure:20303: result: /usr/bin/pkg-config
configure:20326: checking for GLIB - version >= 2.1.3
configure:20476: result: no
configure:20510: gcc -o conftest -g -O2 -Wall conftest.c >&5
configure: In function `main':
configure:20521: `glib_major_version' undeclared (first use in this function)
configure:20521: (Each undeclared identifier is reported only once
configure:20521: for each function it appears in.)
configure:20521: `glib_minor_version' undeclared (first use in this function)
configure:20521: `glib_micro_version' undeclared (first use in this function)
configure:20513: $? = 1
configure: failed program was:
| #line 20490 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "pango"
| #define VERSION "1.2.3"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
|
| #include <glib.h>
| #include <stdio.h>
|
| int
| main ()
| {
| return ((glib_major_version) || (glib_minor_version) || (glib_micro_version));
| ;
| return 0;
| }
configure:20549: error:
*** Glib 2.1.3 or better is required. The latest version of
*** Glib is always available from ftp://ftp.gtk.org/.
## ---------------- ## ## 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_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_connect=yes
ac_cv_func_gethostbyname=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_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_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_types_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_freetype_FT_Get_Next_Char=yes
ac_cv_objext=o
ac_cv_path_FREETYPE_CONFIG=/usr/bin/freetype-config
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXX=c++
ac_cv_prog_CXXCPP='c++ -E'
ac_cv_prog_PERL=perl5
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=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.1.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=yes
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='as' AUTOCONF='autoconf' AUTOHEADER='autoheader' AUTOMAKE='automake-1.4' BUILD_OT_TESTS_FALSE='' BUILD_OT_TESTS_TRUE='' BUILD_QT_TEST_FALSE='' BUILD_QT_TEST_TRUE='' CC='gcc' CFLAGS='-g -O2 -Wall' CPP='gcc -E' CPPFLAGS='' CROSS_COMPILING_FALSE='' CROSS_COMPILING_TRUE='#' CXX='c++' CXXCPP='c++ -E' CXXFLAGS='-g -O2' 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_GTK_DOC_FALSE='' ENABLE_GTK_DOC_TRUE='' EXEEXT='' F77='' FFLAGS='' FONTCONFIG_CFLAGS=' ' FONTCONFIG_LIBS='-lfontconfig ' FREETYPE_CFLAGS=' -I/usr/include/freetype2' FREETYPE_CONFIG='/usr/bin/freetype-config' FREETYPE_LIBS='-lfontconfig -lfreetype -lz' FRIBIDI_CFLAGS='' FRIBIDI_LIBS='' FRIBIDI_PC='' GLIB_CFLAGS='' GLIB_GENMARSHAL='' GLIB_LIBS='' GLIB_MKENUMS='' GOBJECT_QUERY='' GTKDOC='' HAVE_CXX_FALSE='#' HAVE_CXX_TRUE='' HAVE_DOCBOOK_FALSE='' HAVE_DOCBOOK_TRUE='' HAVE_FREETYPE_FALSE='#' HAVE_FREETYPE_TRUE='' HAVE_FRIBIDI_FALSE='' HAVE_FRIBIDI_TRUE='' HAVE_GTK_DOC='' HAVE_GTK_DOC_FALSE='' HAVE_GTK_DOC_TRUE='' HAVE_INCLUDED_MODULES_FALSE='' HAVE_INCLUDED_MODULES_TRUE='' HAVE_USP10_H_FALSE='' HAVE_USP10_H_TRUE='' HAVE_WIN32_FALSE='' HAVE_WIN32_TRUE='#' HAVE_XFT_FALSE='#' HAVE_XFT_TRUE='' HAVE_X_FALSE='#' HAVE_X_TRUE='' HTML_DIR='' INCLUDED_FT2_MODULES='' INCLUDED_WIN32_MODULES='' INCLUDED_XFT_MODULES='' INCLUDED_X_MODULES='' INCLUDE_ARABIC_FT2_FALSE='' INCLUDE_ARABIC_FT2_TRUE='' INCLUDE_ARABIC_XFT_FALSE='' INCLUDE_ARABIC_XFT_TRUE='' INCLUDE_ARABIC_X_FALSE='' INCLUDE_ARABIC_X_TRUE='' INCLUDE_BASIC_FT2_FALSE='' INCLUDE_BASIC_FT2_TRUE='' INCLUDE_BASIC_WIN32_FALSE='' INCLUDE_BASIC_WIN32_TRUE='' INCLUDE_BASIC_XFT_FALSE='' INCLUDE_BASIC_XFT_TRUE='' INCLUDE_BASIC_X_FALSE='' INCLUDE_BASIC_X_TRUE='' INCLUDE_BENGALI_X_FALSE='' INCLUDE_BENGALI_X_TRUE='' INCLUDE_DEVANAGARI_X_FALSE='' INCLUDE_DEVANAGARI_X_TRUE='' INCLUDE_GUJARATI_X_FALSE='' INCLUDE_GUJARATI_X_TRUE='' INCLUDE_GURMUKHI_X_FALSE='' INCLUDE_GURMUKHI_X_TRUE='' INCLUDE_HANGUL_XFT_FALSE='' INCLUDE_HANGUL_XFT_TRUE='' INCLUDE_HANGUL_X_FALSE='' INCLUDE_HANGUL_X_TRUE='' INCLUDE_HEBREW_FT2_FALSE='' INCLUDE_HEBREW_FT2_TRUE='' INCLUDE_HEBREW_XFT_FALSE='' INCLUDE_HEBREW_XFT_TRUE='' INCLUDE_HEBREW_X_FALSE='' INCLUDE_HEBREW_X_TRUE='' INCLUDE_INDIC_FT2_FALSE='' INCLUDE_INDIC_FT2_TRUE='' INCLUDE_INDIC_XFT_FALSE='' INCLUDE_INDIC_XFT_TRUE='' INCLUDE_MYANMAR_X_FALSE='' INCLUDE_MYANMAR_X_TRUE='' INCLUDE_TAMIL_X_FALSE='' INCLUDE_TAMIL_X_TRUE='' INCLUDE_THAI_FT2_FALSE='' INCLUDE_THAI_FT2_TRUE='' INCLUDE_THAI_XFT_FALSE='' INCLUDE_THAI_XFT_TRUE='' INCLUDE_THAI_X_FALSE='' INCLUDE_THAI_X_TRUE='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' LDFLAGS='' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln -s' LTLIBOBJS='' LT_CURRENT_MINUS_AGE='0' LT_VERSION_INFO='200:3:200' MAKEINFO='makeinfo' MS_LIB_AVAILABLE_FALSE='' MS_LIB_AVAILABLE_TRUE='#' OBJDUMP='objdump' OBJEXT='o' OS_WIN32_FALSE='' OS_WIN32_TRUE='#' PACKAGE='pango' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PANGO_API_VERSION='1.0' PANGO_BINARY_AGE='203' PANGO_DEBUG_FLAGS='-DG_DISABLE_CAST_CHECKS' PANGO_INTERFACE_AGE='3' PANGO_MAJOR_VERSION='1' PANGO_MICRO_VERSION='3' PANGO_MINOR_VERSION='2' PANGO_MODULE_VERSION='1.2.0' PANGO_VERSION='1.2.3' PATH_SEPARATOR=':' PERL='perl5' PKGCONFIG_FREETYPE_LIBS='' PKGCONFIG_XFT_LIBS='' PKGCONFIG_X_LIBS='' PKG_CONFIG='/usr/bin/pkg-config' PLATFORM_WIN32_FALSE='' PLATFORM_WIN32_TRUE='#' QTDIR='' RANLIB='ranlib' REBUILD='' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' USP10_H='' VERSION='1.2.3' WIN32_LIBS='' XFT_CFLAGS='-I/usr/X11R6/include -I/usr/include/freetype2 ' XFT_LIBS='-L/usr/X11R6/lib -lXft -lfreetype -lXrender -lfontconfig ' X_CFLAGS=' -I/usr/X11R6/include' X_EXTRA_LIBS='' X_LIBS=' -L/usr/X11R6/lib -lX11' X_PRE_LIBS=' -lSM -lICE' ac_ct_AR='ar' ac_ct_AS='' ac_ct_CC='gcc' ac_ct_CXX='' 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' 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=''
## ----------- ## ## confdefs.h. ## ## ----------- ##
#define HAVE_DLFCN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STDINT_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_TYPES_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE "pango" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define STDC_HEADERS 1 #define VERSION "1.2.3" #endif #ifdef __cplusplus #include <stdlib.h>
configure: exit 1
//--------------------------------------------------------------------------------------------------------------
So thats it.
I am getting really impatient because it is not working even after i did ldconfig.
Would it be a solution to try to remove glib and reinstall it? If so, how exactly do i remove it?
Thanx, Joelle.
_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail