On Tuesday 23 July 2002 02:20 am, L.V.Gandhi wrote: > I was trying to install KMencoder which needs >= Qt 3.0.2. > I used the command as > [root@localhost KMencoder]# ./configure --with-qt-dir=/usr/lib/qt3/bin \ > --with-qt-includes=/usr/lib/qt3/include --with-qt-libraries=/usr/lib/qt3lib
qt-dir should be one directory up; /usr/lib/qt3. The configure script looks inside this directory for bin, include etc. subdirs. In fact, I think the configure script is smart enough to look at the distributor's installation directories. So you might want to try without any of those options you have given. Binand -- If you found this helpful, please take some time off to rate it: http://svcs.affero.net/rm.php?r=binand ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
