[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: QT not found problem



Mon, Mar 22, 2004 at 11:07:27AM +0100, Simon Cahuk ha scritto:
> Hi!
> 
> I want to install knifty. I get this:
> 
> checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021)) (library
> qt-mt) not found. Please check your installation!
> For more details about this problem, look at the end of config.log.
> Make sure that you have compiled Qt with thread support!
> 

Hi, I had the same problem and eventually found out that it
was due to /usr/bin/g++ soft-linked to /usr/bin/g++-2.95,
changing that with 

# ln -sf /usr/bin/g++-3.3 /usr/bin/g++

solved the problem (at least for me :-) )

Ciao.
-- 
Ezio Cremaschini. (cremase@tin.it)
In theory there is no difference between theory and practice.
But, in practice, there is.



Reply to: