Wer weiß was hier noch fehlt? Habe schon libzc installiert, das wars aber nicht ...
Code: Alles auswählen
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for main in -lcompat... no
checking for crypt in -lcrypt... yes
checking for the third argument of getsockname... socklen_t
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for inet_ntoa... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for killpg in -lucb... no
checking size of int... 4
checking size of long... 4
checking size of char *... 4
checking for dlopen in -ldl... (cached) yes
checking for shl_unload in -ldld... no
checking for bool... yes
checking for extra includes... no
checking for extra libs... no
checking for libz... configure: error: not found. Check your installation and look into config.log
workstation:/usr/local/src/kbear-1.2.1#
finde ja leider keinen backport zu kbear für kde 3.2.0
Code: Alles auswählen
configure:4047: gcc -o conftest -O2 conftest.c 1>&5
configure:4066: checking size of char *
configure:4085: gcc -o conftest -O2 conftest.c 1>&5
configure:4106: checking for dlopen in -ldl
configure:4150: checking for shl_unload in -ldld
configure:4169: gcc -o conftest -O2 conftest.c -ldld 1>&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure: failed program was:
#line 4158 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* 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:4197: checking for bool
configure:4221: g++ -c -O2 -fno-exceptions -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -W
write-strings -Wno-long-long -fno-builtin conftest.C 1>&5
configure: In function `int main()':
configure:4217: warning: unused variable `bool aBool'
configure:4252: checking for extra includes
configure:4283: checking for extra libs
configure:4317: checking for libz
configure:4343: gcc -o conftest -O2 conftest.c -lz 1>&5
configure:4336: zlib.h: No such file or directory
configure: failed program was:
#line 4334 "configure"
#include "confdefs.h"
#include<zlib.h>
int main() {
return (zlibVersion() == ZLIB_VERSION);
; return 0; }
(END)
Code: Alles auswählen
workstation:/usr/local/src/kbear-1.2.1# dpkg -l | grep zlibc
ii zlibc 0.9j-3 Uncompressing C Library
workstation:/usr/local/src/kbear-1.2.1#
tobias