Hi there, I had this problem. For me, it was caused by the symlinks /usr/bin/gcc and /usr/bin/g++ being moved from pointing to gcc-2.95 etc to gcc-3.2 and g++-3.2 respectively.
Check this, and if so, move them back to point to the original 2.95 compiler which the KDE/Qt packages are compiled with. Good luck, David On Monday 12 May 2003 17:48, Germain CHAZOT wrote: > Hello! > I have done an upgrade of my distro two weeks ago and kde and qt were > updated. Since that I can't get any program using kde/qt compiled on > my system. Nor can I get any debian package using kde/qt installed > because of dependencies. > I have been told it is because of broken qt packages for debian. Is it > true? Any Idea? > > That's what I get when trying to compile a program: > # cd kbear/ > # ./configure > [...] > checking for Qt... configure: error: Qt (>= Qt 3.0) (headers and > libraries) not found. Please check your installation! > > So I try something like that: > # ./configure --with-qt-dir=/usr/share/qt3/ > [...] > checking for Qt... configure: error: Qt (>= Qt 3.0) (library qt-mt) > not found. Please check your installation! > For more details about this problem, look at the end of config.log. > Make sure that you have compiled Qt with thread support! > > So I try with --disable-mt but still doesn't work. > > I have libqt3-mt and libqt3-mt-dev installed > > > Down there is for package installation > # apt-get install kdevelop > [...] > Sorry, but the following packages have unmet dependencies: > kdevelop: Depends: kdelibs3 (>= 4:2.2.2-1) but it is not going to be > installed > Depends: kdebase-libs but it is not going to be installed > E: Sorry, broken packages > > thanks > -- > Germs

