-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Mark Sargent wrote: | Hi All, | | in the INSTALL file, it states to do the following,
The situation is simpler than that. When you are compiling source that wants to bind to other packages, you typically need the packagename-devel RPM package installed. In this case it is
yum install qt-devel kde-libs-devel
that you're looking for. That saves you from having to recompile everything commi wants to bind to privately.... better to stick with the RPMs where possible.
You'll also need gcc-c++, check you have it installed
rpm -q gcc-c++
if not
yum install gcc-c++
Then in the commi source dir:
export QTDIR=/usr/lib/qt-3.3 ./configure make && su -c 'make install'
- -Andy -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org
iD8DBQFCqAnRjKeDCxMJCTIRAmgdAJ9vCiMblI9b9vyATTl5Ekq2FrGZNACfWLnR 0RoJi+vUlk7efeZ0b4pOJx8= =9KU+ -----END PGP SIGNATURE-----