dre - 2005-05-24

./configure exits with the following error message for all 3 modules:

checking for Qt... configure: error: Qt-1.4 (libraries) not found. Please check your installation!

I am on a RedHat Fedora core 3 linux box. I have kde and qt installed. The qt is version 3.3, and of course I have the development libraries installed as well. Qt is installed in the /usr/lib/qt-3.3 directory, but I also created a symbolic link /usr/lib/qt to point to the install directory. With all this I still get the same error.

If I run
   ./configure --with-qt-dir /usr/lib/qt-3.3
it seems the Qt libraries are found, but I get the error below on the output.

checking for Qt... libraries yes/lib, headers yes/include
checking if Qt compiles without flags... no
checking for moc... /usr/lib/qt-3.3/bin/moc
checking for rpath... yes
checking for bool... yes
checking host system type... Invalid configuration `/usr/lib/qt-3.3': machine `/usr/lib/qt' not recognized

checking target system type... Invalid configuration `/usr/lib/qt-3.3': machine `/usr/lib/qt' not recognized

checking build system type... Invalid configuration `/usr/lib/qt-3.3': machine `/usr/lib/qt' not recognized

Status: 404
Content-type: text/html
X-Powered-By: PHP/4.3.11

No input file specified.
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for a C-Compiler... gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking how to run the C preprocessor... gcc -E
checking for a C++-Compiler...
checking for g++... g++
checking whether the C++ compiler (g++  -s) works... yes
checking whether the C++ compiler (g++  -s) is a cross-compiler... no
checking whether we are using GNU C++... yes
ltconfig: you must specify a host type if you use `--no-verify'
Try `ltconfig --help' for more information.
configure: error: libtool configure failed

I don't know what to make of this.
Can someone please help me.