Thnx for help.
First I couldn't find a package called something like g++ and the Suse Support Database didn't know it either. But after searching for C++ I found a package with a C++ compiler called "gpp" and that did it....somewhat tricky.
And after managing some QT problems too (since I started compiling my own progs I have installed so many libs and files
) I'm now stuck with this message:
Code:
checking for QT... libraries /usr/lib/qt3/lib, headers /usr/lib/qt3/include
checking if Qt compiles without flags... no
checking for moc... ./configure: test: /usr/lib/qt3/bin: binary operator expected
./configure: test: too many arguments
/usr/bin/moc
checking for rpath... yes
checking for bool... yes
checking for KDE... will be installed in /usr/local/kde
checking for extra includes... no
checking for extra libs... no
checking for KDE paths... problems
configure: error: configure can not run a little KDE program to test the environment.
Look at config.log for details. If you are not able to fix this, please contact Stephan Kulow <coolo@kde.org>
The last lines of config.log are the following:
configure:2877: checking for extra includes
configure:2904: checking for extra libs
configure:2973: checking for KDE paths
configure:3067: /bin/sh ./libtool --mode=link g++ -o conftest -O2 -Wall -I/usr/local/kde/include -I/usr/lib/qt3/include -I/usr/X11R6/include -s -L/usr/local/kde/lib -L/usr/lib/qt3/lib -L/usr/X11R6/lib conftest.C -lkdecore -lqt -lXext -lX11 -rpath /usr/local/kde/lib -rpath /usr/lib/qt3/lib 1>&5
g++ -o conftest -O2 -Wall -I/usr/local/kde/include -I/usr/lib/qt3/include -I/usr/X11R6/include -s -L/usr/local/kde/lib -L/usr/lib/qt3/lib -L/usr/X11R6/lib conftest.C -lkdecore -lqt -lXext -lX11 -Wl,--rpath -Wl,/usr/local/kde/lib -Wl,--rpath -Wl,/usr/lib/qt3/lib
conftest.C:4: kapp.h: No such file or directory
Maybe it's that kapp.h file. But I don't know where to get it ???
Bookmarks