Personal tools
Document Actions

Gaim 0.71 and SuSE 8.2 ./configure problems with glib 2.x

Since MSN has updated their protocol, I needed to get upgraded from 0.68 to 0.71. But the ./configure stage won't work.
<br />
I get the following problems:
<br />
SuSE 8.2 with all the updates full/custom install as of October 16th,2003.
<br />
 2.4.20-4GB #5 i686
<br />
 
<br />
 ./configure
<br />
 
<br />
 checking for GLIB - version >= 2.0.0... no
<br />
 *** Could not run GLIB test program, checking why...
<br />
 *** The test program failed to compile or link. See the file config.log for the
<br />
 *** exact error that occured. This usually means GLIB is incorrectly installed.
<br />
 configure: error:
<br />
 *** GLib 2.0 is required to build Gaim; please make sure you have the GLib
<br />
 *** development headers installed. The latest version of GLib is
<br />
 *** always available at http://www.gtk.org/.
<br />
 
<br />
 However glib2 and glib2-devel are installed:
<br />
 #rpm-qa | grep glib
<br />
 glibc-2.3.2-6
<br />
 glib-1.2.10-372
<br />
 glibc-locale-2.3.2-6
<br />
 glib2-devel-2.2.1-18
<br />
 glibc-devel-2.3.2-6
<br />
 glib2-2.2.1-18
<br />
 glibc-html-2.3.2-6
<br />
 glibc-i18ndata-2.3.2-6
<br />
 glibc-info-2.3.2-6
<br />
 
<br />
 ./configure --disable-glibtest
<br />
 doesn't seem to work, becuase it STILL runs the test and fails.
<br />
 Please help suggest what to do.
<br />

<br />
I looked into config.log first thing. Nothing I could see as helpful. Here's the only apparently related part:
<br />
 "|
<br />
 | #include
<br />
 | #include
<br />
 |
<br />
 | int
<br />
 | main ()
<br />
 | {
<br />
 | return ((glib_major_version) || (glib_minor_version) || (glib_micro_version));
<br />
 | ;
<br />
 | return 0;
<br />
 | }
<br />
 configure:13661: error:
<br />
 *** GLib 2.0 is required to build Gaim; please make sure you have the GLib
<br />
 *** development headers installed. The latest version of GLib is
<br />
 *** always available at http://www.gtk.org/.
<br />
 "
<br />
gaim-0.71.tar.gz
<br />
 
<br />
If you click the "Read More" link at the end of this article you will see the detailed output from config.log.
<br />
Please send suggestions for resolution to hawke{at]hawkes-haven.com.
<br />
Thanks,
<br />
-Hawke
<br />

CONSOLE OUTPUT:
<br />
/mysrc/gaim-0.71 # ./configure --disable-glibtest
<br />
checking for a BSD-compatible install... /usr/bin/install -c
<br />
checking whether build environment is sane... yes
<br />
checking for gawk... gawk
<br />
checking whether make sets $(MAKE)... yes
<br />
checking for sed... /usr/bin/sed
<br />
checking for gcc... gcc
<br />
checking for C compiler default output... a.out
<br />
checking whether the C compiler works... yes
<br />
checking whether we are cross compiling... no
<br />
checking for suffix of executables...
<br />
checking for suffix of object files... o
<br />
checking whether we are using the GNU C compiler... yes
<br />
checking whether gcc accepts -g... yes
<br />
checking for gcc option to accept ANSI C... none needed
<br />
checking for style of include used by make... GNU
<br />
checking dependency style of gcc... gcc3
<br />
checking build system type... i686-pc-linux-gnu
<br />
checking host system type... i686-pc-linux-gnu
<br />
checking for ld used by GCC... /usr/i486-suse-linux/bin/ld
<br />
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... yes
<br />
checking for /usr/i486-suse-linux/bin/ld option to reload object files... -r
<br />
checking for BSD-compatible nm... /usr/bin/nm -B
<br />
checking for a sed that does not truncate output... /usr/bin/sed
<br />
checking whether ln -s works... yes
<br />
checking how to recognise dependent libraries... pass_all
<br />
checking command to parse /usr/bin/nm -B output... ok
<br />
checking how to run the C preprocessor... gcc -E
<br />
checking for egrep... grep -E
<br />
checking for ANSI C header files... yes
<br />
checking for sys/types.h... yes
<br />
checking for sys/stat.h... yes
<br />
checking for stdlib.h... yes
<br />
checking for string.h... yes
<br />
checking for memory.h... yes
<br />
checking for strings.h... yes
<br />
checking for inttypes.h... yes
<br />
checking for stdint.h... yes
<br />
checking for unistd.h... yes
<br />
checking dlfcn.h usability... yes
<br />
checking dlfcn.h presence... yes
<br />
checking for dlfcn.h... yes
<br />
checking for ranlib... ranlib
<br />
checking for strip... strip
<br />
checking for objdir... .libs
<br />
checking for gcc option to produce PIC... -fPIC
<br />
checking if gcc PIC flag -fPIC works... yes
<br />
checking if gcc static flag -static works... yes
<br />
checking if gcc supports -c -o file.o... yes
<br />
checking if gcc supports -c -o file.lo... yes
<br />
checking if gcc supports -fno-rtti -fno-exceptions... yes
<br />
checking whether the linker (/usr/i486-suse-linux/bin/ld) supports shared libraries... yes
<br />
checking how to hardcode library paths into programs... immediate
<br />
checking whether stripping libraries is possible... yes
<br />
checking dynamic linker characteristics... GNU/Linux ld.so
<br />
checking if libtool supports shared libraries... yes
<br />
checking whether to build shared libraries... yes
<br />
checking whether to build static libraries... no
<br />
checking whether -lc should be explicitly linked in... no
<br />
creating libtool
<br />
checking for a BSD-compatible install... /usr/bin/install -c
<br />
checking for msgfmt... /usr/bin/msgfmt
<br />
checking for gmsgfmt... /usr/bin/msgfmt
<br />
checking for xgettext... /usr/bin/xgettext
<br />
checking for msgmerge... /usr/bin/msgmerge
<br />
checking for ranlib... (cached) ranlib
<br />
checking for strerror in -lcposix... no
<br />
checking for an ANSI C-conforming const... yes
<br />
checking for inline... inline
<br />
checking for off_t... yes
<br />
checking for size_t... yes
<br />
checking for working alloca.h... yes
<br />
checking for alloca... yes
<br />
checking for stdlib.h... (cached) yes
<br />
checking for unistd.h... (cached) yes
<br />
checking for getpagesize... yes
<br />
checking for working mmap... yes
<br />
checking whether we are using the GNU C Library 2.1 or newer... yes
<br />
checking whether integer division by zero raises SIGFPE... yes
<br />
checking for inttypes.h... yes
<br />
checking for stdint.h... yes
<br />
checking for unsigned long long... yes
<br />
checking for inttypes.h... yes
<br />
checking whether the inttypes.h PRIxNN macros are broken... no
<br />
checking for ld used by GCC... /usr/i486-suse-linux/bin/ld
<br />
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... yes
<br />
checking for shared library run path origin... ./config.rpath: ./config.rpath: No such file or directory
<br />
done
<br />
checking argz.h usability... yes
<br />
checking argz.h presence... yes
<br />
checking for argz.h... yes
<br />
checking limits.h usability... yes
<br />
checking limits.h presence... yes
<br />
checking for limits.h... yes
<br />
checking locale.h usability... yes
<br />
checking locale.h presence... yes
<br />
checking for locale.h... yes
<br />
checking nl_types.h usability... yes
<br />
checking nl_types.h presence... yes
<br />
checking for nl_types.h... yes
<br />
checking malloc.h usability... yes
<br />
checking malloc.h presence... yes
<br />
checking for malloc.h... yes
<br />
checking stddef.h usability... yes
<br />
checking stddef.h presence... yes
<br />
checking for stddef.h... yes
<br />
checking for stdlib.h... (cached) yes
<br />
checking for string.h... (cached) yes
<br />
checking for unistd.h... (cached) yes
<br />
checking sys/param.h usability... yes
<br />
checking sys/param.h presence... yes
<br />
checking for sys/param.h... yes
<br />
checking for feof_unlocked... yes
<br />
checking for fgets_unlocked... yes
<br />
checking for getc_unlocked... yes
<br />
checking for getcwd... yes
<br />
checking for getegid... yes
<br />
checking for geteuid... yes
<br />
checking for getgid... yes
<br />
checking for getuid... yes
<br />
checking for mempcpy... yes
<br />
checking for munmap... yes
<br />
checking for putenv... yes
<br />
checking for setenv... yes
<br />
checking for setlocale... yes
<br />
checking for stpcpy... yes
<br />
checking for strcasecmp... yes
<br />
checking for strdup... yes
<br />
checking for strtoul... yes
<br />
checking for tsearch... yes
<br />
checking for __argz_count... yes
<br />
checking for __argz_stringify... yes
<br />
checking for __argz_next... yes
<br />
checking for iconv... yes
<br />
checking for iconv declaration...
<br />
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
<br />
checking for nl_langinfo and CODESET... yes
<br />
checking for LC_MESSAGES... yes
<br />
checking for bison... bison
<br />
checking version of bison... 1.75, ok
<br />
checking whether NLS is requested... yes
<br />
checking whether included gettext is requested... no
<br />
checking for GNU gettext in libc... yes
<br />
checking for ANSI C header files... (cached) yes
<br />
checking for sys/wait.h that is POSIX.1 compatible... yes
<br />
checking fcntl.h usability... yes
<br />
checking fcntl.h presence... yes
<br />
checking for fcntl.h... yes
<br />
checking sys/time.h usability... yes
<br />
checking sys/time.h presence... yes
<br />
checking for sys/time.h... yes
<br />
checking for unistd.h... (cached) yes
<br />
checking for locale.h... (cached) yes
<br />
checking signal.h usability... yes
<br />
checking signal.h presence... yes
<br />
checking for signal.h... yes
<br />
checking for an ANSI C-conforming const... (cached) yes
<br />
checking whether struct tm is in sys/time.h or time.h... time.h
<br />
checking return type of signal handlers... void
<br />
checking for strftime... yes
<br />
checking for strdup... (cached) yes
<br />
checking for strstr... yes
<br />
checking for atexit... yes
<br />
checking for getopt_long... yes
<br />
checking for inet_aton... yes
<br />
checking for gethostent in -lnsl... yes
<br />
checking for socket... yes
<br />
checking for getaddrinfo... yes
<br />
checking for socklen_t... yes
<br />
checking for pkg-config... /usr/local/bin/pkg-config
<br />
checking for GLIB - version >= 2.0.0... no
<br />
*** Could not run GLIB test program, checking why...
<br />
*** The test program failed to compile or link. See the file config.log for the
<br />
*** exact error that occured. This usually means GLIB is incorrectly installed.
<br />
configure: error:
<br />
*** GLib 2.0 is required to build Gaim; please make sure you have the GLib
<br />
*** development headers installed. The latest version of GLib is
<br />
*** always available at http://www.gtk.org/.
<br />

