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

[Debian]:Probleme mit Installation KMail 1.0.29.2



Hallo,
ich versuche, KMail 1.0.29.2 in woody zu installieren. Leider kommt KMail mit
qt2 nicht zurecht. Zwar habe ich auch qt1g installiert, aber das reicht
offensichtlich nicht aus. 

Wie kann ich dieses Problem loesen?

Zur weiteren Information hier noch der der ./configure-Aufruf und config.log:

root bash: /home/usr/local/installKMail/kmail-1.0.29.2$ ./configure
--with-qt-dir=/usr/lib/qt1g/ --with-qt-includes=/usr/lib/qt1g/include
--with-qt-libraries=/usr/lib/qt1g/lib

config.log:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:607: checking host system type
configure:628: checking target system type
configure:646: checking build system type
configure:670: checking ktalkd find_user method
configure:728: checking for a BSD compatible install
configure:781: checking whether build environment is sane
configure:819: checking whether make sets ${MAKE}
configure:866: checking for working aclocal
configure:879: checking for working autoconf
configure:892: checking for working automake
configure:905: checking for working autoheader
configure:918: checking for working makeinfo
configure:969: checking for a C-Compiler
configure:975: checking for gcc
configure:1081: checking whether the C compiler (gcc  ) works
configure:1097: gcc -o conftest    conftest.c  1>&5
configure:1123: checking whether the C compiler (gcc  ) is a cross-compiler
configure:1128: checking whether we are using GNU C
configure:1137: gcc -E conftest.c
configure:1202: checking how to run the C preprocessor
configure:1223: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1264: checking for a C++-Compiler
configure:1270: checking for g++
configure:1386: checking whether the C++ compiler (g++  -s) works
configure:1402: g++ -o conftest   -s conftest.C  1>&5
configure:1428: checking whether the C++ compiler (g++  -s) is a cross-compiler
configure:1433: checking whether we are using GNU C++
configure:1442: g++ -E conftest.C
configure:1538: checking how to run the C++ preprocessor
configure:1557: g++ -E  conftest.C >/dev/null 2>conftest.out
configure:1632: checking for ranlib
configure:1671: checking for ld used by GCC
configure:1764: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.10.90 (with BFD 2.10.0.18)
configure:1780: checking for BSD-compatible nm
configure:1816: checking command to parse /usr/bin/nm -B output
configure:1879: gcc -c -O2 -Wall  conftest.c 1>&5
conftest.c: In function `main':
conftest.c:9: warning: statement with no effect
configure:1882: /usr/bin/nm -B conftest.o | sed -n -e 's/^.* [ABCDGISTUW] \([_A-Za-z][_A-Za-z0-9]*\)$/\1 \1/p' > conftest.nm
configure:1940: gcc -o conftest -O2 -Wall  -s conftest.c conftestm.o 1>&5
conftest.c:5: warning: `main' is usually a function
configure:1976: checking whether ln -s works
ltconfig:552: checking for object suffix
ltconfig:553: g++ -c -O2 -Wall  conftest.c 1>&5
ltconfig:674: checking if g++ PIC flag -fPIC works
ltconfig:675: g++ -c -O2 -Wall -fPIC -DPIC  conftest.c 1>&5
ltconfig:709: checking if g++ supports -c -o file.o
ltconfig:710: g++ -c -O2 -Wall -c -o conftest2.o  conftest.c 1>&5
ltconfig:737: checking if g++ supports -c -o file.lo
ltconfig:738: g++ -c -O2 -Wall -c -o conftest.lo  conftest.c 1>&5
ltconfig:789: checking if g++ supports -fno-rtti -fno-exceptions
ltconfig:790: g++ -c -O2 -Wall -fno-rtti -fno-exceptions -c conftest.c  conftest.c 1>&5
ltconfig:833: checking if g++ static flag -static works
ltconfig:834: g++ -o conftest -O2 -Wall   -static conftest.c  1>&5
conftest.c:1: warning: ANSI C++ forbids declaration `main' with no type
GNU ld version 2.10.90 (with BFD 2.10.0.18)
ltconfig:1425: checking if global_symbol_pipe works
ltconfig:1426: g++ -c -O2 -Wall  conftest.c 1>&5
conftest.c:9: warning: ANSI C++ forbids declaration `main' with no type
ltconfig:1429: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.* [ABCDGISTUW] \([_A-Za-z][_A-Za-z0-9]*\)$/\1 \1/p' > conftest.nm"
ltconfig:1487: g++ -o conftest -O2 -Wall -fno-builtin -fno-rtti -fno-exceptions   conftest.c conftestm.o 1>&5
configure:2251: checking whether NLS is requested
configure:2279: checking for msgfmt
configure:2313: checking for gmsgfmt
configure:2358: checking for xgettext
configure:2404: checking for socket in -lsocket
configure:2426: g++ -o conftest -O2 -Wall  -s conftest.C -lsocket   1>&5
/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure: failed program was:
#line 2412 "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:2449: checking for X
configure:2483: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2559: gcc -o conftest -O2 -Wall  -s conftest.c -lXt  1>&5
configure: In function `main':
configure:2555: warning: implicit declaration of function `XtMalloc'
/usr/bin/ld: cannot find -lXt
collect2: ld returned 1 exit status
configure: failed program was:
#line 2552 "configure"
#include "confdefs.h"

