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 $ /home/jmhobbs/KickTweet/configure --enable-debug=full ## --------- ## ## Platform. ## ## --------- ## hostname = urd uname -m = i686 uname -r = 2.6.22.17-0.1-default uname -s = Linux uname -v = #1 SMP 2008/02/10 20:01:04 UTC /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /opt/kde3/bin PATH: /home/jmhobbs/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/bin/X11 PATH: /usr/X11R6/bin PATH: /usr/games PATH: /usr/lib/jvm/jre/bin PATH: /usr/lib/mit/bin PATH: /usr/lib/mit/sbin PATH: /home/jmhobbs/System/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2137: checking build system type configure:2155: result: i686-pc-linux-gnu configure:2177: checking host system type configure:2192: result: i686-pc-linux-gnu configure:2214: checking target system type configure:2229: result: i686-pc-linux-gnu configure:2291: checking for a BSD-compatible install configure:2347: result: /usr/bin/install -c configure:2362: checking for -p flag to install configure:2375: result: yes configure:2386: checking whether build environment is sane configure:2429: result: yes configure:2444: checking for a thread-safe mkdir -p configure:2483: result: /bin/mkdir -p configure:2496: checking for gawk configure:2512: found /usr/bin/gawk configure:2523: result: gawk configure:2534: checking whether make sets $(MAKE) configure:2555: result: yes configure:2761: checking for kde-config configure:2823: result: /opt/kde3/bin/kde-config configure:2918: checking where to install configure:2922: result: /opt/kde3 (as returned by kde-config) configure:2977: checking for style of include used by make configure:3005: result: GNU configure:3152: checking for gcc configure:3168: found /usr/bin/gcc configure:3179: result: gcc configure:3417: checking for C compiler version configure:3424: gcc --version >&5 gcc (GCC) 4.2.1 (SUSE Linux) Copyright (C) 2007 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:3427: $? = 0 configure:3434: gcc -v >&5 Using built-in specs. Target: i586-suse-linux Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.2.1 --enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --program-suffix=-4.2 --enable-version-specific-runtime-libs --without-system-libunwind --with-cpu=generic --host=i586-suse-linux Thread model: posix gcc version 4.2.1 (SUSE Linux) configure:3437: $? = 0 configure:3444: gcc -V >&5 gcc: '-V' option must have argument configure:3447: $? = 1 configure:3470: checking for C compiler default output file name configure:3497: gcc conftest.c >&5 configure:3500: $? = 0 configure:3538: result: a.out configure:3555: checking whether the C compiler works configure:3565: ./a.out configure:3568: $? = 0 configure:3585: result: yes configure:3592: checking whether we are cross compiling configure:3594: result: no configure:3597: checking for suffix of executables configure:3604: gcc -o conftest conftest.c >&5 configure:3607: $? = 0 configure:3631: result: configure:3637: checking for suffix of object files configure:3663: gcc -c conftest.c >&5 configure:3666: $? = 0 configure:3689: result: o configure:3693: checking whether we are using the GNU C compiler configure:3722: gcc -c conftest.c >&5 configure:3728: $? = 0 configure:3745: result: yes configure:3750: checking whether gcc accepts -g configure:3780: gcc -c -g conftest.c >&5 configure:3786: $? = 0 configure:3885: result: yes configure:3902: checking for gcc option to accept ISO C89 configure:3976: gcc -c conftest.c >&5 configure:3982: $? = 0 configure:4005: result: none needed configure:4025: checking dependency style of gcc configure:4116: result: gcc3 configure:4137: checking how to run the C preprocessor configure:4177: gcc -E conftest.c configure:4183: $? = 0 configure:4214: gcc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:4220: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kicktweet" | #define VERSION "0.1" | /* end confdefs.h. */ | #include configure:4253: result: gcc -E configure:4282: gcc -E conftest.c configure:4288: $? = 0 configure:4319: gcc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:4325: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kicktweet" | #define VERSION "0.1" | /* end confdefs.h. */ | #include configure:4449: checking for g++ configure:4465: found /usr/bin/g++ configure:4476: result: g++ configure:4507: checking for C++ compiler version configure:4514: g++ --version >&5 g++ (GCC) 4.2.1 (SUSE Linux) Copyright (C) 2007 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:4517: $? = 0 configure:4524: g++ -v >&5 Using built-in specs. Target: i586-suse-linux Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.2.1 --enable-ssp --disable-libssp --disable-libgcj --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --program-suffix=-4.2 --enable-version-specific-runtime-libs --without-system-libunwind --with-cpu=generic --host=i586-suse-linux Thread model: posix gcc version 4.2.1 (SUSE Linux) configure:4527: $? = 0 configure:4534: g++ -V >&5 g++: '-V' option must have argument configure:4537: $? = 1 configure:4540: checking whether we are using the GNU C++ compiler configure:4569: g++ -c -O0 -g3 conftest.cpp >&5 configure:4575: $? = 0 configure:4592: result: yes configure:4597: checking whether g++ accepts -g configure:4627: g++ -c -g conftest.cpp >&5 configure:4633: $? = 0 configure:4732: result: yes configure:4757: checking dependency style of g++ configure:4848: result: gcc3 configure:4865: checking whether gcc is blacklisted configure:4896: gcc -c -g3 -fno-inline conftest.c >&5 configure:4902: $? = 0 configure:4918: result: no configure:4961: checking whether g++ supports -fno-builtin configure:5003: rm -rf SunWS_cache; g++ -o conftest -g3 -fno-inline -O0 -g3 -fno-builtin conftest.cpp 1>&5 configure:5009: $? = 0 configure:5036: result: yes configure:5049: checking whether g++ supports -Woverloaded-virtual configure:5089: rm -rf SunWS_cache; g++ -o conftest -fno-builtin -g3 -fno-inline -O0 -g3 -Woverloaded-virtual conftest.cpp 1>&5 configure:5095: $? = 0 configure:5122: result: yes configure:5246: checking whether g++ supports -Wmissing-format-attribute configure:5286: rm -rf SunWS_cache; g++ -o conftest -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -fno-builtin -g3 -fno-inline -O0 -g3 -Wmissing-format-attribute conftest.cpp 1>&5 configure:5292: $? = 0 configure:5319: result: yes configure:5331: checking whether gcc supports -Wmissing-format-attribute configure:5368: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wmissing-format-attribute conftest.c >&5 configure:5374: $? = 0 configure:5401: result: yes configure:5415: checking whether g++ supports -Wundef configure:5455: rm -rf SunWS_cache; g++ -o conftest -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -fno-builtin -g3 -fno-inline -O0 -g3 -Wformat-security -Wmissing-format-attribute -Wundef conftest.cpp 1>&5 configure:5461: $? = 0 configure:5488: result: yes configure:5500: checking whether g++ supports -Wno-long-long configure:5540: rm -rf SunWS_cache; g++ -o conftest -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -fno-builtin -g3 -fno-inline -O0 -g3 -Wformat-security -Wmissing-format-attribute -Wno-long-long conftest.cpp 1>&5 configure:5546: $? = 0 configure:5573: result: yes configure:5585: checking whether g++ supports -Wno-non-virtual-dtor configure:5625: 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 -fno-builtin -g3 -fno-inline -O0 -g3 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor conftest.cpp 1>&5 configure:5631: $? = 0 configure:5658: result: yes configure:5690: checking whether g++ supports -fno-reorder-blocks configure:5730: 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 -fno-builtin -g3 -fno-inline -O0 -g3 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-reorder-blocks conftest.cpp 1>&5 configure:5736: $? = 0 configure:5763: result: yes configure:5781: checking whether g++ supports -fno-exceptions configure:5821: 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 -fno-builtin -g3 -fno-inline -O0 -g3 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions conftest.cpp 1>&5 configure:5827: $? = 0 configure:5854: result: yes configure:5866: checking whether g++ supports -fno-check-new configure:5906: 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 -fno-builtin -g3 -fno-inline -O0 -g3 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new conftest.cpp 1>&5 configure:5912: $? = 0 configure:5939: result: yes configure:5951: checking whether g++ supports -fno-common configure:5991: 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 -fno-builtin -g3 -fno-inline -O0 -g3 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common conftest.cpp 1>&5 configure:5997: $? = 0 configure:6024: result: yes configure:6036: checking whether g++ supports -fexceptions configure:6076: 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 -fno-builtin -g3 -fno-inline -O0 -g3 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -fexceptions conftest.cpp 1>&5 configure:6082: $? = 0 configure:6109: result: yes configure:6152: checking whether system headers can cope with -O2 -fno-inline configure:6218: result: irrelevant configure:6854: checking how to run the C++ preprocessor configure:6890: g++ -E conftest.cpp configure:6896: $? = 0 configure:6927: g++ -E conftest.cpp conftest.cpp:10:28: error: ac_nonexistent.h: No such file or directory configure:6933: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kicktweet" | #define VERSION "0.1" | /* end confdefs.h. */ | #include configure:6966: result: g++ -E configure:6995: g++ -E conftest.cpp configure:7001: $? = 0 configure:7032: g++ -E conftest.cpp conftest.cpp:10:28: error: ac_nonexistent.h: No such file or directory configure:7038: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kicktweet" | #define VERSION "0.1" | /* end confdefs.h. */ | #include configure:7080: checking whether g++ supports -O0 configure:7120: 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 -fno-builtin -g3 -fno-inline -O0 -g3 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -O0 conftest.cpp 1>&5 configure:7126: $? = 0 configure:7153: result: yes configure:7418: checking whether g++ supports -Wl,--no-undefined configure:7458: 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 -fno-builtin -g3 -fno-inline -O0 -g3 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -Wl,--no-undefined conftest.cpp 1>&5 configure:7464: $? = 0 configure:7491: result: yes configure:7495: checking whether g++ supports -Wl,--allow-shlib-undefined configure:7535: 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 -fno-builtin -g3 -fno-inline -O0 -g3 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -Wl,--allow-shlib-undefined conftest.cpp 1>&5 configure:7541: $? = 0 configure:7568: result: yes configure:7693: result: not using lib directory suffix configure:7738: checking for a sed that does not truncate output configure:7792: result: /usr/bin/sed configure:7795: checking for grep that handles long lines and -e configure:7869: result: /usr/bin/grep configure:7874: checking for egrep configure:7952: result: /usr/bin/grep -E configure:7968: checking for ld used by gcc configure:8035: result: /usr/i586-suse-linux/bin/ld configure:8044: checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld configure:8059: result: yes configure:8064: checking for /usr/i586-suse-linux/bin/ld option to reload object files configure:8071: result: -r configure:8080: checking for BSD-compatible nm configure:8122: result: /usr/bin/nm -B configure:8126: checking whether ln -s works configure:8130: result: yes configure:8137: checking how to recognise dependent libraries configure:8344: result: pass_all configure:8550: checking for ANSI C header files configure:8580: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:8586: $? = 0 configure:8685: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:8688: $? = 0 configure:8694: ./conftest configure:8697: $? = 0 configure:8714: result: yes configure:8738: checking for sys/types.h configure:8759: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:8765: $? = 0 configure:8781: result: yes configure:8738: checking for sys/stat.h configure:8759: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:8765: $? = 0 configure:8781: result: yes configure:8738: checking for stdlib.h configure:8759: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:8765: $? = 0 configure:8781: result: yes configure:8738: checking for string.h configure:8759: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:8765: $? = 0 configure:8781: result: yes configure:8738: checking for memory.h configure:8759: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:8765: $? = 0 configure:8781: result: yes configure:8738: checking for strings.h configure:8759: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:8765: $? = 0 configure:8781: result: yes configure:8738: checking for inttypes.h configure:8759: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:8765: $? = 0 configure:8781: result: yes configure:8738: checking for stdint.h configure:8759: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:8765: $? = 0 configure:8781: result: yes configure:8738: checking for unistd.h configure:8759: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:8765: $? = 0 configure:8781: result: yes configure:8808: checking dlfcn.h usability configure:8825: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:8831: $? = 0 configure:8845: result: yes configure:8849: checking dlfcn.h presence configure:8864: gcc -E conftest.c configure:8870: $? = 0 configure:8884: result: yes configure:8912: checking for dlfcn.h configure:8920: result: yes configure:8986: checking for g77 configure:9016: result: no configure:8986: checking for xlf configure:9016: result: no configure:8986: checking for f77 configure:9016: result: no configure:8986: checking for frt configure:9016: result: no configure:8986: checking for pgf77 configure:9016: result: no configure:8986: checking for cf77 configure:9016: result: no configure:8986: checking for fort77 configure:9016: result: no configure:8986: checking for fl32 configure:9016: result: no configure:8986: checking for af77 configure:9016: result: no configure:8986: checking for xlf90 configure:9016: result: no configure:8986: checking for f90 configure:9016: result: no configure:8986: checking for pgf90 configure:9016: result: no configure:8986: checking for pghpf configure:9016: result: no configure:8986: checking for epcf90 configure:9016: result: no configure:8986: checking for gfortran configure:9016: result: no configure:8986: checking for g95 configure:9016: result: no configure:8986: checking for xlf95 configure:9016: result: no configure:8986: checking for f95 configure:9016: result: no configure:8986: checking for fort configure:9016: result: no configure:8986: checking for ifort configure:9016: result: no configure:8986: checking for ifc configure:9016: result: no configure:8986: checking for efc configure:9016: result: no configure:8986: checking for pgf95 configure:9016: result: no configure:8986: checking for lf95 configure:9016: result: no configure:8986: checking for ftn configure:9016: result: no configure:9043: checking for Fortran 77 compiler version configure:9050: --version >&5 /home/jmhobbs/KickTweet/configure: line 9051: --version: command not found configure:9053: $? = 127 configure:9060: -v >&5 /home/jmhobbs/KickTweet/configure: line 9061: -v: command not found configure:9063: $? = 127 configure:9070: -V >&5 /home/jmhobbs/KickTweet/configure: line 9071: -V: command not found configure:9073: $? = 127 configure:9081: checking whether we are using the GNU Fortran 77 compiler configure:9100: -c conftest.F >&5 /home/jmhobbs/KickTweet/configure: line 9101: -c: command not found configure:9106: $? = 127 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:9123: result: no configure:9129: checking whether accepts -g configure:9146: -c -g conftest.f >&5 /home/jmhobbs/KickTweet/configure: line 9147: -c: command not found configure:9152: $? = 127 configure: failed program was: | program main | | end configure:9168: result: no configure:9198: checking the maximum length of command line arguments configure:9257: result: 32768 configure:9268: checking command to parse /usr/bin/nm -B output from gcc object configure:9357: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 conftest.c:5: warning: no previous prototype for 'nm_test_func' configure:9360: $? = 0 configure:9364: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm configure:9367: $? = 0 configure:9419: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c conftstm.o >&5 configure:9422: $? = 0 configure:9460: result: ok configure:9464: checking for objdir configure:9479: result: .libs configure:9571: checking for ar configure:9587: found /usr/bin/ar configure:9598: result: ar configure:9667: checking for ranlib configure:9683: found /usr/bin/ranlib configure:9694: result: ranlib configure:9763: checking for strip configure:9779: found /usr/bin/strip configure:9790: result: strip configure:10066: checking if gcc static flag works configure:10089: result: yes configure:10111: checking if gcc supports -fno-rtti -fno-exceptions configure:10129: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -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:10133: $? = 0 configure:10144: result: no configure:10159: checking for gcc option to produce PIC configure:10336: result: -fPIC configure:10344: checking if gcc PIC flag -fPIC works configure:10362: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute -fPIC -DPIC conftest.c >&5 configure:10366: $? = 0 configure:10377: result: yes configure:10401: checking if gcc supports -c -o file.o configure:10429: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute -o out/conftest2.o conftest.c >&5 configure:10433: $? = 0 configure:10450: result: yes configure:10476: checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports shared libraries configure:11284: result: yes configure:11310: checking whether -lc should be explicitly linked in configure:11315: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:11318: $? = 0 configure:11332: gcc -shared -v conftest.o -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:11335: $? = 0 configure:11347: result: no configure:11355: checking dynamic linker characteristics configure:11873: result: GNU/Linux ld.so configure:11877: checking how to hardcode library paths into programs configure:11902: result: immediate configure:11916: checking whether stripping libraries is possible configure:11921: result: yes configure:12044: checking for shl_load configure:12100: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 /tmp/ccoYLSQL.o: In function `main': /home/jmhobbs/KickTweet/debug/conftest.c:56: undefined reference to `shl_load' collect2: ld returned 1 exit status configure:12106: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kicktweet" | #define VERSION "0.1" | #define KDELIBSUFF "" | #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 declares shl_load. | For example, HP-UX 11i 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 to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #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:12123: result: no configure:12128: checking for shl_load in -ldld configure:12163: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c -ldld >&5 /usr/lib/gcc/i586-suse-linux/4.2.1/../../../../i586-suse-linux/bin/ld: cannot find -ldld collect2: ld returned 1 exit status configure:12169: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kicktweet" | #define VERSION "0.1" | #define KDELIBSUFF "" | #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:12187: result: no configure:12192: checking for dlopen configure:12248: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 /tmp/cc2WBqS4.o: In function `main': /home/jmhobbs/KickTweet/debug/conftest.c:56: undefined reference to `dlopen' collect2: ld returned 1 exit status configure:12254: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kicktweet" | #define VERSION "0.1" | #define KDELIBSUFF "" | #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 declares dlopen. | For example, HP-UX 11i declares gettimeofday. */ | #define dlopen innocuous_dlopen | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dlopen (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #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:12271: result: no configure:12276: checking for dlopen in -ldl configure:12311: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c -ldl >&5 configure:12317: $? = 0 configure:12335: result: yes configure:12504: checking whether a program can dlopen itself configure:12576: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 configure:12559: warning: no previous prototype for 'fnord' configure: In function 'fnord': configure:12559: warning: unused variable 'i' configure: In function 'main': configure:12572: warning: implicit declaration of function 'exit' configure:12572: warning: incompatible implicit declaration of built-in function 'exit' configure:12579: $? = 0 configure:12597: result: yes configure:12602: checking whether a statically linked program can dlopen itself configure:12674: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 configure:12657: warning: no previous prototype for 'fnord' configure: In function 'fnord': configure:12657: warning: unused variable 'i' configure: In function 'main': configure:12670: warning: implicit declaration of function 'exit' configure:12670: warning: incompatible implicit declaration of built-in function 'exit' configure:12677: $? = 0 configure:12695: result: yes configure:12718: checking if libtool supports shared libraries configure:12720: result: yes configure:12723: checking whether to build shared libraries configure:12781: result: yes configure:12784: checking whether to build static libraries configure:12788: result: no configure:12879: creating libtool configure:13423: checking for ld used by g++ configure:13490: result: /usr/i586-suse-linux/bin/ld configure:13499: checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld configure:13514: result: yes configure:13565: checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries configure:14375: result: yes configure:14397: g++ -c -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -fno-builtin -g3 -fno-inline -O0 -g3 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common conftest.cc >&5 configure:14400: $? = 0 configure:14496: checking for g++ option to produce PIC configure:14748: result: -fPIC configure:14756: checking if g++ PIC flag -fPIC works configure:14774: g++ -c -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -fno-builtin -g3 -fno-inline -O0 -g3 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -fPIC -DPIC conftest.cc >&5 configure:14778: $? = 0 configure:14789: result: yes configure:14813: checking if g++ supports -c -o file.o configure:14841: g++ -c -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -fno-builtin -g3 -fno-inline -O0 -g3 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -o out/conftest2.o conftest.cc >&5 configure:14845: $? = 0 configure:14862: result: yes configure:14888: checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries configure:14913: result: yes configure:14984: checking dynamic linker characteristics configure:15502: result: GNU/Linux ld.so configure:15506: checking how to hardcode library paths into programs configure:15531: result: immediate configure:15545: checking whether stripping libraries is possible configure:15550: result: yes configure:15673: checking for shl_load configure:15752: result: no configure:15757: checking for shl_load in -ldld configure:15816: result: no configure:15821: checking for dlopen configure:15900: result: no configure:15905: checking for dlopen in -ldl configure:15964: result: yes configure:16133: checking whether a program can dlopen itself configure:16226: result: yes configure:16231: checking whether a statically linked program can dlopen itself configure:16324: result: yes configure:22621: checking for msgfmt configure:22648: result: /usr/bin/msgfmt configure:22657: checking for gmsgfmt configure:22688: result: /usr/bin/msgfmt configure:22708: checking for xgettext configure:22735: result: /usr/bin/xgettext configure:22854: checking if C++ programs can be compiled configure:22888: g++ -c -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -fno-builtin -g3 -fno-inline -O0 -g3 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-check-new -fno-common conftest.cpp >&5 configure:22894: $? = 0 configure:22912: result: yes configure:22942: checking for strlcat configure:22994: g++ -c -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -fno-builtin -g3 -fno-inline -O0 -g3 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -pedantic-errors conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:34: error: 'strlcat' was not declared in this scope configure:23000: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kicktweet" | #define VERSION "0.1" | #define KDELIBSUFF "" | #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 | | | int | main () | { | | char buf[20]; | buf[0]='\0'; | strlcat(buf, "KDE function test", sizeof(buf)); | | | ; | return 0; | } configure:23026: result: no configure:23029: checking if strlcat needs custom prototype configure:23129: result: yes - in libkdefakes configure:23154: checking for strlcpy configure:23205: g++ -c -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -fno-builtin -g3 -fno-inline -O0 -g3 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -pedantic-errors conftest.cpp >&5 conftest.cpp: In function 'int main()': conftest.cpp:33: error: 'strlcpy' was not declared in this scope configure:23211: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kicktweet" | #define VERSION "0.1" | #define KDELIBSUFF "" | #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 | | | int | main () | { | | char buf[20]; | strlcpy(buf, "KDE function test", sizeof(buf)); | | | ; | return 0; | } configure:23237: result: no configure:23240: checking if strlcpy needs custom prototype configure:23339: result: yes - in libkdefakes configure:23363: checking for main in -lutil configure:23392: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c -lutil >&5 configure:23398: $? = 0 configure:23416: result: yes configure:23422: checking for main in -lcompat configure:23451: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c -lcompat >&5 /usr/lib/gcc/i586-suse-linux/4.2.1/../../../../i586-suse-linux/bin/ld: cannot find -lcompat collect2: ld returned 1 exit status configure:23457: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kicktweet" | #define VERSION "0.1" | #define KDELIBSUFF "" | #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:23475: result: no configure:23482: checking for crypt in -lcrypt configure:23517: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c -lcrypt >&5 configure:23523: $? = 0 configure:23541: result: yes configure:23632: checking for socklen_t configure:23672: g++ -c -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -fno-builtin -g3 -fno-inline -O0 -g3 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common conftest.cpp >&5 configure:23678: $? = 0 configure:23704: result: yes configure:23795: checking for dnet_ntoa in -ldnet configure:23830: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c -ldnet >&5 /usr/lib/gcc/i586-suse-linux/4.2.1/../../../../i586-suse-linux/bin/ld: cannot find -ldnet collect2: ld returned 1 exit status configure:23836: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kicktweet" | #define VERSION "0.1" | #define KDELIBSUFF "" | #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:23854: result: no configure:23861: checking for dnet_ntoa in -ldnet_stub configure:23896: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c -ldnet_stub >&5 /usr/lib/gcc/i586-suse-linux/4.2.1/../../../../i586-suse-linux/bin/ld: cannot find -ldnet_stub collect2: ld returned 1 exit status configure:23902: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kicktweet" | #define VERSION "0.1" | #define KDELIBSUFF "" | #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:23920: result: no configure:23927: checking for inet_ntoa configure:23983: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:23989: $? = 0 configure:24006: result: yes configure:24076: checking for connect configure:24132: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:24138: $? = 0 configure:24155: result: yes configure:24226: checking for remove configure:24282: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:24288: $? = 0 configure:24305: result: yes configure:24377: checking for shmat configure:24433: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:24439: $? = 0 configure:24456: result: yes configure:24536: checking for sys/types.h configure:24542: result: yes configure:24536: checking for stdint.h configure:24542: result: yes configure:24688: checking sys/bitypes.h usability configure:24705: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:24711: $? = 0 configure:24725: result: yes configure:24729: checking sys/bitypes.h presence configure:24744: gcc -E conftest.c configure:24750: $? = 0 configure:24764: result: yes configure:24792: checking for sys/bitypes.h configure:24800: result: yes configure:24815: checking for poll in -lpoll configure:24850: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c -lpoll >&5 /usr/lib/gcc/i586-suse-linux/4.2.1/../../../../i586-suse-linux/bin/ld: cannot find -lpoll collect2: ld returned 1 exit status configure:24856: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kicktweet" | #define VERSION "0.1" | #define KDELIBSUFF "" | #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:24874: result: no configure:24897: checking Carbon/Carbon.h usability configure:24914: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 conftest.c:62:27: error: Carbon/Carbon.h: No such file or directory configure:24920: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kicktweet" | #define VERSION "0.1" | #define KDELIBSUFF "" | #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 | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:24934: result: no configure:24938: checking Carbon/Carbon.h presence configure:24953: gcc -E conftest.c conftest.c:29:27: error: Carbon/Carbon.h: No such file or directory configure:24959: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kicktweet" | #define VERSION "0.1" | #define KDELIBSUFF "" | #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 configure:24973: result: no configure:25001: checking for Carbon/Carbon.h configure:25009: result: no configure:25034: checking CoreAudio/CoreAudio.h usability configure:25051: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 conftest.c:62:33: error: CoreAudio/CoreAudio.h: No such file or directory configure:25057: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kicktweet" | #define VERSION "0.1" | #define KDELIBSUFF "" | #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 | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:25071: result: no configure:25075: checking CoreAudio/CoreAudio.h presence configure:25090: gcc -E conftest.c conftest.c:29:33: error: CoreAudio/CoreAudio.h: No such file or directory configure:25096: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kicktweet" | #define VERSION "0.1" | #define KDELIBSUFF "" | #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 configure:25110: result: no configure:25138: checking for CoreAudio/CoreAudio.h configure:25145: result: no configure:25163: checking if res_init needs -lresolv configure:25195: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c -lresolv >&5 configure:25201: $? = 0 configure:25209: result: yes configure:25232: checking for res_init configure:25284: g++ -c -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -fno-builtin -g3 -fno-inline -O0 -g3 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -pedantic-errors conftest.cpp >&5 configure:25290: $? = 0 configure:25316: result: yes configure:25319: checking if res_init needs custom prototype configure:25419: result: no configure:25447: checking for killpg in -lucb configure:25482: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c -lucb >&5 /usr/lib/gcc/i586-suse-linux/4.2.1/../../../../i586-suse-linux/bin/ld: cannot find -lucb collect2: ld returned 1 exit status configure:25488: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kicktweet" | #define VERSION "0.1" | #define KDELIBSUFF "" | #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:25506: result: no configure:25586: checking for int configure:25616: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:25622: $? = 0 configure:25637: result: yes configure:25644: checking size of int configure:25946: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:25949: $? = 0 configure:25955: ./conftest configure:25958: $? = 0 configure:25981: result: 4 configure:25990: checking for short configure:26020: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:26026: $? = 0 configure:26041: result: yes configure:26048: checking size of short configure:26350: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:26353: $? = 0 configure:26359: ./conftest configure:26362: $? = 0 configure:26385: result: 2 configure:26394: checking for long configure:26424: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:26430: $? = 0 configure:26445: result: yes configure:26452: checking size of long configure:26754: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:26757: $? = 0 configure:26763: ./conftest configure:26766: $? = 0 configure:26789: result: 4 configure:26798: checking for char * configure:26828: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:26834: $? = 0 configure:26849: result: yes configure:26856: checking size of char * configure:27158: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:27161: $? = 0 configure:27167: ./conftest configure:27170: $? = 0 configure:27193: result: 4 configure:27204: checking for dlopen in -ldl configure:27263: result: yes configure:27273: checking for shl_unload in -ldld configure:27308: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c -ldld >&5 /usr/lib/gcc/i586-suse-linux/4.2.1/../../../../i586-suse-linux/bin/ld: cannot find -ldld collect2: ld returned 1 exit status configure:27314: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kicktweet" | #define VERSION "0.1" | #define KDELIBSUFF "" | #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 4 | #define SIZEOF_CHAR_P 4 | /* 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:27332: result: no configure:27347: checking for size_t configure:27377: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:27383: $? = 0 configure:27398: result: yes configure:27405: checking size of size_t configure:27707: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:27710: $? = 0 configure:27716: ./conftest configure:27719: $? = 0 configure:27742: result: 4 configure:27752: checking for unsigned long configure:27782: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:27788: $? = 0 configure:27803: result: yes configure:27810: checking size of unsigned long configure:28112: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:28115: $? = 0 configure:28121: ./conftest configure:28124: $? = 0 configure:28147: result: 4 configure:28158: checking sizeof size_t == sizeof unsigned long configure:28185: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:28191: $? = 0 configure:28196: result: yes configure:28220: checking for PIE support configure:28262: 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 -fno-builtin -g3 -fno-inline -O0 -g3 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -fPIE -pie conftest.cpp 1>&5 configure:28268: $? = 0 configure:28295: result: yes configure:28298: checking if enabling -pie/fPIE support configure:28313: result: yes configure:28344: checking crt_externs.h usability configure:28361: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 conftest.c:71:25: error: crt_externs.h: No such file or directory configure:28367: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kicktweet" | #define VERSION "0.1" | #define KDELIBSUFF "" | #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 4 | #define SIZEOF_CHAR_P 4 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_UNSIGNED_LONG 4 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:28381: result: no configure:28385: checking crt_externs.h presence configure:28400: gcc -E conftest.c conftest.c:38:25: error: crt_externs.h: No such file or directory configure:28406: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kicktweet" | #define VERSION "0.1" | #define KDELIBSUFF "" | #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 4 | #define SIZEOF_CHAR_P 4 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_UNSIGNED_LONG 4 | /* end confdefs.h. */ | #include configure:28420: result: no configure:28448: checking for crt_externs.h configure:28456: result: no configure:28469: checking for _NSGetEnviron configure:28525: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 /tmp/cci7E4ei.o: In function `main': /home/jmhobbs/KickTweet/debug/conftest.c:72: undefined reference to `_NSGetEnviron' collect2: ld returned 1 exit status configure:28531: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kicktweet" | #define VERSION "0.1" | #define KDELIBSUFF "" | #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 4 | #define SIZEOF_CHAR_P 4 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_UNSIGNED_LONG 4 | /* end confdefs.h. */ | /* Define _NSGetEnviron to an innocuous variant, in case declares _NSGetEnviron. | For example, HP-UX 11i declares gettimeofday. */ | #define _NSGetEnviron innocuous__NSGetEnviron | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _NSGetEnviron (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #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:28548: result: no configure:28570: checking for vsnprintf configure:28626: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:28632: $? = 0 configure:28650: result: yes configure:28570: checking for snprintf configure:28626: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c >&5 configure:28632: $? = 0 configure:28650: result: yes configure:28707: checking for X configure:28750: gcc -E conftest.c configure:28756: $? = 0 configure:28846: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c -lXt >&5 configure:28852: $? = 0 configure:29008: result: libraries /usr/lib, headers . configure:29037: checking for IceConnectionNumber in -lICE configure:29072: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c -lICE >&5 configure:29078: $? = 0 configure:29096: result: yes configure:29106: checking for libXext configure:29146: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c -lXext -lX11 >&5 configure:29152: $? = 0 configure:29176: result: yes configure:29325: checking for pthread_create in -lpthread configure:29360: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute conftest.c -lpthread >&5 configure:29366: $? = 0 configure:29384: result: yes configure:29655: checking for extra includes configure:29683: result: no configure:29687: checking for extra libs configure:29716: result: no configure:29722: checking for libz configure:29762: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute -I. -D_REENTRANT conftest.c -lz >&5 conftest.c: In function 'main': conftest.c:52: warning: comparison with string literal results in unspecified behaviour configure:29768: $? = 0 configure:29795: result: -lz configure:29816: checking for libpng configure:29858: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute -I. -D_REENTRANT conftest.c -lpng -lz -lm -lX11 >&5 configure:29864: $? = 0 configure:29893: result: -lpng -lz -lm configure:29904: checking for libjpeg6b configure:29943: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute -I. -D_REENTRANT conftest.c -ljpeg6b -lm >&5 /usr/lib/gcc/i586-suse-linux/4.2.1/../../../../i586-suse-linux/bin/ld: cannot find -ljpeg6b collect2: ld returned 1 exit status configure:29949: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kicktweet" | #define VERSION "0.1" | #define KDELIBSUFF "" | #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 4 | #define SIZEOF_CHAR_P 4 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_UNSIGNED_LONG 4 | #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:29976: result: no configure:29979: checking for libjpeg configure:30018: gcc -o conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute -I. -D_REENTRANT conftest.c -ljpeg -lm >&5 configure:30024: $? = 0 configure:30048: result: -ljpeg configure: 30072: ${prefix}/include/jpeglib.h configure: 30072: /usr/include/jpeglib.h taking that configure:30119: checking for perl configure:30179: result: /usr/bin/perl configure:30305: checking for Qt configure: 30370: /usr/lib/qt3/include/qstyle.h taking that tried NO configure:30487: 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 -fno-builtin -g3 -fno-inline -O0 -g3 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -I/usr/lib/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -L/usr/lib/qt3/lib conftest.cpp -lqt-mt -lpng -lz -lm -ljpeg -ldl -lXext -lX11 -lSM -lICE -lpthread 1>&5 configure:30490: $? = 0 configure:30549: result: libraries /usr/lib/qt3/lib, headers /usr/lib/qt3/include using -mt configure:30730: checking for moc configure:30802: result: /usr/lib/qt3/bin/moc configure:30810: checking for uic configure:30864: result: /usr/lib/qt3/bin/uic configure:30895: checking whether uic supports -L configure:30906: /usr/lib/qt3/bin/uic -L /nonexistent conftest.ui >/dev/null configure:30909: $? = 0 configure:30921: result: yes configure:30933: checking whether uic supports -nounload configure:30944: /usr/lib/qt3/bin/uic -nounload conftest.ui >/dev/null configure:30947: $? = 0 configure:30959: result: yes configure:30996: checking if Qt needs -ljpeg configure:31041: 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 -fno-builtin -g3 -fno-inline -O0 -g3 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -I/usr/lib/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT conftest.cpp -L/usr/lib/qt3/lib -lqt-mt -lpng -lz -lm -ldl -lXext -lX11 -lSM -lICE 1>&5 configure:31047: $? = 0 configure:31081: result: no configure:31113: checking for rpath configure:31145: result: yes configure:31148: checking for KDE configure: 31201: /opt/kde3/include/ksharedptr.h taking that configure: 31231: /opt/kde3/lib/libkio.la taking that configure: 31249: /opt/kde3/lib/kde3/plugins/designer/kdewidgets.la taking that configure:31322: result: libraries /opt/kde3/lib, headers /opt/kde3/include configure:31361: checking if UIC has KDE plugins available configure:31388: /usr/lib/qt3/bin/uic -L /opt/kde3/lib/kde3/plugins/designer -nounload -impl actest.h actest.ui > actest.cpp configure:31391: $? = 0 configure:31405: result: yes configure:31460: checking for KDE paths configure:32075: result: defaults configure:32121: checking for dcopidl configure:32183: result: /opt/kde3/bin/dcopidl configure:32190: checking for dcopidl2cpp configure:32252: result: /opt/kde3/bin/dcopidl2cpp configure:32260: checking for mcopidl configure:32324: result: /opt/kde3/bin/mcopidl configure:32331: checking for artsc-config configure:32395: result: /opt/kde3/bin/artsc-config configure:32403: checking for meinproc configure:32457: result: /opt/kde3/bin/meinproc configure:32487: checking for kconfig_compiler configure:32549: result: /opt/kde3/bin/kconfig_compiler configure:32556: checking for dcopidlng configure:32618: result: /opt/kde3/bin/dcopidlng configure:32698: checking for xmllint configure:32752: result: /usr/bin/xmllint configure: 32768: /usr/share/kde/apps/ksgmltools2/customization/kde-chunk.xsl configure: 32768: /usr/local/share/apps/ksgmltools2/customization/kde-chunk.xsl configure: 32768: /usr/share/apps/ksgmltools2/customization/kde-chunk.xsl configure: 32768: /opt/kde3/share/apps/ksgmltools2/customization/kde-chunk.xsl taking that configure:32926: checking whether byte ordering is bigendian configure:32959: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute -DQT_THREAD_SUPPORT -D_REENTRANT conftest.c >&5 configure:32965: $? = 0 configure:32997: gcc -c -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline -Wformat-security -Wmissing-format-attribute -DQT_THREAD_SUPPORT -D_REENTRANT conftest.c >&5 conftest.c: In function 'main': conftest.c:51: error: 'not' undeclared (first use in this function) conftest.c:51: error: (Each undeclared identifier is reported only once conftest.c:51: error: for each function it appears in.) conftest.c:51: error: expected ';' before 'big' configure:33003: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "kicktweet" | #define VERSION "0.1" | #define KDELIBSUFF "" | #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 4 | #define SIZEOF_CHAR_P 4 | #define SIZEOF_SIZE_T 4 | #define SIZEOF_UNSIGNED_LONG 4 | #define HAVE_VSNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_LIBZ 1 | #define HAVE_LIBPNG 1 | #define HAVE_LIBJPEG 1 | #define HAVE_LIBPTHREAD 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:33143: result: no configure:33163: checking for MAXPATHLEN configure:33185: gcc -E -DQT_THREAD_SUPPORT -D_REENTRANT conftest.c 2>/dev/null | grep '^KDE_HELLO' >conftest.out configure:33188: $? = 0 configure:33200: result: 4096 configure:33230: checking if doc should be compiled configure:33242: result: yes configure:33230: checking if po should be compiled configure:33242: result: yes configure:33230: checking if src should be compiled configure:33242: result: yes configure:33409: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on urd config.status:812: creating Makefile config.status:812: creating doc/Makefile config.status:812: creating doc/en/Makefile config.status:812: creating po/Makefile config.status:812: creating src/Makefile config.status:812: creating src/libtweet/Makefile config.status:812: creating config.h config.status:1101: executing depfiles commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_c_bigendian=no 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=set ac_cv_env_CXXFLAGS_value='-O0 -g3' 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_kde='have_kde=yes ac_kde_includes=/opt/kde3/include ac_kde_libraries=/opt/kde3/lib' ac_cv_have_qt='have_qt=yes ac_qt_includes=/usr/lib/qt3/include ac_qt_libraries=/usr/lib/qt3/lib' 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=i686-pc-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_maxpathlen=4096 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_path_mkdir=/bin/mkdir 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=4 ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_sizeof_short=2 ac_cv_sizeof_size_t=4 ac_cv_sizeof_unsigned_long=4 ac_cv_target=i686-pc-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_all_paths='kde_have_all_paths="yes" kde_htmldir="\${datadir}/doc/HTML" kde_appsdir="\${datadir}/applnk" kde_icondir="\${datadir}/icons" kde_sounddir="\${datadir}/sounds" kde_datadir="\${datadir}/apps" kde_locale="\${datadir}/locale" kde_cgidir="\${exec_prefix}/cgi-bin" kde_confdir="\${datadir}/config" kde_kcfgdir="\${datadir}/config.kcfg" kde_mimedir="\${datadir}/mimelnk" kde_toolbardir="\${datadir}/toolbar" kde_wallpaperdir="\${datadir}/wallpapers" kde_templatesdir="\${datadir}/templates" kde_bindir="\${exec_prefix}/bin" kde_servicesdir="\${datadir}/services" kde_servicetypesdir="\${datadir}/servicetypes" kde_moduledir="\${libdir}/kde3" kde_styledir="\${libdir}/kde3/plugins/styles" kde_widgetdir="/opt/kde3/lib/kde3/plugins/designer" xdg_appsdir="\${datadir}/applications/kde" xdg_menudir="\${sysconfdir}/xdg/menus" xdg_directorydir="\${datadir}/desktop-directories" kde_result=defaults' 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/lib' kde_cv_opt_noinline_match=irrelevant kde_cv_path=/usr/bin/xmllint kde_cv_path_artsc_config=/opt/kde3/bin/artsc-config kde_cv_path_dcopidl2cpp=/opt/kde3/bin/dcopidl2cpp kde_cv_path_dcopidl=/opt/kde3/bin/dcopidl kde_cv_path_dcopidlng=/opt/kde3/bin/dcopidlng kde_cv_path_kconfig_compiler=/opt/kde3/bin/kconfig_compiler kde_cv_path_kde_config=/opt/kde3/bin/kde-config kde_cv_path_mcopidl=/opt/kde3/bin/mcopidl kde_cv_path_meinproc=/opt/kde3/bin/meinproc kde_cv_path_moc=/usr/lib/qt3/bin/moc kde_cv_path_perl=/usr/bin/perl kde_cv_path_uic=/usr/lib/qt3/bin/uic kde_cv_path_xmllint=/usr/bin/xmllint kde_cv_prog_cc_Wmissing_format_attribute=yes kde_cv_prog_cxx_O0=yes kde_cv_prog_cxx_Wl___allow_shlib_undefined=yes kde_cv_prog_cxx_Wl___no_undefined=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_Woverloaded_virtual=yes kde_cv_prog_cxx_Wundef=yes kde_cv_prog_cxx_fexceptions=yes kde_cv_prog_cxx_fno_builtin=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_prog_uic_L=yes kde_cv_prog_uic_nounload=yes kde_cv_proto_res_init=no kde_cv_proto_strlcat='yes - in libkdefakes' kde_cv_proto_strlcpy='yes - in libkdefakes' kde_cv_qt_jpeg=no kde_cv_socklen_t=yes kde_cv_socklen_t_equiv=socklen_t kde_cv_stl_works=yes kde_cv_uic_plugins=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=yes lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.6.1.so' lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/i586-suse-linux/bin/ld lt_cv_path_LDCXX=/usr/i586-suse-linux/bin/ld 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/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' lt_cv_sys_max_cmd_len=32768 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGISTW][ABCDGISTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/jmhobbs/KickTweet/admin/missing --run aclocal-1.10' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/jmhobbs/KickTweet/admin/missing --run tar' AR='ar' ARTSCCONFIG='/opt/kde3/bin/artsc-config' AUTOCONF='$(SHELL) $(top_srcdir)/admin/cvs.sh configure || touch configure' AUTODIRS='' AUTOHEADER='${SHELL} /home/jmhobbs/KickTweet/admin/missing --run autoheader' AUTOMAKE='${SHELL} /home/jmhobbs/KickTweet/admin/missing --run automake-1.10' 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 -g3 -fno-inline -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 -fno-builtin -g3 -fno-inline -O0 -g3 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common' CYGPATH_W='echo' DCOPIDL2CPP='/opt/kde3/bin/dcopidl2cpp' DCOPIDL='/opt/kde3/bin/dcopidl' DCOPIDLNG='/opt/kde3/bin/dcopidlng' DCOP_DEPENDENCIES='$(DCOPIDL) $(DCOPIDLNG)' DEFS='-DHAVE_CONFIG_H' 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='$(install_sh) -c -s' KCFG_DEPENDENCIES='$(KCONFIG_COMPILER)' KCONFIG_COMPILER='/opt/kde3/bin/kconfig_compiler' KDECONFIG='/opt/kde3/bin/kde-config' KDE_CHECK_PLUGIN='$(KDE_PLUGIN) -rpath $(libdir)' KDE_EXTRA_RPATH='' KDE_INCLUDES='-I/opt/kde3/include' KDE_LDFLAGS='-L/opt/kde3/lib' KDE_MT_LDFLAGS='' KDE_MT_LIBS='-lpthread' KDE_NO_UNDEFINED='-Wl,--no-undefined -Wl,--allow-shlib-undefined' KDE_PLUGIN='-avoid-version -module -no-undefined $(KDE_NO_UNDEFINED) $(KDE_RPATH) $(KDE_MT_LDFLAGS)' KDE_RPATH='-R $(libdir) -R $(kde_libraries) -R $(qt_libraries)' 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='/opt/kde3/share/apps/ksgmltools2/customization/kde-chunk.xsl' 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 --silent' LIBUCB='' LIBUTIL='-lutil' LIBZ='-lz' LIB_KAB='-lkab' LIB_KABC='-lkabc' LIB_KDECORE='-lkdecore' LIB_KDED='' LIB_KDEPIM='-lkdepim' LIB_KDEPRINT='-lkdeprint' LIB_KDEUI='-lkdeui' LIB_KDNSSD='-lkdnssd' LIB_KFILE='-lkio' LIB_KFM='' LIB_KHTML='-lkhtml' LIB_KIMPROXY='-lkimproxy' LIB_KIO='-lkio' LIB_KJS='-lkjs' LIB_KNEWSTUFF='-lknewstuff' LIB_KPARTS='-lkparts' LIB_KSPELL='-lkspell' LIB_KSYCOCA='-lkio' LIB_KUNITTEST='-lkunittest' LIB_KUTILS='-lkutils' LIB_POLL='' LIB_QPE='' LIB_QT='-lqt-mt $(LIBZ) $(LIBPNG) -lXext $(LIB_X11) $(LIBSM) -lpthread' LIB_SMB='-lsmb' LIB_X11='-lX11 $(LIBSOCKET)' LIB_XEXT='-lXext' LIB_XRENDER='' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /home/jmhobbs/KickTweet/admin/missing --run makeinfo' MAKEKDEWIDGETS='' MCOPIDL='/opt/kde3/bin/mcopidl' MEINPROC='/opt/kde3/bin/meinproc' MOC='/usr/lib/qt3/bin/moc' MSGFMT='/usr/bin/msgfmt' NOOPT_CFLAGS='-O0' NOOPT_CXXFLAGS='-O0' OBJEXT='o' PACKAGE='kicktweet' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PERL='/usr/bin/perl' QTE_NORTTI='' QT_INCLUDES='-I/usr/lib/qt3/include' QT_LDFLAGS='-L/usr/lib/qt3/lib' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' TOPSUBDIRS=' doc po src' UIC='/usr/lib/qt3/bin/uic -L $(kde_widgetdir) -nounload' UIC_TR='tr2i18n' USER_INCLUDES='' USER_LDFLAGS='' USE_EXCEPTIONS='-fexceptions' USE_RTTI='' USE_THREADS='' VERSION='0.1' WOVERLOADED_VIRTUAL='-Woverloaded-virtual' XGETTEXT='/usr/bin/xgettext' XMKMF='' XMLLINT='/usr/bin/xmllint' X_EXTRA_LIBS='' X_INCLUDES='-I.' X_LDFLAGS='' X_PRE_LIBS='' X_RPATH='' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_F77='' all_includes='-I/opt/kde3/include -I/usr/lib/qt3/include -I. ' all_libraries='-L/opt/kde3/lib -L/usr/lib/qt3/lib ' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__isrc=' -I$(srcdir)' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='${prefix}' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' include_ARTS_FALSE='#' include_ARTS_TRUE='' include_x11_FALSE='#' include_x11_TRUE='' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='$(SHELL) /home/jmhobbs/KickTweet/admin/install-sh' kde_appsdir='${datadir}/applnk' kde_bindir='${exec_prefix}/bin' kde_confdir='${datadir}/config' kde_datadir='${datadir}/apps' kde_htmldir='${datadir}/doc/HTML' kde_icondir='${datadir}/icons' kde_includes='/opt/kde3/include' kde_kcfgdir='${datadir}/config.kcfg' kde_libraries='/opt/kde3/lib' kde_libs_htmldir='/opt/kde3/share/doc/HTML' kde_libs_prefix='/opt/kde3' kde_locale='${datadir}/locale' kde_mimedir='${datadir}/mimelnk' kde_moduledir='${libdir}/kde3' kde_qtver='3' kde_servicesdir='${datadir}/services' kde_servicetypesdir='${datadir}/servicetypes' kde_sounddir='${datadir}/sounds' kde_styledir='${libdir}/kde3/plugins/styles' kde_templatesdir='${datadir}/templates' kde_wallpaperdir='${datadir}/wallpapers' kde_widgetdir='/opt/kde3/lib/kde3/plugins/designer' kdeinitdir='$(kde_moduledir)' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/opt/kde3' program_transform_name='s,x,x,' psdir='${docdir}' qt_includes='/usr/lib/qt3/include' qt_libraries='/usr/lib/qt3/lib' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='i686-pc-linux-gnu' target_alias='' target_cpu='i686' target_os='linux-gnu' target_vendor='pc' unsermake_enable_pch_FALSE='' unsermake_enable_pch_TRUE='#' x_includes='.' x_libraries='/usr/lib' xdg_appsdir='${datadir}/applications/kde' xdg_directorydir='${datadir}/desktop-directories' xdg_menudir='${sysconfdir}/xdg/menus' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE "kicktweet" #define VERSION "0.1" #define KDELIBSUFF "" #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 4 #define SIZEOF_CHAR_P 4 #define SIZEOF_SIZE_T 4 #define SIZEOF_UNSIGNED_LONG 4 #define HAVE_VSNPRINTF 1 #define HAVE_SNPRINTF 1 #define HAVE_LIBZ 1 #define HAVE_LIBPNG 1 #define HAVE_LIBJPEG 1 #define HAVE_LIBPTHREAD 1 #define KDEMAXPATHLEN 4096 configure: exit 0 ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status src/libtweet/Makefile depfiles on urd config.status:812: creating src/libtweet/Makefile config.status:1101: executing depfiles commands ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status src/Makefile depfiles on urd config.status:812: creating src/Makefile config.status:1101: executing depfiles commands ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status src/Makefile depfiles on urd config.status:812: creating src/Makefile config.status:1101: executing depfiles commands ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status src/Makefile depfiles on urd config.status:812: creating src/Makefile config.status:1101: executing depfiles commands ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = src/Makefile CONFIG_HEADERS = config.h CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on urd config.status:812: creating src/Makefile config.status:812: creating config.h config.status:1055: config.h is unchanged config.status:1101: executing depfiles commands