On Monday 02 June 2003 01:52, James Michael Greenhalgh wrote: > Building a QT3/KDE app on Debian Sid > > Install the necessary QT development packages > apt-get install libqt3-mt-dev libqt3-compat-headers g++ libstdc++5-dev > > Install KDE Development packages > apt-get install kdelibs4-dev kdebase-dev > > Make sure your g++ points to g++3.2 or 3.3 > ls -al /usr/bin/g++* > lrwxrwxrwx 1 root root 19 May 22 16:51 /usr/bin/g++ -> > /usr/bin/g++-3.3.cc > -rwxr-xr-x 1 root root 74088 Mar 17 18:16 /usr/bin/g++-2.95 > -rwxr-xr-x 1 root root 80716 May 31 16:35 /usr/bin/g++-3.2 > -rwxr-xr-x 1 root root 80652 May 18 06:59 /usr/bin/g++-3.3 > > export QTDIR=/usr/share/qt3 > > /configure --prefix=/usr --libexecdir=/usr/bin --sysconfdir=/etc > --libdir=/usr/lib > --includedir=/usr/include/kde --with-qt-includes=/usr/include/qt3 > --mandir=/usr/share/man --infodir=/usr/share/info > > All the extra options should not be needed under most circumstances, but > better safe than sorry. > > HTH, anyone who has more to add, be my guest. > James > > -- > James Michael Greenhalgh > [EMAIL PROTECTED] > https://opendoorsoftware.com > open minds providing open source solutions
-- Thanks for the tips. Johnny Geling