<br />

<br />
CONFIG.LOG:
<br />
This file contains any messages produced by compilers while
<br />
running configure, to aid debugging if configure makes a mistake.
<br />

<br />
It was created by configure, which was
<br />
generated by GNU Autoconf 2.57.  Invocation command line was
<br />

<br />
  $ ./configure --disable-glibtest
<br />

<br />
## --------- ##
<br />
## Platform. ##
<br />
## --------- ##
<br />

<br />
hostname = lnx170
<br />
uname -m = i686
<br />
uname -r = 2.4.20-4GB
<br />
uname -s = Linux
<br />
uname -v = #5 Tue Oct 7 15:32:24 MDT 2003
<br />

<br />
/usr/bin/uname -p = unknown
<br />
/bin/uname -X     = unknown
<br />

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

<br />
PATH: /sbin
<br />
PATH: /usr/sbin
<br />
PATH: /usr/local/sbin
<br />
PATH: /root/bin
<br />
PATH: /usr/local/bin
<br />
PATH: /usr/bin
<br />
PATH: /usr/X11R6/bin
<br />
PATH: /bin
<br />
PATH: /usr/games
<br />
PATH: /opt/gnome2/bin
<br />
PATH: /opt/gnome/bin
<br />
PATH: /opt/kde3/bin
<br />
PATH: /opt/OpenOffice.org/program
<br />
PATH: /usr/lib/java/jre/bin
<br />
PATH: /opt/gnome/bin
<br />

<br />

<br />
## ----------- ##
<br />
## Core tests. ##
<br />
## ----------- ##
<br />

<br />
configure:1530: checking for a BSD-compatible install
<br />
configure:1584: result: /usr/bin/install -c
<br />
configure:1595: checking whether build environment is sane
<br />
configure:1638: result: yes
<br />
configure:1671: checking for gawk
<br />
configure:1687: found /usr/bin/gawk
<br />
configure:1697: result: gawk
<br />
configure:1707: checking whether make sets $(MAKE)
<br />
configure:1727: result: yes
<br />
configure:1877: checking for sed
<br />
configure:1895: found /usr/bin/sed
<br />
configure:1907: result: /usr/bin/sed
<br />
configure:1961: checking for gcc
<br />
configure:1977: found /usr/bin/gcc
<br />
configure:1987: result: gcc
<br />
configure:2231: checking for C compiler version
<br />
configure:2234: gcc --version &5
<br />
gcc (GCC) 3.3 20030226 (prerelease) (SuSE Linux)
<br />
Copyright (C) 2002 Free Software Foundation, Inc.
<br />
This is free software; see the source for copying conditions.  There is NO
<br />
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
<br />

