author wrote:
I was wondering if anyone knew a way around this installation problem that happened during ./configure. I was trying to install an application called Kguitar in /usr/local/Kguitar-0.4 The installation can not find the necessary QT files even though my system does have them. Kguitar looks for these files in a series of directories, but none of these directories is correct. My QT is in: /usr/lib/that Kguitar says are missing are in this directory.
I think you could modify configure.in to point to qt-2.3.0 but you could also just put a link in /usr/lib ln -s qt-2.3.0 qt2