kde beta4
Nikos Mavroyanopoulos
nmav at i-net.paiko.gr
Fri May 22 13:28:39 EEST 1998
Eipa na balo to KDE beta4 (apo tin beta3 pou eixa) alla den katafera
na kano to configure tou kdebase na doulepsei (compile eginan ta qt,kdelibs,
kdesupport). Ta logs einai auta. Eixe kaneis to idio problima?
Script started on Fri May 22 13:05:57 1998
loading cache ./config.cache
checking host system type... i586-pc-linux-gnulibc1
checking target system type... i586-pc-linux-gnulibc1
checking build system type... i586-pc-linux-gnulibc1
checking for a BSD compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
[...]
checking for socket in -lsocket... no
checking how to run the C++ preprocessor... g++ -E
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for main in -lcompat... no
checking for main in -lcrypt... yes
checking for the third argument of getsockname... int
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
[...]
checking for killpg in -lucb... no
checking for QT... libraries /usr/local//lib, headers /usr/local//include
checking if Qt compiles without flags... yes
checking for moc... /usr/local/bin/moc
checking for rpath... yes
checking for bool... yes
checking for KDE... libraries /usr/local/kde/lib,
headers /usr/local/kde/include
checking for extra includes... no
checking for extra libs... no
checking for kde headers installed... yes
checking for kde libraries installed... yes
checking for KDE paths... problems
configure: error: configure could not run a little KDE program to test the
environment.
Since it had compiled and linked before, it must be a strange problem
on your system.
Look at config.log for details. If you are not able to fix this, please
contact Stephan Kulow <coolo at kde.org>.
crystal:/tmp/kdeadmin# cat config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:599: checking host system type
configure:620: checking target system type
configure:638: checking build system type
[...]
configure:1853: g++ -o conftest -O2 -Wall -s conftest.C -lsocket 1>&5
ld: cannot open -lsocket: No such file or directory
configure: failed program was:
#line 1839 "configure"
#include "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 socket();
int main() {
socket()
; return 0; }
configure:1874: checking how to run the C++ preprocessor
configure:1892: g++ -E conftest.C >/dev/null 2>conftest.out
configure:1912: checking for X
configure:1929: g++ -E conftest.C >/dev/null 2>conftest.out
configure:2005: g++ -o conftest -O2 -Wall -s conftest.C -lXt 1>&5
configure: In function `int main()':
configure:2001: warning: implicit declaration of function `int XtMalloc(...)'
ld: cannot open -lXt: No such file or directory
configure: failed program was:
#line 1998 "configure"
#include "confdefs.h"
int main() {
XtMalloc()
; return 0; }
configure:2152: checking for main in -lcompat
configure:2167: gcc -o conftest -O2 -Wall -s conftest.c -lcompat 1>&5
ld: cannot open -lcompat: No such file or directory
configure: failed program was:
#line 2160 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
configure:2188: checking for main in -lcrypt
configure:2203: gcc -o conftest -O2 -Wall -s conftest.c -lcrypt 1>&5
configure:2224: checking for the third argument of getsockname
configure:2249: g++ -c -O2 -Wall conftest.C 1>&5
configure: In function `int main()':
configure:2243: `socklen_t' undeclared (first use this function)
configure:2243: (Each undeclared identifier is reported only once
configure:2243: for each function it appears in.)
configure:2243: parse error before `='
configure:2244: `a' undeclared (first use this function)
configure: failed program was:
#line 2236 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/socket.h>
int main() {
socklen_t a=0;
getsockname(0,(struct sockaddr*)0, &a);
; return 0; }
configure:2278: g++ -c -Werror -O2 -Wall conftest.C 1>&5
configure:2306: checking for dnet_ntoa in -ldnet
configure:2328: g++ -o conftest -O2 -Wall -s conftest.C -ldnet 1>&5
ld: cannot open -ldnet: No such file or directory
configure: failed program was:
#line 2314 "configure"
#include "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:2350: checking for dnet_ntoa in -ldnet_stub
configure:2372: g++ -o conftest -O2 -Wall -s conftest.C -ldnet_stub 1>&5
ld: cannot open -ldnet_stub: No such file or directory
configure: failed program was:
#line 2358 "configure"
#include "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:3551: g++ -c -O2 -Wall -I/usr/local/kde/include -I/usr/local//include
-I/usr/X11R6/include conftest.C
configure:3559: checking for kde libraries installed
configure:3562: /bin/sh ./libtool --mode=link g++ -o conftest -O2 -Wall
-I/usr/local/kde/include -I/usr/local//include -I/usr/X11R6/include -s
-L/usr/local/kde/lib -L/usr/X11R6/lib conftest.C -lkdecore -lqt -lXext -lX11
-rpath /usr/local/kde/lib 1>&5
g++ -o conftest -O2 -Wall -I/usr/local/kde/include -I/usr/local//include
-I/usr/X11R6/include -s -L/usr/local/kde/lib -L/usr/X11R6/lib conftest.C
-lkdecore -lqt -lXext -lX11 -Wl,--rpath -Wl,/usr/local/kde/lib
configure:3571: checking for KDE paths
./conftest: can't handle reloc type
crystal:/tmp/kdeadmin# exit
exit
Script done on Fri May 22 13:08:49 1998
--
_/_/ _/ _/ _/ _/ _/_/_/ _/_/_/ Nikos Mavroyanopoulos
_/ _/_/ _/ _/_/ _/ _/ _/ nmav at i-net.paiko.gr
_/ _/ _/ _/ _/ _/_/_/ _/_/_/ ICQ: 10279800
--
====================================================================
Gia boithia (h na diagrafhte) e-mail sto majordomo at argos.hol.gr
Ta archives tis listas einai sto http://www.argos.hol.gr/lists :
prin steilete kapoia erothsh psakte mipos exei hdh apanththei.
Gia opoiodipote problima stilte e-mail ston owner-linux-greek-users
====================================================================
More information about the Linux-greek-users
mailing list