int main() {
XtMalloc()
; return 0; }
configure:2723: checking for main in -lcompat
configure:2738: gcc -o conftest -O2 -Wall  -s conftest.c -lcompat   1>&5
/usr/bin/ld: cannot find -lcompat
collect2: ld returned 1 exit status
configure: failed program was:
#line 2731 "configure"
#include "confdefs.h"

int main() {
main()
; return 0; }
configure:2759: checking for main in -lcrypt
configure:2774: gcc -o conftest -O2 -Wall  -s conftest.c -lcrypt   1>&5
configure:2795: checking for the third argument of getsockname
configure:2820: g++ -c -O2 -Wall  conftest.C 1>&5
configure:2884: checking for dnet_ntoa in -ldnet
configure:2903: gcc -o conftest -O2 -Wall  -s conftest.c -ldnet   1>&5
/usr/bin/ld: cannot find -ldnet
collect2: ld returned 1 exit status
configure: failed program was:
#line 2892 "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 dnet_ntoa();

int main() {
dnet_ntoa()
; return 0; }
configure:2925: checking for dnet_ntoa in -ldnet_stub
configure:2944: gcc -o conftest -O2 -Wall  -s conftest.c -ldnet_stub   1>&5
/usr/bin/ld: cannot find -ldnet_stub
collect2: ld returned 1 exit status
configure: failed program was:
#line 2933 "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 dnet_ntoa();

int main() {
dnet_ntoa()
; return 0; }
configure:2966: checking for inet_ntoa
configure:2994: gcc -o conftest -O2 -Wall  -s conftest.c  1>&5
configure:3056: checking for connect
configure:3084: gcc -o conftest -O2 -Wall  -s conftest.c  1>&5
configure:3147: checking for remove
configure:3175: gcc -o conftest -O2 -Wall  -s conftest.c  1>&5
configure:3239: checking for shmat
configure:3267: gcc -o conftest -O2 -Wall  -s conftest.c  1>&5
configure:3333: checking for killpg in -lucb
configure:3352: gcc -o conftest -O2 -Wall  -s conftest.c -lucb   1>&5
/usr/bin/ld: cannot find -lucb
collect2: ld returned 1 exit status
configure: failed program was:
#line 3341 "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 killpg();

