On Saturday 14 November 2009 01:35, David Emerson wrote: > I've done all this, but at the very beginning of the compilation, I get: > > make[2]: *** [../../units/i386-linux/qt] Error 1 > > and it gives up. > > Using debian stable, kde 3.5.9/10. Tried with the packaged lazarus > 0.9.28.2-0 as well as svn > > $ /sbin/ldconfig -p | grep qt > libqt4intf.so.5 (libc6) => /usr/local/lib/libqt4intf.so.5 > libqt4intf.so (libc6) => /usr/local/lib/libqt4intf.so > libqtmcop.so.1 (libc6) => /usr/lib/libqtmcop.so.1 > libqt-mt.so.3 (libc6) => /usr/lib/libqt-mt.so.3 > libdbus-qt-1.so.1 (libc6) => /usr/lib/libdbus-qt-1.so.1 > libavahi-qt3.so.1 (libc6) => /usr/lib/libavahi-qt3.so.1 >
You don't have Qt4 libs installed. As I can see you have properly installed libqt4intf.so.XX but not Qt4 libs (only Qt3 is inside). Don't know what should be dpkg command, but under rpm distro : rpm -qa | grep qt shows all packages contains qt ... so try that to see what you have inside. zeljko -- _______________________________________________ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus