Hello Eva and Andras,

tdebruyn@bru-cse-520% echo $PATH
/usr/local/lib/gcc-2.95.3/5.8/bin:/local/bin:/local/kde22/bin:/local/kde22/qt-2.3.0/bin:/local/gnome/bin:/opt/local/gnu/bin:/usr/ccs/bin:/opt/local/sdk/jdk_1.1.7_7/java1.1/bin:/home/tdebruyn/bin:/opt/local/bin:/opt/local/etc:/usr/dt/bin:/usr/openwin/bin:/usr/ucb:/usr/bin:/usr/sbin:/usr/etc:/opt/local/gnu/bin:/opt/X11R6/bin:/opt/X11/bin:/opt/local/nn/bin:/opt/local/krb5/bin:/opt/local/cse/bin:/opt/local/netpbm:/opt/local/req/bin:.:/opt/local/tac/bin
tdebruyn@bru-cse-520% echo $LD_LIBRARY_PATH
/local/lib:/local/kde22/lib:/local/kde22/qt-2.3.0/lib:/usr/lib:/usr/dt/lib:/usr/openwin/lib:/usr/5lib:/opt/local/lib:/opt/local/X11/R6.4/stow/X11R6.4fix3/lib:/opt/local/stow/zlib-1.1.3/lib

I have also erased the config.cache file before doing the configuration.

Thanks,
Tom

Eva Brucherseifer wrote:

Hi Tom,

did you set the following environment variables?

setenv QTDIR ...
setenv LD_LIBRARY_PATH $QTDIR/lib:$LD_LIBRARY_PATH
setenv PATH $QTDIR:/bin:$PATH

Greetings,
eva

n Thursday 06 September 2001 11:05, Tom Debruyne wrote:
> Hello,
> I have a problem to compile most of the kde applications (I have
> installed the binaries to use it), I didn't had this problem before
> (when I was using KDE2.1.1 with QT2.2.4)
> the configure end with this error message :
>
> # ./configure --prefix=/local/kde22 --with-qt-dir=/local/kde22/qt-2.3.0
> --with-qt-includes=/local/kde22/qt-2.3.0/include
> --with-qt-libraries=/local/kde22/qt-2.3.0/lib
> ....
> checking for Qt... configure: error: Qt (>= Qt 2.2.2) (headers and
> libraries) not found. Please check your installation!
>
> Any idea? Should I also install QT2.2.x?
> Thanks,
> Tom