This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 3 does not recognise qt-mt ?
- From: Michael Matz <matz at suse dot de>
- To: Malte Schuenemann <malte_schuenemann at yahoo dot com>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Mon, 14 Oct 2002 13:51:10 +0200 (CEST)
- Subject: Re: gcc 3 does not recognise qt-mt ?
Hi,
On Mon, 14 Oct 2002, Malte Schuenemann wrote:
> I tried to compile koffice using gcc - with version
This list is for development _of_ gcc, not _with_ gcc. I.e. your question
went to the wrong forum. Please use kde-devel@kde.org next time. Anyway:
> the qt-mt is not recognised.checking for Qt...
> configure: error: Qt (>= Qt 3.0.3) (library qt-mt) not
> found. Please check your installation!
libqt-mt is a C++ library. As the C++ ABI has changed between gcc 2.95
and gcc 3.x you need to recompile all C++ libraries which you intend to
use in a project with the same compiler (3.2 in your case). This includes
Qt, aRts and kdelibs.
Ciao,
Michael.