int main() {
killpg()
; return 0; }
configure:3426: checking for Qt
configure:3531: g++ -o conftest -O2 -Wall -I/usr/lib/qt1g/include    -L/usr/lib/qt1g/lib  -L/usr/X11R6/lib conftest.C  -lqt -lXext -lX11  1>&5
configure:3675: checking for moc
configure:3765: checking for extra includes
configure:3793: checking for extra libs
configure:3824: checking for rpath
configure:3854: checking for bool
configure:3874: g++ -c -O2 -Wall  conftest.C 1>&5
configure: In function `int main()':
configure:3870: warning: unused variable `bool aBool'
configure:3899: checking for KDE
configure:4082: checking for KDE paths
configure:4153: checking for KDE headers installed
configure:4186: g++ -c -O2 -Wall -I/usr/include/kde -I/usr/lib/qt1g/include    conftest.C
configure:4214: checking for KDE libraries installed
configure:4217: /bin/sh ./libtool --silent --mode=link g++ -o conftest -O2 -Wall -I/usr/include/kde -I/usr/lib/qt1g/include    -s -L/usr/lib -L/usr/lib/qt1g/lib  -L/usr/X11R6/lib conftest.C  -lkdecore -lqt -lXext -lX11  -rpath /usr/lib -rpath /usr/lib/qt1g/lib -rpath /usr/X11R6/lib  1>&5
/usr/lib/libkdecore.so: undefined reference to `QComboBox::insertItem(char const *, int)'
/usr/lib/libkdecore.so: undefined reference to `darkMagenta'
/usr/lib/libkdecore.so: undefined reference to `QDir::exists(char const *, bool)'
/usr/lib/libkdecore.so: undefined reference to `QFont::QFont(char const *, int, int, bool)'
/usr/lib/libkdecore.so: undefined reference to `darkBlue'
/usr/lib/libkdecore.so: undefined reference to `QString::contains(char, bool) const'
/usr/lib/libkdecore.so: undefined reference to `QGDict::hashKey(char const *)'
/usr/lib/libkdecore.so: undefined reference to `QDir::QDir(char const *, char const *, int, int)'
/usr/lib/libkdecore.so: undefined reference to `QApplication::setPalette(QPalette const &, bool)'
/usr/lib/libkdecore.so: undefined reference to `QGDictIterator::getKey(void) const'
/usr/lib/libkdecore.so: undefined reference to `blue'
/usr/lib/libkdecore.so: undefined reference to `QString::replace(unsigned int, unsigned int, char const *)'
/usr/lib/libkdecore.so: undefined reference to `darkGreen'
/usr/lib/libkdecore.so: undefined reference to `chk_pointer(bool, char const *, int)'
/usr/lib/libkdecore.so: undefined reference to `QString::setNum(long)'
/usr/lib/libkdecore.so: undefined reference to `cyan'
/usr/lib/libkdecore.so: undefined reference to `QBitmap::QBitmap(int, int, bool)'
/usr/lib/libkdecore.so: undefined reference to `QPushButton::QPushButton(char const *, QWidget *, char const *)'
/usr/lib/libkdecore.so: undefined reference to `QGDict::remove(char const *)'
/usr/lib/libkdecore.so: undefined reference to `QMessageBox::about(QWidget *, char const *, char const *)'
/usr/lib/libkdecore.so: undefined reference to `darkCyan'
/usr/lib/libkdecore.so: undefined reference to `QLineEdit::setText(char const *)'
/usr/lib/libkdecore.so: undefined reference to `QApplication::setFont(QFont const &, bool)'
/usr/lib/libkdecore.so: undefined reference to `QFile::setName(char const *)'
/usr/lib/libkdecore.so: undefined reference to `QCheckBox::QCheckBox(char const *, QWidget *, char const *)'
/usr/lib/libkdecore.so: undefined reference to `QString::resize(unsigned int)'
/usr/lib/libkdecore.so: undefined reference to `QString::insert(unsigned int, char)'
/usr/lib/libkdecore.so: undefined reference to `lightGray'
/usr/lib/libkdecore.so: undefined reference to `QFileInfo::setFile(char const *)'
/usr/lib/libkdecore.so: undefined reference to `QMenuData::changeItem(char const *, int)'
/usr/lib/libkdecore.so: undefined reference to `QString::toULong(bool *) const'
/usr/lib/libkdecore.so: undefined reference to `QString::operator+=(char const *)'
/usr/lib/libkdecore.so: undefined reference to `QRegExp::match(char const *, int, int *) const'
/usr/lib/libkdecore.so: undefined reference to `QFileInfo::QFileInfo(char const *)'
/usr/lib/libkdecore.so: undefined reference to `yellow'
/usr/lib/libkdecore.so: undefined reference to `QGDict::QGDict(unsigned int, bool, bool, bool)'
/usr/lib/libkdecore.so: undefined reference to `green'
/usr/lib/libkdecore.so: undefined reference to `QWMatrix::scale(float, float)'
/usr/lib/libkdecore.so: undefined reference to `QPaintDevice::dpy'
/usr/lib/libkdecore.so: undefined reference to `QImage::setColor(int, unsigned int)'
/usr/lib/libkdecore.so: undefined reference to `black'
/usr/lib/libkdecore.so: undefined reference to `red'
/usr/lib/libkdecore.so: undefined reference to `QGDict::look(char const *, void *, int)'
/usr/lib/libkdecore.so: undefined reference to `gray'
/usr/lib/libkdecore.so: undefined reference to `bitBlt(QPaintDevice *, int, int, QPaintDevice const *, int, int, int, int, RasterOp, bool)'
/usr/lib/libkdecore.so: undefined reference to `darkGray'
/usr/lib/libkdecore.so: undefined reference to `darkRed'
/usr/lib/libkdecore.so: undefined reference to `QRegExp::QRegExp(char const *, bool, bool)'
/usr/lib/libkdecore.so: undefined reference to `QDir::cleanDirPath(char const *)'
/usr/lib/libkdecore.so: undefined reference to `QString::QString(int)'
/usr/lib/libkdecore.so: undefined reference to `QImageIO::QImageIO(char const *, char const *)'
/usr/lib/libkdecore.so: undefined reference to `QApplication::setStyle(GUIStyle)'
/usr/lib/libkdecore.so: undefined reference to `QMenuData::insertItem(char const *, int, int)'
/usr/lib/libkdecore.so: undefined reference to `QGroupBox::QGroupBox(char const *, QWidget *, char const *)'
/usr/lib/libkdecore.so: undefined reference to `darkYellow'
/usr/lib/libkdecore.so: undefined reference to `magenta'
/usr/lib/libkdecore.so: undefined reference to `QString::toLong(bool *) const'
/usr/lib/libkdecore.so: undefined reference to `QString::replace(QRegExp const &, char const *)'
/usr/lib/libkdecore.so: undefined reference to `QPixmap::QPixmap(char const *, char const *, QPixmap::ColorMode)'
/usr/lib/libkdecore.so: undefined reference to `QImage::scanLine(int) const'
/usr/lib/libkdecore.so: undefined reference to `QDir::setPath(char const *)'
/usr/lib/libkdecore.so: undefined reference to `QString::setNum(unsigned long)'
/usr/lib/libkdecore.so: undefined reference to `QImage::createAlphaMask(bool) const'
/usr/lib/libkdecore.so: undefined reference to `QDir::mkdir(char const *, bool) const'
/usr/lib/libkdecore.so: undefined reference to `QString::findRev(char const *, int, bool) const'
/usr/lib/libkdecore.so: undefined reference to `QString::findRev(char, int, bool) const'
/usr/lib/libkdecore.so: undefined reference to `QWidget::setStyle(GUIStyle)'
/usr/lib/libkdecore.so: undefined reference to `QMenuData::changeItem(QPixmap const &, char const *, int)'
/usr/lib/libkdecore.so: undefined reference to `QMessageBox::message(char const *, char const *, char const *, QWidget *, char const *)'
/usr/lib/libkdecore.so: undefined reference to `QString::insert(unsigned int, char const *)'
/usr/lib/libkdecore.so: undefined reference to `QFile::QFile(char const *)'
/usr/lib/libkdecore.so: undefined reference to `QFont::setFamily(char const *)'
/usr/lib/libkdecore.so: undefined reference to `QLabel::QLabel(char const *, QWidget *, char const *, unsigned int)'
/usr/lib/libkdecore.so: undefined reference to `QPixmap::QPixmap(int, int, int)'
/usr/lib/libkdecore.so: undefined reference to `QString::toInt(bool *) const'
/usr/lib/libkdecore.so: undefined reference to `QString::toUInt(bool *) const'
/usr/lib/libkdecore.so: undefined reference to `white'
/usr/lib/libkdecore.so: undefined reference to `QFileInfo::QFileInfo(QDir const &, char const *)'
/usr/lib/libkdecore.so: undefined reference to `QColor::setNamedColor(char const *)'
/usr/lib/libkdecore.so: undefined reference to `QGDictIterator::get(void) const'
/usr/lib/libkdecore.so: undefined reference to `QFile::exists(char const *)'
/usr/lib/libkdecore.so: undefined reference to `QWidget::styleChange(GUIStyle)'
/usr/lib/libkdecore.so: undefined reference to `QWMatrix::translate(float, float)'
/usr/lib/libkdecore.so: undefined reference to `QWMatrix::rotate(float)'
/usr/lib/libkdecore.so: undefined reference to `QString::find(char const *, int, bool) const'
/usr/lib/libkdecore.so: undefined reference to `QString::find(char, int, bool) const'
collect2: ld returned 1 exit status

Gruss, Reinhard
-- 
borek@physik.uni-halle.de
Reinhard Borek
Exp. Phys I
Fachbereich Physik
Martin-Luther-Universität Halle-Wittenberg
Friedemann-Bach-Platz 6
06108 Halle/Saale
-----------------------------------------------------------
Um sich aus der Liste auszutragen schicken Sie bitte eine
E-Mail an majordomo@jfl.de die im Body
"unsubscribe debian-user-de <deine emailadresse>" enthaelt.
Bei Problemen bitte eine Mail an: Nils.Gundelach@lehmanns.de
-----------------------------------------------------------
Anzahl der eingetragenen Mitglieder:     738


Reply to: