Menu

#3 Cannot Compile Kcheckgmail from source; Qt3/4

open
nobody
5
2011-03-05
2008-07-31
Anonymous
No

I'm having an odd issue. I have the Qt3 and Qt4 libraries installed (at least all the ones I see in YaST), and I was able to install kcheckgmail in YaST with no problems. However, google has changed it's login procedure so I need to install the new version. I tried compiling it from source, but when I run "./configure", it says I don't have the right Qt libraries. Here is what I get:

checking for Qt... configure: error: Qt (>= Qt 3.2 and < 4.0) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.

What can I do?

Thanks,
Dan
dbrandesky@gmail.com

Discussion

  • Raphael Geissert

    Logged In: YES
    user_id=948989
    Originator: NO

    Does this work?:
    $ autoreconf -f
    $ perl admin/am_edit
    $ ./configure ...

    If not, please post your config.log which will tell why configure couldn't find the headers

     
  • Raphael Geissert

    • assigned_to: nobody --> atomo64
     
  • Nobody/Anonymous

    Logged In: NO

    This is what I get when I try what you posted:

    dan@linux-8amt:~> autoreconf -f
    autoreconf: `configure.ac' or `configure.in' is required
    dan@linux-8amt:~> perl admin/am_edit
    Can't open perl script "admin/am_edit": No such file or directory

    I will post config.log next...

    -Dan

     
  • Dan

    Dan - 2008-08-01

    Logged In: YES
    user_id=1877914
    Originator: NO

    here is my /kcheckgmail/config.log:

    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.61. Invocation command line was

    $ ./configure

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

    hostname = linux-8amt
    uname -m = x86_64
    uname -r = 2.6.25.11-0.1-default
    uname -s = Linux
    uname -v = #1 SMP 2008-07-13 20:48:28 +0200

    /usr/bin/uname -p = unknown
    /bin/uname -X = unknown

    /bin/arch = x86_64
    /usr/bin/arch -k = unknown
    /usr/convex/getsysinfo = unknown
    /usr/bin/hostinfo = unknown
    /bin/machine = unknown
    /usr/bin/oslevel = unknown
    /bin/universe = unknown

    PATH: /home/dan/bin
    PATH: /usr/local/bin
    PATH: /usr/bin
    PATH: /bin
    PATH: /usr/bin/X11
    PATH: /usr/X11R6/bin
    PATH: /usr/games
    PATH: /opt/kde3/bin
    PATH: /usr/lib64/jvm/jre/bin
    PATH: /usr/lib/mit/bin
    PATH: /usr/lib/mit/sbin
    PATH: .

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

    configure:2141: checking build system type
    configure:2159: result: x86_64-unknown-linux-gnu
    configure:2181: checking host system type
    configure:2196: result: x86_64-unknown-linux-gnu
    configure:2218: checking target system type
    configure:2233: result: x86_64-unknown-linux-gnu
    configure:2294: checking for a BSD-compatible install
    configure:2350: result: /usr/bin/install -c
    configure:2365: checking for -p flag to install
    configure:2378: result: yes
    configure:2389: checking whether build environment is sane
    configure:2432: result: yes
    configure:2484: checking for gawk
    configure:2500: found /usr/bin/gawk
    configure:2511: result: gawk
    configure:2522: checking whether make sets $(MAKE)
    configure:2543: result: yes
    configure:2727: checking whether to enable maintainer-specific portions of Makefiles
    configure:2736: result: no
    configure:2770: checking for kde-config
    configure:2832: result: /opt/kde3/bin/kde-config
    configure:2927: checking where to install
    configure:2931: result: /opt/kde3 (as returned by kde-config)
    configure:2986: checking for style of include used by make
    configure:3014: result: GNU
    configure:3164: checking for gcc
    configure:3180: found /usr/bin/gcc
    configure:3191: result: gcc
    configure:3429: checking for C compiler version
    configure:3436: gcc --version >&5
    gcc (SUSE Linux) 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036]
    Copyright (C) 2008 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:3439: $? = 0
    configure:3446: gcc -v >&5
    Using built-in specs.
    Target: x86_64-suse-linux
    Configured with: ../configure --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.3 --enable-ssp --disable-libssp --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --program-suffix=-4.3 --enable-version-specific-runtime-libs --enable-linux-futex --without-system-libunwind --with-cpu=generic --build=x86_64-suse-linux
    Thread model: posix
    gcc version 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036] (SUSE Linux)
    configure:3449: $? = 0
    configure:3456: gcc -V >&5
    gcc: '-V' option must have argument
    configure:3459: $? = 1
    configure:3482: checking for C compiler default output file name
    configure:3509: gcc conftest.c >&5
    configure:3512: $? = 0
    configure:3550: result: a.out
    configure:3567: checking whether the C compiler works
    configure:3577: ./a.out
    configure:3580: $? = 0
    configure:3597: result: yes
    configure:3604: checking whether we are cross compiling
    configure:3606: result: no
    configure:3609: checking for suffix of executables
    configure:3616: gcc -o conftest conftest.c >&5
    configure:3619: $? = 0
    configure:3643: result:
    configure:3649: checking for suffix of object files
    configure:3675: gcc -c conftest.c >&5
    configure:3678: $? = 0
    configure:3701: result: o
    configure:3705: checking whether we are using the GNU C compiler
    configure:3734: gcc -c conftest.c >&5
    configure:3740: $? = 0
    configure:3757: result: yes
    configure:3762: checking whether gcc accepts -g
    configure:3792: gcc -c -g conftest.c >&5
    configure:3798: $? = 0
    configure:3897: result: yes
    configure:3914: checking for gcc option to accept ISO C89
    configure:3988: gcc -c conftest.c >&5
    configure:3994: $? = 0
    configure:4017: result: none needed
    configure:4037: checking dependency style of gcc
    configure:4127: result: gcc3
    configure:4150: checking how to run the C preprocessor
    configure:4190: gcc -E conftest.c
    configure:4196: $? = 0
    configure:4227: gcc -E conftest.c
    conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
    configure:4233: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "kcheckgmail"
    | #define VERSION "0.5.7.4"
    | /* end confdefs.h. */
    | #include <ac_nonexistent.h>
    configure:4266: result: gcc -E
    configure:4295: gcc -E conftest.c
    configure:4301: $? = 0
    configure:4332: gcc -E conftest.c
    conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
    configure:4338: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "kcheckgmail"
    | #define VERSION "0.5.7.4"
    | /* end confdefs.h. */
    | #include <ac_nonexistent.h>
    configure:4462: checking for g++
    configure:4478: found /usr/bin/g++
    configure:4489: result: g++
    configure:4520: checking for C++ compiler version
    configure:4527: g++ --version >&5
    g++ (SUSE Linux) 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036]
    Copyright (C) 2008 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:4530: $? = 0
    configure:4537: g++ -v >&5
    Using built-in specs.
    Target: x86_64-suse-linux
    Configured with: ../configure --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.3 --enable-ssp --disable-libssp --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --program-suffix=-4.3 --enable-version-specific-runtime-libs --enable-linux-futex --without-system-libunwind --with-cpu=generic --build=x86_64-suse-linux
    Thread model: posix
    gcc version 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036] (SUSE Linux)
    configure:4540: $? = 0
    configure:4547: g++ -V >&5
    g++: '-V' option must have argument
    configure:4550: $? = 1
    configure:4553: checking whether we are using the GNU C++ compiler
    configure:4582: g++ -c conftest.cpp >&5
    configure:4588: $? = 0
    configure:4605: result: yes
    configure:4610: checking whether g++ accepts -g
    configure:4640: g++ -c -g conftest.cpp >&5
    configure:4646: $? = 0
    configure:4745: result: yes
    configure:4770: checking dependency style of g++
    configure:4860: result: gcc3
    configure:4879: checking whether gcc is blacklisted
    configure:4910: gcc -c -O2 conftest.c >&5
    configure:4916: $? = 0
    configure:4932: result: no
    configure:5260: checking whether g++ supports -Wmissing-format-attribute
    configure:5300: rm -rf SunWS_cache; g++ -o conftest -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wmissing-format-attribute conftest.cpp 1>&5
    configure:5306: $? = 0
    configure:5333: result: yes
    configure:5345: checking whether gcc supports -Wmissing-format-attribute
    configure:5382: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wmissing-format-attribute conftest.c >&5
    configure:5388: $? = 0
    configure:5415: result: yes
    configure:5429: checking whether g++ supports -Wundef
    configure:5469: rm -rf SunWS_cache; g++ -o conftest -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wundef conftest.cpp 1>&5
    configure:5475: $? = 0
    configure:5502: result: yes
    configure:5514: checking whether g++ supports -Wno-long-long
    configure:5554: rm -rf SunWS_cache; g++ -o conftest -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-long-long conftest.cpp 1>&5
    configure:5560: $? = 0
    configure:5587: result: yes
    configure:5599: checking whether g++ supports -Wno-non-virtual-dtor
    configure:5639: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor conftest.cpp 1>&5
    configure:5645: $? = 0
    configure:5672: result: yes
    configure:5704: checking whether g++ supports -fno-reorder-blocks
    configure:5744: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-reorder-blocks conftest.cpp 1>&5
    configure:5750: $? = 0
    configure:5777: result: yes
    configure:5795: checking whether g++ supports -fno-exceptions
    configure:5835: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions conftest.cpp 1>&5
    configure:5841: $? = 0
    configure:5868: result: yes
    configure:5880: checking whether g++ supports -fno-check-new
    configure:5920: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new conftest.cpp 1>&5
    configure:5926: $? = 0
    configure:5953: result: yes
    configure:5965: checking whether g++ supports -fno-common
    configure:6005: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common conftest.cpp 1>&5
    configure:6011: $? = 0
    configure:6038: result: yes
    configure:6050: checking whether g++ supports -fexceptions
    configure:6090: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -fexceptions conftest.cpp 1>&5
    configure:6096: $? = 0
    configure:6123: result: yes
    configure:6166: checking whether system headers can cope with -O2 -fno-inline
    configure:6232: result: irrelevant
    configure:6870: checking how to run the C++ preprocessor
    configure:6906: g++ -E conftest.cpp
    configure:6912: $? = 0
    configure:6943: g++ -E conftest.cpp
    conftest.cpp:10:28: error: ac_nonexistent.h: No such file or directory
    configure:6949: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "kcheckgmail"
    | #define VERSION "0.5.7.4"
    | /* end confdefs.h. */
    | #include <ac_nonexistent.h>
    configure:6982: result: g++ -E
    configure:7011: g++ -E conftest.cpp
    configure:7017: $? = 0
    configure:7048: g++ -E conftest.cpp
    conftest.cpp:10:28: error: ac_nonexistent.h: No such file or directory
    configure:7054: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "kcheckgmail"
    | #define VERSION "0.5.7.4"
    | /* end confdefs.h. */
    | #include <ac_nonexistent.h>
    configure:7096: checking whether g++ supports -O0
    configure:7136: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -O0 conftest.cpp 1>&5
    configure:7142: $? = 0
    configure:7169: result: yes
    configure:7553: result: using lib directory suffix 64
    configure:7581: checking for a sed that does not truncate output
    configure:7635: result: /usr/bin/sed
    configure:7638: checking for grep that handles long lines and -e
    configure:7712: result: /usr/bin/grep
    configure:7717: checking for egrep
    configure:7795: result: /usr/bin/grep -E
    configure:7811: checking for ld used by gcc
    configure:7878: result: /usr/x86_64-suse-linux/bin/ld
    configure:7887: checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld
    configure:7902: result: yes
    configure:7907: checking for /usr/x86_64-suse-linux/bin/ld option to reload object files
    configure:7914: result: -r
    configure:7932: checking for BSD-compatible nm
    configure:7981: result: /usr/bin/nm -B
    configure:7985: checking whether ln -s works
    configure:7989: result: yes
    configure:7996: checking how to recognise dependent libraries
    configure:8172: result: pass_all
    configure:8257: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:8260: $? = 0
    configure:8399: checking for ANSI C header files
    configure:8429: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:8435: $? = 0
    configure:8534: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:8537: $? = 0
    configure:8543: ./conftest
    configure:8546: $? = 0
    configure:8563: result: yes
    configure:8587: checking for sys/types.h
    configure:8608: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:8614: $? = 0
    configure:8630: result: yes
    configure:8587: checking for sys/stat.h
    configure:8608: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:8614: $? = 0
    configure:8630: result: yes
    configure:8587: checking for stdlib.h
    configure:8608: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:8614: $? = 0
    configure:8630: result: yes
    configure:8587: checking for string.h
    configure:8608: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:8614: $? = 0
    configure:8630: result: yes
    configure:8587: checking for memory.h
    configure:8608: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:8614: $? = 0
    configure:8630: result: yes
    configure:8587: checking for strings.h
    configure:8608: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:8614: $? = 0
    configure:8630: result: yes
    configure:8587: checking for inttypes.h
    configure:8608: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:8614: $? = 0
    configure:8630: result: yes
    configure:8587: checking for stdint.h
    configure:8608: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:8614: $? = 0
    configure:8630: result: yes
    configure:8587: checking for unistd.h
    configure:8608: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:8614: $? = 0
    configure:8630: result: yes
    configure:8657: checking dlfcn.h usability
    configure:8674: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:8680: $? = 0
    configure:8694: result: yes
    configure:8698: checking dlfcn.h presence
    configure:8713: gcc -E conftest.c
    configure:8719: $? = 0
    configure:8733: result: yes
    configure:8761: checking for dlfcn.h
    configure:8769: result: yes
    configure:8792: checking how to run the C++ preprocessor
    configure:8904: result: g++ -E
    configure:8933: g++ -E conftest.cpp
    configure:8939: $? = 0
    configure:8970: g++ -E conftest.cpp
    conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
    configure:8976: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "kcheckgmail"
    | #define VERSION "0.5.7.4"
    | #define KDELIBSUFF "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_DLFCN_H 1
    | /* end confdefs.h. */
    | #include <ac_nonexistent.h>
    configure:9068: checking for g77
    configure:9098: result: no
    configure:9068: checking for xlf
    configure:9098: result: no
    configure:9068: checking for f77
    configure:9098: result: no
    configure:9068: checking for frt
    configure:9098: result: no
    configure:9068: checking for pgf77
    configure:9098: result: no
    configure:9068: checking for cf77
    configure:9098: result: no
    configure:9068: checking for fort77
    configure:9098: result: no
    configure:9068: checking for fl32
    configure:9098: result: no
    configure:9068: checking for af77
    configure:9098: result: no
    configure:9068: checking for xlf90
    configure:9098: result: no
    configure:9068: checking for f90
    configure:9098: result: no
    configure:9068: checking for pgf90
    configure:9098: result: no
    configure:9068: checking for pghpf
    configure:9098: result: no
    configure:9068: checking for epcf90
    configure:9098: result: no
    configure:9068: checking for gfortran
    configure:9098: result: no
    configure:9068: checking for g95
    configure:9098: result: no
    configure:9068: checking for xlf95
    configure:9098: result: no
    configure:9068: checking for f95
    configure:9098: result: no
    configure:9068: checking for fort
    configure:9098: result: no
    configure:9068: checking for ifort
    configure:9098: result: no
    configure:9068: checking for ifc
    configure:9098: result: no
    configure:9068: checking for efc
    configure:9098: result: no
    configure:9068: checking for pgf95
    configure:9098: result: no
    configure:9068: checking for lf95
    configure:9098: result: no
    configure:9068: checking for ftn
    configure:9098: result: no
    configure:9125: checking for Fortran 77 compiler version
    configure:9132: --version >&5
    ./configure: line 9133: --version: command not found
    configure:9135: $? = 127
    configure:9142: -v >&5
    ./configure: line 9143: -v: command not found
    configure:9145: $? = 127
    configure:9152: -V >&5
    ./configure: line 9153: -V: command not found
    configure:9155: $? = 127
    configure:9163: checking whether we are using the GNU Fortran 77 compiler
    configure:9182: -c conftest.F >&5
    ./configure: line 9183: -c: command not found
    configure:9188: $? = 127
    configure: failed program was:
    | program main
    | #ifndef __GNUC__
    | choke me
    | #endif
    |
    | end
    configure:9205: result: no
    configure:9211: checking whether accepts -g
    configure:9228: -c -g conftest.f >&5
    ./configure: line 9229: -c: command not found
    configure:9234: $? = 127
    configure: failed program was:
    | program main
    |
    | end
    configure:9250: result: no
    configure:9280: checking the maximum length of command line arguments
    configure:9389: result: 32768
    configure:9400: checking command to parse /usr/bin/nm -B output from gcc object
    configure:9505: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    conftest.c:5: warning: no previous prototype for 'nm_test_func'
    configure:9508: $? = 0
    configure:9512: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
    configure:9515: $? = 0
    configure:9567: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c conftstm.o >&5
    configure:9570: $? = 0
    configure:9608: result: ok
    configure:9612: checking for objdir
    configure:9627: result: .libs
    configure:9719: checking for ar
    configure:9735: found /usr/bin/ar
    configure:9746: result: ar
    configure:9815: checking for ranlib
    configure:9831: found /usr/bin/ranlib
    configure:9842: result: ranlib
    configure:9911: checking for strip
    configure:9927: found /usr/bin/strip
    configure:9938: result: strip
    configure:10228: checking if gcc supports -fno-rtti -fno-exceptions
    configure:10246: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute -fno-rtti -fno-exceptions conftest.c >&5
    cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
    configure:10250: $? = 0
    configure:10263: result: no
    configure:10278: checking for gcc option to produce PIC
    configure:10488: result: -fPIC
    configure:10496: checking if gcc PIC flag -fPIC works
    configure:10514: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute -fPIC -DPIC conftest.c >&5
    configure:10518: $? = 0
    configure:10531: result: yes
    configure:10559: checking if gcc static flag -static works
    configure:10587: result: yes
    configure:10597: checking if gcc supports -c -o file.o
    configure:10618: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute -o out/conftest2.o conftest.c >&5
    configure:10622: $? = 0
    configure:10644: result: yes
    configure:10670: checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries
    configure:11625: result: yes
    configure:11646: checking whether -lc should be explicitly linked in
    configure:11651: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:11654: $? = 0
    configure:11669: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 | grep -lc \>/dev/null 2\>\&1
    configure:11672: $? = 0
    configure:11684: result: no
    configure:11692: checking dynamic linker characteristics
    configure:12268: result: GNU/Linux ld.so
    configure:12277: checking how to hardcode library paths into programs
    configure:12302: result: immediate
    configure:12316: checking whether stripping libraries is possible
    configure:12321: result: yes
    configure:12444: checking for shl_load
    configure:12500: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    /tmp/ccSVvtyQ.o: In function `main':
    conftest.c:(.text+0x7): undefined reference to `shl_load'
    collect2: ld returned 1 exit status
    configure:12506: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "kcheckgmail"
    | #define VERSION "0.5.7.4"
    | #define KDELIBSUFF "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_DLFCN_H 1
    | /* end confdefs.h. */
    | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
    | For example, HP-UX 11i <limits.h> declares gettimeofday. */
    | #define shl_load innocuous_shl_load
    |
    | /* System header to define __stub macros and hopefully few prototypes,
    | which can conflict with char shl_load (); 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 shl_load
    |
    | /* Override any GCC internal prototype to avoid an error.
    | Use char because int might match the return type of a GCC
    | builtin and then its argument prototype would still apply. */
    | #ifdef __cplusplus
    | extern "C"
    | #endif
    | char shl_load ();
    | /* 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_shl_load || defined __stub___shl_load
    | choke me
    | #endif
    |
    | int
    | main ()
    | {
    | return shl_load ();
    | ;
    | return 0;
    | }
    configure:12523: result: no
    configure:12528: checking for shl_load in -ldld
    configure:12563: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -ldld >&5
    /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -ldld
    collect2: ld returned 1 exit status
    configure:12569: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "kcheckgmail"
    | #define VERSION "0.5.7.4"
    | #define KDELIBSUFF "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_DLFCN_H 1
    | /* end confdefs.h. */
    |
    | /* Override any GCC internal prototype to avoid an error.
    | Use char because int might match the return type of a GCC
    | builtin and then its argument prototype would still apply. */
    | #ifdef __cplusplus
    | extern "C"
    | #endif
    | char shl_load ();
    | int
    | main ()
    | {
    | return shl_load ();
    | ;
    | return 0;
    | }
    configure:12587: result: no
    configure:12592: checking for dlopen
    configure:12648: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    /tmp/cc4zmSTd.o: In function `main':
    conftest.c:(.text+0x7): undefined reference to `dlopen'
    collect2: ld returned 1 exit status
    configure:12654: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "kcheckgmail"
    | #define VERSION "0.5.7.4"
    | #define KDELIBSUFF "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_DLFCN_H 1
    | /* 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 GCC internal prototype to avoid an error.
    | Use char because int might match the return type of a GCC
    | builtin and then its argument prototype would still apply. */
    | #ifdef __cplusplus
    | extern "C"
    | #endif
    | 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
    | #endif
    |
    | int
    | main ()
    | {
    | return dlopen ();
    | ;
    | return 0;
    | }
    configure:12671: result: no
    configure:12676: checking for dlopen in -ldl
    configure:12711: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -ldl >&5
    configure:12717: $? = 0
    configure:12735: result: yes
    configure:12904: checking whether a program can dlopen itself
    configure:12978: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
    configure:12959: warning: no previous prototype for 'fnord'
    configure: In function 'fnord':
    configure:12959: warning: unused variable 'i'
    configure: In function 'main':
    configure:12974: warning: implicit declaration of function 'exit'
    configure:12974: warning: incompatible implicit declaration of built-in function 'exit'
    configure:12981: $? = 0
    configure:12999: result: yes
    configure:13004: checking whether a statically linked program can dlopen itself
    configure:13078: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5
    configure:13059: warning: no previous prototype for 'fnord'
    configure: In function 'fnord':
    configure:13059: warning: unused variable 'i'
    configure: In function 'main':
    configure:13074: warning: implicit declaration of function 'exit'
    configure:13074: warning: incompatible implicit declaration of built-in function 'exit'
    /tmp/cc8HSX5U.o: In function `main':
    conftest.c:(.text+0x19): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
    configure:13081: $? = 0
    /lib64/: cannot read file data: Is a directory
    configure:13099: result: no
    configure:13122: checking if libtool supports shared libraries
    configure:13124: result: yes
    configure:13127: checking whether to build shared libraries
    configure:13148: result: yes
    configure:13151: checking whether to build static libraries
    configure:13155: result: no
    configure:13247: creating libtool
    configure:13835: checking for ld used by g++
    configure:13902: result: /usr/x86_64-suse-linux/bin/ld -m elf_x86_64
    configure:13911: checking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU ld
    configure:13926: result: yes
    configure:13977: checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries
    configure:14911: result: yes
    configure:14933: g++ -c -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common conftest.cpp >&5
    configure:14936: $? = 0
    configure:15055: checking for g++ option to produce PIC
    configure:15329: result: -fPIC
    configure:15337: checking if g++ PIC flag -fPIC works
    configure:15355: g++ -c -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -fPIC -DPIC conftest.cpp >&5
    configure:15359: $? = 0
    configure:15372: result: yes
    configure:15400: checking if g++ static flag -static works
    configure:15428: result: yes
    configure:15438: checking if g++ supports -c -o file.o
    configure:15459: g++ -c -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -o out/conftest2.o conftest.cpp >&5
    configure:15463: $? = 0
    configure:15485: result: yes
    configure:15511: checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries
    configure:15539: result: yes
    configure:15606: checking dynamic linker characteristics
    configure:16182: result: GNU/Linux ld.so
    configure:16191: checking how to hardcode library paths into programs
    configure:16216: result: immediate
    configure:22370: checking for msgfmt
    configure:22397: result: /usr/bin/msgfmt
    configure:22406: checking for gmsgfmt
    configure:22437: result: /usr/bin/msgfmt
    configure:22457: checking for xgettext
    configure:22484: result: /usr/bin/xgettext
    configure:22603: checking if C++ programs can be compiled
    configure:22637: g++ -c -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-check-new -fno-common conftest.cpp >&5
    configure:22643: $? = 0
    configure:22661: result: yes
    configure:22691: checking for strlcat
    configure:22740: g++ -c -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common conftest.cpp >&5
    conftest.cpp: In function 'int main()':
    conftest.cpp:34: error: 'strlcat' was not declared in this scope
    configure:22746: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "kcheckgmail"
    | #define VERSION "0.5.7.4"
    | #define KDELIBSUFF "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_DLFCN_H 1
    | #define HAVE_SGI_STL 1
    | /* end confdefs.h. */
    |
    |
    | #include <string.h>
    |
    |
    | int
    | main ()
    | {
    |
    | char buf[20];
    | buf[0]='\0';
    | strlcat(buf, "KDE function test", sizeof(buf));
    |
    |
    | ;
    | return 0;
    | }
    configure:22772: result: no
    configure:22775: checking if strlcat needs custom prototype
    configure:22875: result: yes - in libkdefakes
    configure:22900: checking for strlcpy
    configure:22948: g++ -c -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common conftest.cpp >&5
    conftest.cpp: In function 'int main()':
    conftest.cpp:33: error: 'strlcpy' was not declared in this scope
    configure:22954: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "kcheckgmail"
    | #define VERSION "0.5.7.4"
    | #define KDELIBSUFF "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_DLFCN_H 1
    | #define HAVE_SGI_STL 1
    | /* end confdefs.h. */
    |
    |
    | #include <string.h>
    |
    |
    | int
    | main ()
    | {
    |
    | char buf[20];
    | strlcpy(buf, "KDE function test", sizeof(buf));
    |
    |
    | ;
    | return 0;
    | }
    configure:22980: result: no
    configure:22983: checking if strlcpy needs custom prototype
    configure:23082: result: yes - in libkdefakes
    configure:23106: checking for main in -lutil
    configure:23135: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -lutil >&5
    configure:23141: $? = 0
    configure:23159: result: yes
    configure:23165: checking for main in -lcompat
    configure:23194: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -lcompat >&5
    /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lcompat
    collect2: ld returned 1 exit status
    configure:23200: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "kcheckgmail"
    | #define VERSION "0.5.7.4"
    | #define KDELIBSUFF "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_DLFCN_H 1
    | #define HAVE_SGI_STL 1
    | /* end confdefs.h. */
    |
    |
    | int
    | main ()
    | {
    | return main ();
    | ;
    | return 0;
    | }
    configure:23218: result: no
    configure:23225: checking for crypt in -lcrypt
    configure:23260: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -lcrypt >&5
    configure:23266: $? = 0
    configure:23284: result: yes
    configure:23375: checking for socklen_t
    configure:23415: g++ -c -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common conftest.cpp >&5
    configure:23421: $? = 0
    configure:23447: result: yes
    configure:23538: checking for dnet_ntoa in -ldnet
    configure:23573: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -ldnet >&5
    /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -ldnet
    collect2: ld returned 1 exit status
    configure:23579: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "kcheckgmail"
    | #define VERSION "0.5.7.4"
    | #define KDELIBSUFF "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_DLFCN_H 1
    | #define HAVE_SGI_STL 1
    | #define HAVE_CRYPT 1
    | #define kde_socklen_t socklen_t
    | #define ksize_t socklen_t
    | /* end confdefs.h. */
    |
    | /* Override any GCC internal prototype to avoid an error.
    | Use char because int might match the return type of a GCC
    | builtin and then its argument prototype would still apply. */
    | #ifdef __cplusplus
    | extern "C"
    | #endif
    | char dnet_ntoa ();
    | int
    | main ()
    | {
    | return dnet_ntoa ();
    | ;
    | return 0;
    | }
    configure:23597: result: no
    configure:23604: checking for dnet_ntoa in -ldnet_stub
    configure:23639: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -ldnet_stub >&5
    /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -ldnet_stub
    collect2: ld returned 1 exit status
    configure:23645: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "kcheckgmail"
    | #define VERSION "0.5.7.4"
    | #define KDELIBSUFF "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_DLFCN_H 1
    | #define HAVE_SGI_STL 1
    | #define HAVE_CRYPT 1
    | #define kde_socklen_t socklen_t
    | #define ksize_t socklen_t
    | /* end confdefs.h. */
    |
    | /* Override any GCC internal prototype to avoid an error.
    | Use char because int might match the return type of a GCC
    | builtin and then its argument prototype would still apply. */
    | #ifdef __cplusplus
    | extern "C"
    | #endif
    | char dnet_ntoa ();
    | int
    | main ()
    | {
    | return dnet_ntoa ();
    | ;
    | return 0;
    | }
    configure:23663: result: no
    configure:23670: checking for inet_ntoa
    configure:23726: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:23732: $? = 0
    configure:23749: result: yes
    configure:23819: checking for connect
    configure:23875: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:23881: $? = 0
    configure:23898: result: yes
    configure:23969: checking for remove
    configure:24025: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:24031: $? = 0
    configure:24048: result: yes
    configure:24120: checking for shmat
    configure:24176: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:24182: $? = 0
    configure:24199: result: yes
    configure:24279: checking for sys/types.h
    configure:24285: result: yes
    configure:24279: checking for stdint.h
    configure:24285: result: yes
    configure:24431: checking sys/bitypes.h usability
    configure:24448: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:24454: $? = 0
    configure:24468: result: yes
    configure:24472: checking sys/bitypes.h presence
    configure:24487: gcc -E conftest.c
    configure:24493: $? = 0
    configure:24507: result: yes
    configure:24535: checking for sys/bitypes.h
    configure:24543: result: yes
    configure:24558: checking for poll in -lpoll
    configure:24593: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -lpoll >&5
    /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lpoll
    collect2: ld returned 1 exit status
    configure:24599: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "kcheckgmail"
    | #define VERSION "0.5.7.4"
    | #define KDELIBSUFF "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_DLFCN_H 1
    | #define HAVE_SGI_STL 1
    | #define HAVE_CRYPT 1
    | #define kde_socklen_t socklen_t
    | #define ksize_t socklen_t
    | #define HAVE_SYS_TYPES_H 1
    | #define HAVE_STDINT_H 1
    | #define HAVE_SYS_BITYPES_H 1
    | /* end confdefs.h. */
    |
    | /* Override any GCC internal prototype to avoid an error.
    | Use char because int might match the return type of a GCC
    | builtin and then its argument prototype would still apply. */
    | #ifdef __cplusplus
    | extern "C"
    | #endif
    | char poll ();
    | int
    | main ()
    | {
    | return poll ();
    | ;
    | return 0;
    | }
    configure:24617: result: no
    configure:24640: checking Carbon/Carbon.h usability
    configure:24657: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    conftest.c:62:27: error: Carbon/Carbon.h: No such file or directory
    configure:24663: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "kcheckgmail"
    | #define VERSION "0.5.7.4"
    | #define KDELIBSUFF "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_DLFCN_H 1
    | #define HAVE_SGI_STL 1
    | #define HAVE_CRYPT 1
    | #define kde_socklen_t socklen_t
    | #define ksize_t socklen_t
    | #define HAVE_SYS_TYPES_H 1
    | #define HAVE_STDINT_H 1
    | #define HAVE_SYS_BITYPES_H 1
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <Carbon/Carbon.h>
    configure:24677: result: no
    configure:24681: checking Carbon/Carbon.h presence
    configure:24696: gcc -E conftest.c
    conftest.c:29:27: error: Carbon/Carbon.h: No such file or directory
    configure:24702: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "kcheckgmail"
    | #define VERSION "0.5.7.4"
    | #define KDELIBSUFF "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_DLFCN_H 1
    | #define HAVE_SGI_STL 1
    | #define HAVE_CRYPT 1
    | #define kde_socklen_t socklen_t
    | #define ksize_t socklen_t
    | #define HAVE_SYS_TYPES_H 1
    | #define HAVE_STDINT_H 1
    | #define HAVE_SYS_BITYPES_H 1
    | /* end confdefs.h. */
    | #include <Carbon/Carbon.h>
    configure:24716: result: no
    configure:24744: checking for Carbon/Carbon.h
    configure:24752: result: no
    configure:24777: checking CoreAudio/CoreAudio.h usability
    configure:24794: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    conftest.c:62:33: error: CoreAudio/CoreAudio.h: No such file or directory
    configure:24800: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "kcheckgmail"
    | #define VERSION "0.5.7.4"
    | #define KDELIBSUFF "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_DLFCN_H 1
    | #define HAVE_SGI_STL 1
    | #define HAVE_CRYPT 1
    | #define kde_socklen_t socklen_t
    | #define ksize_t socklen_t
    | #define HAVE_SYS_TYPES_H 1
    | #define HAVE_STDINT_H 1
    | #define HAVE_SYS_BITYPES_H 1
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <CoreAudio/CoreAudio.h>
    configure:24814: result: no
    configure:24818: checking CoreAudio/CoreAudio.h presence
    configure:24833: gcc -E conftest.c
    conftest.c:29:33: error: CoreAudio/CoreAudio.h: No such file or directory
    configure:24839: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "kcheckgmail"
    | #define VERSION "0.5.7.4"
    | #define KDELIBSUFF "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_DLFCN_H 1
    | #define HAVE_SGI_STL 1
    | #define HAVE_CRYPT 1
    | #define kde_socklen_t socklen_t
    | #define ksize_t socklen_t
    | #define HAVE_SYS_TYPES_H 1
    | #define HAVE_STDINT_H 1
    | #define HAVE_SYS_BITYPES_H 1
    | /* end confdefs.h. */
    | #include <CoreAudio/CoreAudio.h>
    configure:24853: result: no
    configure:24881: checking for CoreAudio/CoreAudio.h
    configure:24888: result: no
    configure:24906: checking if res_init needs -lresolv
    configure:24938: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -lresolv >&5
    configure:24944: $? = 0
    configure:24952: result: yes
    configure:24975: checking for res_init
    configure:25024: g++ -c -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common conftest.cpp >&5
    configure:25030: $? = 0
    configure:25056: result: yes
    configure:25059: checking if res_init needs custom prototype
    configure:25159: result: no
    configure:25187: checking for killpg in -lucb
    configure:25222: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -lucb >&5
    /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lucb
    collect2: ld returned 1 exit status
    configure:25228: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "kcheckgmail"
    | #define VERSION "0.5.7.4"
    | #define KDELIBSUFF "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_DLFCN_H 1
    | #define HAVE_SGI_STL 1
    | #define HAVE_CRYPT 1
    | #define kde_socklen_t socklen_t
    | #define ksize_t socklen_t
    | #define HAVE_SYS_TYPES_H 1
    | #define HAVE_STDINT_H 1
    | #define HAVE_SYS_BITYPES_H 1
    | #define HAVE_RES_INIT 1
    | #define HAVE_RES_INIT 1
    | #define HAVE_RES_INIT_PROTO 1
    | /* end confdefs.h. */
    |
    | /* Override any GCC internal prototype to avoid an error.
    | Use char because int might match the return type of a GCC
    | builtin and then its argument prototype would still apply. */
    | #ifdef __cplusplus
    | extern "C"
    | #endif
    | char killpg ();
    | int
    | main ()
    | {
    | return killpg ();
    | ;
    | return 0;
    | }
    configure:25246: result: no
    configure:25326: checking for int
    configure:25356: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:25362: $? = 0
    configure:25377: result: yes
    configure:25384: checking size of int
    configure:25686: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:25689: $? = 0
    configure:25695: ./conftest
    configure:25698: $? = 0
    configure:25721: result: 4
    configure:25730: checking for short
    configure:25760: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:25766: $? = 0
    configure:25781: result: yes
    configure:25788: checking size of short
    configure:26090: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:26093: $? = 0
    configure:26099: ./conftest
    configure:26102: $? = 0
    configure:26125: result: 2
    configure:26134: checking for long
    configure:26164: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:26170: $? = 0
    configure:26185: result: yes
    configure:26192: checking size of long
    configure:26494: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:26497: $? = 0
    configure:26503: ./conftest
    configure:26506: $? = 0
    configure:26529: result: 8
    configure:26538: checking for char *
    configure:26568: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:26574: $? = 0
    configure:26589: result: yes
    configure:26596: checking size of char *
    configure:26898: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:26901: $? = 0
    configure:26907: ./conftest
    configure:26910: $? = 0
    configure:26933: result: 8
    configure:26944: checking for dlopen in -ldl
    configure:27003: result: yes
    configure:27013: checking for shl_unload in -ldld
    configure:27048: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -ldld >&5
    /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -ldld
    collect2: ld returned 1 exit status
    configure:27054: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "kcheckgmail"
    | #define VERSION "0.5.7.4"
    | #define KDELIBSUFF "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_DLFCN_H 1
    | #define HAVE_SGI_STL 1
    | #define HAVE_CRYPT 1
    | #define kde_socklen_t socklen_t
    | #define ksize_t socklen_t
    | #define HAVE_SYS_TYPES_H 1
    | #define HAVE_STDINT_H 1
    | #define HAVE_SYS_BITYPES_H 1
    | #define HAVE_RES_INIT 1
    | #define HAVE_RES_INIT 1
    | #define HAVE_RES_INIT_PROTO 1
    | #define SIZEOF_INT 4
    | #define SIZEOF_SHORT 2
    | #define SIZEOF_LONG 8
    | #define SIZEOF_CHAR_P 8
    | /* end confdefs.h. */
    |
    | /* Override any GCC internal prototype to avoid an error.
    | Use char because int might match the return type of a GCC
    | builtin and then its argument prototype would still apply. */
    | #ifdef __cplusplus
    | extern "C"
    | #endif
    | char shl_unload ();
    | int
    | main ()
    | {
    | return shl_unload ();
    | ;
    | return 0;
    | }
    configure:27072: result: no
    configure:27087: checking for size_t
    configure:27117: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:27123: $? = 0
    configure:27138: result: yes
    configure:27145: checking size of size_t
    configure:27447: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:27450: $? = 0
    configure:27456: ./conftest
    configure:27459: $? = 0
    configure:27482: result: 8
    configure:27492: checking for unsigned long
    configure:27522: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:27528: $? = 0
    configure:27543: result: yes
    configure:27550: checking size of unsigned long
    configure:27852: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:27855: $? = 0
    configure:27861: ./conftest
    configure:27864: $? = 0
    configure:27887: result: 8
    configure:27898: checking sizeof size_t == sizeof unsigned long
    configure:27925: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:27931: $? = 0
    configure:27936: result: yes
    configure:27960: checking for PIE support
    configure:28002: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -fPIE -pie conftest.cpp 1>&5
    configure:28008: $? = 0
    configure:28035: result: yes
    configure:28038: checking if enabling -pie/fPIE support
    configure:28053: result: yes
    configure:28084: checking crt_externs.h usability
    configure:28101: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    conftest.c:71:25: error: crt_externs.h: No such file or directory
    configure:28107: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "kcheckgmail"
    | #define VERSION "0.5.7.4"
    | #define KDELIBSUFF "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_DLFCN_H 1
    | #define HAVE_SGI_STL 1
    | #define HAVE_CRYPT 1
    | #define kde_socklen_t socklen_t
    | #define ksize_t socklen_t
    | #define HAVE_SYS_TYPES_H 1
    | #define HAVE_STDINT_H 1
    | #define HAVE_SYS_BITYPES_H 1
    | #define HAVE_RES_INIT 1
    | #define HAVE_RES_INIT 1
    | #define HAVE_RES_INIT_PROTO 1
    | #define SIZEOF_INT 4
    | #define SIZEOF_SHORT 2
    | #define SIZEOF_LONG 8
    | #define SIZEOF_CHAR_P 8
    | #define SIZEOF_SIZE_T 8
    | #define SIZEOF_UNSIGNED_LONG 8
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #ifdef HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #ifdef HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #ifdef STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # ifdef HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #ifdef HAVE_STRING_H
    | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #ifdef HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #ifdef HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #ifdef HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #ifdef HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <crt_externs.h>
    configure:28121: result: no
    configure:28125: checking crt_externs.h presence
    configure:28140: gcc -E conftest.c
    conftest.c:38:25: error: crt_externs.h: No such file or directory
    configure:28146: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "kcheckgmail"
    | #define VERSION "0.5.7.4"
    | #define KDELIBSUFF "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_DLFCN_H 1
    | #define HAVE_SGI_STL 1
    | #define HAVE_CRYPT 1
    | #define kde_socklen_t socklen_t
    | #define ksize_t socklen_t
    | #define HAVE_SYS_TYPES_H 1
    | #define HAVE_STDINT_H 1
    | #define HAVE_SYS_BITYPES_H 1
    | #define HAVE_RES_INIT 1
    | #define HAVE_RES_INIT 1
    | #define HAVE_RES_INIT_PROTO 1
    | #define SIZEOF_INT 4
    | #define SIZEOF_SHORT 2
    | #define SIZEOF_LONG 8
    | #define SIZEOF_CHAR_P 8
    | #define SIZEOF_SIZE_T 8
    | #define SIZEOF_UNSIGNED_LONG 8
    | /* end confdefs.h. */
    | #include <crt_externs.h>
    configure:28160: result: no
    configure:28188: checking for crt_externs.h
    configure:28196: result: no
    configure:28209: checking for _NSGetEnviron
    configure:28265: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    /tmp/cc4ook6m.o: In function `main':
    conftest.c:(.text+0x7): undefined reference to `_NSGetEnviron'
    collect2: ld returned 1 exit status
    configure:28271: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "kcheckgmail"
    | #define VERSION "0.5.7.4"
    | #define KDELIBSUFF "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_DLFCN_H 1
    | #define HAVE_SGI_STL 1
    | #define HAVE_CRYPT 1
    | #define kde_socklen_t socklen_t
    | #define ksize_t socklen_t
    | #define HAVE_SYS_TYPES_H 1
    | #define HAVE_STDINT_H 1
    | #define HAVE_SYS_BITYPES_H 1
    | #define HAVE_RES_INIT 1
    | #define HAVE_RES_INIT 1
    | #define HAVE_RES_INIT_PROTO 1
    | #define SIZEOF_INT 4
    | #define SIZEOF_SHORT 2
    | #define SIZEOF_LONG 8
    | #define SIZEOF_CHAR_P 8
    | #define SIZEOF_SIZE_T 8
    | #define SIZEOF_UNSIGNED_LONG 8
    | /* end confdefs.h. */
    | /* Define _NSGetEnviron to an innocuous variant, in case <limits.h> declares _NSGetEnviron.
    | For example, HP-UX 11i <limits.h> declares gettimeofday. */
    | #define _NSGetEnviron innocuous__NSGetEnviron
    |
    | /* System header to define __stub macros and hopefully few prototypes,
    | which can conflict with char _NSGetEnviron (); 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 _NSGetEnviron
    |
    | /* Override any GCC internal prototype to avoid an error.
    | Use char because int might match the return type of a GCC
    | builtin and then its argument prototype would still apply. */
    | #ifdef __cplusplus
    | extern "C"
    | #endif
    | char _NSGetEnviron ();
    | /* 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__NSGetEnviron || defined __stub____NSGetEnviron
    | choke me
    | #endif
    |
    | int
    | main ()
    | {
    | return _NSGetEnviron ();
    | ;
    | return 0;
    | }
    configure:28288: result: no
    configure:28310: checking for vsnprintf
    configure:28366: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:28372: $? = 0
    configure:28390: result: yes
    configure:28310: checking for snprintf
    configure:28366: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c >&5
    configure:28372: $? = 0
    configure:28390: result: yes
    configure:28449: checking for X
    configure:28492: gcc -E conftest.c
    configure:28498: $? = 0
    configure:28588: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -lXt >&5
    configure:28594: $? = 0
    configure:28750: result: libraries /usr/lib64, headers .
    configure:28779: checking for IceConnectionNumber in -lICE
    configure:28814: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute -L/usr/lib64 conftest.c -lICE >&5
    configure:28820: $? = 0
    configure:28838: result: yes
    configure:28848: checking for libXext
    configure:28888: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute -L/usr/lib64 conftest.c -lXext -lX11 >&5
    configure:28894: $? = 0
    configure:28918: result: yes
    configure:29067: checking for pthread_create in -lpthread
    configure:29102: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute conftest.c -lpthread >&5
    configure:29108: $? = 0
    configure:29126: result: yes
    configure:29397: checking for extra includes
    configure:29425: result: no
    configure:29429: checking for extra libs
    configure:29458: result: no
    configure:29464: checking for libz
    configure:29504: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute -I. -D_REENTRANT conftest.c -L/usr/lib64 -lz >&5
    conftest.c: In function 'main':
    conftest.c:52: warning: comparison with string literal results in unspecified behavior
    configure:29510: $? = 0
    configure:29537: result: -lz
    configure:29558: checking for libpng
    configure:29600: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute -I. -D_REENTRANT conftest.c -L/usr/lib64 -lpng -lz -lm -lX11 >&5
    configure:29606: $? = 0
    configure:29635: result: -lpng -lz -lm
    configure:29646: checking for libjpeg6b
    configure:29685: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute -I. -D_REENTRANT conftest.c -L/usr/lib64 -ljpeg6b -lm >&5
    /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -ljpeg6b
    collect2: ld returned 1 exit status
    configure:29691: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME ""
    | #define PACKAGE_TARNAME ""
    | #define PACKAGE_VERSION ""
    | #define PACKAGE_STRING ""
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE "kcheckgmail"
    | #define VERSION "0.5.7.4"
    | #define KDELIBSUFF "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_DLFCN_H 1
    | #define HAVE_SGI_STL 1
    | #define HAVE_CRYPT 1
    | #define kde_socklen_t socklen_t
    | #define ksize_t socklen_t
    | #define HAVE_SYS_TYPES_H 1
    | #define HAVE_STDINT_H 1
    | #define HAVE_SYS_BITYPES_H 1
    | #define HAVE_RES_INIT 1
    | #define HAVE_RES_INIT 1
    | #define HAVE_RES_INIT_PROTO 1
    | #define SIZEOF_INT 4
    | #define SIZEOF_SHORT 2
    | #define SIZEOF_LONG 8
    | #define SIZEOF_CHAR_P 8
    | #define SIZEOF_SIZE_T 8
    | #define SIZEOF_UNSIGNED_LONG 8
    | #define HAVE_VSNPRINTF 1
    | #define HAVE_SNPRINTF 1
    | #define HAVE_LIBZ 1
    | #define HAVE_LIBPNG 1
    | /* end confdefs.h. */
    |
    | #ifdef __cplusplus
    | extern "C" {
    | #endif
    | void jpeg_CreateDecompress();
    | #ifdef __cplusplus
    | }
    | #endif
    |
    | int
    | main ()
    | {
    | jpeg_CreateDecompress();
    | ;
    | return 0;
    | }
    configure:29718: result: no
    configure:29721: checking for libjpeg
    configure:29760: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute -I. -D_REENTRANT conftest.c -L/usr/lib64 -ljpeg -lm >&5
    configure:29766: $? = 0
    configure:29790: result: -ljpeg
    configure: 29814: ${prefix}/include/jpeglib.h
    configure: 29814: /usr/include/jpeglib.h
    taking that
    configure:29861: checking for perl
    configure:29921: result: /usr/bin/perl
    configure:30047: checking for Qt
    configure: 30112: /usr/lib/qt3/include/qstyle.h
    configure: 30112: /usr/lib/qt3/qstyle.h
    configure: 30112: /usr/lib/qt/include/qstyle.h
    configure: 30112: /usr/lib/qt/qstyle.h
    configure: 30112: /usr/share/qt3/include/qstyle.h
    configure: 30112: /usr/share/qt3/qstyle.h
    configure: 30112: /usr/local/qt/include/qstyle.h
    configure: 30112: /usr/include/qt/qstyle.h
    configure: 30112: /usr/include/qstyle.h
    configure: 30112: /usr/X11R6/include/X11/qt/qstyle.h
    configure: 30112: /usr/X11R6/include/qt/qstyle.h
    configure: 30112: /usr/X11R6/include/qt2/qstyle.h
    configure: 30112: /usr/include/qt3/qstyle.h
    configure: 30112: ./qstyle.h
    tried NO
    configure:30229: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -INO -I. -DQT_THREAD_SUPPORT -D_REENTRANT -L/usr/lib/qt3/lib64 -L/usr/lib64 conftest.cpp -lqt-mt -lpng -lz -lm -ljpeg -ldl -lXext -lX11 -lSM -lICE -lpthread 1>&5
    conftest.cpp:2:21: error: qglobal.h: No such file or directory
    conftest.cpp:3:26: error: qapplication.h: No such file or directory
    conftest.cpp:4:21: error: qcursor.h: No such file or directory
    conftest.cpp:5:27: error: qstylefactory.h: No such file or directory
    conftest.cpp:6:34: error: private/qucomextra_p.h: No such file or directory
    conftest.cpp:7:8: warning: "QT_VERSION" is not defined
    conftest.cpp:8:2: error: #error 1
    conftest.cpp: In function 'int main()':
    conftest.cpp:12: error: 'QStyleFactory' was not declared in this scope
    conftest.cpp:12: error: expected `;' before '::' token
    conftest.cpp:13: error: 'QCursor' was not declared in this scope
    conftest.cpp:13: error: expected `;' before 'c'
    configure:30232: $? = 1
    configure: failed program was:
    #include "confdefs.h"
    #include <qglobal.h>
    #include <qapplication.h>
    #include <qcursor.h>
    #include <qstylefactory.h>
    #include <private/qucomextra_p.h>
    #if ! (QT_VERSION >= 0x030200 && QT_VERSION < 0x040000)
    #error 1
    #endif

    int main() {
    (void)QStyleFactory::create(QString::null);
    QCursor c(Qt::WhatsThisCursor);
    return 0;
    }
    configure:30272: error: Qt (>= Qt 3.2 and < 4.0) (headers and libraries) not found. Please check your installation!
    For more details about this problem, look at the end of config.log.

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

    ac_cv_build=x86_64-unknown-linux-gnu
    ac_cv_c_compiler_gnu=yes
    ac_cv_cxx_compiler_gnu=yes
    ac_cv_env_CCC_set=
    ac_cv_env_CCC_value=
    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_LIBS_set=
    ac_cv_env_LIBS_value=
    ac_cv_env_XMKMF_set=
    ac_cv_env_XMKMF_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_f77_compiler_gnu=no
    ac_cv_func__NSGetEnviron=no
    ac_cv_func_connect=yes
    ac_cv_func_dlopen=no
    ac_cv_func_inet_ntoa=yes
    ac_cv_func_remove=yes
    ac_cv_func_shl_load=no
    ac_cv_func_shmat=yes
    ac_cv_func_snprintf=yes
    ac_cv_func_vsnprintf=yes
    ac_cv_have_dlfcn=yes
    ac_cv_have_qt=have_qt=no
    ac_cv_header_Carbon_Carbon_h=no
    ac_cv_header_CoreAudio_CoreAudio_h=no
    ac_cv_header_crt_externs_h=no
    ac_cv_header_dlfcn_h=yes
    ac_cv_header_inttypes_h=yes
    ac_cv_header_memory_h=yes
    ac_cv_header_stdc=yes
    ac_cv_header_stdint_h=yes
    ac_cv_header_stdlib_h=yes
    ac_cv_header_string_h=yes
    ac_cv_header_strings_h=yes
    ac_cv_header_sys_bitypes_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=x86_64-unknown-linux-gnu
    ac_cv_lib_ICE_IceConnectionNumber=yes
    ac_cv_lib_compat_main=no
    ac_cv_lib_crypt_crypt=yes
    ac_cv_lib_dl_dlopen=yes
    ac_cv_lib_dld_shl_load=no
    ac_cv_lib_dld_shl_unload=no
    ac_cv_lib_dnet_dnet_ntoa=no
    ac_cv_lib_dnet_stub_dnet_ntoa=no
    ac_cv_lib_jpeg_6b=no
    ac_cv_lib_jpeg_normal=-ljpeg
    ac_cv_lib_png='-lpng -lz -lm'
    ac_cv_lib_poll_poll=no
    ac_cv_lib_pthread_pthread_create=yes
    ac_cv_lib_ucb_killpg=no
    ac_cv_lib_util_main=yes
    ac_cv_lib_z=-lz
    ac_cv_objext=o
    ac_cv_path_EGREP='/usr/bin/grep -E'
    ac_cv_path_GMSGFMT=/usr/bin/msgfmt
    ac_cv_path_GREP=/usr/bin/grep
    ac_cv_path_MSGFMT=/usr/bin/msgfmt
    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_CXXCPP='g++ -E'
    ac_cv_prog_ac_ct_AR=ar
    ac_cv_prog_ac_ct_CC=gcc
    ac_cv_prog_ac_ct_CXX=g++
    ac_cv_prog_ac_ct_RANLIB=ranlib
    ac_cv_prog_ac_ct_STRIP=strip
    ac_cv_prog_cc_c89=
    ac_cv_prog_cc_g=yes
    ac_cv_prog_cxx_g=yes
    ac_cv_prog_f77_g=no
    ac_cv_prog_make_make_set=yes
    ac_cv_sizeof_char_p=8
    ac_cv_sizeof_int=4
    ac_cv_sizeof_long=8
    ac_cv_sizeof_short=2
    ac_cv_sizeof_size_t=8
    ac_cv_sizeof_unsigned_long=8
    ac_cv_target=x86_64-unknown-linux-gnu
    ac_cv_type_char_p=yes
    ac_cv_type_int=yes
    ac_cv_type_long=yes
    ac_cv_type_short=yes
    ac_cv_type_size_t=yes
    ac_cv_type_unsigned_long=yes
    am_cv_CC_dependencies_compiler_type=gcc3
    am_cv_CXX_dependencies_compiler_type=gcc3
    kde_cv_func_res_init=yes
    kde_cv_func_strlcat=no
    kde_cv_func_strlcpy=no
    kde_cv_have_libXext=yes
    kde_cv_have_x='have_x=yes kde_x_includes=. kde_x_libraries=/usr/lib64'
    kde_cv_opt_noinline_match=irrelevant
    kde_cv_path=/usr/bin/perl
    kde_cv_path_kde_config=/opt/kde3/bin/kde-config
    kde_cv_path_perl=/usr/bin/perl
    kde_cv_prog_cc_Wmissing_format_attribute=yes
    kde_cv_prog_cxx_O0=yes
    kde_cv_prog_cxx_Wmissing_format_attribute=yes
    kde_cv_prog_cxx_Wno_long_long=yes
    kde_cv_prog_cxx_Wno_non_virtual_dtor=yes
    kde_cv_prog_cxx_Wundef=yes
    kde_cv_prog_cxx_fexceptions=yes
    kde_cv_prog_cxx_fno_check_new=yes
    kde_cv_prog_cxx_fno_common=yes
    kde_cv_prog_cxx_fno_exceptions=yes
    kde_cv_prog_cxx_fno_reorder_blocks=yes
    kde_cv_proto_res_init=no
    kde_cv_proto_strlcat='yes - in libkdefakes'
    kde_cv_proto_strlcpy='yes - in libkdefakes'
    kde_cv_socklen_t=yes
    kde_cv_socklen_t_equiv=socklen_t
    kde_cv_stl_works=yes
    kde_cv_val_pie_support=yes
    lt_cv_deplibs_check_method=pass_all
    lt_cv_dlopen=dlopen
    lt_cv_dlopen_libs=-ldl
    lt_cv_dlopen_self=yes
    lt_cv_dlopen_self_static=no
    lt_cv_file_magic_cmd='$MAGIC_CMD'
    lt_cv_file_magic_test_file=
    lt_cv_ld_reload_flag=-r
    lt_cv_objdir=.libs
    lt_cv_path_LD=/usr/x86_64-suse-linux/bin/ld
    lt_cv_path_LDCXX='/usr/x86_64-suse-linux/bin/ld -m elf_x86_64'
    lt_cv_path_NM='/usr/bin/nm -B'
    lt_cv_path_SED=/usr/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 \2/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 \\2/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/dan/kcheckgmail/admin/missing --run aclocal-1.9'
    AMDEPBACKSLASH='\'
    AMDEP_FALSE='#'
    AMDEP_TRUE=''
    AMTAR='${SHELL} /home/dan/kcheckgmail/admin/missing --run tar'
    AR='ar'
    ARTSCCONFIG=''
    AUTOCONF='$(SHELL) $(top_srcdir)/admin/cvs.sh configure || touch configure'
    AUTODIRS=''
    AUTOHEADER='${SHELL} /home/dan/kcheckgmail/admin/missing --run autoheader'
    AUTOMAKE='${SHELL} /home/dan/kcheckgmail/admin/missing --run automake-1.9'
    AWK='gawk'
    CC='gcc'
    CCDEPMODE='depmode=gcc3'
    CFLAGS='-std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -Wformat-security -Wmissing-format-attribute'
    CONF_FILES=' $(top_srcdir)/./admin/configure.in.min $(top_srcdir)/configure.in.in'
    CPP='gcc -E'
    CPPFLAGS=' -DQT_THREAD_SUPPORT -D_REENTRANT'
    CXX='g++'
    CXXCPP='g++ -E'
    CXXDEPMODE='depmode=gcc3'
    CXXFLAGS='-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common'
    CYGPATH_W='echo'
    DCOPIDL2CPP=''
    DCOPIDL=''
    DCOPIDLNG=''
    DCOP_DEPENDENCIES=''
    DEFS=''
    DEPDIR='.deps'
    ECHO='echo'
    ECHO_C=''
    ECHO_N='-n'
    ECHO_T=''
    EGREP='/usr/bin/grep -E'
    ENABLE_PERMISSIVE_FLAG='-fpermissive'
    EXEEXT=''
    F77=''
    FFLAGS=''
    FRAMEWORK_COREAUDIO=''
    GMSGFMT='/usr/bin/msgfmt'
    GREP='/usr/bin/grep'
    HAVE_GCC_VISIBILITY='0'
    INSTALL_DATA='${INSTALL} -m 644'
    INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)'
    INSTALL_SCRIPT='${INSTALL}'
    INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
    KCFG_DEPENDENCIES=''
    KCONFIG_COMPILER=''
    KDECONFIG='/opt/kde3/bin/kde-config'
    KDE_CHECK_PLUGIN='$(KDE_PLUGIN) -rpath $(libdir)'
    KDE_EXTRA_RPATH=''
    KDE_INCLUDES=''
    KDE_LDFLAGS=''
    KDE_MT_LDFLAGS=''
    KDE_MT_LIBS='-lpthread'
    KDE_NO_UNDEFINED=''
    KDE_PLUGIN='-avoid-version -module -no-undefined $(KDE_NO_UNDEFINED) $(KDE_RPATH) $(KDE_MT_LDFLAGS)'
    KDE_RPATH=''
    KDE_USE_CLOSURE_FALSE=''
    KDE_USE_CLOSURE_TRUE='#'
    KDE_USE_FINAL_FALSE=''
    KDE_USE_FINAL_TRUE='#'
    KDE_USE_FPIE='-fPIE'
    KDE_USE_NMCHECK_FALSE=''
    KDE_USE_NMCHECK_TRUE='#'
    KDE_USE_PIE='-pie'
    KDE_XSL_STYLESHEET=''
    LDFLAGS=''
    LDFLAGS_AS_NEEDED=''
    LDFLAGS_NEW_DTAGS=''
    LIBCOMPAT=''
    LIBCRYPT='-lcrypt'
    LIBDL='-ldl'
    LIBJPEG='-ljpeg'
    LIBOBJS=''
    LIBPNG='-lpng -lz -lm'
    LIBPTHREAD='-lpthread'
    LIBRESOLV='-lresolv'
    LIBS=''
    LIBSM='-lSM -lICE'
    LIBSOCKET=''
    LIBTOOL='$(SHELL) $(top_builddir)/libtool'
    LIBUCB=''
    LIBUTIL='-lutil'
    LIBZ='-lz'
    LIB_KAB=''
    LIB_KABC=''
    LIB_KDECORE=''
    LIB_KDED=''
    LIB_KDEPIM=''
    LIB_KDEPRINT=''
    LIB_KDEUI=''
    LIB_KDNSSD=''
    LIB_KFILE=''
    LIB_KFM=''
    LIB_KHTML=''
    LIB_KIMPROXY=''
    LIB_KIO=''
    LIB_KJS=''
    LIB_KNEWSTUFF=''
    LIB_KPARTS=''
    LIB_KSPELL=''
    LIB_KSYCOCA=''
    LIB_KUNITTEST=''
    LIB_KUTILS=''
    LIB_POLL=''
    LIB_QPE=''
    LIB_QT=''
    LIB_SMB=''
    LIB_X11='-lX11 $(LIBSOCKET)'
    LIB_XEXT='-lXext'
    LIB_XRENDER=''
    LN_S='ln -s'
    LTLIBOBJS=''
    MAINT='#'
    MAINTAINER_MODE_FALSE=''
    MAINTAINER_MODE_TRUE='#'
    MAKEINFO='${SHELL} /home/dan/kcheckgmail/admin/missing --run makeinfo'
    MAKEKDEWIDGETS=''
    MCOPIDL=''
    MEINPROC=''
    MOC=''
    MSGFMT='/usr/bin/msgfmt'
    NOOPT_CFLAGS='-O0'
    NOOPT_CXXFLAGS='-O0'
    OBJEXT='o'
    PACKAGE='kcheckgmail'
    PACKAGE_BUGREPORT=''
    PACKAGE_NAME=''
    PACKAGE_STRING=''
    PACKAGE_TARNAME=''
    PACKAGE_VERSION=''
    PATH_SEPARATOR=':'
    PERL='/usr/bin/perl'
    QTE_NORTTI=''
    QT_INCLUDES=''
    QT_LDFLAGS=''
    RANLIB='ranlib'
    SET_MAKE=''
    SHELL='/bin/sh'
    STRIP='strip'
    TOPSUBDIRS=''
    UIC=''
    UIC_TR=''
    USER_INCLUDES=''
    USER_LDFLAGS=''
    USE_EXCEPTIONS='-fexceptions'
    USE_RTTI=''
    USE_THREADS=''
    VERSION='0.5.7.4'
    WOVERLOADED_VIRTUAL=''
    XGETTEXT='/usr/bin/xgettext'
    XMKMF=''
    XMLLINT=''
    X_EXTRA_LIBS=''
    X_INCLUDES='-I.'
    X_LDFLAGS='-L/usr/lib64'
    X_PRE_LIBS=''
    X_RPATH=''
    ac_ct_CC='gcc'
    ac_ct_CXX='g++'
    ac_ct_F77=''
    all_includes='-I.'
    all_libraries='-L/usr/lib64 '
    am__fastdepCC_FALSE='#'
    am__fastdepCC_TRUE=''
    am__fastdepCXX_FALSE='#'
    am__fastdepCXX_TRUE=''
    am__include='include'
    am__leading_dot='.'
    am__quote=''
    am__tar='${AMTAR} chof - "$$tardir"'
    am__untar='${AMTAR} xf -'
    bindir='${exec_prefix}/bin'
    build='x86_64-unknown-linux-gnu'
    build_alias=''
    build_cpu='x86_64'
    build_os='linux-gnu'
    build_vendor='unknown'
    datadir='${datarootdir}'
    datarootdir='${prefix}/share'
    docdir='${datarootdir}/doc/${PACKAGE}'
    dvidir='${docdir}'
    exec_prefix='NONE'
    host='x86_64-unknown-linux-gnu'
    host_alias=''
    host_cpu='x86_64'
    host_os='linux-gnu'
    host_vendor='unknown'
    htmldir='${docdir}'
    include_ARTS_FALSE=''
    include_ARTS_TRUE=''
    include_x11_FALSE='#'
    include_x11_TRUE=''
    includedir='${prefix}/include'
    infodir='${datarootdir}/info'
    install_sh='/home/dan/kcheckgmail/admin/install-sh'
    kde_appsdir=''
    kde_bindir=''
    kde_confdir=''
    kde_datadir=''
    kde_htmldir=''
    kde_icondir=''
    kde_includes=''
    kde_kcfgdir=''
    kde_libraries=''
    kde_libs_htmldir='/opt/kde3/share/doc/HTML'
    kde_libs_prefix='/opt/kde3'
    kde_locale=''
    kde_mimedir=''
    kde_moduledir=''
    kde_qtver='3'
    kde_servicesdir=''
    kde_servicetypesdir=''
    kde_sounddir=''
    kde_styledir=''
    kde_templatesdir=''
    kde_wallpaperdir=''
    kde_widgetdir=''
    kdeinitdir=''
    libdir='${exec_prefix}/lib64'
    libexecdir='${exec_prefix}/libexec'
    localedir='${datarootdir}/locale'
    localstatedir='${prefix}/var'
    mandir='${datarootdir}/man'
    mkdir_p='mkdir -p --'
    oldincludedir='/usr/include'
    pdfdir='${docdir}'
    prefix='/opt/kde3'
    program_transform_name='s,x,x,'
    psdir='${docdir}'
    qt_includes=''
    qt_libraries=''
    sbindir='${exec_prefix}/sbin'
    sharedstatedir='${prefix}/com'
    sysconfdir='${prefix}/etc'
    target='x86_64-unknown-linux-gnu'
    target_alias=''
    target_cpu='x86_64'
    target_os='linux-gnu'
    target_vendor='unknown'
    unsermake_enable_pch_FALSE=''
    unsermake_enable_pch_TRUE='#'
    x_includes='.'
    x_libraries='/usr/lib64'
    xdg_appsdir=''
    xdg_directorydir=''
    xdg_menudir=''

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

    #define PACKAGE_NAME ""
    #define PACKAGE_TARNAME ""
    #define PACKAGE_VERSION ""
    #define PACKAGE_STRING ""
    #define PACKAGE_BUGREPORT ""
    #define PACKAGE "kcheckgmail"
    #define VERSION "0.5.7.4"
    #define KDELIBSUFF "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_DLFCN_H 1
    #define HAVE_SGI_STL 1
    #define HAVE_CRYPT 1
    #define kde_socklen_t socklen_t
    #define ksize_t socklen_t
    #define HAVE_SYS_TYPES_H 1
    #define HAVE_STDINT_H 1
    #define HAVE_SYS_BITYPES_H 1
    #define HAVE_RES_INIT 1
    #define HAVE_RES_INIT 1
    #define HAVE_RES_INIT_PROTO 1
    #define SIZEOF_INT 4
    #define SIZEOF_SHORT 2
    #define SIZEOF_LONG 8
    #define SIZEOF_CHAR_P 8
    #define SIZEOF_SIZE_T 8
    #define SIZEOF_UNSIGNED_LONG 8
    #define HAVE_VSNPRINTF 1
    #define HAVE_SNPRINTF 1
    #define HAVE_LIBZ 1
    #define HAVE_LIBPNG 1
    #define HAVE_LIBJPEG 1
    #define HAVE_LIBPTHREAD 1

    configure: exit 1

    -Dan

     
  • Raphael Geissert

    • assigned_to: atomo64 --> nobody
     

Log in to post a comment.