help-gnu-utils
[Top][All Lists]
Advanced

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

[GLIB] glib-config not found after installation


From: samir benkhellat
Subject: [GLIB] glib-config not found after installation
Date: Wed, 22 Jun 2005 10:13:17 -0500

#glib installation
entring to Glib-2.4.6 and running 
[root@localhost glib-2.4.6]#./configure
[root@localhost glib-2.4.6]#make
[root@localhost glib-2.4.6]#make install

Version=Glib-2.4.6
Installation Directory=/usr/local
user=root

adding LD_LIBRARY_PATH to env with this command:
        [root@localhost]#env LD_LIBRARY_PATH=/sur/local/lib
this method have failed so i try to  define it
in the file /root/.bashrc like this
        env LD_LIBRARY_PATH=/usr/local/lib
        [samir@localhost ]#su
        password:
 ////////
 before showing the prompt it prints the ENV (LD_LIBRARY_PATH is cited)
        [root@localhost]#env
 it don't print me the variable LD_LIBRARY_PATH
# xmms installation
entring to xmms-1.2.10 directory and running
[root@localhost xmms-1.2.10]#./configure
error message:glib-config script installed by GLIB not found...

I try to search this file but i don't find it, so what i can do
to install correctly xmms and other software which need glib (like downloader 
for X)

this is the two config.log generated by those installing glib and xmms

#file config.log of GLIB-2.4.6 

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

It was created by glib configure 2.6.4, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure 

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

hostname = posteLinux.Universal.com
uname -m = i686
uname -r = 2.6.11-6mdk
uname -s = Linux
uname -v = #1 Tue Mar 22 16:04:32 CET 2005

/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:1580: checking for a BSD-compatible install
configure:1635: result: /usr/bin/install -c
configure:1646: checking whether build environment is sane
configure:1689: result: yes
configure:1722: checking for gawk
configure:1738: found /bin/gawk
configure:1748: result: gawk
configure:1758: checking whether make sets $(MAKE)
configure:1778: result: yes
configure:1991: checking whether to enable maintainer-specific portions of 
Makefiles
configure:2000: result: no
configure:2022: checking build system type
configure:2040: result: i686-redhat-linux-gnu
configure:2048: checking host system type
configure:2062: result: i686-redhat-linux-gnu
configure:2071: checking for the BeOS
configure:2081: result: no
configure:2085: checking for Win32
configure:2122: result: no
configure:2449: checking whether to enable garbage collector friendliness
configure:2461: result: no
configure:2465: checking whether to disable memory pools
configure:2468: result: no
configure:2540: checking for gcc
configure:2556: found /usr/bin/gcc
configure:2566: result: gcc
configure:2810: checking for C compiler version
configure:2813: gcc --version </dev/null >&5
gcc (GCC) 3.4.3 (Mandrakelinux 10.2 3.4.3-7mdk)
Copyright (C) 2004 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:2816: $? = 0
configure:2818: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i586-mandrake-linux-gnu/3.4.3/specs
Configured with: ../configure --prefix=/usr --libexecdir=/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 --disable-libunwind-exceptions 
--enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu 
--with-system-zlib
Thread model: posix
gcc version 3.4.3 (Mandrakelinux 10.2 3.4.3-7mdk)
configure:2821: $? = 0
configure:2823: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2826: $? = 1
configure:2849: checking for C compiler default output file name
configure:2852: gcc    conftest.c  >&5
configure:2855: $? = 0
configure:2901: result: a.out
configure:2906: checking whether the C compiler works
configure:2912: ./a.out
configure:2915: $? = 0
configure:2932: result: yes
configure:2939: checking whether we are cross compiling
configure:2941: result: no
configure:2944: checking for suffix of executables
configure:2946: gcc -o conftest    conftest.c  >&5
configure:2949: $? = 0
configure:2974: result: 
configure:2980: checking for suffix of object files
configure:3001: gcc -c   conftest.c >&5
configure:3004: $? = 0
configure:3026: result: o
configure:3030: checking whether we are using the GNU C compiler
configure:3054: gcc -c   conftest.c >&5
configure:3060: $? = 0
configure:3064: test -z 
                         || test ! -s conftest.err
configure:3067: $? = 0
configure:3070: test -s conftest.o
configure:3073: $? = 0
configure:3086: result: yes
configure:3092: checking whether gcc accepts -g
configure:3113: gcc -c -g  conftest.c >&5
configure:3119: $? = 0
configure:3123: test -z 
                         || test ! -s conftest.err
configure:3126: $? = 0
configure:3129: test -s conftest.o
configure:3132: $? = 0
configure:3143: result: yes
configure:3160: checking for gcc option to accept ANSI C
configure:3230: gcc  -c -g -O2  conftest.c >&5
configure:3236: $? = 0
configure:3240: test -z 
                         || test ! -s conftest.err
configure:3243: $? = 0
configure:3246: test -s conftest.o
configure:3249: $? = 0
configure:3267: result: none needed
configure:3285: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:3291: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3435: checking for style of include used by make
configure:3463: result: GNU
configure:3491: checking dependency style of gcc
configure:3574: result: gcc3
configure:3596: checking for c++
configure:3612: found /usr/bin/c++
configure:3622: result: c++
configure:3735: checking for C++ compiler version
configure:3738: c++ --version </dev/null >&5
c++ (GCC) 3.4.3 (Mandrakelinux 10.2 3.4.3-7mdk)
Copyright (C) 2004 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:3741: $? = 0
configure:3743: c++ -v </dev/null >&5
Reading specs from /usr/lib/gcc/i586-mandrake-linux-gnu/3.4.3/specs
Configured with: ../configure --prefix=/usr --libexecdir=/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 --disable-libunwind-exceptions 
--enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu 
--with-system-zlib
Thread model: posix
gcc version 3.4.3 (Mandrakelinux 10.2 3.4.3-7mdk)
configure:3746: $? = 0
configure:3748: c++ -V </dev/null >&5
c++: `-V' option must have argument
configure:3751: $? = 1
configure:3754: checking whether we are using the GNU C++ compiler
configure:3778: c++ -c   conftest.cc >&5
configure:3784: $? = 0
configure:3788: test -z 
                         || test ! -s conftest.err
configure:3791: $? = 0
configure:3794: test -s conftest.o
configure:3797: $? = 0
configure:3810: result: yes
configure:3816: checking whether c++ accepts -g
configure:3837: c++ -c -g  conftest.cc >&5
configure:3843: $? = 0
configure:3847: test -z 
                         || test ! -s conftest.err
configure:3850: $? = 0
configure:3853: test -s conftest.o
configure:3856: $? = 0
configure:3867: result: yes
configure:3909: c++ -c -g -O2  conftest.cc >&5
configure:3915: $? = 0
configure:3919: test -z 
                         || test ! -s conftest.err
configure:3922: $? = 0
configure:3925: test -s conftest.o
configure:3928: $? = 0
configure:3954: c++ -c -g -O2  conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:19: error: `exit' undeclared (first use this function)
conftest.cc:19: error: (Each undeclared identifier is reported only once for 
each function it appears in.)
configure:3960: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.6.4"
| #define PACKAGE_STRING "glib 2.6.4"
| #define PACKAGE_BUGREPORT 
"http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 6
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 604
| #define G_COMPILED_WITH_DEBUGGING "minimum"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3909: c++ -c -g -O2  conftest.cc >&5
configure:3915: $? = 0
configure:3919: test -z 
                         || test ! -s conftest.err
configure:3922: $? = 0
configure:3925: test -s conftest.o
configure:3928: $? = 0
configure:3954: c++ -c -g -O2  conftest.cc >&5
configure:3960: $? = 0
configure:3964: test -z 
                         || test ! -s conftest.err
configure:3967: $? = 0
configure:3970: test -s conftest.o
configure:3973: $? = 0
configure:3998: checking dependency style of c++
configure:4081: result: gcc3
configure:4115: c++ -c -g -O2  conftest.cc >&5
configure:4121: $? = 0
configure:4125: test -z 
                         || test ! -s conftest.err
configure:4128: $? = 0
configure:4131: test -s conftest.o
configure:4134: $? = 0
configure:4165: checking for gcc option to accept ANSI C
configure:4228: gcc  -c -g -O2  conftest.c >&5
configure:4234: $? = 0
configure:4238: test -z 
                         || test ! -s conftest.err