<br />
configure:2237: $? = 0
<br />
configure:2239: gcc -v &5
<br />
Reading specs from /usr/lib/gcc-lib/i486-suse-linux/3.3/specs
<br />
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --enable-languages=c,c++,f77,objc,java,ada --disable-checking --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i486-suse-linux
<br />
Thread model: posix
<br />
gcc version 3.3 20030226 (prerelease) (SuSE Linux)
<br />
configure:2242: $? = 0
<br />
configure:2244: gcc -V &5
<br />
gcc: `-V' option must have argument
<br />
configure:2247: $? = 1
<br />
configure:2271: checking for C compiler default output
<br />
configure:2274: gcc    conftest.c  >&5
<br />
configure:2277: $? = 0
<br />
configure:2323: result: a.out
<br />
configure:2328: checking whether the C compiler works
<br />
configure:2334: ./a.out
<br />
configure:2337: $? = 0
<br />
configure:2354: result: yes
<br />
configure:2361: checking whether we are cross compiling
<br />
configure:2363: result: no
<br />
configure:2366: checking for suffix of executables
<br />
configure:2368: gcc -o conftest    conftest.c  >&5
<br />
configure:2371: $? = 0
<br />
configure:2396: result:
<br />
configure:2402: checking for suffix of object files
<br />
configure:2424: gcc -c   conftest.c >&5
<br />
configure:2427: $? = 0
<br />
configure:2449: result: o
<br />
configure:2453: checking whether we are using the GNU C compiler
<br />
configure:2478: gcc -c   conftest.c >&5
<br />
configure:2481: $? = 0
<br />
configure:2484: test -s conftest.o
<br />
configure:2487: $? = 0
<br />
configure:2500: result: yes
<br />
configure:2506: checking whether gcc accepts -g
<br />
configure:2528: gcc -c -g  conftest.c >&5
<br />
configure:2531: $? = 0
<br />
configure:2534: test -s conftest.o
<br />
configure:2537: $? = 0
<br />
configure:2548: result: yes
<br />
configure:2565: checking for gcc option to accept ANSI C
<br />
configure:2626: gcc  -c -g -O2  conftest.c >&5
<br />
configure:2629: $? = 0
<br />
configure:2632: test -s conftest.o
<br />
configure:2635: $? = 0
<br />
configure:2653: result: none needed
<br />
configure:2671: gcc -c -g -O2  conftest.c >&5
<br />
conftest.c:2: error: parse error before "me"
<br />
configure:2674: $? = 1
<br />
configure: failed program was:
<br />
| #ifndef __cplusplus
<br />
|   choke me
<br />
| #endif
<br />
configure:2802: checking for style of include used by make
<br />
configure:2830: result: GNU
<br />
configure:2858: checking dependency style of gcc
<br />
configure:2920: result: gcc3
<br />
configure:2997: checking build system type
<br />
configure:3015: result: i686-pc-linux-gnu
<br />
configure:3023: checking host system type
<br />
configure:3037: result: i686-pc-linux-gnu
<br />
configure:3067: checking for ld used by GCC
<br />
configure:3130: result: /usr/i486-suse-linux/bin/ld
<br />
configure:3139: checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld
<br />
GNU ld version 2.13.90.0.18 20030121 (SuSE Linux)
<br />
configure:3151: result: yes
<br />
configure:3156: checking for /usr/i486-suse-linux/bin/ld option to reload object files
<br />
configure:3163: result: -r
<br />
configure:3168: checking for BSD-compatible nm
<br />
configure:3204: result: /usr/bin/nm -B
<br />
configure:3207: checking for a sed that does not truncate output
<br />
configure:3289: result: /usr/bin/sed
<br />
configure:3292: checking whether ln -s works
<br />
configure:3296: result: yes
<br />
configure:3303: checking how to recognise dependent libraries
<br />
configure:3484: result: pass_all
<br />
configure:3497: checking command to parse /usr/bin/nm -B output
<br />
configure:3581: gcc -c -g -O2  conftest.c >&5
<br />
configure:3584: $? = 0
<br />
configure:3588: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[     ]([ABCDGISTW][ABCDGISTW]*)[     ][     ]*()([_A-Za-z][_A-Za-z0-9]*)$/1 23 3/p' > conftest.nm
<br />
configure:3591: $? = 0
<br />
configure:3643: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
<br />
configure:3646: $? = 0
<br />
configure:3690: result: ok
<br />
configure:3699: checking how to run the C preprocessor
<br />
configure:3735: gcc -E  conftest.c
<br />
configure:3741: $? = 0
<br />
configure:3773: gcc -E  conftest.c
<br />
configure:3774:28: ac_nonexistent.h: No such file or directory
<br />
configure:3779: $? = 1
<br />
configure: failed program was:
<br />
| #line 3764 "configure"
<br />
| /* confdefs.h.  */
<br />
|
<br />
| #define PACKAGE_NAME ""
<br />
| #define PACKAGE_TARNAME ""
<br />
| #define PACKAGE_VERSION ""
<br />
| #define PACKAGE_STRING ""
<br />
| #define PACKAGE_BUGREPORT ""
<br />
| #define PACKAGE "gaim"
<br />
| #define VERSION "0.71"
<br />
| /* end confdefs.h.  */
<br />
| #include
<br />
configure:3817: result: gcc -E
<br />
configure:3842: gcc -E  conftest.c
<br />
configure:3848: $? = 0
<br />
configure:3880: gcc -E  conftest.c
<br />
configure:3881:28: ac_nonexistent.h: No such file or directory
<br />
configure:3886: $? = 1
<br />
configure: failed program was:
<br />
| #line 3871 "configure"
<br />
| /* confdefs.h.  */
<br />
|
<br />
| #define PACKAGE_NAME ""
<br />
| #define PACKAGE_TARNAME ""
<br />
| #define PACKAGE_VERSION ""
<br />
| #define PACKAGE_STRING ""
<br />
| #define PACKAGE_BUGREPORT ""
<br />
| #define PACKAGE "gaim"
<br />
| #define VERSION "0.71"
<br />
| /* end confdefs.h.  */
<br />
| #include
<br />
configure:3929: checking for egrep
<br />
configure:3939: result: grep -E
<br />
configure:3944: checking for ANSI C header files
<br />
configure:3970: gcc -c -g -O2  conftest.c >&5
<br />
configure:3973: $? = 0
<br />
configure:3976: test -s conftest.o
<br />
configure:3979: $? = 0
<br />
configure:4068: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:4071: $? = 0
<br />
configure:4073: ./conftest
<br />
configure:4076: $? = 0
<br />
configure:4091: result: yes
<br />
configure:4115: checking for sys/types.h
<br />
configure:4132: gcc -c -g -O2  conftest.c >&5
<br />
configure:4135: $? = 0
<br />
configure:4138: test -s conftest.o
<br />
configure:4141: $? = 0
<br />
configure:4152: result: yes
<br />
configure:4115: checking for sys/stat.h
<br />
configure:4132: gcc -c -g -O2  conftest.c >&5
<br />
configure:4135: $? = 0
<br />
configure:4138: test -s conftest.o
<br />
configure:4141: $? = 0
<br />
configure:4152: result: yes
<br />
configure:4115: checking for stdlib.h
<br />
configure:4132: gcc -c -g -O2  conftest.c >&5
<br />
configure:4135: $? = 0
<br />
configure:4138: test -s conftest.o
<br />
configure:4141: $? = 0
<br />
configure:4152: result: yes
<br />
configure:4115: checking for string.h
<br />
configure:4132: gcc -c -g -O2  conftest.c >&5
<br />
configure:4135: $? = 0
<br />
configure:4138: test -s conftest.o
<br />
configure:4141: $? = 0
<br />
configure:4152: result: yes
<br />
configure:4115: checking for memory.h
<br />
configure:4132: gcc -c -g -O2  conftest.c >&5
<br />
configure:4135: $? = 0
<br />
configure:4138: test -s conftest.o
<br />
configure:4141: $? = 0
<br />
configure:4152: result: yes
<br />
configure:4115: checking for strings.h
<br />
configure:4132: gcc -c -g -O2  conftest.c >&5
<br />
configure:4135: $? = 0
<br />
configure:4138: test -s conftest.o
<br />
configure:4141: $? = 0
<br />
configure:4152: result: yes
<br />
configure:4115: checking for inttypes.h
<br />
configure:4132: gcc -c -g -O2  conftest.c >&5
<br />
configure:4135: $? = 0
<br />
configure:4138: test -s conftest.o
<br />
configure:4141: $? = 0
<br />
configure:4152: result: yes
<br />
configure:4115: checking for stdint.h
<br />
configure:4132: gcc -c -g -O2  conftest.c >&5
<br />
configure:4135: $? = 0
<br />
configure:4138: test -s conftest.o
<br />
configure:4141: $? = 0
<br />
configure:4152: result: yes
<br />
configure:4115: checking for unistd.h
<br />
configure:4132: gcc -c -g -O2  conftest.c >&5
<br />
configure:4135: $? = 0
<br />
configure:4138: test -s conftest.o
<br />
configure:4141: $? = 0
<br />
configure:4152: result: yes
<br />
configure:4178: checking dlfcn.h usability
<br />
configure:4191: gcc -c -g -O2  conftest.c >&5
<br />
configure:4194: $? = 0
<br />
configure:4197: test -s conftest.o
<br />
configure:4200: $? = 0
<br />
configure:4210: result: yes
<br />
configure:4214: checking dlfcn.h presence
<br />
configure:4225: gcc -E  conftest.c
<br />
configure:4231: $? = 0
<br />
configure:4250: result: yes
<br />
configure:4286: checking for dlfcn.h
<br />
configure:4293: result: yes
<br />
configure:4491: checking for ranlib
<br />
configure:4507: found /usr/bin/ranlib
<br />
configure:4518: result: ranlib
<br />
configure:4571: checking for strip
<br />
configure:4587: found /usr/bin/strip
<br />
configure:4598: result: strip
<br />
configure:4808: checking for objdir
<br />
configure:4819: result: .libs
<br />
configure:4836: checking for gcc option to produce PIC
<br />
configure:4982: result: -fPIC
<br />
configure:4986: checking if gcc PIC flag -fPIC works
<br />
configure:5010: gcc -c -g -O2 -fPIC -DPIC  conftest.c >&5
<br />
configure:5013: $? = 0
<br />
configure:5016: test -s conftest.o
<br />
configure:5019: $? = 0
<br />
configure:5057: result: yes
<br />
configure:5073: checking if gcc static flag -static works
<br />
configure:5098: gcc -o conftest -g -O2   -static conftest.c  >&5
<br />
configure:5101: $? = 0
<br />
configure:5104: test -s conftest
<br />
configure:5107: $? = 0
<br />
configure:5123: result: yes
<br />
configure:5135: checking if gcc supports -c -o file.o
<br />
configure:5158: gcc -c -g -O2 -o out/conftest2.o  conftest.c >&5
<br />
configure:5179: result: yes
<br />
configure:5184: checking if gcc supports -c -o file.lo
<br />
configure:5212: gcc -c -g -O2 -c -o conftest.lo  conftest.c >&5
<br />
configure:5215: $? = 0
<br />
configure:5218: test -s conftest.lo
<br />
configure:5221: $? = 0
<br />
configure:5243: result: yes
<br />
configure:5274: checking if gcc supports -fno-rtti -fno-exceptions
<br />
configure:5297: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c  conftest.c >&5
<br />
cc1: warning: "-frtti" is valid for C++ but not for C/ObjC
<br />
cc1: warning: "-frtti" is valid for C++ but not for C/ObjC
<br />
configure:5300: $? = 0
<br />
configure:5303: test -s conftest.o
<br />
configure:5306: $? = 0
<br />
configure:5323: result: yes
<br />
configure:5334: checking whether the linker (/usr/i486-suse-linux/bin/ld) supports shared libraries
<br />
configure:6029: result: yes
<br />
configure:6034: checking how to hardcode library paths into programs
<br />
configure:6058: result: immediate
<br />
configure:6063: checking whether stripping libraries is possible
<br />
configure:6068: result: yes
<br />
configure:6079: checking dynamic linker characteristics
<br />
configure:6510: result: GNU/Linux ld.so
<br />
configure:6515: checking if libtool supports shared libraries
<br />
configure:6517: result: yes
<br />
configure:6520: checking whether to build shared libraries
<br />
configure:6541: result: yes
<br />
configure:6544: checking whether to build static libraries
<br />
configure:6548: result: no
<br />
configure:7222: checking whether -lc should be explicitly linked in
<br />
configure:7230: gcc -c -g -O2  conftest.c >&5
<br />
configure:7233: $? = 0
<br />
configure:7247: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2>&1 | grep  -lc  >/dev/null 2>&1
<br />
configure:7250: $? = 0
<br />
configure:7263: result: no
<br />
configure:7849: checking for a BSD-compatible install
<br />
configure:7903: result: /usr/bin/install -c
<br />
configure:7933: checking for msgfmt
<br />
configure:7961: result: /usr/bin/msgfmt
<br />
configure:7970: checking for gmsgfmt
<br />
configure:8001: result: /usr/bin/msgfmt
<br />
configure:8011: checking for xgettext
<br />
configure:8039: result: /usr/bin/xgettext
<br />
configure:8050: checking for msgmerge
<br />
configure:8077: result: /usr/bin/msgmerge
<br />
configure:8153: checking for ranlib
<br />
configure:8180: result: ranlib
<br />
configure:8193: checking for strerror in -lcposix
<br />
configure:8224: gcc -o conftest -g -O2   conftest.c -lcposix   >&5
<br />
/usr/lib/gcc-lib/i486-suse-linux/3.3/../../../../i486-suse-linux/bin/ld: cannot find -lcposix
<br />
collect2: ld returned 1 exit status
<br />
configure:8227: $? = 1
<br />
configure: failed program was:
<br />
| #line 8200 "configure"
<br />
| /* confdefs.h.  */
<br />
|
<br />
| #define PACKAGE_NAME ""
<br />
| #define PACKAGE_TARNAME ""
<br />
| #define PACKAGE_VERSION ""
<br />
| #define PACKAGE_STRING ""
<br />
| #define PACKAGE_BUGREPORT ""
<br />
| #define PACKAGE "gaim"
<br />
| #define VERSION "0.71"
<br />
| #define STDC_HEADERS 1
<br />
| #define HAVE_SYS_TYPES_H 1
<br />
| #define HAVE_SYS_STAT_H 1
<br />
| #define HAVE_STDLIB_H 1
<br />
| #define HAVE_STRING_H 1
<br />
| #define HAVE_MEMORY_H 1
<br />
| #define HAVE_STRINGS_H 1
<br />
| #define HAVE_INTTYPES_H 1
<br />
| #define HAVE_STDINT_H 1
<br />
| #define HAVE_UNISTD_H 1
<br />
| #define HAVE_DLFCN_H 1
<br />
| /* end confdefs.h.  */
<br />
|
<br />
| /* Override any gcc2 internal prototype to avoid an error.  */
<br />
| #ifdef __cplusplus
<br />
| extern "C"
<br />
| #endif
<br />
| /* We use char because int might match the return type of a gcc2
<br />
|    builtin and then its argument prototype would still apply.  */
<br />
| char strerror ();
<br />
| int
<br />
| main ()
<br />
| {
<br />
| strerror ();
<br />
|   ;
<br />
|   return 0;
<br />
| }
<br />
configure:8245: result: no
<br />
configure:8253: checking for an ANSI C-conforming const
<br />
configure:8321: gcc -c -g -O2  conftest.c >&5
<br />
configure:8324: $? = 0
<br />
configure:8327: test -s conftest.o
<br />
configure:8330: $? = 0
<br />
configure:8341: result: yes
<br />
configure:8351: checking for inline
<br />
configure:8373: gcc -c -g -O2  conftest.c >&5
<br />
configure:8376: $? = 0
<br />
configure:8379: test -s conftest.o
<br />
configure:8382: $? = 0
<br />
configure:8394: result: inline
<br />
configure:8409: checking for off_t
<br />
configure:8434: gcc -c -g -O2  conftest.c >&5
<br />
configure:8437: $? = 0
<br />
configure:8440: test -s conftest.o
<br />
configure:8443: $? = 0
<br />
configure:8454: result: yes
<br />
configure:8466: checking for size_t
<br />
configure:8491: gcc -c -g -O2  conftest.c >&5
<br />
configure:8494: $? = 0
<br />
configure:8497: test -s conftest.o
<br />
configure:8500: $? = 0
<br />
configure:8511: result: yes
<br />
configure:8525: checking for working alloca.h
<br />
configure:8547: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:8550: $? = 0
<br />
configure:8553: test -s conftest
<br />
configure:8556: $? = 0
<br />
configure:8567: result: yes
<br />
configure:8577: checking for alloca
<br />
configure:8619: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:8622: $? = 0
<br />
configure:8625: test -s conftest
<br />
configure:8628: $? = 0
<br />
configure:8639: result: yes
<br />
configure:8852: checking for stdlib.h
<br />
configure:8857: result: yes
<br />
configure:8852: checking for unistd.h
<br />
configure:8857: result: yes
<br />
configure:8993: checking for getpagesize
<br />
configure:9043: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:9046: $? = 0
<br />
configure:9049: test -s conftest
<br />
configure:9052: $? = 0
<br />
configure:9063: result: yes
<br />
configure:9073: checking for working mmap
<br />
configure:9216: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:9219: $? = 0
<br />
configure:9221: ./conftest
<br />
configure:9224: $? = 0
<br />
configure:9238: result: yes
<br />
configure:9250: checking whether we are using the GNU C Library 2.1 or newer
<br />
configure:9282: result: yes
<br />
configure:9290: checking whether integer division by zero raises SIGFPE
<br />
configure:9353: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:9352: warning: built-in function `nan' declared as non-function
<br />
configure:9356: $? = 0
<br />
configure:9358: ./conftest
<br />
configure:9361: $? = 0
<br />
configure:9376: result: yes
<br />
configure:9389: checking for inttypes.h
<br />
configure:9412: gcc -c -g -O2  conftest.c >&5
<br />
configure:9415: $? = 0
<br />
configure:9418: test -s conftest.o
<br />
configure:9421: $? = 0
<br />
configure:9432: result: yes
<br />
configure:9443: checking for stdint.h
<br />
configure:9466: gcc -c -g -O2  conftest.c >&5
<br />
configure:9469: $? = 0
<br />
configure:9472: test -s conftest.o
<br />
configure:9475: $? = 0
<br />
configure:9486: result: yes
<br />
configure:9497: checking for unsigned long long
<br />
configure:9520: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:9523: $? = 0
<br />
configure:9526: test -s conftest
<br />
configure:9529: $? = 0
<br />
configure:9540: result: yes
<br />
configure:9566: checking for inttypes.h
<br />
configure:9590: gcc -c -g -O2  conftest.c >&5
<br />
configure:9593: $? = 0
<br />
configure:9596: test -s conftest.o
<br />
configure:9599: $? = 0
<br />
configure:9611: result: yes
<br />
configure:9624: checking whether the inttypes.h PRIxNN macros are broken
<br />
configure:9651: gcc -c -g -O2  conftest.c >&5
<br />
configure:9654: $? = 0
<br />
configure:9657: test -s conftest.o
<br />
configure:9660: $? = 0
<br />
configure:9672: result: no
<br />
configure:9710: checking for ld used by GCC
<br />
configure:9773: result: /usr/i486-suse-linux/bin/ld
<br />
configure:9782: checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld
<br />
GNU ld version 2.13.90.0.18 20030121 (SuSE Linux)
<br />
configure:9794: result: yes
<br />
configure:9800: checking for shared library run path origin
<br />
configure:9813: result: done
<br />
configure:10241: checking argz.h usability
<br />
configure:10254: gcc -c -g -O2  conftest.c >&5
<br />
configure:10257: $? = 0
<br />
configure:10260: test -s conftest.o
<br />
configure:10263: $? = 0
<br />
configure:10273: result: yes
<br />
configure:10277: checking argz.h presence
<br />
configure:10288: gcc -E  conftest.c
<br />
configure:10294: $? = 0
<br />
configure:10313: result: yes
<br />
configure:10349: checking for argz.h
<br />
configure:10356: result: yes
<br />
configure:10241: checking limits.h usability
<br />
configure:10254: gcc -c -g -O2  conftest.c >&5
<br />
configure:10257: $? = 0
<br />
configure:10260: test -s conftest.o
<br />
configure:10263: $? = 0
<br />
configure:10273: result: yes
<br />
configure:10277: checking limits.h presence
<br />
configure:10288: gcc -E  conftest.c
<br />
configure:10294: $? = 0
<br />
configure:10313: result: yes
<br />
configure:10349: checking for limits.h
<br />
configure:10356: result: yes
<br />
configure:10241: checking locale.h usability
<br />
configure:10254: gcc -c -g -O2  conftest.c >&5
<br />
configure:10257: $? = 0
<br />
configure:10260: test -s conftest.o
<br />
configure:10263: $? = 0
<br />
configure:10273: result: yes
<br />
configure:10277: checking locale.h presence
<br />
configure:10288: gcc -E  conftest.c
<br />
configure:10294: $? = 0
<br />
configure:10313: result: yes
<br />
configure:10349: checking for locale.h
<br />
configure:10356: result: yes
<br />
configure:10241: checking nl_types.h usability
<br />
configure:10254: gcc -c -g -O2  conftest.c >&5
<br />
configure:10257: $? = 0
<br />
configure:10260: test -s conftest.o
<br />
configure:10263: $? = 0
<br />
configure:10273: result: yes
<br />
configure:10277: checking nl_types.h presence
<br />
configure:10288: gcc -E  conftest.c
<br />
configure:10294: $? = 0
<br />
configure:10313: result: yes
<br />
configure:10349: checking for nl_types.h
<br />
configure:10356: result: yes
<br />
configure:10241: checking malloc.h usability
<br />
configure:10254: gcc -c -g -O2  conftest.c >&5
<br />
configure:10257: $? = 0
<br />
configure:10260: test -s conftest.o
<br />
configure:10263: $? = 0
<br />
configure:10273: result: yes
<br />
configure:10277: checking malloc.h presence
<br />
configure:10288: gcc -E  conftest.c
<br />
configure:10294: $? = 0
<br />
configure:10313: result: yes
<br />
configure:10349: checking for malloc.h
<br />
configure:10356: result: yes
<br />
configure:10241: checking stddef.h usability
<br />
configure:10254: gcc -c -g -O2  conftest.c >&5
<br />
configure:10257: $? = 0
<br />
configure:10260: test -s conftest.o
<br />
configure:10263: $? = 0
<br />
configure:10273: result: yes
<br />
configure:10277: checking stddef.h presence
<br />
configure:10288: gcc -E  conftest.c
<br />
configure:10294: $? = 0
<br />
configure:10313: result: yes
<br />
configure:10349: checking for stddef.h
<br />
configure:10356: result: yes
<br />
configure:10232: checking for stdlib.h
<br />
configure:10237: result: yes
<br />
configure:10232: checking for string.h
<br />
configure:10237: result: yes
<br />
configure:10232: checking for unistd.h
<br />
configure:10237: result: yes
<br />
configure:10241: checking sys/param.h usability
<br />
configure:10254: gcc -c -g -O2  conftest.c >&5
<br />
configure:10257: $? = 0
<br />
configure:10260: test -s conftest.o
<br />
configure:10263: $? = 0
<br />
configure:10273: result: yes
<br />
configure:10277: checking sys/param.h presence
<br />
configure:10288: gcc -E  conftest.c
<br />
configure:10294: $? = 0
<br />
configure:10313: result: yes
<br />
configure:10349: checking for sys/param.h
<br />
configure:10356: result: yes
<br />
configure:10395: checking for feof_unlocked
<br />
configure:10445: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:10448: $? = 0
<br />
configure:10451: test -s conftest
<br />
configure:10454: $? = 0
<br />
configure:10465: result: yes
<br />
configure:10395: checking for fgets_unlocked
<br />
configure:10445: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:10448: $? = 0
<br />
configure:10451: test -s conftest
<br />
configure:10454: $? = 0
<br />
configure:10465: result: yes
<br />
configure:10395: checking for getc_unlocked
<br />
configure:10445: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:10448: $? = 0
<br />
configure:10451: test -s conftest
<br />
configure:10454: $? = 0
<br />
configure:10465: result: yes
<br />
configure:10395: checking for getcwd
<br />
configure:10445: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:10448: $? = 0
<br />
configure:10451: test -s conftest
<br />
configure:10454: $? = 0
<br />
configure:10465: result: yes
<br />
configure:10395: checking for getegid
<br />
configure:10445: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:10448: $? = 0
<br />
configure:10451: test -s conftest
<br />
configure:10454: $? = 0
<br />
configure:10465: result: yes
<br />
configure:10395: checking for geteuid
<br />
configure:10445: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:10448: $? = 0
<br />
configure:10451: test -s conftest
<br />
configure:10454: $? = 0
<br />
configure:10465: result: yes
<br />
configure:10395: checking for getgid
<br />
configure:10445: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:10448: $? = 0
<br />
configure:10451: test -s conftest
<br />
configure:10454: $? = 0
<br />
configure:10465: result: yes
<br />
configure:10395: checking for getuid
<br />
configure:10445: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:10448: $? = 0
<br />
configure:10451: test -s conftest
<br />
configure:10454: $? = 0
<br />
configure:10465: result: yes
<br />
configure:10395: checking for mempcpy
<br />
configure:10445: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:10448: $? = 0
<br />
configure:10451: test -s conftest
<br />
configure:10454: $? = 0
<br />
configure:10465: result: yes
<br />
configure:10395: checking for munmap
<br />
configure:10445: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:10448: $? = 0
<br />
configure:10451: test -s conftest
<br />
configure:10454: $? = 0
<br />
configure:10465: result: yes
<br />
configure:10395: checking for putenv
<br />
configure:10445: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:10448: $? = 0
<br />
configure:10451: test -s conftest
<br />
configure:10454: $? = 0
<br />
configure:10465: result: yes
<br />
configure:10395: checking for setenv
<br />
configure:10445: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:10448: $? = 0
<br />
configure:10451: test -s conftest
<br />
configure:10454: $? = 0
<br />
configure:10465: result: yes
<br />
configure:10395: checking for setlocale
<br />
configure:10445: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:10448: $? = 0
<br />
configure:10451: test -s conftest
<br />
configure:10454: $? = 0
<br />
configure:10465: result: yes
<br />
configure:10395: checking for stpcpy
<br />
configure:10445: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:10448: $? = 0
<br />
configure:10451: test -s conftest
<br />
configure:10454: $? = 0
<br />
configure:10465: result: yes
<br />
configure:10395: checking for strcasecmp
<br />
configure:10445: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:10448: $? = 0
<br />
configure:10451: test -s conftest
<br />
configure:10454: $? = 0
<br />
configure:10465: result: yes
<br />
configure:10395: checking for strdup
<br />
configure:10445: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:10448: $? = 0
<br />
configure:10451: test -s conftest
<br />
configure:10454: $? = 0
<br />
configure:10465: result: yes
<br />
configure:10395: checking for strtoul
<br />
configure:10445: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:10448: $? = 0
<br />
configure:10451: test -s conftest
<br />
configure:10454: $? = 0
<br />
configure:10465: result: yes
<br />
configure:10395: checking for tsearch
<br />
configure:10445: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:10448: $? = 0
<br />
configure:10451: test -s conftest
<br />
configure:10454: $? = 0
<br />
configure:10465: result: yes
<br />
configure:10395: checking for __argz_count
<br />
configure:10445: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:10448: $? = 0
<br />
configure:10451: test -s conftest
<br />
configure:10454: $? = 0
<br />
configure:10465: result: yes
<br />
configure:10395: checking for __argz_stringify
<br />
configure:10445: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:10448: $? = 0
<br />
configure:10451: test -s conftest
<br />
configure:10454: $? = 0
<br />
configure:10465: result: yes
<br />
configure:10395: checking for __argz_next
<br />
configure:10445: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:10448: $? = 0
<br />
configure:10451: test -s conftest
<br />
configure:10454: $? = 0
<br />
configure:10465: result: yes
<br />
configure:10506: checking for iconv
<br />
configure:10534: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:10537: $? = 0
<br />
configure:10540: test -s conftest
<br />
configure:10543: $? = 0
<br />
configure:10598: result: yes
<br />
configure:10621: checking for iconv declaration
<br />
configure:10656: gcc -c -g -O2  conftest.c >&5
<br />
configure:10659: $? = 0
<br />
configure:10662: test -s conftest.o
<br />
configure:10665: $? = 0
<br />
configure:10680: result:
<br />
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
<br />
configure:10691: checking for nl_langinfo and CODESET
<br />
configure:10713: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:10716: $? = 0
<br />
configure:10719: test -s conftest
<br />
configure:10722: $? = 0
<br />
configure:10734: result: yes
<br />
configure:10746: checking for LC_MESSAGES
<br />
configure:10768: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:10771: $? = 0
<br />
configure:10774: test -s conftest
<br />
configure:10777: $? = 0
<br />
configure:10788: result: yes
<br />
configure:10804: checking for bison
<br />
configure:10820: found /usr/bin/bison
<br />
configure:10830: result: bison
<br />
configure:10843: checking version of bison
<br />
configure:10852: result: 1.75, ok
<br />
configure:10873: checking whether NLS is requested
<br />
configure:10882: result: yes
<br />
configure:10897: checking whether included gettext is requested
<br />
configure:10907: result: no
<br />
configure:10918: checking for GNU gettext in libc
<br />
configure:10943: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:10946: $? = 0
<br />
configure:10949: test -s conftest
<br />
configure:10952: $? = 0
<br />
configure:10963: result: yes
<br />
configure:11579: checking for ANSI C header files
<br />
configure:11726: result: yes
<br />
configure:11736: checking for sys/wait.h that is POSIX.1 compatible
<br />
configure:11768: gcc -c -g -O2  conftest.c >&5
<br />
configure:11771: $? = 0
<br />
configure:11774: test -s conftest.o
<br />
configure:11777: $? = 0
<br />
configure:11788: result: yes
<br />
configure:11816: checking fcntl.h usability
<br />
configure:11829: gcc -c -g -O2  conftest.c >&5
<br />
configure:11832: $? = 0
<br />
configure:11835: test -s conftest.o
<br />
configure:11838: $? = 0
<br />
configure:11848: result: yes
<br />
configure:11852: checking fcntl.h presence
<br />
configure:11863: gcc -E  conftest.c
<br />
configure:11869: $? = 0
<br />
configure:11888: result: yes
<br />
configure:11924: checking for fcntl.h
<br />
configure:11931: result: yes
<br />
configure:11816: checking sys/time.h usability
<br />
configure:11829: gcc -c -g -O2  conftest.c >&5
<br />
configure:11832: $? = 0
<br />
configure:11835: test -s conftest.o
<br />
configure:11838: $? = 0
<br />
configure:11848: result: yes
<br />
configure:11852: checking sys/time.h presence
<br />
configure:11863: gcc -E  conftest.c
<br />
configure:11869: $? = 0
<br />
configure:11888: result: yes
<br />
configure:11924: checking for sys/time.h
<br />
configure:11931: result: yes
<br />
configure:11807: checking for unistd.h
<br />
configure:11812: result: yes
<br />
configure:11807: checking for locale.h
<br />
configure:11812: result: yes
<br />
configure:11816: checking signal.h usability
<br />
configure:11829: gcc -c -g -O2  conftest.c >&5
<br />
configure:11832: $? = 0
<br />
configure:11835: test -s conftest.o
<br />
configure:11838: $? = 0
<br />
configure:11848: result: yes
<br />
configure:11852: checking signal.h presence
<br />
configure:11863: gcc -E  conftest.c
<br />
configure:11869: $? = 0
<br />
configure:11888: result: yes
<br />
configure:11924: checking for signal.h
<br />
configure:11931: result: yes
<br />
configure:11945: checking for an ANSI C-conforming const
<br />
configure:12033: result: yes
<br />
configure:12043: checking whether struct tm is in sys/time.h or time.h
<br />
configure:12067: gcc -c -g -O2  conftest.c >&5
<br />
configure:12070: $? = 0
<br />
configure:12073: test -s conftest.o
<br />
configure:12076: $? = 0
<br />
configure:12087: result: time.h
<br />
configure:12098: checking return type of signal handlers
<br />
configure:12130: gcc -c -g -O2  conftest.c >&5
<br />
configure:12133: $? = 0
<br />
configure:12136: test -s conftest.o
<br />
configure:12139: $? = 0
<br />
configure:12150: result: void
<br />
configure:12162: checking for strftime
<br />
configure:12212: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:12215: $? = 0
<br />
configure:12218: test -s conftest
<br />
configure:12221: $? = 0
<br />
configure:12232: result: yes
<br />
configure:12312: checking for strdup
<br />
configure:12382: result: yes
<br />
configure:12312: checking for strstr
<br />
configure:12362: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:12413: warning: conflicting types for built-in function `strstr'
<br />
configure:12365: $? = 0
<br />
configure:12368: test -s conftest
<br />
configure:12371: $? = 0
<br />
configure:12382: result: yes
<br />
configure:12312: checking for atexit
<br />
configure:12362: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:12365: $? = 0
<br />
configure:12368: test -s conftest
<br />
configure:12371: $? = 0
<br />
configure:12382: result: yes
<br />
configure:12396: checking for getopt_long
<br />
configure:12446: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:12449: $? = 0
<br />
configure:12452: test -s conftest
<br />
configure:12455: $? = 0
<br />
configure:12466: result: yes
<br />
configure:12481: checking for inet_aton
<br />
configure:12531: gcc -o conftest -g -O2   conftest.c  >&5
<br />
configure:12534: $? = 0
<br />
configure:12537: test -s conftest
<br />
configure:12540: $? = 0
<br />
configure:12551: result: yes
<br />
configure:12627: checking for gethostent in -lnsl
<br />
configure:12658: gcc -o conftest -g -O2   conftest.c -lnsl   >&5
<br />
configure:12661: $? = 0
<br />
configure:12664: test -s conftest
<br />
configure:12667: $? = 0
<br />
configure:12679: result: yes
<br />
configure:12690: checking for socket
<br />
configure:12740: gcc -o conftest -g -O2   conftest.c -lnsl  >&5
<br />
configure:12743: $? = 0
<br />
configure:12746: test -s conftest
<br />
configure:12749: $? = 0
<br />
configure:12760: result: yes
<br />
configure:12835: checking for getaddrinfo
<br />
configure:12885: gcc -o conftest -g -O2   conftest.c -lnsl  >&5
<br />
configure:12888: $? = 0
<br />
configure:12891: test -s conftest
<br />
configure:12894: $? = 0
<br />
configure:12905: result: yes
<br />
configure:12978: checking for socklen_t
<br />
configure:13001: gcc -c -g -O2  conftest.c >&5
<br />
configure:13004: $? = 0
<br />
configure:13007: test -s conftest.o
<br />
configure:13010: $? = 0
<br />
configure:13013: result: yes
<br />
configure:13383: checking for pkg-config
<br />
configure:13401: found /usr/local/bin/pkg-config
<br />
configure:13414: result: /usr/local/bin/pkg-config
<br />
configure:13437: checking for GLIB - version >= 2.0.0
<br />
configure:13587: result: no
<br />
configure:13621: gcc -o conftest -g -O2 -Wall -g3    conftest.c -lnsl   >&5
<br />
configure:13688:18: glib.h: No such file or directory
<br />
configure: In function `main':
<br />
configure:13694: error: `glib_major_version' undeclared (first use in this function)
<br />
configure:13694: error: (Each undeclared identifier is reported only once
<br />
configure:13694: error: for each function it appears in.)
<br />
configure:13694: error: `glib_minor_version' undeclared (first use in this function)
<br />
configure:13694: error: `glib_micro_version' undeclared (first use in this function)
<br />
configure:13624: $? = 1
<br />
configure: failed program was:
<br />
| #line 13601 "configure"
<br />
| /* confdefs.h.  */
<br />
|
<br />
| #define PACKAGE_NAME ""
<br />
| #define PACKAGE_TARNAME ""
<br />
| #define PACKAGE_VERSION ""
<br />
| #define PACKAGE_STRING ""
<br />
| #define PACKAGE_BUGREPORT ""
<br />
| #define PACKAGE "gaim"
<br />
| #define VERSION "0.71"
<br />
| #define STDC_HEADERS 1
<br />
| #define HAVE_SYS_TYPES_H 1
<br />
| #define HAVE_SYS_STAT_H 1
<br />
| #define HAVE_STDLIB_H 1
<br />
| #define HAVE_STRING_H 1
<br />
| #define HAVE_MEMORY_H 1
<br />
| #define HAVE_STRINGS_H 1
<br />
| #define HAVE_INTTYPES_H 1
<br />
| #define HAVE_STDINT_H 1
<br />
| #define HAVE_UNISTD_H 1
<br />
| #define HAVE_DLFCN_H 1
<br />
| #define HAVE_ALLOCA_H 1
<br />
| #define HAVE_ALLOCA 1
<br />
| #define HAVE_STDLIB_H 1
<br />
| #define HAVE_UNISTD_H 1
<br />
| #define HAVE_GETPAGESIZE 1
<br />
| #define HAVE_MMAP 1
<br />
| #define INTDIV0_RAISES_SIGFPE 1
<br />
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
<br />
| #define HAVE_STDINT_H_WITH_UINTMAX 1
<br />
| #define HAVE_UNSIGNED_LONG_LONG 1
<br />
| #define HAVE_INTTYPES_H 1
<br />
| #define HAVE_ARGZ_H 1
<br />
| #define HAVE_LIMITS_H 1
<br />
| #define HAVE_LOCALE_H 1
<br />
| #define HAVE_NL_TYPES_H 1
<br />
| #define HAVE_MALLOC_H 1
<br />
| #define HAVE_STDDEF_H 1
<br />
| #define HAVE_STDLIB_H 1
<br />
| #define HAVE_STRING_H 1
<br />
| #define HAVE_UNISTD_H 1
<br />
| #define HAVE_SYS_PARAM_H 1
<br />
| #define HAVE_FEOF_UNLOCKED 1
<br />
| #define HAVE_FGETS_UNLOCKED 1
<br />
| #define HAVE_GETC_UNLOCKED 1
<br />
| #define HAVE_GETCWD 1
<br />
| #define HAVE_GETEGID 1
<br />
| #define HAVE_GETEUID 1
<br />
| #define HAVE_GETGID 1
<br />
| #define HAVE_GETUID 1
<br />
| #define HAVE_MEMPCPY 1
<br />
| #define HAVE_MUNMAP 1
<br />
| #define HAVE_PUTENV 1
<br />
| #define HAVE_SETENV 1
<br />
| #define HAVE_SETLOCALE 1
<br />
| #define HAVE_STPCPY 1
<br />
| #define HAVE_STRCASECMP 1
<br />
| #define HAVE_STRDUP 1
<br />
| #define HAVE_STRTOUL 1
<br />
| #define HAVE_TSEARCH 1
<br />
| #define HAVE___ARGZ_COUNT 1
<br />
| #define HAVE___ARGZ_STRINGIFY 1
<br />
| #define HAVE___ARGZ_NEXT 1
<br />
| #define HAVE_ICONV 1
<br />
| #define ICONV_CONST
<br />
| #define HAVE_LANGINFO_CODESET 1
<br />
| #define HAVE_LC_MESSAGES 1
<br />
| #define ENABLE_NLS 1
<br />
| #define HAVE_GETTEXT 1
<br />
| #define HAVE_DCGETTEXT 1
<br />
| #define STDC_HEADERS 1
<br />
| #define HAVE_SYS_WAIT_H 1
<br />
| #define HAVE_FCNTL_H 1
<br />
| #define HAVE_SYS_TIME_H 1
<br />
| #define HAVE_UNISTD_H 1
<br />
| #define HAVE_LOCALE_H 1
<br />
| #define HAVE_SIGNAL_H 1
<br />
| #define RETSIGTYPE void
<br />
| #define HAVE_STRFTIME 1
<br />
| #define HAVE_STRDUP 1
<br />
| #define HAVE_STRSTR 1
<br />
| #define HAVE_ATEXIT 1
<br />
| #define HAVE_GETOPT_LONG 1
<br />
| #define HAVE_LIBNSL 1
<br />
| #define HAVE_GETADDRINFO 1
<br />
| #define STATIC_PROTO_INIT  void static_proto_init() {  }
<br />
| /* end confdefs.h.  */
<br />
|
<br />
| #include
<br />
| #include
<br />
|
<br />
| int
<br />
| main ()
<br />
| {
<br />
|  return ((glib_major_version) || (glib_minor_version) || (glib_micro_version));
<br />
|   ;
<br />
|   return 0;
<br />
| }
<br />
configure:13661: error:
<br />
*** GLib 2.0 is required to build Gaim; please make sure you have the GLib
<br />
*** development headers installed. The latest version of GLib is
<br />
*** always available at http://www.gtk.org/.
<br />

<br />
## ---------------- ##
<br />
## Cache variables. ##
<br />
## ---------------- ##
<br />

<br />
ac_cv_build=i686-pc-linux-gnu
<br />
ac_cv_build_alias=i686-pc-linux-gnu
<br />
ac_cv_c_compiler_gnu=yes
<br />
ac_cv_c_const=yes
<br />
ac_cv_c_inline=inline
<br />
ac_cv_env_CC_set=
<br />
ac_cv_env_CC_value=
<br />
ac_cv_env_CFLAGS_set=
<br />
ac_cv_env_CFLAGS_value=
<br />
ac_cv_env_CPPFLAGS_set=
<br />
ac_cv_env_CPPFLAGS_value=
<br />
ac_cv_env_CPP_set=
<br />
ac_cv_env_CPP_value=
<br />
ac_cv_env_LDFLAGS_set=
<br />
ac_cv_env_LDFLAGS_value=
<br />
ac_cv_env_build_alias_set=
<br />
ac_cv_env_build_alias_value=
<br />
ac_cv_env_host_alias_set=
<br />
ac_cv_env_host_alias_value=
<br />
ac_cv_env_target_alias_set=
<br />
ac_cv_env_target_alias_value=
<br />
ac_cv_exeext=
<br />
ac_cv_func___argz_count=yes
<br />
ac_cv_func___argz_next=yes
<br />
ac_cv_func___argz_stringify=yes
<br />
ac_cv_func_alloca_works=yes
<br />
ac_cv_func_atexit=yes
<br />
ac_cv_func_feof_unlocked=yes
<br />
ac_cv_func_fgets_unlocked=yes
<br />
ac_cv_func_getaddrinfo=yes
<br />
ac_cv_func_getc_unlocked=yes
<br />
ac_cv_func_getcwd=yes
<br />
ac_cv_func_getegid=yes
<br />
ac_cv_func_geteuid=yes
<br />
ac_cv_func_getgid=yes
<br />
ac_cv_func_getopt_long=yes
<br />
ac_cv_func_getpagesize=yes
<br />
ac_cv_func_getuid=yes
<br />
ac_cv_func_inet_aton=yes
<br />
ac_cv_func_mempcpy=yes
<br />
ac_cv_func_mmap_fixed_mapped=yes
<br />
ac_cv_func_munmap=yes
<br />
ac_cv_func_putenv=yes
<br />
ac_cv_func_setenv=yes
<br />
ac_cv_func_setlocale=yes
<br />
ac_cv_func_socket=yes
<br />
ac_cv_func_stpcpy=yes
<br />
ac_cv_func_strcasecmp=yes
<br />
ac_cv_func_strdup=yes
<br />
ac_cv_func_strftime=yes
<br />
ac_cv_func_strstr=yes
<br />
ac_cv_func_strtoul=yes
<br />
ac_cv_func_tsearch=yes
<br />
ac_cv_gnu_library_2_1=yes
<br />
ac_cv_header_argz_h=yes
<br />
ac_cv_header_dlfcn_h=yes
<br />
ac_cv_header_fcntl_h=yes
<br />
ac_cv_header_inttypes_h=yes
<br />
ac_cv_header_limits_h=yes
<br />
ac_cv_header_locale_h=yes
<br />
ac_cv_header_malloc_h=yes
<br />
ac_cv_header_memory_h=yes
<br />
ac_cv_header_nl_types_h=yes
<br />
ac_cv_header_signal_h=yes
<br />
ac_cv_header_stdc=yes
<br />
ac_cv_header_stddef_h=yes
<br />
ac_cv_header_stdint_h=yes
<br />
ac_cv_header_stdlib_h=yes
<br />
ac_cv_header_string_h=yes
<br />
ac_cv_header_strings_h=yes
<br />
ac_cv_header_sys_param_h=yes
<br />
ac_cv_header_sys_stat_h=yes
<br />
ac_cv_header_sys_time_h=yes
<br />
ac_cv_header_sys_types_h=yes
<br />
ac_cv_header_sys_wait_h=yes
<br />
ac_cv_header_unistd_h=yes
<br />
ac_cv_host=i686-pc-linux-gnu
<br />
ac_cv_host_alias=i686-pc-linux-gnu
<br />
ac_cv_lib_cposix_strerror=no
<br />
ac_cv_lib_nsl_gethostent=yes
<br />
ac_cv_objext=o
<br />
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
<br />
ac_cv_path_MSGFMT=/usr/bin/msgfmt
<br />
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
<br />
ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config
<br />
ac_cv_path_XGETTEXT=/usr/bin/xgettext
<br />
ac_cv_path_install='/usr/bin/install -c'
<br />
ac_cv_path_sedpath=/usr/bin/sed
<br />
ac_cv_prog_AWK=gawk
<br />
ac_cv_prog_CPP='gcc -E'
<br />
ac_cv_prog_INTLBISON=bison
<br />
ac_cv_prog_ac_ct_CC=gcc
<br />
ac_cv_prog_ac_ct_RANLIB=ranlib
<br />
ac_cv_prog_ac_ct_STRIP=strip
<br />
ac_cv_prog_cc_g=yes
<br />
ac_cv_prog_cc_stdc=
<br />
ac_cv_prog_egrep='grep -E'
<br />
ac_cv_prog_make_make_set=yes
<br />
ac_cv_struct_tm=time.h
<br />
ac_cv_type_off_t=yes
<br />
ac_cv_type_signal=void
<br />
ac_cv_type_size_t=yes
<br />
ac_cv_type_unsigned_long_long=yes
<br />
ac_cv_working_alloca_h=yes
<br />
acl_cv_path_LD=/usr/i486-suse-linux/bin/ld
<br />
acl_cv_prog_gnu_ld=yes
<br />
acl_cv_rpath=done
<br />
am_cv_CC_dependencies_compiler_type=gcc3
<br />
am_cv_func_iconv=yes
<br />
am_cv_langinfo_codeset=yes
<br />
am_cv_lib_iconv=no
<br />
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
<br />
am_cv_proto_iconv_arg1=
<br />
am_cv_val_LC_MESSAGES=yes
<br />
gt_cv_func_gnugettext1_libc=yes
<br />
gt_cv_header_inttypes_h=yes
<br />
gt_cv_int_divbyzero_sigfpe=yes
<br />
gt_cv_inttypes_pri_broken=no
<br />
jm_ac_cv_header_inttypes_h=yes
<br />
jm_ac_cv_header_stdint_h=yes
<br />
lt_cv_archive_cmds_need_lc=no
<br />
lt_cv_compiler_c_o=yes
<br />
lt_cv_compiler_o_lo=yes
<br />
lt_cv_deplibs_check_method=pass_all
<br />
lt_cv_file_magic_cmd='$MAGIC_CMD'
<br />
lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-*.so'
<br />
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''''
<br />
lt_cv_global_symbol_to_cdecl='sed -n -e '''s/^. .* (.*)$/extern char 1;/p''''
<br />
lt_cv_ld_reload_flag=-r
<br />
lt_cv_path_LD=/usr/i486-suse-linux/bin/ld
<br />
lt_cv_path_NM='/usr/bin/nm -B'
<br />
lt_cv_path_SED=/usr/bin/sed
<br />
lt_cv_prog_cc_can_build_shared=yes
<br />
lt_cv_prog_cc_no_builtin=
<br />
lt_cv_prog_cc_pic=' -fPIC'
<br />
lt_cv_prog_cc_pic_works=yes
<br />
lt_cv_prog_cc_shlib=
<br />
lt_cv_prog_cc_static=-static
<br />
lt_cv_prog_cc_static_works=yes
<br />
lt_cv_prog_cc_wl=-Wl,
<br />
lt_cv_prog_gnu_ld=yes
<br />
lt_cv_sys_global_symbol_pipe='sed -n -e '''s/^.*[     ]([ABCDGISTW][ABCDGISTW]*)[     ][     ]*()([_A-Za-z][_A-Za-z0-9]*)$/1 23 3/p''''
<br />
nls_cv_force_use_gnu_gettext=no
<br />
nls_cv_header_intl=
<br />
nls_cv_header_libgt=
<br />
nls_cv_use_gnu_gettext=no
<br />

<br />
## ----------------- ##
<br />
## Output variables. ##
<br />
## ----------------- ##
<br />

<br />
ACLOCAL='${SHELL} /mysrc/gaim-0.71/missing --run aclocal-1.6'
<br />
ALLOCA=''
<br />
AMDEPBACKSLASH=''
<br />
AMDEP_FALSE='#'
<br />
AMDEP_TRUE=''
<br />
AMTAR='${SHELL} /mysrc/gaim-0.71/missing --run tar'
<br />
AO_CFLAGS=''
<br />
AO_LIBS=''
<br />
AUDIOFILE_CFLAGS=''
<br />
AUDIOFILE_CONFIG=''
<br />
AUDIOFILE_LIBS=''
<br />
AUTOCONF='${SHELL} /mysrc/gaim-0.71/missing --run autoconf'
<br />
AUTOHEADER='${SHELL} /mysrc/gaim-0.71/missing --run autoheader'
<br />
AUTOMAKE='${SHELL} /mysrc/gaim-0.71/missing --run automake-1.6'
<br />
AWK='gawk'
<br />
BUILD_INCLUDED_LIBINTL='no'
<br />
CATOBJEXT='.gmo'
<br />
CC='gcc'
<br />
CCDEPMODE='depmode=gcc3'
<br />
CFLAGS='-g -O2 -Wall -g3'
<br />
CPP='gcc -E'
<br />
CPPFLAGS=''
<br />
DATADIRNAME='share'
<br />
DEBUG_CFLAGS=''
<br />
DEFS=''
<br />
DEPDIR='.deps'
<br />
DISTRIB_FALSE=''
<br />
DISTRIB_TRUE='#'
<br />
DYNALOADER_A=''
<br />
ECHO='echo'
<br />
ECHO_C=''
<br />
ECHO_N='-n'
<br />
ECHO_T=''
<br />
EGREP='grep -E'
<br />
EXEEXT=''
<br />
GENCAT='gencat'
<br />
GLIBC21='yes'
<br />
GLIB_CFLAGS=''
<br />
GLIB_GENMARSHAL=''
<br />
GLIB_LIBS=''
<br />
GLIB_MKENUMS=''
<br />
GMSGFMT='/usr/bin/msgfmt'
<br />
GNUTLS_CFLAGS=''
<br />
GNUTLS_LIBS=''
<br />
GOBJECT_QUERY=''
<br />
GTKSPELL_CFLAGS=''
<br />
GTKSPELL_LIBS=''
<br />
GTK_CFLAGS=''
<br />
GTK_LIBS=''
<br />
INSTALL_DATA='${INSTALL} -m 644'
<br />
INSTALL_PROGRAM='${INSTALL}'
<br />
INSTALL_SCRIPT='${INSTALL}'
<br />
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
<br />
INSTOBJEXT='.mo'
<br />
INTLBISON='bison'
<br />
INTLLIBS=''
<br />
INTLOBJS=''
<br />
INTL_LIBTOOL_SUFFIX_PREFIX=''
<br />
KRB4_CFLAGS=''
<br />
KRB4_LDFLAGS=''
<br />
KRB4_LIBS=''
<br />
LDADD=''
<br />
LDFLAGS=''
<br />
LIBICONV=''
<br />
LIBINTL=''
<br />
LIBOBJS=''
<br />
LIBPERL_A=''
<br />
LIBS='-lnsl '
<br />
LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
<br />
LN_S='ln -s'
<br />
LTLIBICONV=''
<br />
LTLIBINTL=''
<br />
LTLIBOBJS=''
<br />
MAKEINFO='${SHELL} /mysrc/gaim-0.71/missing --run makeinfo'
<br />
MKINSTALLDIRS='./mkinstalldirs'
<br />
MSGFMT='/usr/bin/msgfmt'
<br />
MSGMERGE='/usr/bin/msgmerge'
<br />
NSS_CFLAGS=''
<br />
NSS_LIBS=''
<br />
OBJEXT='o'
<br />
PACKAGE='gaim'
<br />
PACKAGE_BUGREPORT=''
<br />
PACKAGE_NAME=''
<br />
PACKAGE_STRING=''
<br />
PACKAGE_TARNAME=''
<br />
PACKAGE_VERSION=''
<br />
PATH_SEPARATOR=':'
<br />
PERL=''
<br />
PERL_CFLAGS=''
<br />
PERL_LIBS=''
<br />
PERL_MM_PARAMS=''
<br />
PKG_CONFIG='/usr/local/bin/pkg-config'
<br />
PLUGINS_FALSE=''
<br />
PLUGINS_TRUE=''
<br />
POSUB='po'
<br />
PRPLS_FALSE=''
<br />
PRPLS_TRUE=''
<br />
RANLIB='ranlib'
<br />
SET_MAKE=''
<br />
SHELL='/bin/sh'
<br />
SM_LIBS=''
<br />
SOUND_LIBS=''
<br />
STARTUP_NOTIFICATION_CFLAGS=''
<br />
STARTUP_NOTIFICATION_LIBS=''
<br />
STATIC_GG_FALSE=''
<br />
STATIC_GG_TRUE='#'
<br />
STATIC_IRC_FALSE=''
<br />
STATIC_IRC_TRUE='#'
<br />
STATIC_JABBER_FALSE=''
<br />
STATIC_JABBER_TRUE='#'
<br />
STATIC_LINK_LIBS=''
<br />
STATIC_MSN_FALSE=''
<br />
STATIC_MSN_TRUE='#'
<br />
STATIC_NAPSTER_FALSE=''
<br />
STATIC_NAPSTER_TRUE='#'
<br />
STATIC_OSCAR_FALSE=''
<br />
STATIC_OSCAR_TRUE='#'
<br />
STATIC_PRPLS=''
<br />
STATIC_TOC_FALSE=''
<br />
STATIC_TOC_TRUE='#'
<br />
STATIC_TREPIA_FALSE=''
<br />
STATIC_TREPIA_TRUE='#'
<br />
STATIC_YAHOO_FALSE=''
<br />
STATIC_YAHOO_TRUE='#'
<br />
STATIC_ZEPHYR_FALSE=''
<br />
STATIC_ZEPHYR_TRUE='#'
<br />
STRIP='strip'
<br />
TCL_CFLAGS=''
<br />
TCL_LIBS=''
<br />
TK_LIBS=''
<br />
USE_GNUTLS_FALSE=''
<br />
USE_GNUTLS_TRUE=''
<br />
USE_INCLUDED_LIBINTL='no'
<br />
USE_NLS='yes'
<br />
USE_NSS_FALSE=''
<br />
USE_NSS_TRUE=''
<br />
USE_PERL_FALSE=''
<br />
USE_PERL_TRUE=''
<br />
USE_TCL_FALSE=''
<br />
USE_TCL_TRUE=''
<br />
USE_TK_FALSE=''
<br />
USE_TK_TRUE=''
<br />
VERSION='0.71'
<br />
XGETTEXT='/usr/bin/xgettext'
<br />
XSS_LIBS=''
<br />
X_CFLAGS=''
<br />
X_EXTRA_LIBS=''
<br />
X_LIBS=''
<br />
X_PRE_LIBS=''
<br />
ac_ct_CC='gcc'
<br />
ac_ct_RANLIB='ranlib'
<br />
ac_ct_STRIP='strip'
<br />
am__include='include'
<br />
am__quote=''
<br />
bindir='${exec_prefix}/bin'
<br />
build='i686-pc-linux-gnu'
<br />
build_alias=''
<br />
build_cpu='i686'
<br />
build_os='linux-gnu'
<br />
build_vendor='pc'
<br />
datadir='${prefix}/share'
<br />
exec_prefix='NONE'
<br />
gaimpath=''
<br />
host='i686-pc-linux-gnu'
<br />
host_alias=''
<br />
host_cpu='i686'
<br />
host_os='linux-gnu'
<br />
host_vendor='pc'
<br />
includedir='${prefix}/include'
<br />
infodir='${prefix}/info'
<br />
install_sh='/mysrc/gaim-0.71/install-sh'
<br />
libdir='${exec_prefix}/lib'
<br />
libexecdir='${exec_prefix}/libexec'
<br />
localstatedir='${prefix}/var'
<br />
mandir='${prefix}/man'
<br />
oldincludedir='/usr/include'
<br />
perlpath=''
<br />
prefix='NONE'
<br />
program_transform_name='s,x,x,'
<br />
sbindir='${exec_prefix}/sbin'
<br />
sedpath='/usr/bin/sed'
<br />
sharedstatedir='${prefix}/com'
<br />
sysconfdir='${prefix}/etc'
<br />
target_alias=''
<br />

<br />
## ----------- ##
<br />
## confdefs.h. ##
<br />
## ----------- ##
<br />

<br />
#define ENABLE_NLS 1
<br />
#define HAVE_ALLOCA 1
<br />
#define HAVE_ALLOCA_H 1
<br />
#define HAVE_ARGZ_H 1
<br />
#define HAVE_ATEXIT 1
<br />
#define HAVE_DCGETTEXT 1
<br />
#define HAVE_DLFCN_H 1
<br />
#define HAVE_FCNTL_H 1
<br />
#define HAVE_FEOF_UNLOCKED 1
<br />
#define HAVE_FGETS_UNLOCKED 1
<br />
#define HAVE_GETADDRINFO 1
<br />
#define HAVE_GETCWD 1
<br />
#define HAVE_GETC_UNLOCKED 1
<br />
#define HAVE_GETEGID 1
<br />
#define HAVE_GETEUID 1
<br />
#define HAVE_GETGID 1
<br />
#define HAVE_GETOPT_LONG 1
<br />
#define HAVE_GETPAGESIZE 1
<br />
#define HAVE_GETTEXT 1
<br />
#define HAVE_GETUID 1
<br />
#define HAVE_ICONV 1
<br />
#define HAVE_INTTYPES_H 1
<br />
#define HAVE_INTTYPES_H 1
<br />
#define HAVE_INTTYPES_H_WITH_UINTMAX 1
<br />
#define HAVE_LANGINFO_CODESET 1
<br />
#define HAVE_LC_MESSAGES 1
<br />
#define HAVE_LIBNSL 1
<br />
#define HAVE_LIMITS_H 1
<br />
#define HAVE_LOCALE_H 1
<br />
#define HAVE_LOCALE_H 1
<br />
#define HAVE_MALLOC_H 1
<br />
#define HAVE_MEMORY_H 1
<br />
#define HAVE_MEMPCPY 1
<br />
#define HAVE_MMAP 1
<br />
#define HAVE_MUNMAP 1
<br />
#define HAVE_NL_TYPES_H 1
<br />
#define HAVE_PUTENV 1
<br />
#define HAVE_SETENV 1
<br />
#define HAVE_SETLOCALE 1
<br />
#define HAVE_SIGNAL_H 1
<br />
#define HAVE_STDDEF_H 1
<br />
#define HAVE_STDINT_H 1
<br />
#define HAVE_STDINT_H_WITH_UINTMAX 1
<br />
#define HAVE_STDLIB_H 1
<br />
#define HAVE_STDLIB_H 1
<br />
#define HAVE_STDLIB_H 1
<br />
#define HAVE_STPCPY 1
<br />
#define HAVE_STRCASECMP 1
<br />
#define HAVE_STRDUP 1
<br />
#define HAVE_STRDUP 1
<br />
#define HAVE_STRFTIME 1
<br />
#define HAVE_STRINGS_H 1
<br />
#define HAVE_STRING_H 1
<br />
#define HAVE_STRING_H 1
<br />
#define HAVE_STRSTR 1
<br />
#define HAVE_STRTOUL 1
<br />
#define HAVE_SYS_PARAM_H 1
<br />
#define HAVE_SYS_STAT_H 1
<br />
#define HAVE_SYS_TIME_H 1
<br />
#define HAVE_SYS_TYPES_H 1
<br />
#define HAVE_SYS_WAIT_H 1
<br />
#define HAVE_TSEARCH 1
<br />
#define HAVE_UNISTD_H 1
<br />
#define HAVE_UNISTD_H 1
<br />
#define HAVE_UNISTD_H 1
<br />
#define HAVE_UNISTD_H 1
<br />
#define HAVE_UNSIGNED_LONG_LONG 1
<br />
#define HAVE___ARGZ_COUNT 1
<br />
#define HAVE___ARGZ_NEXT 1
<br />
#define HAVE___ARGZ_STRINGIFY 1
<br />
#define ICONV_CONST
<br />
#define INTDIV0_RAISES_SIGFPE 1
<br />
#define PACKAGE "gaim"
<br />
#define PACKAGE_BUGREPORT ""
<br />
#define PACKAGE_NAME ""
<br />
#define PACKAGE_STRING ""
<br />
#define PACKAGE_TARNAME ""
<br />
#define PACKAGE_VERSION ""
<br />
#define RETSIGTYPE void
<br />
#define STATIC_PROTO_INIT  void static_proto_init() {  }
<br />
#define STDC_HEADERS 1
<br />
#define STDC_HEADERS 1
<br />
#define VERSION "0.71"
<br />

<br />
configure:

The URL to Trackback this entry is:
http://www.hawkes-haven.com/blahg/gaim-0-71-and-suse-8-2-configure-problems-with-glib-2.x/tbping
You are here: Home Gaim 0.71 and SuSE 8.2 ./configure problems with glib 2.x

Powered by Plone CMS, the Open Source Content Management System

skin by PYBOOM