This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]