configure:4241: $? = 0
configure:4244: test -s conftest.o
configure:4247: $? = 0
configure:4262: result: none needed
configure:4286: checking for a BSD-compatible install
configure:4341: result: /usr/bin/install -c
configure:4360: checking for special C compiler options needed for large files
configure:4459: result: no
configure:4465: checking for _FILE_OFFSET_BITS value needed for large files
configure:4496: gcc -c -g -O2  conftest.c >&5
conftest.c:24: warning: left shift count >= width of type
conftest.c:24: warning: left shift count >= width of type
conftest.c:26: error: size of array `off_t_is_large' is negative
configure:4502: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.6.4"
| #define PACKAGE_STRING "glib 2.6.4"
| #define PACKAGE_BUGREPORT 
"http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 6
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 604
| #define G_COMPILED_WITH_DEBUGGING "minimum"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <sys/types.h>
|  /* Check that off_t can represent 2**63 - 1 correctly.
|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
|     since some C++ compilers masquerading as C compilers
|     incorrectly reject 9223372036854775807.  */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
|                      && LARGE_OFF_T % 2147483647 == 1)
|                     ? 1 : -1];
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:4549: gcc -c -g -O2  conftest.c >&5
configure:4555: $? = 0
configure:4559: test -z 
                         || test ! -s conftest.err
configure:4562: $? = 0
configure:4565: test -s conftest.o
configure:4568: $? = 0
configure:4580: result: 64
configure:4590: checking for _LARGE_FILES value needed for large files
configure:4621: gcc -c -g -O2  conftest.c >&5
configure:4627: $? = 0
configure:4631: test -z 
                         || test ! -s conftest.err
configure:4634: $? = 0
configure:4637: test -s conftest.o
configure:4640: $? = 0
configure:4705: result: no
configure:4723: checking for pkg-config
configure:4741: found /usr/bin/pkg-config
configure:4754: result: /usr/bin/pkg-config
configure:4843: checking for gawk
configure:4869: result: gawk
configure:4883: checking for perl5
configure:4899: found /usr/bin/perl5
configure:4909: result: perl5
configure:4922: checking for indent
configure:4951: result: no
configure:4969: checking for perl5
configure:4987: found /usr/bin/perl5
configure:4999: result: /usr/bin/perl5
configure:5025: checking for iconv_open
configure:5082: gcc -o conftest -g -O2   conftest.c  >&5
configure:5088: $? = 0
configure:5092: test -z 
                         || test ! -s conftest.err
configure:5095: $? = 0
configure:5098: test -s conftest
configure:5101: $? = 0
configure:5113: result: yes
configure:5513: checking how to run the C preprocessor
configure:5548: gcc -E  conftest.c
configure:5554: $? = 0
configure:5586: gcc -E  conftest.c
conftest.c:19:28: ac_nonexistent.h: No such file or directory
configure:5592: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.6.4"
| #define PACKAGE_STRING "glib 2.6.4"
| #define PACKAGE_BUGREPORT 
"http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 6
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 604
| #define G_COMPILED_WITH_DEBUGGING "minimum"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define _FILE_OFFSET_BITS 64
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5631: result: gcc -E
configure:5655: gcc -E  conftest.c
configure:5661: $? = 0
configure:5693: gcc -E  conftest.c
conftest.c:19:28: ac_nonexistent.h: No such file or directory
configure:5699: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.6.4"
| #define PACKAGE_STRING "glib 2.6.4"
| #define PACKAGE_BUGREPORT 
"http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 6
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 604
| #define G_COMPILED_WITH_DEBUGGING "minimum"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define _FILE_OFFSET_BITS 64
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5743: checking for egrep
configure:5753: result: grep -E
configure:5758: checking for ANSI C header files
configure:5783: gcc -c -g -O2  conftest.c >&5
configure:5789: $? = 0
configure:5793: test -z 
                         || test ! -s conftest.err
configure:5796: $? = 0
configure:5799: test -s conftest.o
configure:5802: $? = 0
configure:5891: gcc -o conftest -g -O2   conftest.c  >&5
configure:5894: $? = 0
configure:5896: ./conftest
configure:5899: $? = 0
configure:5914: result: yes
configure:5938: checking for sys/types.h
configure:5954: gcc -c -g -O2  conftest.c >&5
configure:5960: $? = 0
configure:5964: test -z 
                         || test ! -s conftest.err
configure:5967: $? = 0
configure:5970: test -s conftest.o
configure:5973: $? = 0
configure:5984: result: yes
configure:5938: checking for sys/stat.h
configure:5954: gcc -c -g -O2  conftest.c >&5
configure:5960: $? = 0
configure:5964: test -z 
                         || test ! -s conftest.err
configure:5967: $? = 0
configure:5970: test -s conftest.o
configure:5973: $? = 0
configure:5984: result: yes
configure:5938: checking for stdlib.h
configure:5954: gcc -c -g -O2  conftest.c >&5
configure:5960: $? = 0
configure:5964: test -z 
                         || test ! -s conftest.err
configure:5967: $? = 0
configure:5970: test -s conftest.o
configure:5973: $? = 0
configure:5984: result: yes
configure:5938: checking for string.h
configure:5954: gcc -c -g -O2  conftest.c >&5
configure:5960: $? = 0
configure:5964: test -z 
                         || test ! -s conftest.err
configure:5967: $? = 0
configure:5970: test -s conftest.o
configure:5973: $? = 0
configure:5984: result: yes
configure:5938: checking for memory.h
configure:5954: gcc -c -g -O2  conftest.c >&5
configure:5960: $? = 0
configure:5964: test -z 
                         || test ! -s conftest.err
configure:5967: $? = 0
configure:5970: test -s conftest.o
configure:5973: $? = 0
configure:5984: result: yes
configure:5938: checking for strings.h
configure:5954: gcc -c -g -O2  conftest.c >&5
configure:5960: $? = 0
configure:5964: test -z 
                         || test ! -s conftest.err
configure:5967: $? = 0
configure:5970: test -s conftest.o
configure:5973: $? = 0
configure:5984: result: yes
configure:5938: checking for inttypes.h
configure:5954: gcc -c -g -O2  conftest.c >&5
configure:5960: $? = 0
configure:5964: test -z 
                         || test ! -s conftest.err
configure:5967: $? = 0
configure:5970: test -s conftest.o
configure:5973: $? = 0
configure:5984: result: yes
configure:5938: checking for stdint.h
configure:5954: gcc -c -g -O2  conftest.c >&5
configure:5960: $? = 0
configure:5964: test -z 
                         || test ! -s conftest.err
configure:5967: $? = 0
configure:5970: test -s conftest.o
configure:5973: $? = 0
configure:5984: result: yes
configure:5938: checking for unistd.h
configure:5954: gcc -c -g -O2  conftest.c >&5
configure:5960: $? = 0
configure:5964: test -z 
                         || test ! -s conftest.err
configure:5967: $? = 0
configure:5970: test -s conftest.o
configure:5973: $? = 0
configure:5984: result: yes
configure:6011: checking locale.h usability
configure:6023: gcc -c -g -O2  conftest.c >&5
configure:6029: $? = 0
configure:6033: test -z 
                         || test ! -s conftest.err
configure:6036: $? = 0
configure:6039: test -s conftest.o
configure:6042: $? = 0
configure:6052: result: yes
configure:6056: checking locale.h presence
configure:6066: gcc -E  conftest.c
configure:6072: $? = 0
configure:6092: result: yes
configure:6127: checking for locale.h
configure:6134: result: yes
configure:6148: checking for LC_MESSAGES
configure:6169: gcc -o conftest -g -O2   conftest.c  >&5
configure:6175: $? = 0
configure:6179: test -z 
                         || test ! -s conftest.err
configure:6182: $? = 0
configure:6185: test -s conftest
configure:6188: $? = 0
configure:6200: result: yes
configure:6229: checking libintl.h usability
configure:6241: gcc -c -g -O2  conftest.c >&5
configure:6247: $? = 0
configure:6251: test -z 
                         || test ! -s conftest.err
configure:6254: $? = 0
configure:6257: test -s conftest.o
configure:6260: $? = 0
configure:6270: result: yes
configure:6274: checking libintl.h presence
configure:6284: gcc -E  conftest.c
configure:6290: $? = 0
configure:6310: result: yes
configure:6345: checking for libintl.h
configure:6352: result: yes
configure:6363: checking for ngettext in libc
configure:6386: gcc -o conftest -g -O2   conftest.c  >&5
configure:6392: $? = 0
configure:6396: test -z 
                         || test ! -s conftest.err
configure:6399: $? = 0
configure:6402: test -s conftest
configure:6405: $? = 0
configure:6418: result: yes
configure:6422: checking for dgettext in libc
configure:6445: gcc -o conftest -g -O2   conftest.c  >&5
configure:6451: $? = 0
configure:6455: test -z 
                         || test ! -s conftest.err
configure:6458: $? = 0
configure:6461: test -s conftest
configure:6464: $? = 0
configure:6477: result: yes
configure:6486: checking for bind_textdomain_codeset
configure:6543: gcc -o conftest -g -O2   conftest.c  >&5
configure:6549: $? = 0
configure:6553: test -z 
                         || test ! -s conftest.err
configure:6556: $? = 0
configure:6559: test -s conftest
configure:6562: $? = 0
configure:6574: result: yes
configure:7084: checking for msgfmt
configure:7111: result: /usr/bin/msgfmt
configure:7124: checking for dcgettext
configure:7181: gcc -o conftest -g -O2   conftest.c   >&5
conftest.c:57: warning: conflicting types for built-in function 'dcgettext'
configure:7187: $? = 0
configure:7191: test -z 
                         || test ! -s conftest.err
configure:7194: $? = 0
configure:7197: test -s conftest
configure:7200: $? = 0
configure:7212: result: yes
configure:7224: checking for gmsgfmt
configure:7255: result: /usr/bin/msgfmt
configure:7264: checking for xgettext
configure:7291: result: /usr/bin/xgettext
configure:7315: gcc -o conftest -g -O2   conftest.c   >&5
configure:7321: $? = 0
configure:7325: test -z 
                         || test ! -s conftest.err
configure:7328: $? = 0
configure:7331: test -s conftest
configure:7334: $? = 0
configure:7507: checking for catalogs to be installed
configure:7532: result:  am ar az be bg bn bs ca cs cy da de el en_CA en_GB eo 
es et eu fa fi fr ga gl gu he hi hr hu id is it ja ko lt lv mk mn ms nb ne nl 
nn no or pa pl pt pt_BR ro ru rw sk sl sq sr sr@ije sr@Latn sv ta tl tr uk vi 
wa xh yi zh_CN zh_TW
configure:7706: checking for a sed that does not truncate output
configure:7760: result: /bin/sed
configure:7774: checking for ld used by gcc
configure:7841: result: /usr/bin/ld
configure:7850: checking if the linker (/usr/bin/ld) is GNU ld
configure:7865: result: yes
configure:7870: checking for /usr/bin/ld option to reload object files
configure:7877: result: -r
configure:7886: checking for BSD-compatible nm
configure:7928: result: /usr/bin/nm -B
configure:7932: checking whether ln -s works
configure:7936: result: yes
configure:7943: checking how to recognise dependent libraries
configure:8126: result: pass_all
configure:8589: checking dlfcn.h usability
configure:8601: gcc -c -g -O2  conftest.c >&5
configure:8607: $? = 0
configure:8611: test -z 
                         || test ! -s conftest.err
configure:8614: $? = 0
configure:8617: test -s conftest.o
configure:8620: $? = 0
configure:8630: result: yes
configure:8634: checking dlfcn.h presence
configure:8644: gcc -E  conftest.c
configure:8650: $? = 0
configure:8670: result: yes
configure:8705: checking for dlfcn.h
configure:8712: result: yes
configure:8730: checking how to run the C++ preprocessor
configure:8761: c++ -E  conftest.cc
configure:8767: $? = 0
configure:8799: c++ -E  conftest.cc
conftest.cc:38:28: ac_nonexistent.h: No such file or directory
configure:8805: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.6.4"
| #define PACKAGE_STRING "glib 2.6.4"
| #define PACKAGE_BUGREPORT 
"http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 6
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 604
| #define G_COMPILED_WITH_DEBUGGING "minimum"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define _FILE_OFFSET_BITS 64
| #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_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 GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:8844: result: c++ -E
configure:8868: c++ -E  conftest.cc
configure:8874: $? = 0
configure:8906: c++ -E  conftest.cc
conftest.cc:38:28: ac_nonexistent.h: No such file or directory
configure:8912: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.6.4"
| #define PACKAGE_STRING "glib 2.6.4"
| #define PACKAGE_BUGREPORT 
"http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 6
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 604
| #define G_COMPILED_WITH_DEBUGGING "minimum"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define _FILE_OFFSET_BITS 64
| #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_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 GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:9006: checking for g77
configure:9035: result: no
configure:9006: checking for f77
configure:9035: result: no
configure:9006: checking for xlf
configure:9035: result: no
configure:9006: checking for frt
configure:9035: result: no
configure:9006: checking for pgf77
configure:9035: result: no
configure:9006: checking for fort77
configure:9035: result: no
configure:9006: checking for fl32
configure:9035: result: no
configure:9006: checking for af77
configure:9035: result: no
configure:9006: checking for f90
configure:9035: result: no
configure:9006: checking for xlf90
configure:9035: result: no
configure:9006: checking for pgf90
configure:9035: result: no
configure:9006: checking for epcf90
configure:9035: result: no
configure:9006: checking for f95
configure:9035: result: no
configure:9006: checking for fort
configure:9035: result: no
configure:9006: checking for xlf95
configure:9035: result: no
configure:9006: checking for ifc
configure:9035: result: no
configure:9006: checking for efc
configure:9035: result: no
configure:9006: checking for pgf95
configure:9035: result: no
configure:9006: checking for lf95
configure:9035: result: no
configure:9006: checking for gfortran
configure:9035: result: no
configure:9047: checking for Fortran 77 compiler version
configure:9050:  --version </dev/null >&5
./configure: line 9051: --version: command not found
configure:9053: $? = 127
configure:9055:  -v </dev/null >&5
./configure: line 9056: -v: command not found
configure:9058: $? = 127
configure:9060:  -V </dev/null >&5
./configure: line 9061: -V: command not found
configure:9063: $? = 127
configure:9071: checking whether we are using the GNU Fortran 77 compiler
configure:9085:  -c  conftest.F >&5
./configure: line 9086: -c: command not found
configure:9091: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:9117: result: no
configure:9123: checking whether  accepts -g
configure:9135:  -c -g conftest.f >&5
./configure: line 9136: -c: command not found
configure:9141: $? = 127
configure: failed program was:
|       program main
| 
|       end
configure:9166: result: no
configure:9196: checking the maximum length of command line arguments
configure:9261: result: 32768
configure:9272: checking command to parse /usr/bin/nm -B output from gcc object
configure:9361: gcc -c -g -O2  conftest.c >&5
configure:9364: $? = 0
configure:9368: /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:9371: $? = 0
configure:9423: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:9426: $? = 0
configure:9464: result: ok
configure:9468: checking for objdir
configure:9483: result: .libs
configure:9573: checking for ar
configure:9589: found /usr/bin/ar
configure:9600: result: ar
configure:9653: checking for ranlib
configure:9669: found /usr/bin/ranlib
configure:9680: result: ranlib
configure:9733: checking for strip
configure:9749: found /usr/bin/strip
configure:9760: result: strip
configure:10022: checking if gcc static flag  works
configure:10045: result: yes
configure:10063: checking if gcc supports -fno-rtti -fno-exceptions
configure:10081: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not 
for C
configure:10085: $? = 0
configure:10096: result: no
configure:10111: checking for gcc option to produce PIC
configure:10288: result: -fPIC
configure:10296: checking if gcc PIC flag -fPIC works
configure:10314: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:10318: $? = 0
configure:10329: result: yes
configure:10353: checking if gcc supports -c -o file.o
configure:10374: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:10378: $? = 0
configure:10398: result: yes
configure:10424: checking whether the gcc linker (/usr/bin/ld) supports shared 
libraries
configure:11272: result: yes
configure:11298: checking whether -lc should be explicitly linked in
configure:11303: gcc -c -g -O2  conftest.c >&5
configure:11306: $? = 0
configure:11320: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o 
conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:11323: $? = 0
configure:11335: result: no
configure:11343: checking dynamic linker characteristics
configure:11904: result: GNU/Linux ld.so
configure:11908: checking how to hardcode library paths into programs
configure:11933: result: immediate
configure:11947: checking whether stripping libraries is possible
configure:11952: result: yes
configure:12782: checking if libtool supports shared libraries
configure:12784: result: yes
configure:12787: checking whether to build shared libraries
configure:12845: result: yes
configure:12848: checking whether to build static libraries
configure:12852: result: no
configure:12944: creating libtool
configure:13491: checking for ld used by c++
configure:13558: result: /usr/bin/ld
configure:13567: checking if the linker (/usr/bin/ld) is GNU ld
configure:13582: result: yes
configure:13633: checking whether the c++ linker (/usr/bin/ld) supports shared 
libraries
configure:14461: result: yes
configure:14479: c++ -c -g -O2  conftest.cc >&5
configure:14482: $? = 0
configure:14578: checking for c++ option to produce PIC
configure:14830: result: -fPIC
configure:14838: checking if c++ PIC flag -fPIC works
configure:14856: c++ -c -g -O2  -fPIC -DPIC conftest.cc >&5
configure:14860: $? = 0
configure:14871: result: yes
configure:14895: checking if c++ supports -c -o file.o
configure:14916: c++ -c -g -O2  -o out/conftest2.o conftest.cc >&5
configure:14920: $? = 0
configure:14940: result: yes
configure:14966: checking whether the c++ linker (/usr/bin/ld) supports shared 
libraries
configure:14991: result: yes
configure:15062: checking dynamic linker characteristics
configure:15623: result: GNU/Linux ld.so
configure:15627: checking how to hardcode library paths into programs
configure:15652: result: immediate
configure:15666: checking whether stripping libraries is possible
configure:15671: result: yes
configure:22969: checking for extra flags to get ANSI library prototypes
configure:22990: gcc -o conftest -g -O2 -Wall   conftest.c   -lm >&5
configure:22993: $? = 0
configure:22995: ./conftest
configure:22998: $? = 0
configure:23000: result: none needed
configure:23061: checking for extra flags for POSIX compliance
configure:23079: gcc -c -g -O2 -Wall  conftest.c >&5
conftest.c: In function `main':
conftest.c:42: warning: unused variable `dir'
configure:23085: $? = 0
configure:23089: test -z 
                         || test ! -s conftest.err
configure:23092: $? = 0
configure:23095: test -s conftest.o
configure:23098: $? = 0
configure:23100: result: none needed
configure:23162: checking for ANSI C header files
configure:23318: result: yes
configure:23334: checking for vprintf
configure:23391: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
conftest.c:63: warning: conflicting types for built-in function 'vprintf'
configure:23397: $? = 0
configure:23401: test -z 
                         || test ! -s conftest.err
configure:23404: $? = 0
configure:23407: test -s conftest
configure:23410: $? = 0
configure:23422: result: yes
configure:23429: checking for _doprnt
configure:23486: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
/root/tmp/ccnxS3DN.o(.text+0x11): In function `main':
/home/samir/glib-2.6.4/conftest.c:80: undefined reference to `_doprnt'
/root/tmp/ccnxS3DN.o(.data+0x0): undefined reference to `_doprnt'
collect2: ld returned 1 exit status
configure:23492: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.6.4"
| #define PACKAGE_STRING "glib 2.6.4"
| #define PACKAGE_BUGREPORT 
"http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 6
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 604
| #define G_COMPILED_WITH_DEBUGGING "minimum"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define _FILE_OFFSET_BITS 64
| #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_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 GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h.  */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares 
_doprnt.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _doprnt innocuous__doprnt
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _doprnt (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef _doprnt
| 
| /* 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 _doprnt ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub__doprnt) || defined (__stub____doprnt)
| choke me
| #else
| char (*f) () = _doprnt;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != _doprnt;
|   ;
|   return 0;
| }
configure:23517: result: no
configure:23534: checking for working alloca.h
configure:23555: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
conftest.c: In function `main':
conftest.c:44: warning: unused variable `p'
configure:23561: $? = 0
configure:23565: test -z 
                         || test ! -s conftest.err
configure:23568: $? = 0
configure:23571: test -s conftest
configure:23574: $? = 0
configure:23586: result: yes
configure:23596: checking for alloca
configure:23637: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
conftest.c: In function `main':
conftest.c:65: warning: unused variable `p'
configure:23643: $? = 0
configure:23647: test -z 
                         || test ! -s conftest.err
configure:23650: $? = 0
configure:23653: test -s conftest
configure:23656: $? = 0
configure:23668: result: yes
configure:23897: checking for atexit
configure:23954: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:23960: $? = 0
configure:23964: test -z 
                         || test ! -s conftest.err
configure:23967: $? = 0
configure:23970: test -s conftest
configure:23973: $? = 0
configure:23985: result: yes
configure:23897: checking for on_exit
configure:23954: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:23960: $? = 0
configure:23964: test -z 
                         || test ! -s conftest.err
configure:23967: $? = 0
configure:23970: test -s conftest
configure:23973: $? = 0
configure:23985: result: yes
configure:23996: checking for char
configure:24020: gcc -c -g -O2 -Wall  conftest.c >&5
configure:24026: $? = 0
configure:24030: test -z 
                         || test ! -s conftest.err
configure:24033: $? = 0
configure:24036: test -s conftest.o
configure:24039: $? = 0
configure:24050: result: yes
configure:24053: checking size of char
configure:24372: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:24375: $? = 0
configure:24377: ./conftest
configure:24380: $? = 0
configure:24403: result: 1
configure:24410: checking for short
configure:24434: gcc -c -g -O2 -Wall  conftest.c >&5
configure:24440: $? = 0
configure:24444: test -z 
                         || test ! -s conftest.err
configure:24447: $? = 0
configure:24450: test -s conftest.o
configure:24453: $? = 0
configure:24464: result: yes
configure:24467: checking size of short
configure:24786: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:24789: $? = 0
configure:24791: ./conftest
configure:24794: $? = 0
configure:24817: result: 2
configure:24824: checking for long
configure:24848: gcc -c -g -O2 -Wall  conftest.c >&5
configure:24854: $? = 0
configure:24858: test -z 
                         || test ! -s conftest.err
configure:24861: $? = 0
configure:24864: test -s conftest.o
configure:24867: $? = 0
configure:24878: result: yes
configure:24881: checking size of long
configure:25200: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:25203: $? = 0
configure:25205: ./conftest
configure:25208: $? = 0
configure:25231: result: 4
configure:25238: checking for int
configure:25262: gcc -c -g -O2 -Wall  conftest.c >&5
configure:25268: $? = 0
configure:25272: test -z 
                         || test ! -s conftest.err
configure:25275: $? = 0
configure:25278: test -s conftest.o
configure:25281: $? = 0
configure:25292: result: yes
configure:25295: checking size of int
configure:25614: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:25617: $? = 0
configure:25619: ./conftest
configure:25622: $? = 0
configure:25645: result: 4
configure:25652: checking for void *
configure:25676: gcc -c -g -O2 -Wall  conftest.c >&5
configure:25682: $? = 0
configure:25686: test -z 
                         || test ! -s conftest.err
configure:25689: $? = 0
configure:25692: test -s conftest.o
configure:25695: $? = 0
configure:25706: result: yes
configure:25709: checking size of void *
configure:26028: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:26031: $? = 0
configure:26033: ./conftest
configure:26036: $? = 0
configure:26059: result: 4
configure:26066: checking for long long
configure:26090: gcc -c -g -O2 -Wall  conftest.c >&5
configure:26096: $? = 0
configure:26100: test -z 
                         || test ! -s conftest.err
configure:26103: $? = 0
configure:26106: test -s conftest.o
configure:26109: $? = 0
configure:26120: result: yes
configure:26123: checking size of long long
configure:26442: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:26445: $? = 0
configure:26447: ./conftest
configure:26450: $? = 0
configure:26473: result: 8
configure:26480: checking for __int64
configure:26504: gcc -c -g -O2 -Wall  conftest.c >&5
conftest.c: In function `main':
conftest.c:87: error: `__int64' undeclared (first use in this function)
conftest.c:87: error: (Each undeclared identifier is reported only once
conftest.c:87: error: for each function it appears in.)
conftest.c:87: error: syntax error before ')' token
configure:26510: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.6.4"
| #define PACKAGE_STRING "glib 2.6.4"
| #define PACKAGE_BUGREPORT 
"http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 6
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 604
| #define G_COMPILED_WITH_DEBUGGING "minimum"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define _FILE_OFFSET_BITS 64
| #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_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 GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if ((__int64 *) 0)
|   return 0;
| if (sizeof (__int64))
|   return 0;
|   ;
|   return 0;
| }
configure:26534: result: no
configure:26537: checking size of __int64
configure:26887: result: 0
configure:26911: checking for format to printf and scanf a guint64
configure:26939: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
conftest.c: In function `main':
conftest.c:58: warning: implicit declaration of function `exit'
configure:26942: $? = 0
configure:26944: ./conftest
configure:26947: $? = 0
configure:26963: result: %llu
configure:27001: checking for an ANSI C-conforming const
configure:27068: gcc -c -g -O2 -Wall  conftest.c >&5
conftest.c: In function `main':
conftest.c:79: warning: unused variable `s'
conftest.c:99: warning: unused variable `foo'
conftest.c:60: warning: unused variable `x'
conftest.c:66: warning: unused variable `zero'
conftest.c:96: warning: 'b' might be used uninitialized in this function
conftest.c:78: warning: 't' might be used uninitialized in this function
configure:27074: $? = 0
configure:27078: test -z 
                         || test ! -s conftest.err
configure:27081: $? = 0
configure:27084: test -s conftest.o
configure:27087: $? = 0
configure:27098: result: yes
configure:27110: checking if malloc() and friends prototypes are gmem.h 
compatible
configure:27140: gcc -c -g -O2 -Wall -Werror  conftest.c >&5
configure:27146: $? = 0
configure:27150: test -z 
                         || test ! -s conftest.err
configure:27153: $? = 0
configure:27156: test -s conftest.o
configure:27159: $? = 0
configure:27174: result: yes
configure:27178: checking for growing stack pointer
configure:27205: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:27208: $? = 0
configure:27210: ./conftest
configure:27213: $? = 0
configure:27230: result: no
configure:27233: checking for __inline
configure:27246: gcc -c -g -O2 -Wall  conftest.c >&5
configure:27252: $? = 0
configure:27256: test -z 
                         || test ! -s conftest.err
configure:27259: $? = 0
configure:27262: test -s conftest.o
configure:27265: $? = 0
configure:27279: result: yes
configure:27288: checking for __inline__
configure:27301: gcc -c -g -O2 -Wall  conftest.c >&5
configure:27307: $? = 0
configure:27311: test -z 
                         || test ! -s conftest.err
configure:27314: $? = 0
configure:27317: test -s conftest.o
configure:27320: $? = 0
configure:27334: result: yes
configure:27343: checking for inline
configure:27357: gcc -c -g -O2 -Wall  conftest.c >&5
configure:27363: $? = 0
configure:27367: test -z 
                         || test ! -s conftest.err
configure:27370: $? = 0
configure:27373: test -s conftest.o
configure:27376: $? = 0
configure:27390: result: yes
configure:27401: checking if inline functions in headers work
configure:27430: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
conftest.c: In function `main':
conftest.c:23: warning: unused variable `i'
conftest.c:24: warning: control reaches end of non-void function
configure:27436: $? = 0
configure:27440: test -z 
                         || test ! -s conftest.err
configure:27443: $? = 0
configure:27446: test -s conftest
configure:27449: $? = 0
configure:27460: result: yes
configure:27464: checking for ISO C99 varargs macros in C
configure:27486: gcc -c -g -O2 -Wall  conftest.c >&5
configure:27492: $? = 0
configure:27496: test -z 
                         || test ! -s conftest.err
configure:27499: $? = 0
configure:27502: test -s conftest.o
configure:27505: $? = 0
configure:27515: result: yes
configure:27518: checking for ISO C99 varargs macros in C++
configure:27549: c++ -c -g -O2  conftest.cc >&5
configure:27555: $? = 0
configure:27559: test -z 
                         || test ! -s conftest.err
configure:27562: $? = 0
configure:27565: test -s conftest.o
configure:27568: $? = 0
configure:27585: result: yes
configure:27588: checking for GNUC varargs macros
configure:27610: gcc -c -g -O2 -Wall  conftest.c >&5
configure:27616: $? = 0
configure:27620: test -z 
                         || test ! -s conftest.err
configure:27623: $? = 0
configure:27626: test -s conftest.o
configure:27629: $? = 0
configure:27639: result: yes
configure:27643: checking for GNUC visibility attribute
configure:27680: gcc -c -g -O2 -Wall  conftest.c
configure:27686: $? = 0
configure:27689: (if test -s conftest.err; then false ; else true; fi)
configure:27692: $? = 0
configure:27702: result: yes
configure:27716: checking whether byte ordering is bigendian
configure:27743: gcc -c -g -O2 -Wall  conftest.c >&5
configure:27749: $? = 0
configure:27753: test -z 
                         || test ! -s conftest.err
configure:27756: $? = 0
configure:27759: test -s conftest.o
configure:27762: $? = 0
configure:27786: gcc -c -g -O2 -Wall  conftest.c >&5
conftest.c: In function `main':
conftest.c:63: error: `not' undeclared (first use in this function)
conftest.c:63: error: (Each undeclared identifier is reported only once
conftest.c:63: error: for each function it appears in.)
conftest.c:63: error: syntax error before "big"
configure:27792: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.6.4"
| #define PACKAGE_STRING "glib 2.6.4"
| #define PACKAGE_BUGREPORT 
"http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 6
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 604
| #define G_COMPILED_WITH_DEBUGGING "minimum"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define _FILE_OFFSET_BITS 64
| #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_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 GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define HAVE_LONG_LONG_FORMAT 1
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
|  not big endian
| #endif
| 
|   ;
|   return 0;
| }
configure:27927: result: no
configure:27969: checking dirent.h usability
configure:27981: gcc -c -g -O2 -Wall  conftest.c >&5
configure:27987: $? = 0
configure:27991: test -z 
                         || test ! -s conftest.err
configure:27994: $? = 0
configure:27997: test -s conftest.o
configure:28000: $? = 0
configure:28010: result: yes
configure:28014: checking dirent.h presence
configure:28024: gcc -E  conftest.c
configure:28030: $? = 0
configure:28050: result: yes
configure:28085: checking for dirent.h
configure:28092: result: yes
configure:27969: checking float.h usability
configure:27981: gcc -c -g -O2 -Wall  conftest.c >&5
configure:27987: $? = 0
configure:27991: test -z 
                         || test ! -s conftest.err
configure:27994: $? = 0
configure:27997: test -s conftest.o
configure:28000: $? = 0
configure:28010: result: yes
configure:28014: checking float.h presence
configure:28024: gcc -E  conftest.c
configure:28030: $? = 0
configure:28050: result: yes
configure:28085: checking for float.h
configure:28092: result: yes
configure:27969: checking limits.h usability
configure:27981: gcc -c -g -O2 -Wall  conftest.c >&5
configure:27987: $? = 0
configure:27991: test -z 
                         || test ! -s conftest.err
configure:27994: $? = 0
configure:27997: test -s conftest.o
configure:28000: $? = 0
configure:28010: result: yes
configure:28014: checking limits.h presence
configure:28024: gcc -E  conftest.c
configure:28030: $? = 0
configure:28050: result: yes
configure:28085: checking for limits.h
configure:28092: result: yes
configure:27969: checking pwd.h usability
configure:27981: gcc -c -g -O2 -Wall  conftest.c >&5
configure:27987: $? = 0
configure:27991: test -z 
                         || test ! -s conftest.err
configure:27994: $? = 0
configure:27997: test -s conftest.o
configure:28000: $? = 0
configure:28010: result: yes
configure:28014: checking pwd.h presence
configure:28024: gcc -E  conftest.c
configure:28030: $? = 0
configure:28050: result: yes
configure:28085: checking for pwd.h
configure:28092: result: yes
configure:27969: checking sys/param.h usability
configure:27981: gcc -c -g -O2 -Wall  conftest.c >&5
configure:27987: $? = 0
configure:27991: test -z 
                         || test ! -s conftest.err
configure:27994: $? = 0
configure:27997: test -s conftest.o
configure:28000: $? = 0
configure:28010: result: yes
configure:28014: checking sys/param.h presence
configure:28024: gcc -E  conftest.c
configure:28030: $? = 0
configure:28050: result: yes
configure:28085: checking for sys/param.h
configure:28092: result: yes
configure:27969: checking sys/poll.h usability
configure:27981: gcc -c -g -O2 -Wall  conftest.c >&5
configure:27987: $? = 0
configure:27991: test -z 
                         || test ! -s conftest.err
configure:27994: $? = 0
configure:27997: test -s conftest.o
configure:28000: $? = 0
configure:28010: result: yes
configure:28014: checking sys/poll.h presence
configure:28024: gcc -E  conftest.c
configure:28030: $? = 0
configure:28050: result: yes
configure:28085: checking for sys/poll.h
configure:28092: result: yes
configure:27969: checking sys/select.h usability
configure:27981: gcc -c -g -O2 -Wall  conftest.c >&5
configure:27987: $? = 0
configure:27991: test -z 
                         || test ! -s conftest.err
configure:27994: $? = 0
configure:27997: test -s conftest.o
configure:28000: $? = 0
configure:28010: result: yes
configure:28014: checking sys/select.h presence
configure:28024: gcc -E  conftest.c
configure:28030: $? = 0
configure:28050: result: yes
configure:28085: checking for sys/select.h
configure:28092: result: yes
configure:27960: checking for sys/types.h
configure:27965: result: yes
configure:28124: checking sys/time.h usability
configure:28136: gcc -c -g -O2 -Wall  conftest.c >&5
configure:28142: $? = 0
configure:28146: test -z 
                         || test ! -s conftest.err
configure:28149: $? = 0
configure:28152: test -s conftest.o
configure:28155: $? = 0
configure:28165: result: yes
configure:28169: checking sys/time.h presence
configure:28179: gcc -E  conftest.c
configure:28185: $? = 0
configure:28205: result: yes
configure:28240: checking for sys/time.h
configure:28247: result: yes
configure:28124: checking sys/times.h usability
configure:28136: gcc -c -g -O2 -Wall  conftest.c >&5
configure:28142: $? = 0
configure:28146: test -z 
                         || test ! -s conftest.err
configure:28149: $? = 0
configure:28152: test -s conftest.o
configure:28155: $? = 0
configure:28165: result: yes
configure:28169: checking sys/times.h presence
configure:28179: gcc -E  conftest.c
configure:28185: $? = 0
configure:28205: result: yes
configure:28240: checking for sys/times.h
configure:28247: result: yes
configure:28115: checking for unistd.h
configure:28120: result: yes
configure:28124: checking values.h usability
configure:28136: gcc -c -g -O2 -Wall  conftest.c >&5
configure:28142: $? = 0
configure:28146: test -z 
                         || test ! -s conftest.err
configure:28149: $? = 0
configure:28152: test -s conftest.o
configure:28155: $? = 0
configure:28165: result: yes
configure:28169: checking values.h presence
configure:28179: gcc -E  conftest.c
configure:28185: $? = 0
configure:28205: result: yes
configure:28240: checking for values.h
configure:28247: result: yes
configure:28115: checking for stdint.h
configure:28120: result: yes
configure:28124: checking sched.h usability
configure:28136: gcc -c -g -O2 -Wall  conftest.c >&5
configure:28142: $? = 0
configure:28146: test -z 
                         || test ! -s conftest.err
configure:28149: $? = 0
configure:28152: test -s conftest.o
configure:28155: $? = 0
configure:28165: result: yes
configure:28169: checking sched.h presence
configure:28179: gcc -E  conftest.c
configure:28185: $? = 0
configure:28205: result: yes
configure:28240: checking for sched.h
configure:28247: result: yes
configure:28277: checking langinfo.h usability
configure:28289: gcc -c -g -O2 -Wall  conftest.c >&5
configure:28295: $? = 0
configure:28299: test -z 
                         || test ! -s conftest.err
configure:28302: $? = 0
configure:28305: test -s conftest.o
configure:28308: $? = 0
configure:28318: result: yes
configure:28322: checking langinfo.h presence
configure:28332: gcc -E  conftest.c
configure:28338: $? = 0
configure:28358: result: yes
configure:28393: checking for langinfo.h
configure:28400: result: yes
configure:28417: checking for nl_langinfo
configure:28474: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:28480: $? = 0
configure:28484: test -z 
                         || test ! -s conftest.err
configure:28487: $? = 0
configure:28490: test -s conftest
configure:28493: $? = 0
configure:28505: result: yes
configure:28516: checking for nl_langinfo and CODESET
configure:28537: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
conftest.c: In function `main':
conftest.c:76: warning: unused variable `cs'
configure:28543: $? = 0
configure:28547: test -z 
                         || test ! -s conftest.err
configure:28550: $? = 0
configure:28553: test -s conftest
configure:28556: $? = 0
configure:28569: result: yes
configure:28580: checking whether we are using the GNU C Library 2.1 or newer
configure:28611: result: yes
configure:28633: checking stddef.h usability
configure:28645: gcc -c -g -O2 -Wall  conftest.c >&5
configure:28651: $? = 0
configure:28655: test -z 
                         || test ! -s conftest.err
configure:28658: $? = 0
configure:28661: test -s conftest.o
configure:28664: $? = 0
configure:28674: result: yes
configure:28678: checking stddef.h presence
configure:28688: gcc -E  conftest.c
configure:28694: $? = 0
configure:28714: result: yes
configure:28749: checking for stddef.h
configure:28756: result: yes
configure:28624: checking for stdlib.h
configure:28629: result: yes
configure:28624: checking for string.h
configure:28629: result: yes
configure:28773: checking for setlocale
configure:28830: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:28836: $? = 0
configure:28840: test -z 
                         || test ! -s conftest.err
configure:28843: $? = 0
configure:28846: test -s conftest
configure:28849: $? = 0
configure:28861: result: yes
configure:28873: checking for size_t
configure:28897: gcc -c -g -O2 -Wall  conftest.c >&5
configure:28903: $? = 0
configure:28907: test -z 
                         || test ! -s conftest.err
configure:28910: $? = 0
configure:28913: test -s conftest.o
configure:28916: $? = 0
configure:28927: result: yes
configure:28930: checking size of size_t
configure:29249: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:29252: $? = 0
configure:29254: ./conftest
configure:29257: $? = 0
configure:29280: result: 4
configure:29288: checking for the appropriate definition for size_t
configure:29323: gcc -c -g -O2 -Wall  conftest.c
configure:29329: $? = 0
configure:29332: (if test -s conftest.err; then false ; else true; fi)
configure:29335: $? = 0
configure:29381: result: unsigned int
configure:29406: checking for lstat
configure:29463: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:29469: $? = 0
configure:29473: test -z 
                         || test ! -s conftest.err
configure:29476: $? = 0
configure:29479: test -s conftest
configure:29482: $? = 0
configure:29494: result: yes
configure:29406: checking for strerror
configure:29463: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:29469: $? = 0
configure:29473: test -z 
                         || test ! -s conftest.err
configure:29476: $? = 0
configure:29479: test -s conftest
configure:29482: $? = 0
configure:29494: result: yes
configure:29406: checking for strsignal
configure:29463: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:29469: $? = 0
configure:29473: test -z 
                         || test ! -s conftest.err
configure:29476: $? = 0
configure:29479: test -s conftest
configure:29482: $? = 0
configure:29494: result: yes
configure:29406: checking for memmove
configure:29463: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
conftest.c:105: warning: conflicting types for built-in function 'memmove'
configure:29469: $? = 0
configure:29473: test -z 
                         || test ! -s conftest.err
configure:29476: $? = 0
configure:29479: test -s conftest
configure:29482: $? = 0
configure:29494: result: yes
configure:29406: checking for mkstemp
configure:29463: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:29469: $? = 0
configure:29473: test -z 
                         || test ! -s conftest.err
configure:29476: $? = 0
configure:29479: test -s conftest
configure:29482: $? = 0
configure:29494: result: yes
configure:29406: checking for vsnprintf
configure:29463: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
conftest.c:107: warning: conflicting types for built-in function 'vsnprintf'
configure:29469: $? = 0
configure:29473: test -z 
                         || test ! -s conftest.err
configure:29476: $? = 0
configure:29479: test -s conftest
configure:29482: $? = 0
configure:29494: result: yes
configure:29406: checking for stpcpy
configure:29463: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
conftest.c:108: warning: conflicting types for built-in function 'stpcpy'
configure:29469: $? = 0
configure:29473: test -z 
                         || test ! -s conftest.err
configure:29476: $? = 0
configure:29479: test -s conftest
configure:29482: $? = 0
configure:29494: result: yes
configure:29406: checking for strcasecmp
configure:29463: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:29469: $? = 0
configure:29473: test -z 
                         || test ! -s conftest.err
configure:29476: $? = 0
configure:29479: test -s conftest
configure:29482: $? = 0
configure:29494: result: yes
configure:29406: checking for strncasecmp
configure:29463: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:29469: $? = 0
configure:29473: test -z 
                         || test ! -s conftest.err
configure:29476: $? = 0
configure:29479: test -s conftest
configure:29482: $? = 0
configure:29494: result: yes
configure:29406: checking for poll
configure:29463: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:29469: $? = 0
configure:29473: test -z 
                         || test ! -s conftest.err
configure:29476: $? = 0
configure:29479: test -s conftest
configure:29482: $? = 0
configure:29494: result: yes
configure:29406: checking for getcwd
configure:29463: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:29469: $? = 0
configure:29473: test -z 
                         || test ! -s conftest.err
configure:29476: $? = 0
configure:29479: test -s conftest
configure:29482: $? = 0
configure:29494: result: yes
configure:29406: checking for nanosleep
configure:29463: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:29469: $? = 0
configure:29473: test -z 
                         || test ! -s conftest.err
configure:29476: $? = 0
configure:29479: test -s conftest
configure:29482: $? = 0
configure:29494: result: yes
configure:29406: checking for vasprintf
configure:29463: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:29469: $? = 0
configure:29473: test -z 
                         || test ! -s conftest.err
configure:29476: $? = 0
configure:29479: test -s conftest
configure:29482: $? = 0
configure:29494: result: yes
configure:29406: checking for setenv
configure:29463: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:29469: $? = 0
configure:29473: test -z 
                         || test ! -s conftest.err
configure:29476: $? = 0
configure:29479: test -s conftest
configure:29482: $? = 0
configure:29494: result: yes
configure:29406: checking for unsetenv
configure:29463: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:29469: $? = 0
configure:29473: test -z 
                         || test ! -s conftest.err
configure:29476: $? = 0
configure:29479: test -s conftest
configure:29482: $? = 0
configure:29494: result: yes
configure:29406: checking for getc_unlocked
configure:29463: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:29469: $? = 0
configure:29473: test -z 
                         || test ! -s conftest.err
configure:29476: $? = 0
configure:29479: test -s conftest
configure:29482: $? = 0
configure:29494: result: yes
configure:29406: checking for readlink
configure:29463: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:29469: $? = 0
configure:29473: test -z 
                         || test ! -s conftest.err
configure:29476: $? = 0
configure:29479: test -s conftest
configure:29482: $? = 0
configure:29494: result: yes
configure:29406: checking for symlink
configure:29463: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:29469: $? = 0
configure:29473: test -z 
                         || test ! -s conftest.err
configure:29476: $? = 0
configure:29479: test -s conftest
configure:29482: $? = 0
configure:29494: result: yes
configure:29505: checking for C99 vsnprintf
configure:29557: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
conftest.c: In function `doit':
conftest.c:111: warning: implicit declaration of function `exit'
configure:29560: $? = 0
configure:29562: ./conftest
configure:29565: $? = 0
configure:29579: result: yes
configure:29589: checking whether printf supports positional parameters
configure:29617: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
conftest.c: In function `main':
conftest.c:105: warning: implicit declaration of function `strcmp'
conftest.c:106: warning: implicit declaration of function `exit'
configure:29620: $? = 0
configure:29622: ./conftest
configure:29625: $? = 0
configure:29639: result: yes
configure:29716: checking for signed
configure:29737: gcc -c -g -O2 -Wall  conftest.c >&5
conftest.c: In function `main':
conftest.c:103: warning: unused variable `x'
configure:29743: $? = 0
configure:29747: test -z 
                         || test ! -s conftest.err
configure:29750: $? = 0
configure:29753: test -s conftest.o
configure:29756: $? = 0
configure:29767: result: yes
configure:29778: checking for long long
configure:29831: result: yes
configure:29842: checking for long double
configure:29902: result: yes
configure:29913: checking for wchar_t
configure:29935: gcc -c -g -O2 -Wall  conftest.c >&5
configure:29941: $? = 0
configure:29945: test -z 
                         || test ! -s conftest.err
configure:29948: $? = 0
configure:29951: test -s conftest.o
configure:29954: $? = 0
configure:29965: result: yes
configure:29976: checking for wint_t
configure:29998: gcc -c -g -O2 -Wall  conftest.c >&5
configure:30004: $? = 0
configure:30008: test -z 
                         || test ! -s conftest.err
configure:30011: $? = 0
configure:30014: test -s conftest.o
configure:30017: $? = 0
configure:30028: result: yes
configure:30038: checking for size_t
configure:30092: result: yes
configure:30104: checking for ptrdiff_t
configure:30128: gcc -c -g -O2 -Wall  conftest.c >&5
configure:30134: $? = 0
configure:30138: test -z 
                         || test ! -s conftest.err
configure:30141: $? = 0
configure:30144: test -s conftest.o
configure:30147: $? = 0
configure:30158: result: yes
configure:30170: checking for inttypes.h
configure:30192: gcc -c -g -O2 -Wall  conftest.c >&5
conftest.c: In function `main':
conftest.c:109: warning: unused variable `i'
configure:30198: $? = 0
configure:30202: test -z 
                         || test ! -s conftest.err
configure:30205: $? = 0
configure:30208: test -s conftest.o
configure:30211: $? = 0
configure:30222: result: yes
configure:30233: checking for stdint.h
configure:30255: gcc -c -g -O2 -Wall  conftest.c >&5
conftest.c: In function `main':
conftest.c:110: warning: unused variable `i'
configure:30261: $? = 0
configure:30265: test -z 
                         || test ! -s conftest.err
configure:30268: $? = 0
configure:30271: test -s conftest.o
configure:30274: $? = 0
configure:30285: result: yes
configure:30320: checking for snprintf
configure:30377: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
conftest.c:131: warning: conflicting types for built-in function 'snprintf'
configure:30383: $? = 0
configure:30387: test -z 
                         || test ! -s conftest.err
configure:30390: $? = 0
configure:30393: test -s conftest
configure:30396: $? = 0
configure:30408: result: yes
configure:30418: checking for C99 snprintf
configure:30468: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
conftest.c: In function `doit':
conftest.c:121: warning: implicit declaration of function `exit'
conftest.c:115: warning: unused variable `args'
configure:30471: $? = 0
configure:30473: ./conftest
configure:30476: $? = 0
configure:30490: result: yes
configure:30581: checking for sys_errlist
configure:30603: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
/root/tmp/cccwh7o3.o(.text+0x13): In function `main':
/home/samir/glib-2.6.4/conftest.c:116: warning: `sys_errlist' is deprecated; 
use `strerror' or `strerror_r' instead
/root/tmp/cccwh7o3.o(.text+0x6):/home/samir/glib-2.6.4/conftest.c:116: warning: 
`sys_nerr' is deprecated; use `strerror' or `strerror_r' instead
configure:30609: $? = 0
configure:30613: test -z 
                         || test ! -s conftest.err
configure:30616: $? = 0
configure:30619: test -s conftest
configure:30622: $? = 0
configure:30633: result: yes
configure:30644: checking for sys_siglist
configure:30665: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
conftest.c: In function `main':
conftest.c:115: warning: implicit declaration of function `exit'
conftest.c:115: warning: passing arg 1 of `exit' makes integer from pointer 
without a cast
configure:30671: $? = 0
configure:30675: test -z 
                         || test ! -s conftest.err
configure:30678: $? = 0
configure:30681: test -s conftest
configure:30684: $? = 0
configure:30695: result: yes
configure:30706: checking for sys_siglist declaration
configure:30726: gcc -c -g -O2 -Wall  conftest.c >&5
conftest.c: In function `main':
conftest.c:114: warning: implicit declaration of function `strlen'
configure:30732: $? = 0
configure:30736: test -z 
                         || test ! -s conftest.err
configure:30739: $? = 0
configure:30742: test -s conftest.o
configure:30745: $? = 0
configure:30755: result: yes
configure:30766: checking for fd_set
configure:30784: gcc -c -g -O2 -Wall  conftest.c >&5
conftest.c: In function `main':
conftest.c:113: warning: unused variable `readMask'
conftest.c:113: warning: unused variable `writeMask'
configure:30790: $? = 0
configure:30794: test -z 
                         || test ! -s conftest.err
configure:30797: $? = 0
configure:30800: test -s conftest.o
configure:30803: $? = 0
configure:30814: result: yes, found in sys/types.h
configure:30852: checking whether realloc (NULL,) will work
configure:30873: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
configure:30876: $? = 0
configure:30878: ./conftest
configure:30881: $? = 0
configure:30896: result: yes
configure:30907: checking for nl_langinfo (CODESET)
configure:30925: gcc -c -g -O2 -Wall  conftest.c >&5
conftest.c: In function `main':
conftest.c:114: warning: unused variable `codeset'
configure:30931: $? = 0
configure:30935: test -z 
                         || test ! -s conftest.err
configure:30938: $? = 0
configure:30941: test -s conftest.o
configure:30944: $? = 0
configure:30959: result: yes
configure:30964: checking for OpenBSD strlcpy/strlcat
configure:30990: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
conftest.c: In function `main':
conftest.c:115: warning: implicit declaration of function `strlcpy'
conftest.c:116: warning: implicit declaration of function `strlcat'
/root/tmp/ccEYYOng.o(.text+0x19): In function `main':
/home/samir/glib-2.6.4/conftest.c:115: undefined reference to `strlcpy'
/root/tmp/ccEYYOng.o(.text+0x29):/home/samir/glib-2.6.4/conftest.c:116: 
undefined reference to `strlcat'
collect2: ld returned 1 exit status
configure:30993: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.6.4"
| #define PACKAGE_STRING "glib 2.6.4"
| #define PACKAGE_BUGREPORT 
"http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 6
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 604
| #define G_COMPILED_WITH_DEBUGGING "minimum"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define _FILE_OFFSET_BITS 64
| #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_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 GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define HAVE_LONG_LONG_FORMAT 1
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_C99_VSNPRINTF 1
| #define HAVE_UNIX98_PRINTF 1
| #define HAVE_GOOD_PRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_C99_SNPRINTF 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| /* end confdefs.h.  */
| #include <stdlib.h>
| #include <string.h>
| int main() {
|   char p[10];
|   (void) strlcpy (p, "hi", 10);
|   if (strlcat (p, "bye", 0) != 3)
|     return 1;
|   return 0;
| }
configure:31012: result: no
configure:31023: checking for an implementation of va_copy()
configure:31045: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
conftest.c: In function `f':
conftest.c:7: warning: implicit declaration of function `exit'
configure:31051: $? = 0
configure:31055: test -z 
                         || test ! -s conftest.err
configure:31058: $? = 0
configure:31061: test -s conftest
configure:31064: $? = 0
configure:31077: result: yes
configure:31079: checking for an implementation of __va_copy()
configure:31101: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
conftest.c: In function `f':
conftest.c:7: warning: implicit declaration of function `exit'
configure:31107: $? = 0
configure:31111: test -z 
                         || test ! -s conftest.err
configure:31114: $? = 0
configure:31117: test -s conftest
configure:31120: $? = 0
configure:31133: result: yes
configure:31151: checking whether va_lists can be copied by value
configure:31181: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
conftest.c: In function `f':
conftest.c:118: warning: implicit declaration of function `exit'
configure:31184: $? = 0
configure:31186: ./conftest
configure:31189: $? = 0
configure:31204: result: yes
configure:31237: checking for dlopen
configure:31294: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
/root/tmp/ccnwUWq0.o(.text+0x11): In function `main':
/home/samir/glib-2.6.4/conftest.c:152: undefined reference to `dlopen'
/root/tmp/ccnwUWq0.o(.data+0x0): undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:31300: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.6.4"
| #define PACKAGE_STRING "glib 2.6.4"
| #define PACKAGE_BUGREPORT 
"http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 6
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 604
| #define G_COMPILED_WITH_DEBUGGING "minimum"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define _FILE_OFFSET_BITS 64
| #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_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 GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define HAVE_LONG_LONG_FORMAT 1
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_C99_VSNPRINTF 1
| #define HAVE_UNIX98_PRINTF 1
| #define HAVE_GOOD_PRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_C99_SNPRINTF 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| /* end confdefs.h.  */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dlopen innocuous_dlopen
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dlopen (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dlopen
| 
| /* 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 dlopen ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_dlopen) || defined (__stub___dlopen)
| choke me
| #else
| char (*f) () = dlopen;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != dlopen;
|   ;
|   return 0;
| }
configure:31325: result: no
configure:31499: checking for NSLinkModule
configure:31556: gcc -o conftest -g -O2 -Wall   conftest.c   >&5
/root/tmp/ccibpSVY.o(.text+0x11): In function `main':
/home/samir/glib-2.6.4/conftest.c:152: undefined reference to `NSLinkModule'
/root/tmp/ccibpSVY.o(.data+0x0): undefined reference to `NSLinkModule'
collect2: ld returned 1 exit status
configure:31562: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.6.4"
| #define PACKAGE_STRING "glib 2.6.4"
| #define PACKAGE_BUGREPORT 
"http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 6
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 604
| #define G_COMPILED_WITH_DEBUGGING "minimum"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define _FILE_OFFSET_BITS 64
| #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_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 GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define HAVE_LONG_LONG_FORMAT 1
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_C99_VSNPRINTF 1
| #define HAVE_UNIX98_PRINTF 1
| #define HAVE_GOOD_PRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_C99_SNPRINTF 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| /* end confdefs.h.  */
| /* Define NSLinkModule to an innocuous variant, in case <limits.h> declares 
NSLinkModule.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define NSLinkModule innocuous_NSLinkModule
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char NSLinkModule (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef NSLinkModule
| 
| /* 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 NSLinkModule ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_NSLinkModule) || defined (__stub___NSLinkModule)
| choke me
| #else
| char (*f) () = NSLinkModule;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != NSLinkModule;
|   ;
|   return 0;
| }
configure:31587: result: no
configure:31596: checking for dlopen in -ldl
configure:31626: gcc -o conftest -g -O2 -Wall   conftest.c -ldl    >&5
configure:31632: $? = 0
configure:31636: test -z 
                         || test ! -s conftest.err
configure:31639: $? = 0
configure:31642: test -s conftest
configure:31645: $? = 0
configure:31658: result: yes
configure:31661: checking for dlsym in -ldl
configure:31691: gcc -o conftest -g -O2 -Wall   conftest.c -ldl    >&5
configure:31697: $? = 0
configure:31701: test -z 
                         || test ! -s conftest.err
configure:31704: $? = 0
configure:31707: test -s conftest
configure:31710: $? = 0
configure:31723: result: yes
configure:31812: checking for RTLD_GLOBAL brokenness
configure:31846: gcc -o conftest -g -O2 -Wall   -Wl,--export-dynamic conftest.c 
-ldl   >&5
configure:31849: $? = 0
configure:31851: ./conftest
configure:31854: $? = 0
configure:31871: result: no
configure:31878: checking for preceeding underscore in symbols
configure:31909: gcc -o conftest -g -O2 -Wall   -Wl,--export-dynamic conftest.c 
-ldl   >&5
configure:31912: $? = 0
configure:31914: ./conftest
configure:31917: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.6.4"
| #define PACKAGE_STRING "glib 2.6.4"
| #define PACKAGE_BUGREPORT 
"http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 6
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 604
| #define G_COMPILED_WITH_DEBUGGING "minimum"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define _FILE_OFFSET_BITS 64
| #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_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 GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define HAVE_LONG_LONG_FORMAT 1
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_C99_VSNPRINTF 1
| #define HAVE_UNIX98_PRINTF 1
| #define HAVE_GOOD_PRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_C99_SNPRINTF 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| /* end confdefs.h.  */
| #include <dlfcn.h>
|                 int glib_underscore_test (void) { return 42; }
|               int main() {
|                 void *f1 = (void*)0, *f2 = (void*)0, *handle;
|                 handle = dlopen ((void*)0, 0);
|                 if (handle) {
|                   f1 = dlsym (handle, "glib_underscore_test");
|                   f2 = dlsym (handle, "_glib_underscore_test");
|                 } return (!f2 || f1);
|               }
configure:31933: result: no
configure:31948: checking for dlerror
configure:32005: gcc -o conftest -g -O2 -Wall   conftest.c -ldl   >&5
configure:32011: $? = 0
configure:32015: test -z 
                         || test ! -s conftest.err
configure:32018: $? = 0
configure:32021: test -s conftest
configure:32024: $? = 0
configure:32036: result: yes
configure:32053: checking for the suffix of shared libraries
configure:32069: result: .so
configure:32084: checking for gspawn implementation
configure:32094: result: gspawn.lo
configure:32099: checking for GIOChannel implementation
configure:32109: result: giounix.lo
configure:32114: checking for platform-dependent source
configure:32124: result: 
configure:32128: checking whether to compile timeloop
configure:32138: result: yes
configure:32151: checking if building for some Win32 platform
configure:32161: result: no
configure:32335: gcc -c -g -O2 -Wall  -D_POSIX4_DRAFT_SOURCE 
-D_POSIX4A_DRAFT10_SOURCE -U_OSF_SOURCE conftest.c >&5
conftest.c: In function `main':
conftest.c:116: warning: unused variable `m'
configure:32341: $? = 0
configure:32345: test -z 
                         || test ! -s conftest.err
configure:32348: $? = 0
configure:32351: test -s conftest.o
configure:32354: $? = 0
configure:32472: checking for thread implementation
configure:32481: result: posix
configure:32575: gcc -o conftest -g -O2 -Wall -pthread   conftest.c   >&5
conftest.c: In function `main':
conftest.c:121: warning: implicit declaration of function `exit'
configure:32578: $? = 0
configure:32580: ./conftest
configure:32583: $? = 0
configure:32575: gcc -o conftest -g -O2 -Wall -pthreads   conftest.c   >&5
gcc: unrecognized option `-pthreads'
conftest.c: In function `main':
conftest.c:121: warning: implicit declaration of function `exit'
/root/tmp/ccPzggcL.o(.text+0x39): In function `main':
/home/samir/glib-2.6.4/conftest.c:119: undefined reference to `pthread_create'
/root/tmp/ccPzggcL.o(.text+0x48):/home/samir/glib-2.6.4/conftest.c:120: 
undefined reference to `pthread_join'
collect2: ld returned 1 exit status
configure:32578: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.6.4"
| #define PACKAGE_STRING "glib 2.6.4"
| #define PACKAGE_BUGREPORT 
"http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 6
| #define GLIB_MICRO_VERSION 4
| #define GLIB_INTERFACE_AGE 4
| #define GLIB_BINARY_AGE 604
| #define G_COMPILED_WITH_DEBUGGING "minimum"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define _FILE_OFFSET_BITS 64
| #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_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 GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/local/share/locale"
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ATEXIT 1
| #define HAVE_ON_EXIT 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define HAVE_LONG_LONG_FORMAT 1
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_VASPRINTF 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_C99_VSNPRINTF 1
| #define HAVE_UNIX98_PRINTF 1
| #define HAVE_GOOD_PRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_C99_SNPRINTF 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define G_VA_COPY va_copy
| /* end confdefs.h.  */
| 
| #include <pthread.h>
| int check_me = 0;
| void* func(void* data) {check_me = 42; return &check_me;}
| int main()
|  { pthread_t t;
|    void *ret;
|    pthread_create (&t, 0, func, 0);
|    pthread_join (t, &ret);
|    exit (check_me != 42 || ret != &check_me);
| }
configure:32710: checking thread related cflags
configure:32712: result: -pthread
configure:32867: checking for sched_get_priority_min
configure:32928: gcc -o conftest -g -O2 -Wall  -pthread -D_POSIX4_DRAFT_SOURCE 
-D_POSIX4A_DRAFT10_SOURCE -U_OSF_SOURCE  conftest.c    >&5
configure:32931: $? = 0
configure:32933: ./conftest
configure:32936: $? = 0
configure:32949: result: yes
configure:33007: checking thread related libraries
configure:33009: result: -pthread 
configure:33022: checking for localtime_r
configure:33079: gcc -o conftest -g -O2 -Wall  -pthread  conftest.c   >&5
configure:33085: $? = 0
configure:33089: test -z 
                         || test ! -s conftest.err
configure:33092: $? = 0
configure:33095: test -s conftest
configure:33098: $? = 0
configure:33110: result: yes
configure:33121: checking for posix getpwuid_r
configure:33154: gcc -o conftest -g -O2 -Wall  -pthread  conftest.c   >&5
configure:33157: $? = 0
configure:33159: ./conftest
configure:33162: $? = 0
configure:33176: result: yes
configure:33267: checking size of pthread_t
configure:33589: gcc -o conftest -g -O2 -Wall  -pthread -D_POSIX4_DRAFT_SOURCE 
-D_POSIX4A_DRAFT10_SOURCE -U_OSF_SOURCE  conftest.c -pthread    >&5
configure:33592: $? = 0
configure:33594: ./conftest
configure:33597: $? = 0
configure:33616: result: 4
configure:33625: checking for pthread_attr_setstacksize
configure:33643: gcc -o conftest -g -O2 -Wall  -pthread -D_POSIX4_DRAFT_SOURCE 
-D_POSIX4A_DRAFT10_SOURCE -U_OSF_SOURCE  conftest.c -pthread    >&5
configure:33649: $? = 0
configure:33653: test -z 
                         || test ! -s conftest.err
configure:33656: $? = 0
configure:33659: test -s conftest
configure:33662: $? = 0
configure:33664: result: yes
configure:33680: checking for minimal/maximal thread priority
configure:33754: result: 
sched_get_priority_min(SCHED_OTHER)/sched_get_priority_max(SCHED_OTHER)
configure:33756: checking for pthread_setschedparam
configure:33774: gcc -o conftest -g -O2 -Wall  -pthread -D_POSIX4_DRAFT_SOURCE 
-D_POSIX4A_DRAFT10_SOURCE -U_OSF_SOURCE  conftest.c -pthread    >&5
conftest.c: In function `main':
conftest.c:120: warning: 't' might be used uninitialized in this function
configure:33780: $? = 0
configure:33784: test -z 
                         || test ! -s conftest.err
configure:33787: $? = 0
configure:33790: test -s conftest
configure:33793: $? = 0
configure:33795: result: yes
configure:33820: checking for posix yield function
configure:33840: gcc -o conftest -g -O2 -Wall  -pthread -D_POSIX4_DRAFT_SOURCE 
-D_POSIX4A_DRAFT10_SOURCE -U_OSF_SOURCE  conftest.c -pthread    >&5
configure:33846: $? = 0
configure:33850: test -z 
                         || test ! -s conftest.err
configure:33853: $? = 0
configure:33856: test -s conftest
configure:33859: $? = 0
configure:33878: result: sched_yield
configure:34998: checking size of pthread_mutex_t
configure:35320: gcc -o conftest -g -O2 -Wall  -pthread -D_POSIX4_DRAFT_SOURCE 
-D_POSIX4A_DRAFT10_SOURCE -U_OSF_SOURCE  conftest.c -pthread    >&5
configure:35323: $? = 0
configure:35325: ./conftest
configure:35328: $? = 0
configure:35347: result: 24
configure:35354: checking byte contents of PTHREAD_MUTEX_INITIALIZER
configure:35384: gcc -o conftest -g -O2 -Wall  -pthread -D_POSIX4_DRAFT_SOURCE 
-D_POSIX4A_DRAFT10_SOURCE -U_OSF_SOURCE  conftest.c -pthread    >&5
conftest.c:124: warning: return type defaults to `int'
conftest.c: In function `main':
conftest.c:129: warning: implicit declaration of function `exit'
configure:35387: $? = 0
configure:35389: ./conftest
configure:35392: $? = 0
configure:35406: result: 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
configure:35422: checking whether to use assembler code for atomic operations
configure:35433: result: i486
configure:35557: checking value of POLLIN
configure:35867: gcc -o conftest -g -O2 -Wall  -pthread  conftest.c   >&5
configure:35870: $? = 0
configure:35872: ./conftest
configure:35875: $? = 0
configure:35891: result: 1
configure:35894: checking value of POLLOUT
configure:36204: gcc -o conftest -g -O2 -Wall  -pthread  conftest.c   >&5
configure:36207: $? = 0
configure:36209: ./conftest
configure:36212: $? = 0
configure:36228: result: 4
configure:36231: checking value of POLLPRI
configure:36541: gcc -o conftest -g -O2 -Wall  -pthread  conftest.c   >&5
configure:36544: $? = 0
configure:36546: ./conftest
configure:36549: $? = 0
configure:36565: result: 2
configure:36568: checking value of POLLERR
configure:36878: gcc -o conftest -g -O2 -Wall  -pthread  conftest.c   >&5
configure:36881: $? = 0
configure:36883: ./conftest
configure:36886: $? = 0
configure:36902: result: 8
configure:36905: checking value of POLLHUP
configure:37215: gcc -o conftest -g -O2 -Wall  -pthread  conftest.c   >&5
configure:37218: $? = 0
configure:37220: ./conftest
configure:37223: $? = 0
configure:37239: result: 16
configure:37242: checking value of POLLNVAL
configure:37552: gcc -o conftest -g -O2 -Wall  -pthread  conftest.c   >&5
configure:37555: $? = 0
configure:37557: ./conftest
configure:37560: $? = 0
configure:37576: result: 32
configure:37608: checking for EILSEQ
configure:37630: gcc -c -g -O2 -Wall  -pthread conftest.c >&5
conftest.c: In function `main':
conftest.c:130: warning: unused variable `error'
configure:37636: $? = 0
configure:37640: test -z 
                         || test ! -s conftest.err
configure:37643: $? = 0
configure:37646: test -s conftest.o
configure:37649: $? = 0
configure:37659: result: yes
configure:38238: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by glib config.status 2.6.4, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on posteLinux.Universal.com

config.status:1151: creating glib-2.0.pc
config.status:1151: creating glib-2.0-uninstalled.pc
config.status:1151: creating gmodule-2.0.pc
config.status:1151: creating gmodule-no-export-2.0.pc
config.status:1151: creating gmodule-2.0-uninstalled.pc
config.status:1151: creating gthread-2.0.pc
config.status:1151: creating gthread-2.0-uninstalled.pc
config.status:1151: creating gobject-2.0.pc
config.status:1151: creating gobject-2.0-uninstalled.pc
config.status:1151: creating glib-zip
config.status:1151: creating glib-gettextize
config.status:1151: creating Makefile
config.status:1151: creating build/Makefile
config.status:1151: creating build/win32/Makefile
config.status:1151: creating build/win32/dirent/Makefile
config.status:1151: creating glib/Makefile
config.status:1151: creating glib/libcharset/Makefile
config.status:1151: creating glib/gnulib/Makefile
config.status:1151: creating gmodule/Makefile
config.status:1151: creating gmodule/gmoduleconf.h
config.status:1151: creating gobject/Makefile
config.status:1151: creating gobject/glib-mkenums
config.status:1151: creating gthread/Makefile
config.status:1151: creating po/Makefile.in
config.status:1151: creating docs/Makefile
config.status:1151: creating docs/reference/Makefile
config.status:1151: creating docs/reference/glib/Makefile
config.status:1151: creating docs/reference/glib/version.xml
config.status:1151: creating docs/reference/gobject/Makefile
config.status:1151: creating docs/reference/gobject/version.xml
config.status:1151: creating tests/Makefile
config.status:1151: creating tests/gobject/Makefile
config.status:1151: creating m4macros/Makefile
config.status:1255: creating config.h
config.status:1613: config.h is unchanged
config.status:1793: executing depfiles commands
config.status:1793: executing default-1 commands
config.status:1793: executing glibconfig.h commands
config.status:2208: glibconfig.h is unchanged
config.status:1793: executing chmod-scripts commands

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

ac_cv_build=i686-redhat-linux-gnu
ac_cv_build_alias=i686-redhat-linux-gnu
ac_cv_c_bigendian=no
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_NSLinkModule=no
ac_cv_func__doprnt=no
ac_cv_func_alloca_works=yes
ac_cv_func_atexit=yes
ac_cv_func_bind_textdomain_codeset=yes
ac_cv_func_dcgettext=yes
ac_cv_func_dlerror=yes
ac_cv_func_dlopen=no
ac_cv_func_getc_unlocked=yes
ac_cv_func_getcwd=yes
ac_cv_func_iconv_open=yes
ac_cv_func_localtime_r=yes
ac_cv_func_lstat=yes
ac_cv_func_memmove=yes
ac_cv_func_mkstemp=yes
ac_cv_func_nanosleep=yes
ac_cv_func_nl_langinfo=yes
ac_cv_func_on_exit=yes
ac_cv_func_poll=yes
ac_cv_func_posix_getpwuid_r=yes
ac_cv_func_printf_unix98=yes
ac_cv_func_readlink=yes
ac_cv_func_setenv=yes
ac_cv_func_setlocale=yes
ac_cv_func_snprintf=yes
ac_cv_func_snprintf_c99=yes
ac_cv_func_stpcpy=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strerror=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strsignal=yes
ac_cv_func_symlink=yes
ac_cv_func_unsetenv=yes
ac_cv_func_vasprintf=yes
ac_cv_func_vprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_vsnprintf_c99=yes
ac_cv_gnu_library_2_1=yes
ac_cv_header_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_float_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_langinfo_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_sched_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=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_param_h=yes
ac_cv_header_sys_poll_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_values_h=yes
ac_cv_host=i686-redhat-linux-gnu
ac_cv_host_alias=i686-redhat-linux-gnu
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dl_dlsym=yes
ac_cv_objext=o
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_PERL_PATH=/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_AWK=gawk
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
ac_cv_sizeof___int64=0
ac_cv_sizeof_char=1
ac_cv_sizeof_int=4
ac_cv_sizeof_long=4
ac_cv_sizeof_long_long=8
ac_cv_sizeof_short=2
ac_cv_sizeof_size_t=4
ac_cv_sizeof_void_p=4
ac_cv_sys_file_offset_bits=64
ac_cv_sys_large_files=no
ac_cv_sys_largefile_CC=no
ac_cv_type___int64=no
ac_cv_type_char=yes
ac_cv_type_int=yes
ac_cv_type_long=yes
ac_cv_type_long_long=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_short=yes
ac_cv_type_size_t=yes
ac_cv_type_void_p=yes
ac_cv_working_alloca_h=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_prog_cc_stdc=
am_cv_val_LC_MESSAGES=yes
bh_cv_c_signed=yes
glib_cv___va_copy=yes
glib_cv_byte_contents_gmutex=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
glib_cv_has__inline=yes
glib_cv_has__inline__=yes
glib_cv_hasinline=yes
glib_cv_have_strlcpy=no
glib_cv_long_long_format=ll
glib_cv_rtldglobal_broken=no
glib_cv_sane_realloc=yes
glib_cv_sizeof_gmutex=24
glib_cv_sizeof_system_thread=4
glib_cv_stack_grows=no
glib_cv_uscore=no
glib_cv_va_copy=yes
glib_cv_va_val_copy=yes
glib_cv_value_POLLERR=8
glib_cv_value_POLLHUP=16
glib_cv_value_POLLIN=1
glib_cv_value_POLLNVAL=32
glib_cv_value_POLLOUT=4
glib_cv_value_POLLPRI=2
gt_cv_c_long_double=yes
gt_cv_c_wchar_t=yes
gt_cv_c_wint_t=yes
gt_cv_func_dgettext_libc=yes
gt_cv_func_dgettext_libintl=no
gt_cv_func_ngettext_libc=yes
gt_cv_have_gettext=yes
jm_ac_cv_header_inttypes_h=yes
jm_ac_cv_header_stdint_h=yes
jm_cv_langinfo_codeset=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.4.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='${SHELL} /home/samir/glib-2.6.4/missing --run aclocal-1.7'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/samir/glib-2.6.4/missing --run tar'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /home/samir/glib-2.6.4/missing --run autoconf'
AUTOHEADER='${SHELL} /home/samir/glib-2.6.4/missing --run autoheader'
AUTOMAKE='${SHELL} /home/samir/glib-2.6.4/missing --run automake-1.7'
AWK='gawk'
CATALOGS=' am.gmo ar.gmo az.gmo be.gmo bg.gmo bn.gmo bs.gmo ca.gmo cs.gmo 
cy.gmo da.gmo de.gmo el.gmo en_CA.gmo en_GB.gmo eo.gmo es.gmo et.gmo eu.gmo 
fa.gmo fi.gmo fr.gmo ga.gmo gl.gmo gu.gmo he.gmo hi.gmo hr.gmo hu.gmo id.gmo 
is.gmo it.gmo ja.gmo ko.gmo lt.gmo lv.gmo mk.gmo mn.gmo ms.gmo nb.gmo ne.gmo 
nl.gmo nn.gmo no.gmo or.gmo pa.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo rw.gmo 
sk.gmo sl.gmo sq.gmo sr.gmo sr@ije.gmo sr@Latn.gmo sv.gmo ta.gmo tl.gmo tr.gmo 
uk.gmo vi.gmo wa.gmo xh.gmo yi.gmo zh_CN.gmo zh_TW.gmo'
CATOBJEXT='.gmo'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -Wall'
CPP='gcc -E'
CPPFLAGS=' -pthread'
CROSS_COMPILING_FALSE=''
CROSS_COMPILING_TRUE='#'
CXX='c++'
CXXCPP='c++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DATADIRNAME='share'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DISABLE_MEM_POOLS=''
DLLTOOL='dlltool'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ENABLE_GC_FRIENDLY=''
ENABLE_GTK_DOC_FALSE=''
ENABLE_GTK_DOC_TRUE='#'
ENABLE_MAN_FALSE=''
ENABLE_MAN_TRUE='#'
ENABLE_TIMELOOP_FALSE='#'
ENABLE_TIMELOOP_TRUE=''
EXEEXT=''
F77=''
FFLAGS=''
GETTEXT_PACKAGE='glib20'
GIO='giounix.lo'
GLIBC21='yes'
GLIB_BINARY_AGE='604'
GLIB_DEBUG_FLAGS='-DG_DISABLE_CAST_CHECKS'
GLIB_DEF=''
GLIB_GENMARSHAL=''
GLIB_INTERFACE_AGE='4'
GLIB_MAJOR_VERSION='2'
GLIB_MICRO_VERSION='4'
GLIB_MINOR_VERSION='6'
GLIB_VERSION='2.6.4'
GMODULE_DEF=''
GMOFILES=' am.gmo ar.gmo az.gmo be.gmo bg.gmo bn.gmo bs.gmo ca.gmo cs.gmo 
cy.gmo da.gmo de.gmo el.gmo en_CA.gmo en_GB.gmo eo.gmo es.gmo et.gmo eu.gmo 
fa.gmo fi.gmo fr.gmo ga.gmo gl.gmo gu.gmo he.gmo hi.gmo hr.gmo hu.gmo id.gmo 
is.gmo it.gmo ja.gmo ko.gmo lt.gmo lv.gmo mk.gmo mn.gmo ms.gmo nb.gmo ne.gmo 
nl.gmo nn.gmo no.gmo or.gmo pa.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo rw.gmo 
sk.gmo sl.gmo sq.gmo sr.gmo sr@ije.gmo sr@Latn.gmo sv.gmo ta.gmo tl.gmo tr.gmo 
uk.gmo vi.gmo wa.gmo xh.gmo yi.gmo zh_CN.gmo zh_TW.gmo'
GMSGFMT='/usr/bin/msgfmt'
GOBJECT_DEF=''
GSPAWN='gspawn.lo'
GTHREAD_COMPILE_IMPL_DEFINES='-D_POSIX4_DRAFT_SOURCE -D_POSIX4A_DRAFT10_SOURCE 
-U_OSF_SOURCE'
GTHREAD_DEF=''
GTK_DOC_USE_LIBTOOL_FALSE='#'
GTK_DOC_USE_LIBTOOL_TRUE=''
G_LIBS_EXTRA=''
G_LIB_WIN32_RESOURCE=''
G_MODULE_BROKEN_RTLD_GLOBAL='0'
G_MODULE_HAVE_DLERROR='1'
G_MODULE_IMPL='G_MODULE_IMPL_DL'
G_MODULE_LDFLAGS='-Wl,--export-dynamic'
G_MODULE_LIBS='-ldl'
G_MODULE_LIBS_EXTRA=''
G_MODULE_NEED_USCORE='0'
G_MODULE_PLUGIN_LIBS=''
G_MODULE_SUPPORTED='true'
G_MODULE_WIN32_RESOURCE=''
G_OBJECT_WIN32_RESOURCE=''
G_THREAD_CFLAGS='-pthread'
G_THREAD_LIBS='-pthread '
G_THREAD_LIBS_EXTRA=''
G_THREAD_LIBS_FOR_GTHREAD='-lpthread'
G_THREAD_WIN32_RESOURCE=''
HAVE_CXX_FALSE='#'
HAVE_CXX_TRUE=''
HAVE_GNUC_VISIBILITY_FALSE='#'
HAVE_GNUC_VISIBILITY_TRUE=''
HAVE_GOOD_PRINTF_FALSE='#'
HAVE_GOOD_PRINTF_TRUE=''
HTML_DIR='${datadir}/gtk-doc/html'
ICONV_LIBS=''
INDENT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INSTOBJEXT='.mo'
INTLLIBS=''
LDFLAGS=''
LIBOBJS=''
LIBS=' '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^[^_].*"'
LN_S='ln -s'
LTLIBOBJS=''
LT_AGE='600'
LT_CURRENT='600'
LT_CURRENT_MINUS_AGE='0'
LT_RELEASE='2.6'
LT_REVISION='4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/samir/glib-2.6.4/missing --run makeinfo'
MKINSTALLDIRS='./mkinstalldirs'
MSGFMT='/usr/bin/msgfmt'
MS_LIB_AVAILABLE_FALSE=''
MS_LIB_AVAILABLE_TRUE='#'
NM='/usr/bin/nm -B'
OBJDUMP='objdump'
OBJEXT='o'
OS_LINUX_FALSE='#'
OS_LINUX_TRUE=''
OS_UNIX_FALSE='#'
OS_UNIX_TRUE=''
OS_WIN32_FALSE=''
OS_WIN32_TRUE='#'
PACKAGE='glib'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=glib'
PACKAGE_NAME='glib'
PACKAGE_STRING='glib 2.6.4'
PACKAGE_TARNAME='glib'
PACKAGE_VERSION='2.6.4'
PATH_SEPARATOR=':'
PERL='perl5'
PERL_PATH='/usr/bin/perl5'
PKG_CONFIG='/usr/bin/pkg-config'
PLATFORMDEP=''
PLATFORM_WIN32_FALSE=''
PLATFORM_WIN32_TRUE='#'
POFILES=' am.po ar.po az.po be.po bg.po bn.po bs.po ca.po cs.po cy.po da.po 
de.po el.po en_CA.po en_GB.po eo.po es.po et.po eu.po fa.po fi.po fr.po ga.po 
gl.po gu.po he.po hi.po hr.po hu.po id.po is.po it.po ja.po ko.po lt.po lv.po 
mk.po mn.po ms.po nb.po ne.po nl.po nn.po no.po or.po pa.po pl.po pt.po 
pt_BR.po ro.po ru.po rw.po sk.po sl.po sq.po sr.po sr@ije.po sr@Latn.po sv.po 
ta.po tl.po tr.po uk.po vi.po wa.po xh.po yi.po zh_CN.po zh_TW.po'
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
RANLIB='ranlib'
REBUILD=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TESTGMODULE_EXP=''
USE_NLS='yes'
VERSION='2.6.4'
XGETTEXT='/usr/bin/xgettext'
XMLCATALOG=''
XML_CATALOG_FILE=''
XSLTPROC=''
ac_ct_AR='ar'
ac_ct_AS=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_DLLTOOL=''
ac_ct_F77=''
ac_ct_NM=''
ac_ct_OBJDUMP=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-redhat-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='redhat'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='i686-redhat-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='redhat'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/samir/glib-2.6.4/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
ms_librarian=''
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define ENABLE_NLS 1
#define GETTEXT_PACKAGE "glib20"
#define GLIB_BINARY_AGE 604
#define GLIB_BYTE_CONTENTS_GMUTEX 
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
#define GLIB_INTERFACE_AGE 4
#define GLIB_LOCALE_DIR "/usr/local/share/locale"
#define GLIB_MAJOR_VERSION 2
#define GLIB_MICRO_VERSION 4
#define GLIB_MINOR_VERSION 6
#define GLIB_SIZEOF_GMUTEX 24
#define GLIB_SIZEOF_SYSTEM_THREAD 4
#define G_ATOMIC_I486 1
#define G_COMPILED_WITH_DEBUGGING "minimum"
#define G_HAVE_INLINE 1
#define G_HAVE___INLINE 1
#define G_HAVE___INLINE__ 1
#define G_THREAD_SOURCE "gthread-posix.c"
#define G_VA_COPY va_copy
#define HAVE_ALLOCA 1
#define HAVE_ALLOCA_H 1
#define HAVE_ATEXIT 1
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define HAVE_C99_SNPRINTF 1
#define HAVE_C99_VSNPRINTF 1
#define HAVE_CODESET 1
#define HAVE_DCGETTEXT 1
#define HAVE_DIRENT_H 1
#define HAVE_DLFCN_H 1
#define HAVE_FLOAT_H 1
#define HAVE_GETCWD 1
#define HAVE_GETC_UNLOCKED 1
#define HAVE_GETTEXT 1
#define HAVE_GOOD_PRINTF 1
#define HAVE_INTMAX_T 1
#define HAVE_INTTYPES_H 1
#define HAVE_INTTYPES_H_WITH_UINTMAX 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LANGINFO_H 1
#define HAVE_LC_MESSAGES 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_LOCALTIME_R 1
#define HAVE_LONG_DOUBLE 1
#define HAVE_LONG_LONG 1
#define HAVE_LONG_LONG_FORMAT 1
#define HAVE_LSTAT 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMORY_H 1
#define HAVE_MKSTEMP 1
#define HAVE_NANOSLEEP 1
#define HAVE_NL_LANGINFO 1
#define HAVE_ON_EXIT 1
#define HAVE_POLL 1
#define HAVE_POSIX_GETPWUID_R 1
#define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
#define HAVE_PTRDIFF_T 1
#define HAVE_PWD_H 1
#define HAVE_READLINK 1
#define HAVE_SCHED_H 1
#define HAVE_SETENV 1
#define HAVE_SETLOCALE 1
#define HAVE_SNPRINTF 1
#define HAVE_STDDEF_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H_WITH_UINTMAX 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STPCPY 1
#define HAVE_STRCASECMP 1
#define HAVE_STRERROR 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRNCASECMP 1
#define HAVE_STRSIGNAL 1
#define HAVE_SYMLINK 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_POLL_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNIX98_PRINTF 1
#define HAVE_UNSETENV 1
#define HAVE_VALUES_H 1
#define HAVE_VASPRINTF 1
#define HAVE_VPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_WCHAR_T 1
#define HAVE_WINT_T 1
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
#define PACKAGE_NAME "glib"
#define PACKAGE_STRING "glib 2.6.4"
#define PACKAGE_TARNAME "glib"
#define PACKAGE_VERSION "2.6.4"
#define POSIX_MAX_PRIORITY sched_get_priority_max(SCHED_OTHER)
#define POSIX_MIN_PRIORITY sched_get_priority_min(SCHED_OTHER)
#define POSIX_YIELD_FUNC sched_yield()
#define REALLOC_0_WORKS 1
#define SANE_MALLOC_PROTOS 1
#define SIZEOF_CHAR 1
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define SIZEOF_LONG_LONG 8
#define SIZEOF_SHORT 2
#define SIZEOF_SIZE_T 4
#define SIZEOF_VOID_P 4
#define SIZEOF___INT64 0
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define _FILE_OFFSET_BITS 64
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 0

#file config.log of xmms-1.2.10

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 = posteLinux.Universal.com
uname -m = i686
uname -r = 2.6.11-6mdk
uname -s = Linux
uname -v = #1 Tue Mar 22 16:04:32 CET 2005

/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:1518: checking build system type
configure:1536: result: i686-pc-linux-gnu
configure:1544: checking host system type
configure:1558: result: i686-pc-linux-gnu
configure:1584: checking for a BSD-compatible install
configure:1638: result: /usr/bin/install -c
configure:1649: checking whether build environment is sane
configure:1692: result: yes
configure:1725: checking for gawk
configure:1741: found /bin/gawk
configure:1751: result: gawk
configure:1761: checking whether make sets $(MAKE)
configure:1781: result: yes
configure:2017: checking for xmms
configure:2050: result: no
configure:2134: checking for gcc
configure:2150: found /usr/bin/gcc
configure:2160: result: gcc
configure:2404: checking for C compiler version
configure:2407: gcc --version </dev/null >&5
gcc (GCC) 3.4.3 (Mandrakelinux 10.2 3.4.3-7mdk)
Copyright (C) 2004 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:2410: $? = 0
configure:2412: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i586-mandrake-linux-gnu/3.4.3/specs
Configured with: ../configure --prefix=/usr --libexecdir=/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 --disable-libunwind-exceptions 
--enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu 
--with-system-zlib
Thread model: posix
gcc version 3.4.3 (Mandrakelinux 10.2 3.4.3-7mdk)
configure:2415: $? = 0
configure:2417: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2420: $? = 1
configure:2444: checking for C compiler default output
configure:2447: gcc    conftest.c  >&5
configure:2450: $? = 0
configure:2496: result: a.out
configure:2501: checking whether the C compiler works
configure:2507: ./a.out
configure:2510: $? = 0
configure:2527: result: yes
configure:2534: checking whether we are cross compiling
configure:2536: result: no
configure:2539: checking for suffix of executables
configure:2541: gcc -o conftest    conftest.c  >&5
configure:2544: $? = 0
configure:2569: result: 
configure:2575: checking for suffix of object files
configure:2597: gcc -c   conftest.c >&5
configure:2600: $? = 0
configure:2622: result: o
configure:2626: checking whether we are using the GNU C compiler
configure:2651: gcc -c   conftest.c >&5
configure:2654: $? = 0
configure:2657: test -s conftest.o
configure:2660: $? = 0
configure:2673: result: yes
configure:2679: checking whether gcc accepts -g
configure:2701: gcc -c -g  conftest.c >&5
configure:2704: $? = 0
configure:2707: test -s conftest.o
configure:2710: $? = 0
configure:2721: result: yes
configure:2738: checking for gcc option to accept ANSI C
configure:2799: gcc  -c -g -O2  conftest.c >&5
configure:2802: $? = 0
configure:2805: test -s conftest.o
configure:2808: $? = 0
configure:2826: result: none needed
configure:2844: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2847: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2967: checking for style of include used by make
configure:2995: result: GNU
configure:3023: checking dependency style of gcc
configure:3106: result: gcc3
configure:3125: checking for strerror in -lcposix
configure:3156: gcc -o conftest -g -O2   conftest.c -lcposix   >&5
/usr/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure:3159: $? = 1
configure: failed program was:
| #line 3132 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "xmms"
| #define VERSION "1.2.10"
| #define DEV_DSP "/dev/dsp"
| #define DEV_MIXER "/dev/mixer"
| /* 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:3177: result: no
configure:3185: checking whether byte ordering is bigendian
configure:3213: gcc -c -g -O2  conftest.c >&5
configure:3216: $? = 0
configure:3219: test -s conftest.o
configure:3222: $? = 0
configure:3247: gcc -c -g -O2  conftest.c >&5
configure: In function `main':
configure:3244: error: `not' undeclared (first use in this function)
configure:3244: error: (Each undeclared identifier is reported only once
configure:3244: error: for each function it appears in.)
configure:3244: error: syntax error before "big"
configure:3250: $? = 1
configure: failed program was:
| #line 3225 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "xmms"
| #define VERSION "1.2.10"
| #define DEV_DSP "/dev/dsp"
| #define DEV_MIXER "/dev/mixer"
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
|  not big endian
| #endif
| 
|   ;
|   return 0;
| }
configure:3370: result: no
configure:3389: checking for inline
configure:3411: gcc -c -g -O2  conftest.c >&5
configure:3414: $? = 0
configure:3417: test -s conftest.o
configure:3420: $? = 0
configure:3432: result: inline
configure:3447: checking for an ANSI C-conforming const
configure:3515: gcc -c -g -O2  conftest.c >&5
configure:3518: $? = 0
configure:3521: test -s conftest.o
configure:3524: $? = 0
configure:3535: result: yes
configure:3567: checking for a BSD-compatible install
configure:3621: result: /usr/bin/install -c
configure:3632: checking whether ln -s works
configure:3636: result: yes
configure:3643: checking whether make sets $(MAKE)
configure:3663: result: yes
configure:3761: checking for ld used by GCC
configure:3824: result: /usr/bin/ld
configure:3833: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.15.92.0.2 20040927
configure:3845: result: yes
configure:3850: checking for /usr/bin/ld option to reload object files
configure:3857: result: -r
configure:3862: checking for BSD-compatible nm
configure:3898: result: /usr/bin/nm -B
configure:3901: checking for a sed that does not truncate output
configure:3983: result: /bin/sed
configure:3986: checking how to recognise dependent libraries
configure:4167: result: pass_all
configure:4179: checking command to parse /usr/bin/nm -B output
configure:4263: gcc -c -g -O2  conftest.c >&5
configure:4266: $? = 0
configure:4270: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[  
]\([ABCDGISTW][ABCDGISTW]*\)[   ][      ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 
\2\3 \3/p' \> conftest.nm
configure:4273: $? = 0
configure:4325: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:4328: $? = 0
configure:4372: result: ok
configure:4381: checking how to run the C preprocessor
configure:4417: gcc -E  conftest.c
configure:4423: $? = 0
configure:4455: gcc -E  conftest.c
configure:4458:28: ac_nonexistent.h: No such file or directory
configure:4461: $? = 1
configure: failed program was:
| #line 4446 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "xmms"
| #define VERSION "1.2.10"
| #define DEV_DSP "/dev/dsp"
| #define DEV_MIXER "/dev/mixer"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4499: result: gcc -E
configure:4524: gcc -E  conftest.c
configure:4530: $? = 0
configure:4562: gcc -E  conftest.c
configure:4565:28: ac_nonexistent.h: No such file or directory
configure:4568: $? = 1
configure: failed program was:
| #line 4553 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "xmms"
| #define VERSION "1.2.10"
| #define DEV_DSP "/dev/dsp"
| #define DEV_MIXER "/dev/mixer"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4611: checking for egrep
configure:4621: result: grep -E
configure:4626: checking for ANSI C header files
configure:4652: gcc -c -g -O2  conftest.c >&5
configure:4655: $? = 0
configure:4658: test -s conftest.o
configure:4661: $? = 0
configure:4753: gcc -o conftest -g -O2   conftest.c  >&5
configure:4756: $? = 0
configure:4758: ./conftest
configure:4761: $? = 0
configure:4776: result: yes
configure:4800: checking for sys/types.h
configure:4817: gcc -c -g -O2  conftest.c >&5
configure:4820: $? = 0
configure:4823: test -s conftest.o
configure:4826: $? = 0
configure:4837: result: yes
configure:4800: checking for sys/stat.h
configure:4817: gcc -c -g -O2  conftest.c >&5
configure:4820: $? = 0
configure:4823: test -s conftest.o
configure:4826: $? = 0
configure:4837: result: yes
configure:4800: checking for stdlib.h
configure:4817: gcc -c -g -O2  conftest.c >&5
configure:4820: $? = 0
configure:4823: test -s conftest.o
configure:4826: $? = 0
configure:4837: result: yes
configure:4800: checking for string.h
configure:4817: gcc -c -g -O2  conftest.c >&5
configure:4820: $? = 0
configure:4823: test -s conftest.o
configure:4826: $? = 0
configure:4837: result: yes
configure:4800: checking for memory.h
configure:4817: gcc -c -g -O2  conftest.c >&5
configure:4820: $? = 0
configure:4823: test -s conftest.o
configure:4826: $? = 0
configure:4837: result: yes
configure:4800: checking for strings.h
configure:4817: gcc -c -g -O2  conftest.c >&5
configure:4820: $? = 0
configure:4823: test -s conftest.o
configure:4826: $? = 0
configure:4837: result: yes
configure:4800: checking for inttypes.h
configure:4817: gcc -c -g -O2  conftest.c >&5
configure:4820: $? = 0
configure:4823: test -s conftest.o
configure:4826: $? = 0
configure:4837: result: yes
configure:4800: checking for stdint.h
configure:4817: gcc -c -g -O2  conftest.c >&5
configure:4820: $? = 0
configure:4823: test -s conftest.o
configure:4826: $? = 0
configure:4837: result: yes
configure:4800: checking for unistd.h
configure:4817: gcc -c -g -O2  conftest.c >&5
configure:4820: $? = 0
configure:4823: test -s conftest.o
configure:4826: $? = 0
configure:4837: result: yes
configure:4863: checking dlfcn.h usability
configure:4876: gcc -c -g -O2  conftest.c >&5
configure:4879: $? = 0
configure:4882: test -s conftest.o
configure:4885: $? = 0
configure:4895: result: yes
configure:4899: checking dlfcn.h presence
configure:4910: gcc -E  conftest.c
configure:4916: $? = 0
configure:4935: result: yes
configure:4971: checking for dlfcn.h
configure:4978: result: yes
configure:5176: checking for ranlib
configure:5192: found /usr/bin/ranlib
configure:5203: result: ranlib
configure:5256: checking for strip
configure:5272: found /usr/bin/strip
configure:5283: result: strip
configure:5493: checking for objdir
configure:5504: result: .libs
configure:5521: checking for gcc option to produce PIC
configure:5667: result: -fPIC
configure:5671: checking if gcc PIC flag -fPIC works
configure:5695: gcc -c -g -O2 -fPIC -DPIC  conftest.c >&5
configure:5698: $? = 0
configure:5701: test -s conftest.o
configure:5704: $? = 0
configure:5742: result: yes
configure:5758: checking if gcc static flag -static works
configure:5783: gcc -o conftest -g -O2   -static conftest.c  >&5
/usr/bin/ld: cannot find -lc
collect2: ld returned 1 exit status
configure:5786: $? = 1
configure: failed program was:
| #line 5766 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "xmms"
| #define VERSION "1.2.10"
| #define DEV_DSP "/dev/dsp"
| #define DEV_MIXER "/dev/mixer"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5808: result: no
configure:5820: checking if gcc supports -c -o file.o
configure:5840: gcc -c -g -O2 -o out/conftest2.o  conftest.c >&5
configure:5864: result: yes
configure:5869: checking if gcc supports -c -o file.lo
configure:5897: gcc -c -g -O2 -c -o conftest.lo  conftest.c >&5
configure:5900: $? = 0
configure:5903: test -s conftest.lo
configure:5906: $? = 0
configure:5928: result: yes
configure:5959: checking if gcc supports -fno-rtti -fno-exceptions
configure:5982: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c  
conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not 
for C
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not 
for C
configure:5985: $? = 0
configure:5988: test -s conftest.o
configure:5991: $? = 0
configure:6008: result: yes
configure:6019: checking whether the linker (/usr/bin/ld) supports shared 
libraries
configure:6714: result: yes
configure:6719: checking how to hardcode library paths into programs
configure:6743: result: immediate
configure:6748: checking whether stripping libraries is possible
configure:6753: result: yes
configure:6764: checking dynamic linker characteristics
configure:7171: result: GNU/Linux ld.so
configure:7176: checking if libtool supports shared libraries
configure:7178: result: yes
configure:7181: checking whether to build shared libraries
configure:7202: result: yes
configure:7205: checking whether to build static libraries
configure:7209: result: no
configure:7883: checking whether -lc should be explicitly linked in
configure:7891: gcc -c -g -O2  conftest.c >&5
configure:7894: $? = 0
configure:7908: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 
2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:7911: $? = 0
configure:7924: result: no
configure:8508: checking pthread.h usability
configure:8521: gcc -c -g -O2  conftest.c >&5
configure:8524: $? = 0
configure:8527: test -s conftest.o
configure:8530: $? = 0
configure:8540: result: yes
configure:8544: checking pthread.h presence
configure:8555: gcc -E  conftest.c
configure:8561: $? = 0
configure:8580: result: yes
configure:8616: checking for pthread.h
configure:8623: result: yes
configure:8688: checking for glib-config
configure:8719: result: no
configure:8727: checking for GLIB - version >= 1.2.2
configure:8862: result: no
configure:8937: error: *** GLIB >= 1.2.2 not installed - please install first 
***

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
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_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_pthread_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_cposix_strerror=no
ac_cv_objext=o
ac_cv_path_GLIB_CONFIG=no
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
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
am_cv_CC_dependencies_compiler_type=gcc3
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.3.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=
lt_cv_prog_cc_static_works=no
lt_cv_prog_cc_wl=-Wl,
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      
]\([ABCDGISTW][ABCDGISTW]*\)[   ][      ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 
\2\3 \3/p'\'''

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

ACLOCAL='${SHELL} /home/samir/xmms-1.2.10/missing --run aclocal-1.7'
ALLOCA=''
ALSA_CFLAGS=''
ALSA_LIBS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/samir/xmms-1.2.10/missing --run tar'
ARCH_DEFINES=''
ARCH_X86_FALSE=''
ARCH_X86_TRUE=''
AUTOCONF='${SHELL} /home/samir/xmms-1.2.10/missing --run autoconf'
AUTOHEADER='${SHELL} /home/samir/xmms-1.2.10/missing --run autoheader'
AUTOMAKE='${SHELL} /home/samir/xmms-1.2.10/missing --run automake-1.7'
AWK='gawk'
BUILD_INCLUDED_LIBINTL=''
CATOBJEXT=''
CC='gcc'
CCAS='$(CC)'
CCASFLAGS='$(CFLAGS)'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DATADIRNAME=''
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EFFECT_PLUGINS=''
EFFECT_PLUGIN_DIR=''
EGREP='grep -E'
ESD_CFLAGS=''
ESD_CONFIG=''
ESD_LIBS=''
EXEEXT=''
GENCAT=''
GENERAL_PLUGINS=''
GENERAL_PLUGIN_DIR=''
GLIBC21=''
GLIB_CFLAGS=''
GLIB_CONFIG='no'
GLIB_LIBS=''
GMSGFMT=''
GTK_CFLAGS=''
GTK_CONFIG=''
GTK_LIBS=''
HAVE_ALSA_FALSE=''
HAVE_ALSA_TRUE=''
HAVE_CDROM_FALSE=''
HAVE_CDROM_TRUE=''
HAVE_ESD_FALSE=''
HAVE_ESD_TRUE=''
HAVE_LINUX_JOYSTICK_FALSE=''
HAVE_LINUX_JOYSTICK_TRUE=''
HAVE_MIKMOD_FALSE=''
HAVE_MIKMOD_TRUE=''
HAVE_OGGVORBIS_FALSE=''
HAVE_OGGVORBIS_TRUE=''
HAVE_OPENGL_FALSE=''
HAVE_OPENGL_TRUE=''
HAVE_OSS_FALSE=''
HAVE_OSS_TRUE=''
HAVE_SOLARIS_FALSE=''
HAVE_SOLARIS_TRUE=''
HAVE_SUN_FALSE=''
HAVE_SUN_TRUE=''
INPUT_PLUGINS=''
INPUT_PLUGIN_DIR=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INSTOBJEXT=''
INTLBISON=''
INTLLIBS=''
INTLOBJS=''
INTL_LIBTOOL_SUFFIX_PREFIX=''
LDFLAGS=''
LIBICONV=''
LIBINTL=''
LIBMIKMOD_CFLAGS=''
LIBMIKMOD_CONFIG=''
LIBMIKMOD_LDADD=''
LIBMIKMOD_LIBS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/samir/xmms-1.2.10/missing --run makeinfo'
MKINSTALLDIRS=''
MSGFMT=''
MSGMERGE=''
OBJEXT='o'
OGG_CFLAGS=''
OGG_LIBS=''
OPENGL_LIBS=''
OUTPUT_PLUGINS=''
OUTPUT_PLUGIN_DIR=''
PACKAGE='xmms'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PLUGIN_LDFLAGS=''
POSIX_LIBS=''
POSUB=''
PTHREAD_LIBS=''
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
SM_LIBS=''
STRIP='strip'
USE_INCLUDED_LIBINTL=''
USE_IPV6=''
USE_IPV6_FALSE=''
USE_IPV6_TRUE=''
USE_NLS=''
USE_SIMD_FALSE=''
USE_SIMD_TRUE=''
USE_X86ASM_FALSE=''
USE_X86ASM_TRUE=''
VERSION='1.2.10'
VISUALIZATION_PLUGINS=''
VISUALIZATION_PLUGIN_DIR=''
VM_LIBS=''
VORBISENC_LIBS=''
VORBISFILE_LIBS=''
VORBIS_CFLAGS=''
VORBIS_LIBS=''
XGETTEXT=''
XMMS_DEFINES=''
XMMS_PATH=''
Z_LIBS=''
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
ac_prefix_program=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/samir/xmms-1.2.10/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir=''
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
plugindir=''
pluginsubs=''
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=''
sysconfdir='${prefix}/etc'
target_alias=''
xmmsdir=''

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

#define DEV_DSP "/dev/dsp"
#define DEV_MIXER "/dev/mixer"
#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 "xmms"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define VERSION "1.2.10"

configure: exit 1



-- 
_______________________________________________
NEW! Lycos Dating Search. The only place to search multiple dating sites at 
once.
http://datingsearch.lycos.com





reply via email to

[Prev in Thread] Current Thread [Next in Thread]