Greetings gurus.
I'm trying to install the K-de* on my RH6 box from tarballs but I'm
getting a very annoying error messages from the configure scripts (in
fact from __every__ configure script that links with kde and qt.)
"checking for KDE libraries installed... configure: error: your system
fails at linking a small KDE application!
Check, if your compiler is installed correctly and if you have used the
same compiler to compile Qt and kdelibs as you did use now"
This I have done; downloaded the KDE library sources (both 1.1 and
1.1pre2), compiled and installed them without trouble, downloaded,
compiled and installed Qt (both 1.44 and 2.0) without trouble, set the
KDEDIR, QTDIR, QTLIBDIR etc. etc. env.variables, and messed with the
configure script till I was blue in the face. Following is the error
part of the config.log:
configure:3879: checking for KDE libraries installed
configure:3882: /bin/sh ./libtool --mode=link g++ -o conftest -O2 -Wall
-I/usr/include -I/usr/local/qt/include -I/usr/X11R6/include -s
-L/usr/lib -L/usr/X11R6/lib conftest.C -lkdecore -lqt -lXext -lX11
-rpath /usr/lib -rpath /usr/X11R6/lib 1>&5
g++ -o conftest -O2 -Wall -I/usr/include -I/usr/local/qt/include
-I/usr/X11R6/include -s -L/usr/lib -L/usr/X11R6/lib conftest.C -lkdecore
-lqt -lXext -lX11 -Wl,--rpath -Wl,/usr/lib -Wl,--rpath
-Wl,/usr/X11R6/lib
/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'
etc. etc.
Any hints as to what might be wrong ?
Sent via Deja.com http://www.veryComputer.com/
Share what you know. Learn what you don't.