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

Re: no kde libraries



Sandro Frenzel wrote:
>> ich versuche seit Ewigkeiten kbib-0.6 zu installieren, ohne Erfolg
>> (genauso wars bei der Vorgängerversion kbib-0.5.4, bei der ich es
>> aufgegeben hatte). Obwohl ich kdelibs4-dev installiert habe und
>> mit --prefix=/usr, /usr/lib, /usr/lib/kde3 experimentiert habe
>> (zusätzlich --with-qt-dir=/usr/share/qt3, ohne das die qt-libraries
>> und headers nicht gefunden werden), bricht ./configure oder
>> dpkg-buildpackage immer mit der Meldung ab:
>>
>> checking for KDE... configure: error:
>> in the prefix, you've chosen, are no KDE libraries installed. This
>> will fail.
>> So, check this please and use another prefix!
>> make: *** [config.status] Fehler 1
>>
>> Ich hab keine Ahnung, was ich noch anderes als --prefix einstellen
>> kann. Könnte es an einem Fehler in der configure-Datei liegen oder
>> meinen sonstigen Einstellungen? Ich benutze debian testing.
>>
> Mh, vielleicht bringt das Posten (nopaste) der config.log mehr
> Aufschluss über fehlende Dateien.
Gerne, die ganze config.log ist im Anhang. Kurzen Post aus der Datei, der
vielleicht aufschlussreich sein könnte:

configure:5701: checking whether g++ supports -frepo
configure:5737: rm -rf SunWS_cache; g++ -o
conftest -Wno-non-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -O2 -Wno-deprecated -fno-exceptions -fno-check-new -frepo
conftest.cc  1>&5

In file included from <built-in>:0:
<built-in>:0: warning: -frepo must be used with -c
configure:5743: $? = 0
configure:5747: test -z
                         || test ! -s conftest.err
configure:5750: $? = 0
configure:5753: test -s conftest
configure:5756: $? = 0
configure:5777: result: yes
configure:6012: result: using lib directory suffix 64

Gruß,

Benjamin 


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

  $ ./configure --with-qt-dir=/usr/share/qt3 --enable-libsuffix=none

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

hostname = benz505sx
uname -m = i686
uname -r = 2.6.20.2
uname -s = Linux
uname -v = #1 Tue Mar 13 14:48:26 CET 2007

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

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

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/X11R6/bin


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

configure:1542: checking build system type
configure:1560: result: i686-pc-linux-gnu
configure:1568: checking host system type
configure:1582: result: i686-pc-linux-gnu
configure:1590: checking target system type
configure:1604: result: i686-pc-linux-gnu
configure:1651: checking for a BSD-compatible install
configure:1706: result: /usr/bin/install -c
configure:1721: checking for -p flag to install
configure:1734: result: yes
configure:1745: checking whether build environment is sane
configure:1788: result: yes
configure:1808: checking for gawk
configure:1837: result: no
configure:1808: checking for mawk
configure:1824: found /usr/bin/mawk
configure:1834: result: mawk
configure:1844: checking whether make sets $(MAKE)
configure:1864: result: yes
configure:2077: checking for style of include used by make
configure:2105: result: GNU
configure:2252: checking for gcc
configure:2268: found /usr/bin/gcc
configure:2278: result: gcc
configure:2522: checking for C compiler version
configure:2525: gcc --version </dev/null >&5
gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
Copyright (C) 2006 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:2528: $? = 0
configure:2530: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --with-tune=i686 --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
configure:2533: $? = 0
configure:2535: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2538: $? = 1
configure:2561: checking for C compiler default output file name
configure:2564: gcc     conftest.c  >&5
configure:2567: $? = 0
configure:2613: result: a.out
configure:2618: checking whether the C compiler works
configure:2624: ./a.out
configure:2627: $? = 0
configure:2644: result: yes
configure:2651: checking whether we are cross compiling
configure:2653: result: no
configure:2656: checking for suffix of executables
configure:2658: gcc -o conftest     conftest.c  >&5
configure:2661: $? = 0
configure:2686: result: 
configure:2692: checking for suffix of object files
configure:2713: gcc -c    conftest.c >&5
configure:2716: $? = 0
configure:2738: result: o
configure:2742: checking whether we are using the GNU C compiler
configure:2766: gcc -c    conftest.c >&5
configure:2772: $? = 0
configure:2776: test -z 
			 || test ! -s conftest.err
configure:2779: $? = 0
configure:2782: test -s conftest.o
configure:2785: $? = 0
configure:2798: result: yes
configure:2804: checking whether gcc accepts -g
configure:2825: gcc -c -g  conftest.c >&5
configure:2831: $? = 0
configure:2835: test -z 
			 || test ! -s conftest.err
configure:2838: $? = 0
configure:2841: test -s conftest.o
configure:2844: $? = 0
configure:2855: result: yes
configure:2872: checking for gcc option to accept ANSI C
configure:2942: gcc  -c    conftest.c >&5
configure:2948: $? = 0
configure:2952: test -z 
			 || test ! -s conftest.err
configure:2955: $? = 0
configure:2958: test -s conftest.o
configure:2961: $? = 0
configure:2979: result: none needed
configure:2997: gcc -c    conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:3003: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3138: checking dependency style of gcc
configure:3221: result: gcc3
configure:3244: checking how to run the C preprocessor
configure:3279: gcc -E  conftest.c
configure:3285: $? = 0
configure:3317: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3323: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kbib"
| #define VERSION "0.6"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3362: result: gcc -E
configure:3386: gcc -E  conftest.c
configure:3392: $? = 0
configure:3424: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3430: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kbib"
| #define VERSION "0.6"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3554: checking for g++
configure:3570: found /usr/bin/g++
configure:3580: result: g++
configure:3596: checking for C++ compiler version
configure:3599: g++ --version </dev/null >&5
g++ (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
Copyright (C) 2006 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:3602: $? = 0
configure:3604: g++ -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --with-tune=i686 --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
configure:3607: $? = 0
configure:3609: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:3612: $? = 1
configure:3615: checking whether we are using the GNU C++ compiler
configure:3639: g++ -c   -Wno-deprecated  conftest.cc >&5
configure:3645: $? = 0
configure:3649: test -z 
			 || test ! -s conftest.err
configure:3652: $? = 0
configure:3655: test -s conftest.o
configure:3658: $? = 0
configure:3671: result: yes
configure:3677: checking whether g++ accepts -g
configure:3698: g++ -c -g  conftest.cc >&5
configure:3704: $? = 0
configure:3708: test -z 
			 || test ! -s conftest.err
configure:3711: $? = 0
configure:3714: test -s conftest.o
configure:3717: $? = 0
configure:3728: result: yes
configure:3770: g++ -c   -Wno-deprecated  conftest.cc >&5
configure:3776: $? = 0
configure:3780: test -z 
			 || test ! -s conftest.err
configure:3783: $? = 0
configure:3786: test -s conftest.o
configure:3789: $? = 0
configure:3815: g++ -c   -Wno-deprecated  conftest.cc >&5
conftest.cc: In function 'int main()':
conftest.cc:15: error: 'exit' was not declared in this scope
configure:3821: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kbib"
| #define VERSION "0.6"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3770: g++ -c   -Wno-deprecated  conftest.cc >&5
configure:3776: $? = 0
configure:3780: test -z 
			 || test ! -s conftest.err
configure:3783: $? = 0
configure:3786: test -s conftest.o
configure:3789: $? = 0
configure:3815: g++ -c   -Wno-deprecated  conftest.cc >&5
configure:3821: $? = 0
configure:3825: test -z 
			 || test ! -s conftest.err
configure:3828: $? = 0
configure:3831: test -s conftest.o
configure:3834: $? = 0
configure:3859: checking dependency style of g++
configure:3942: result: gcc3
configure:4268: checking whether g++ supports -Wundef
configure:4304: rm -rf SunWS_cache; g++ -o conftest  -pedantic -W -Wpointer-arith   -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align  -O2   -Wno-deprecated -Wundef   conftest.cc  1>&5
configure:4310: $? = 0
configure:4314: test -z 
			 || test ! -s conftest.err
configure:4317: $? = 0
configure:4320: test -s conftest
configure:4323: $? = 0
configure:4344: result: yes
configure:4356: checking whether g++ supports -Wno-long-long
configure:4392: rm -rf SunWS_cache; g++ -o conftest -Wundef  -pedantic -W -Wpointer-arith   -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align  -O2   -Wno-deprecated -Wno-long-long   conftest.cc  1>&5
configure:4398: $? = 0
configure:4402: test -z 
			 || test ! -s conftest.err
configure:4405: $? = 0
configure:4408: test -s conftest
configure:4411: $? = 0
configure:4432: result: yes
configure:4444: checking whether g++ supports -Wno-non-virtual-dtor
configure:4480: rm -rf SunWS_cache; g++ -o conftest -Wno-long-long -Wundef  -pedantic -W -Wpointer-arith   -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align  -O2   -Wno-deprecated -Wno-non-virtual-dtor   conftest.cc  1>&5
configure:4486: $? = 0
configure:4490: test -z 
			 || test ! -s conftest.err
configure:4493: $? = 0
configure:4496: test -s conftest
configure:4499: $? = 0
configure:4520: result: yes
configure:4540: checking whether g++ supports -fno-exceptions
configure:4576: rm -rf SunWS_cache; g++ -o conftest -Wno-non-virtual-dtor -Wno-long-long -Wundef  -pedantic -W -Wpointer-arith   -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align  -O2   -Wno-deprecated -fno-exceptions   conftest.cc  1>&5
configure:4582: $? = 0
configure:4586: test -z 
			 || test ! -s conftest.err
configure:4589: $? = 0
configure:4592: test -s conftest
configure:4595: $? = 0
configure:4616: result: yes
configure:4628: checking whether g++ supports -fno-check-new
configure:4664: rm -rf SunWS_cache; g++ -o conftest -Wno-non-virtual-dtor -Wno-long-long -Wundef  -pedantic -W -Wpointer-arith   -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align  -O2   -Wno-deprecated -fno-exceptions -fno-check-new   conftest.cc  1>&5
configure:4670: $? = 0
configure:4674: test -z 
			 || test ! -s conftest.err
configure:4677: $? = 0
configure:4680: test -s conftest
configure:4683: $? = 0
configure:4704: result: yes
configure:4716: checking whether g++ supports -fexceptions
configure:4752: rm -rf SunWS_cache; g++ -o conftest -Wno-non-virtual-dtor -Wno-long-long -Wundef  -pedantic -W -Wpointer-arith   -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align  -O2   -Wno-deprecated -fno-exceptions -fno-check-new -fexceptions   conftest.cc  1>&5
configure:4758: $? = 0
configure:4762: test -z 
			 || test ! -s conftest.err
configure:4765: $? = 0
configure:4768: test -s conftest
configure:4771: $? = 0
configure:4792: result: yes
configure:5453: checking how to run the C++ preprocessor
configure:5484: g++ -E  conftest.cc
configure:5490: $? = 0
configure:5522: g++ -E  conftest.cc
conftest.cc:14:28: error: ac_nonexistent.h: No such file or directory
configure:5528: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kbib"
| #define VERSION "0.6"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5567: result: g++ -E
configure:5591: g++ -E  conftest.cc
configure:5597: $? = 0
configure:5629: g++ -E  conftest.cc
conftest.cc:14:28: error: ac_nonexistent.h: No such file or directory
configure:5635: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kbib"
| #define VERSION "0.6"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5701: checking whether g++ supports -frepo
configure:5737: rm -rf SunWS_cache; g++ -o conftest -Wno-non-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -O2 -Wno-deprecated -fno-exceptions -fno-check-new -frepo   conftest.cc  1>&5
In file included from <built-in>:0:
<built-in>:0: warning: -frepo must be used with -c
configure:5743: $? = 0
configure:5747: test -z 
			 || test ! -s conftest.err
configure:5750: $? = 0
configure:5753: test -s conftest
configure:5756: $? = 0
configure:5777: result: yes
configure:6012: result: using lib directory suffix 64
configure:6051: checking for ld used by GCC
configure:6115: result: /usr/bin/ld
configure:6124: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.17 Debian GNU/Linux
configure:6136: result: yes
configure:6141: checking for /usr/bin/ld option to reload object files
configure:6148: result: -r
configure:6157: checking for BSD-compatible nm
configure:6192: result: /usr/bin/nm -B
configure:6196: checking for a sed that does not truncate output
configure:6272: result: 
configure:6275: checking whether ln -s works
configure:6279: result: yes
configure:6286: checking how to recognise dependant libraries
configure:6473: result: pass_all
configure:6543: gcc -c -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:6546: $? = 0
configure:6642: checking for egrep
configure:6652: result: grep -E
configure:6657: checking for ANSI C header files
configure:6682: gcc -c -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:6688: $? = 0
configure:6692: test -z 
			 || test ! -s conftest.err
configure:6695: $? = 0
configure:6698: test -s conftest.o
configure:6701: $? = 0
configure:6790: gcc -o conftest -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c  >&5
conftest.c: In function 'main':
conftest.c:33: warning: incompatible implicit declaration of built-in function 'exit'
configure:6793: $? = 0
configure:6795: ./conftest
configure:6798: $? = 0
configure:6813: result: yes
configure:6837: checking for sys/types.h
configure:6853: gcc -c -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:6859: $? = 0
configure:6863: test -z 
			 || test ! -s conftest.err
configure:6866: $? = 0
configure:6869: test -s conftest.o
configure:6872: $? = 0
configure:6883: result: yes
configure:6837: checking for sys/stat.h
configure:6853: gcc -c -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:6859: $? = 0
configure:6863: test -z 
			 || test ! -s conftest.err
configure:6866: $? = 0
configure:6869: test -s conftest.o
configure:6872: $? = 0
configure:6883: result: yes
configure:6837: checking for stdlib.h
configure:6853: gcc -c -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:6859: $? = 0
configure:6863: test -z 
			 || test ! -s conftest.err
configure:6866: $? = 0
configure:6869: test -s conftest.o
configure:6872: $? = 0
configure:6883: result: yes
configure:6837: checking for string.h
configure:6853: gcc -c -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:6859: $? = 0
configure:6863: test -z 
			 || test ! -s conftest.err
configure:6866: $? = 0
configure:6869: test -s conftest.o
configure:6872: $? = 0
configure:6883: result: yes
configure:6837: checking for memory.h
configure:6853: gcc -c -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:6859: $? = 0
configure:6863: test -z 
			 || test ! -s conftest.err
configure:6866: $? = 0
configure:6869: test -s conftest.o
configure:6872: $? = 0
configure:6883: result: yes
configure:6837: checking for strings.h
configure:6853: gcc -c -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:6859: $? = 0
configure:6863: test -z 
			 || test ! -s conftest.err
configure:6866: $? = 0
configure:6869: test -s conftest.o
configure:6872: $? = 0
configure:6883: result: yes
configure:6837: checking for inttypes.h
configure:6853: gcc -c -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:6859: $? = 0
configure:6863: test -z 
			 || test ! -s conftest.err
configure:6866: $? = 0
configure:6869: test -s conftest.o
configure:6872: $? = 0
configure:6883: result: yes
configure:6837: checking for stdint.h
configure:6853: gcc -c -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:6859: $? = 0
configure:6863: test -z 
			 || test ! -s conftest.err
configure:6866: $? = 0
configure:6869: test -s conftest.o
configure:6872: $? = 0
configure:6883: result: yes
configure:6837: checking for unistd.h
configure:6853: gcc -c -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:6859: $? = 0
configure:6863: test -z 
			 || test ! -s conftest.err
configure:6866: $? = 0
configure:6869: test -s conftest.o
configure:6872: $? = 0
configure:6883: result: yes
configure:6909: checking dlfcn.h usability
configure:6921: gcc -c -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:6927: $? = 0
configure:6931: test -z 
			 || test ! -s conftest.err
configure:6934: $? = 0
configure:6937: test -s conftest.o
configure:6940: $? = 0
configure:6950: result: yes
configure:6954: checking dlfcn.h presence
configure:6964: gcc -E  conftest.c
configure:6970: $? = 0
configure:6990: result: yes
configure:7025: checking for dlfcn.h
configure:7032: result: yes
configure:7049: checking the maximum length of command line arguments
configure:7097: result: 32768
configure:7108: checking command to parse /usr/bin/nm -B output from gcc object
configure:7193: gcc -c -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:7196: $? = 0
configure:7200: /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:7203: $? = 0
configure:7255: gcc -o conftest -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c conftstm.o >&5
configure:7258: $? = 0
configure:7296: result: ok
configure:7300: checking for objdir
configure:7315: result: .libs
configure:7405: checking for ranlib
configure:7421: found /usr/bin/ranlib
configure:7432: result: ranlib
configure:7485: checking for strip
configure:7501: found /usr/bin/strip
configure:7512: result: strip
configure:7775: checking if gcc static flag  works
configure:7798: result: yes
configure:7815: checking if gcc supports -fno-rtti -fno-exceptions
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:7839: result: no
configure:7854: checking for gcc option to produce PIC
configure:8007: result: -fPIC
configure:8014: checking if gcc PIC flag -fPIC works
configure:8038: result: yes
configure:8062: checking if gcc supports -c -o file.o
configure:8103: result: yes
configure:8129: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:8932: result: yes
configure:8954: checking whether -lc should be explicitly linked in
configure:8959: gcc -c -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:8962: $? = 0
configure:8976: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:8979: $? = 0
configure:8991: result: no
configure:8997: checking how to hardcode library paths into programs
configure:9021: result: immediate
configure:9035: checking whether stripping libraries is possible
configure:9040: result: yes
configure:9047: checking dynamic linker characteristics
configure:9498: result: GNU/Linux ld.so
configure:10227: checking if libtool supports shared libraries
configure:10229: result: yes
configure:10232: checking whether to build shared libraries
configure:10253: result: yes
configure:10256: checking whether to build static libraries
configure:10260: result: no
configure:10339: creating libtool
configure:11064: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:11739: result: yes
configure:11756: g++ -c -Wno-non-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -O2 -Wno-deprecated -fno-exceptions -fno-check-new  conftest.cc >&5
configure:11759: $? = 0
configure:11859: checking for g++ option to produce PIC
configure:12095: result: -fPIC
configure:12102: checking if g++ PIC flag -fPIC works
configure:12126: result: yes
configure:12150: checking if g++ supports -c -o file.o
configure:12191: result: yes
configure:12217: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:12239: result: yes
configure:12261: checking whether -lc should be explicitly linked in
configure:12266: g++ -c -Wno-non-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -O2 -Wno-deprecated -fno-exceptions -fno-check-new  conftest.cc >&5
configure:12269: $? = 0
configure:12283: g++ -shared -nostdlib  conftest.o   -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:12286: $? = 1
configure:12298: result: yes
configure:12304: checking how to hardcode library paths into programs
configure:12328: result: immediate
configure:12342: checking whether stripping libraries is possible
configure:12347: result: yes
configure:12354: checking dynamic linker characteristics
configure:12805: result: GNU/Linux ld.so
configure:13950: checking if gcj supports -fno-rtti -fno-exceptions
configure:13974: result: no
configure:13989: checking for gcj option to produce PIC
configure:14142: result: -fPIC
configure:14149: checking if gcj PIC flag -fPIC works
configure:14173: result: no
configure:14197: checking if gcj supports -c -o file.o
configure:14238: result: no
configure:14264: checking whether the gcj linker (/usr/bin/ld) supports shared libraries
configure:15067: result: yes
configure:15089: checking whether -lc should be explicitly linked in
configure:15094: gcj -c -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.java >&5
./configure: line 15095: gcj: command not found
configure:15097: $? = 127
configure:15126: result: yes
configure:15132: checking how to hardcode library paths into programs
configure:15156: result: immediate
configure:15170: checking whether stripping libraries is possible
configure:15175: result: yes
configure:15182: checking dynamic linker characteristics
configure:15633: result: GNU/Linux ld.so
configure:17254: checking for msgfmt
configure:17281: result: /usr/bin/msgfmt
configure:17290: checking for gmsgfmt
configure:17321: result: /usr/bin/msgfmt
configure:17340: checking for xgettext
configure:17367: result: /usr/bin/xgettext
configure:17466: checking for main in -lutil
configure:17490: gcc -o conftest -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c -lutil   >&5
configure:17496: $? = 0
configure:17500: test -z 
			 || test ! -s conftest.err
configure:17503: $? = 0
configure:17506: test -s conftest
configure:17509: $? = 0
configure:17522: result: yes
configure:17528: checking for main in -lcompat
configure:17552: gcc -o conftest -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c -lcompat   >&5
/usr/bin/ld: cannot find -lcompat
collect2: ld returned 1 exit status
configure:17558: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kbib"
| #define VERSION "0.6"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF "\"64\""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| main ();
|   ;
|   return 0;
| }
configure:17584: result: no
configure:17591: checking for crypt in -lcrypt
configure:17621: gcc -o conftest -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c -lcrypt   >&5
configure:17627: $? = 0
configure:17631: test -z 
			 || test ! -s conftest.err
configure:17634: $? = 0
configure:17637: test -s conftest
configure:17640: $? = 0
configure:17653: result: yes
configure:17747: checking for socklen_t
configure:17786: g++ -c -Wno-non-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -O2 -Wno-deprecated -fno-exceptions -fno-check-new  conftest.cc >&5
configure:17792: $? = 0
configure:17796: test -z 
			 || test ! -s conftest.err
configure:17799: $? = 0
configure:17802: test -s conftest.o
configure:17805: $? = 0
configure:17877: result: socklen_t
configure:17899: checking for dnet_ntoa in -ldnet
configure:17929: gcc -o conftest -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c -ldnet   >&5
/usr/bin/ld: cannot find -ldnet
collect2: ld returned 1 exit status
configure:17935: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kbib"
| #define VERSION "0.6"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF "\"64\""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char dnet_ntoa ();
| int
| main ()
| {
| dnet_ntoa ();
|   ;
|   return 0;
| }
configure:17961: result: no
configure:17968: checking for dnet_ntoa in -ldnet_stub
configure:17998: gcc -o conftest -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c -ldnet_stub   >&5
/usr/bin/ld: cannot find -ldnet_stub
collect2: ld returned 1 exit status
configure:18004: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kbib"
| #define VERSION "0.6"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF "\"64\""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char dnet_ntoa ();
| int
| main ()
| {
| dnet_ntoa ();
|   ;
|   return 0;
| }
configure:18030: result: no
configure:18037: checking for inet_ntoa
configure:18094: gcc -o conftest -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c  >&5
configure:18100: $? = 0
configure:18104: test -z 
			 || test ! -s conftest.err
configure:18107: $? = 0
configure:18110: test -s conftest
configure:18113: $? = 0
configure:18125: result: yes
configure:18198: checking for connect
configure:18255: gcc -o conftest -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c  >&5
configure:18261: $? = 0
configure:18265: test -z 
			 || test ! -s conftest.err
configure:18268: $? = 0
configure:18271: test -s conftest
configure:18274: $? = 0
configure:18286: result: yes
configure:18360: checking for remove
configure:18417: gcc -o conftest -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c  >&5
configure:18423: $? = 0
configure:18427: test -z 
			 || test ! -s conftest.err
configure:18430: $? = 0
configure:18433: test -s conftest
configure:18436: $? = 0
configure:18448: result: yes
configure:18523: checking for shmat
configure:18580: gcc -o conftest -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c  >&5
configure:18586: $? = 0
configure:18590: test -z 
			 || test ! -s conftest.err
configure:18593: $? = 0
configure:18596: test -s conftest
configure:18599: $? = 0
configure:18611: result: yes
configure:18702: checking crt_externs.h usability
configure:18714: gcc -c -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
conftest.c:63:25: error: crt_externs.h: No such file or directory
configure:18720: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kbib"
| #define VERSION "0.6"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF "\"64\""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <crt_externs.h>
configure:18743: result: no
configure:18747: checking crt_externs.h presence
configure:18757: gcc -E  conftest.c
conftest.c:29:25: error: crt_externs.h: No such file or directory
configure:18763: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kbib"
| #define VERSION "0.6"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF "\"64\""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| /* end confdefs.h.  */
| #include <crt_externs.h>
configure:18783: result: no
configure:18818: checking for crt_externs.h
configure:18825: result: no
configure:18838: checking for _NSGetEnviron
configure:18895: gcc -o conftest -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c  >&5
/tmp/ccsuPPnV.o: In function `main':
conftest.c:(.text+0x17): undefined reference to `_NSGetEnviron'
/tmp/ccsuPPnV.o:(.data+0x0): undefined reference to `_NSGetEnviron'
collect2: ld returned 1 exit status
configure:18901: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kbib"
| #define VERSION "0.6"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF "\"64\""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| /* end confdefs.h.  */
| /* Define _NSGetEnviron to an innocuous variant, in case <limits.h> declares _NSGetEnviron.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _NSGetEnviron innocuous__NSGetEnviron
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _NSGetEnviron (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef _NSGetEnviron
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char _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
| #else
| char (*f) () = _NSGetEnviron;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != _NSGetEnviron;
|   ;
|   return 0;
| }
configure:18926: result: no
configure:18944: checking for sys/types.h
configure:18949: result: yes
configure:18944: checking for stdint.h
configure:18949: result: yes
configure:19091: checking for poll in -lpoll
configure:19121: gcc -o conftest -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c -lpoll   >&5
/usr/bin/ld: cannot find -lpoll
collect2: ld returned 1 exit status
configure:19127: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kbib"
| #define VERSION "0.6"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF "\"64\""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char poll ();
| int
| main ()
| {
| poll ();
|   ;
|   return 0;
| }
configure:19153: result: no
configure:19171: checking CoreAudio/CoreAudio.h usability
configure:19183: gcc -c -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
conftest.c:65:33: error: CoreAudio/CoreAudio.h: No such file or directory
configure:19189: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kbib"
| #define VERSION "0.6"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF "\"64\""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <CoreAudio/CoreAudio.h>
configure:19212: result: no
configure:19216: checking CoreAudio/CoreAudio.h presence
configure:19226: gcc -E  conftest.c
conftest.c:31:33: error: CoreAudio/CoreAudio.h: No such file or directory
configure:19232: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kbib"
| #define VERSION "0.6"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF "\"64\""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h.  */
| #include <CoreAudio/CoreAudio.h>
configure:19252: result: no
configure:19287: checking for CoreAudio/CoreAudio.h
configure:19294: result: no
configure:19312: checking if res_init needs -lresolv
configure:19339: gcc -o conftest -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c   -lresolv >&5
configure:19345: $? = 0
configure:19349: test -z 
			 || test ! -s conftest.err
configure:19352: $? = 0
configure:19355: test -s conftest
configure:19358: $? = 0
configure:19362: result: yes
configure:19383: checking if res_init is available
configure:19408: gcc -c -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:19414: $? = 0
configure:19418: test -z 
			 || test ! -s conftest.err
configure:19421: $? = 0
configure:19424: test -s conftest.o
configure:19427: $? = 0
configure:19430: result: yes
configure:19453: checking for killpg in -lucb
configure:19483: gcc -o conftest -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c -lucb   >&5
/usr/bin/ld: cannot find -lucb
collect2: ld returned 1 exit status
configure:19489: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kbib"
| #define VERSION "0.6"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF "\"64\""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char killpg ();
| int
| main ()
| {
| killpg ();
|   ;
|   return 0;
| }
configure:19515: result: no
configure:19598: checking for int
configure:19622: gcc -c -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:19628: $? = 0
configure:19632: test -z 
			 || test ! -s conftest.err
configure:19635: $? = 0
configure:19638: test -s conftest.o
configure:19641: $? = 0
configure:19652: result: yes
configure:19655: checking size of int
configure:19974: gcc -o conftest -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c  >&5
configure:19977: $? = 0
configure:19979: ./conftest
configure:19982: $? = 0
configure:20005: result: 4
configure:20011: checking for long
configure:20035: gcc -c -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:20041: $? = 0
configure:20045: test -z 
			 || test ! -s conftest.err
configure:20048: $? = 0
configure:20051: test -s conftest.o
configure:20054: $? = 0
configure:20065: result: yes
configure:20068: checking size of long
configure:20387: gcc -o conftest -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c  >&5
configure:20390: $? = 0
configure:20392: ./conftest
configure:20395: $? = 0
configure:20418: result: 4
configure:20424: checking for char *
configure:20448: gcc -c -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:20454: $? = 0
configure:20458: test -z 
			 || test ! -s conftest.err
configure:20461: $? = 0
configure:20464: test -s conftest.o
configure:20467: $? = 0
configure:20478: result: yes
configure:20481: checking size of char *
configure:20800: gcc -o conftest -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c  >&5
configure:20803: $? = 0
configure:20805: ./conftest
configure:20808: $? = 0
configure:20831: result: 4
configure:20837: checking for char
configure:20861: gcc -c -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2    conftest.c >&5
configure:20867: $? = 0
configure:20871: test -z 
			 || test ! -s conftest.err
configure:20874: $? = 0
configure:20877: test -s conftest.o
configure:20880: $? = 0
configure:20891: result: yes
configure:20894: checking size of char
configure:21213: gcc -o conftest -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c  >&5
configure:21216: $? = 0
configure:21218: ./conftest
configure:21221: $? = 0
configure:21244: result: 1
configure:21252: checking for dlopen in -ldl
configure:21282: gcc -o conftest -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c -ldl   >&5
configure:21288: $? = 0
configure:21292: test -z 
			 || test ! -s conftest.err
configure:21295: $? = 0
configure:21298: test -s conftest
configure:21301: $? = 0
configure:21314: result: yes
configure:21324: checking for shl_unload in -ldld
configure:21354: gcc -o conftest -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c -ldld   >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:21360: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "kbib"
| #define VERSION "0.6"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF "\"64\""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_CHAR 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char shl_unload ();
| int
| main ()
| {
| shl_unload ();
|   ;
|   return 0;
| }
configure:21386: result: no
configure:21407: checking for vsnprintf
configure:21464: gcc -o conftest -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c  >&5
configure:21470: $? = 0
configure:21474: test -z 
			 || test ! -s conftest.err
configure:21477: $? = 0
configure:21480: test -s conftest
configure:21483: $? = 0
configure:21495: result: yes
configure:21407: checking for snprintf
configure:21464: gcc -o conftest -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c  >&5
configure:21470: $? = 0
configure:21474: test -z 
			 || test ! -s conftest.err
configure:21477: $? = 0
configure:21480: test -s conftest
configure:21483: $? = 0
configure:21495: result: yes
configure:21533: checking for X
configure:21578: gcc -E  conftest.c
configure:21584: $? = 0
configure:21675: gcc -o conftest -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c -lXt  >&5
configure:21681: $? = 0
configure:21685: test -z 
			 || test ! -s conftest.err
configure:21688: $? = 0
configure:21691: test -s conftest
configure:21694: $? = 0
configure:21840: result: libraries /usr/lib64, headers .
configure:21874: checking for IceConnectionNumber in -lICE
configure:21904: gcc -o conftest -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     -L/usr/lib64 conftest.c -lICE   >&5
configure:21910: $? = 0
configure:21914: test -z 
			 || test ! -s conftest.err
configure:21917: $? = 0
configure:21920: test -s conftest
configure:21923: $? = 0
configure:21936: result: yes
configure:21950: checking for libXext
configure:21985: gcc -o conftest -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     -L/usr/lib64  conftest.c -lXext -lX11  >&5
configure:21991: $? = 0
configure:21995: test -z 
			 || test ! -s conftest.err
configure:21998: $? = 0
configure:22001: test -s conftest
configure:22004: $? = 0
configure:22023: result: yes
configure:22036: checking for Xinerama
configure:22120: result: no
configure:22176: checking for pthread_create in -lpthread
configure:22206: gcc -o conftest -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2     conftest.c -lpthread   >&5
configure:22212: $? = 0
configure:22216: test -z 
			 || test ! -s conftest.err
configure:22219: $? = 0
configure:22222: test -s conftest
configure:22225: $? = 0
configure:22238: result: yes
configure:22696: checking for extra includes
configure:22724: result: no
configure:22728: checking for extra libs
configure:22757: result: no
configure:22763: checking for libz
configure:22797: gcc -o conftest -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -I.   -D_REENTRANT  conftest.c -L/usr/lib64  -lz  >&5
configure:22803: $? = 0
configure:22807: test -z 
			 || test ! -s conftest.err
configure:22810: $? = 0
configure:22813: test -s conftest
configure:22816: $? = 0
configure:22839: result: -lz
configure:22852: checking for libpng
configure:22894: gcc -o conftest -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -I.   -D_REENTRANT  conftest.c  -L/usr/lib64  -lpng -lz -lm -lX11  >&5
configure:22900: $? = 0
configure:22904: test -z 
			 || test ! -s conftest.err
configure:22907: $? = 0
configure:22910: test -s conftest
configure:22913: $? = 0
configure:22937: result: -lpng -lz -lm
configure:22948: checking for libjpeg6b
configure:22994: gcc -o conftest -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -I.   -D_REENTRANT  conftest.c -L/usr/lib64  -ljpeg6b -lm >&5
/usr/bin/ld: cannot find -ljpeg6b
collect2: ld returned 1 exit status
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 "kbib"
| #define VERSION "0.6"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define HAVE_TEMPLATE_REPOSITORY 1
| #define KDELIBSUFF "\"64\""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_CRYPT 1
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_CHAR 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LIBZ 1
| #define HAVE_LIBPNG 1
| /* end confdefs.h.  */
| /* Override any gcc2 internal prototype to avoid an error.  */
| struct jpeg_decompress_struct;
| typedef struct jpeg_decompress_struct * j_decompress_ptr;
| typedef int size_t;
| #ifdef __cplusplus
| extern "C" {
| #endif
|     void jpeg_CreateDecompress(j_decompress_ptr cinfo,
|                                     int version, size_t structsize);
| #ifdef __cplusplus
| }
| #endif
| /* We use char because int might match the return type of a gcc2
|     builtin and then its argument prototype would still apply.  */
| 
| int
| main ()
| {
| jpeg_CreateDecompress(0L, 0, 0);
|   ;
|   return 0;
| }
configure:23035: result: no
configure:23038: checking for libjpeg
configure:23084: gcc -o conftest -ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2   -I.   -D_REENTRANT  conftest.c -L/usr/lib64  -ljpeg -lm >&5
configure:23090: $? = 0
configure:23094: test -z 
			 || test ! -s conftest.err
configure:23097: $? = 0
configure:23100: test -s conftest
configure:23103: $? = 0
configure:23122: result: -ljpeg
configure: 23146: ${prefix}/include/jpeglib.h
configure: 23146: /usr/include/jpeglib.h
taking that
configure:23319: checking for Qt
configure: 23384: /usr/share/qt3/include/qstyle.h
taking that
configure:23496: rm -rf SunWS_cache; g++ -o conftest -Wno-non-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -O2 -Wno-deprecated -fno-exceptions -fno-check-new -I/usr/share/qt3/include -I.  -DQT_THREAD_SUPPORT  -D_REENTRANT  -L/usr/share/qt3/lib64 -L/usr/lib64   conftest.cc  -lqt-mt -lpng -lz -lm -ljpeg -ldl  -lXext -lX11 -lSM -lICE  -lpthread 1>&5
configure:23499: $? = 0
configure:23558: result: libraries /usr/share/qt3/lib64, headers /usr/share/qt3/include using -mt
configure:23568: checking if Qt compiles without flags
configure:23665: rm -rf SunWS_cache; g++ -o conftest -Wno-non-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -O2 -Wno-deprecated -fno-exceptions -fno-check-new -I/usr/share/qt3/include  -DQT_THREAD_SUPPORT  -D_REENTRANT  -L/usr/lib64 conftest.cc -lqt-mt -lpng -lz -lm -ljpeg -ldl  -lXext -lX11 -lSM -lICE  -lXext -lX11  1>&5
configure:23668: $? = 0
configure:23697: result: yes
configure:23739: checking for moc
configure:23808: result: /usr/share/qt3/bin/moc
configure:23816: checking for uic
configure:23867: result: /usr/share/qt3/bin/uic
configure:23895: checking whether uic supports -L 
configure:23906: /usr/share/qt3/bin/uic -L /nonexistant conftest.ui >/dev/null
configure:23909: $? = 0
configure:23921: result: yes
configure:23933: checking whether uic supports -nounload 
configure:23944: /usr/share/qt3/bin/uic -nounload  conftest.ui >/dev/null
configure:23947: $? = 0
configure:23959: result: yes
configure:23995: checking if Qt needs -ljpeg
configure:24036: rm -rf SunWS_cache; g++ -o conftest -Wno-non-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -O2 -Wno-deprecated -fno-exceptions -fno-check-new -I/usr/share/qt3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  conftest.cc -L/usr/lib64 -lqt-mt -lpng -lz -lm  -ldl -lXext -lX11 -lSM -lICE 1>&5
conftest.cc: In function 'int main()':
conftest.cc:50: warning: 'argv' is used uninitialized in this function
configure:24042: $? = 0
configure:24046: test -z 
			 || test ! -s conftest.err
configure:24049: $? = 0
configure:24052: test -s conftest
configure:24055: $? = 0
configure:24083: result: no
configure:24109: checking for rpath
configure:24135: result: yes
configure:24138: checking for KDE
configure: 24186: /usr/local/kde/include/ksharedptr.h
configure: 24186: /usr/lib/kde/include/ksharedptr.h
configure: 24186: /usr/local/kde/include/ksharedptr.h
configure: 24186: /usr/local/include/ksharedptr.h
configure: 24186: /usr/kde/include/ksharedptr.h
configure: 24186: /usr/include/kde/ksharedptr.h
taking that
configure: 24216: /usr/local/kde/lib64/libkio.la
configure: 24216: ${exec_prefix}/lib64/libkio.la
configure: 24216: /usr/lib/kde/lib64/libkio.la
configure: 24216: /usr/local/kde/lib64/libkio.la
configure: 24216: /usr/kde/lib64/libkio.la
configure: 24216: /usr/lib64/kde/libkio.la
configure: 24216: /usr/lib64/kde3/libkio.la
configure: 24216: /usr/lib64/libkio.la
configure: 24216: /usr/X11R6/lib64/libkio.la
configure: 24216: /usr/local/lib64/libkio.la
configure: 24216: /opt/kde3/lib64/libkio.la
configure: 24216: /opt/kde/lib64/libkio.la
configure: 24216: /usr/X11R6/kde/lib64/libkio.la
configure: 24234: /usr/local/kde/lib64/kde3/plugins/designer/kdewidgets.la
configure: 24234: ${exec_prefix}/lib64/kde3/plugins/designer/kdewidgets.la
configure: 24234: /usr/lib/kde/lib64/kde3/plugins/designer/kdewidgets.la
configure: 24234: /usr/local/kde/lib64/kde3/plugins/designer/kdewidgets.la
configure: 24234: /usr/kde/lib64/kde3/plugins/designer/kdewidgets.la
configure: 24234: /usr/lib64/kde/kde3/plugins/designer/kdewidgets.la
configure: 24234: /usr/lib64/kde3/kde3/plugins/designer/kdewidgets.la
configure: 24234: /usr/lib64/kde3/plugins/designer/kdewidgets.la
configure: 24234: /usr/X11R6/lib64/kde3/plugins/designer/kdewidgets.la
configure: 24234: /usr/local/lib64/kde3/plugins/designer/kdewidgets.la
configure: 24234: /opt/kde3/lib64/kde3/plugins/designer/kdewidgets.la
configure: 24234: /opt/kde/lib64/kde3/plugins/designer/kdewidgets.la
configure: 24234: /usr/X11R6/kde/lib64/kde3/plugins/designer/kdewidgets.la
configure:24247: error:
in the prefix, you've chosen, are no KDE libraries installed. This will fail.
So, check this please and use another prefix!

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func__NSGetEnviron=no
ac_cv_func_connect=yes
ac_cv_func_inet_ntoa=yes
ac_cv_func_remove=yes
ac_cv_func_shmat=yes
ac_cv_func_snprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_have_dlfcn=yes
ac_cv_have_qt='have_qt=yes     ac_qt_includes=/usr/share/qt3/include ac_qt_libraries=/usr/share/qt3/lib64'
ac_cv_have_xinerama=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_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_compat_main=no
ac_cv_lib_crypt_crypt=yes
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_unload=no
ac_cv_lib_dnet_dnet_ntoa=no
ac_cv_lib_dnet_stub_dnet_ntoa=no
ac_cv_lib_jpeg_6b=no
ac_cv_lib_jpeg_normal=-ljpeg
ac_cv_lib_png='-lpng -lz -lm'
ac_cv_lib_poll_poll=no
ac_cv_lib_pthread_pthread_create=yes
ac_cv_lib_ucb_killpg=no
ac_cv_lib_util_main=yes
ac_cv_lib_z=-lz
ac_cv_objext=o
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
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_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_sizeof_char=1
ac_cv_sizeof_char_p=4
ac_cv_sizeof_int=4
ac_cv_sizeof_long=4
ac_cv_socklen_t=socklen_t
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu
ac_cv_type_char=yes
ac_cv_type_char_p=yes
ac_cv_type_int=yes
ac_cv_type_long=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
kde_cv_have_libXext=yes
kde_cv_have_x='have_x=yes          kde_x_includes=. kde_x_libraries=/usr/lib64'
kde_cv_path=/usr/share/qt3/bin/uic
kde_cv_path_moc=/usr/share/qt3/bin/moc
kde_cv_path_uic=/usr/share/qt3/bin/uic
kde_cv_prog_cxx_Wno_long_long=yes
kde_cv_prog_cxx_Wno_non_virtual_dtor=yes
kde_cv_prog_cxx_Wundef=yes
kde_cv_prog_cxx_fexceptions=yes
kde_cv_prog_cxx_fno_check_new=yes
kde_cv_prog_cxx_fno_exceptions=yes
kde_cv_prog_cxx_frepo=yes
kde_cv_prog_uic_L=yes
kde_cv_prog_uic_nounload=yes
kde_cv_qt_direct=yes
kde_cv_qt_jpeg=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.3.6.so'
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_GCJ=no
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
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_prog_compiler_c_o_GCJ='"no"'
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/bve/bin/kbib-0.6/admin/missing --run aclocal-1.7'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/bve/bin/kbib-0.6/admin/missing --run tar'
ARTSCCONFIG=''
AUTOCONF='${SHELL} /home/bve/bin/kbib-0.6/admin/missing --run autoconf'
AUTODIRS=''
AUTOHEADER='${SHELL} /home/bve/bin/kbib-0.6/admin/missing --run autoheader'
AUTOMAKE='${SHELL} /home/bve/bin/kbib-0.6/admin/missing --run automake-1.7'
AWK='mawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-ansi -W  -pedantic -Wshadow -Wpointer-arith  -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2  '
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-non-virtual-dtor -Wno-long-long -Wundef -pedantic -W -Wpointer-arith -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -O2 -Wno-deprecated -fno-exceptions -fno-check-new'
CYGPATH_W='echo'
DCOPIDL2CPP=''
DCOPIDL=''
DCOP_DEPENDENCIES=''
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
FRAMEWORK_COREAUDIO=''
GMSGFMT='/usr/bin/msgfmt'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL} $(INSTALL_STRIP_FLAG)'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
KDECONFIG=''
KDE_EXTRA_RPATH=''
KDE_INCLUDES=''
KDE_LDFLAGS=''
KDE_MT_LDFLAGS=''
KDE_MT_LIBS='-lpthread'
KDE_PLUGIN='-avoid-version -module -no-undefined $(KDE_RPATH) $(KDE_MT_LDFLAGS)'
KDE_RPATH='-R $(kde_libraries) -R $(x_libraries)'
KDE_USE_CLOSURE_FALSE='#'
KDE_USE_CLOSURE_TRUE=''
KDE_USE_FINAL_FALSE=''
KDE_USE_FINAL_TRUE='#'
KDE_XSL_STYLESHEET=''
LDFLAGS=''
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'
LIBXINERAMA=''
LIBXML_CFLAGS=''
LIBXML_LIBS=''
LIBXML_RPATH=''
LIBXSLT_CFLAGS=''
LIBXSLT_LIBS=''
LIBXSLT_RPATH=''
LIBZ='-lz'
LIB_KAB=''
LIB_KABC=''
LIB_KDECORE=''
LIB_KDEPRINT=''
LIB_KDEUI=''
LIB_KFILE=''
LIB_KFM=''
LIB_KHTML=''
LIB_KIO=''
LIB_KPARTS=''
LIB_KSPELL=''
LIB_KSYCOCA=''
LIB_POLL=''
LIB_QPE=''
LIB_QT='-lqt-mt  $(LIBPNG) -lXext $(LIB_X11) $(LIBSM) -lpthread'
LIB_SMB=''
LIB_X11='-lX11 $(LIBSOCKET)'
LIB_XEXT='-lXext'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/bve/bin/kbib-0.6/admin/missing --run makeinfo'
MCOPIDL=''
MEINPROC=''
MOC='/usr/share/qt3/bin/moc'
MSGFMT='/usr/bin/msgfmt'
NOOPT_CFLAGS='-O0'
NOOPT_CXXFLAGS='-O0'
NOREPO='-fno-repo'
OBJEXT='o'
PACKAGE='kbib'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
QTE_NORTTI=''
QT_INCLUDES='-I/usr/share/qt3/include'
QT_LDFLAGS=''
RANLIB='ranlib'
REPO='-frepo'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TOPSUBDIRS=''
UIC='/usr/share/qt3/bin/uic -L $(kde_widgetdir) -nounload'
UIC_TR='tr2i18n'
USER_INCLUDES=''
USER_LDFLAGS=''
USE_EXCEPTIONS='-fexceptions'
USE_RTTI=''
USE_THREADS=''
VERSION='0.6'
WOVERLOADED_VIRTUAL=''
XGETTEXT='/usr/bin/xgettext'
X_EXTRA_LIBS=''
X_INCLUDES='-I.'
X_LDFLAGS='-L/usr/lib64'
X_PRE_LIBS=''
YAZPP_CFLAGS=''
YAZPP_LIBS=''
YAZPP_RPATH=''
YAZ_CFLAGS=''
YAZ_LIBS=''
YAZ_RPATH=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
all_includes='-I/usr/share/qt3/include -I.'
all_libraries='-L/usr/lib64'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/bve/bin/kbib-0.6/admin/install-sh'
kde_appsdir=''
kde_bindir=''
kde_confdir=''
kde_datadir=''
kde_htmldir=''
kde_icondir=''
kde_includes='/usr/local/kde/include'
kde_libraries='/usr/local/kde/lib64'
kde_libs_htmldir=''
kde_libs_prefix=''
kde_locale=''
kde_mimedir=''
kde_moduledir=''
kde_qtver='3'
kde_servicesdir=''
kde_servicetypesdir=''
kde_sounddir=''
kde_styledir=''
kde_templatesdir=''
kde_wallpaperdir=''
kde_widgetdir='NO'
libdir='${exec_prefix}/lib64'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local/kde'
program_transform_name='s,x,x,'
qt_includes='/usr/share/qt3/include'
qt_libraries=''
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'
x_includes='.'
x_libraries='/usr/lib64'

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

#define HAVE_CRYPT 1
#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBJPEG 1
#define HAVE_LIBPNG 1
#define HAVE_LIBPTHREAD 1
#define HAVE_LIBZ 1
#define HAVE_MEMORY_H 1
#define HAVE_RES_INIT 1
#define HAVE_RES_INIT 1
#define HAVE_SNPRINTF 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_TEMPLATE_REPOSITORY 1
#define HAVE_UNISTD_H 1
#define HAVE_VSNPRINTF 1
#define KDELIBSUFF "\"64\""
#define PACKAGE "kbib"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define SIZEOF_CHAR 1
#define SIZEOF_CHAR_P 4
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define STDC_HEADERS 1
#define VERSION "0.6"
#define ksize_t socklen_t
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 1

Reply to: