[Kde-java] Re: qtjava and GCJ update

Bryce McKinlay kde-java@kde.org
Wed, 03 Apr 2002 17:06:23 +1200


Bryce McKinlay wrote:

> Here's what I did to get it running:
>
> 1. Install qt-devel, kdelibs-devel, and kdelibs-sound-devel from 
> Redhat 7.2.
>
> 2. Download kdebindings source from 
> ftp://ftp.kde.org/pub/kde/stable/2.2.2/src/kdebindings-2.2.2.tar.bz2
>
> 3. unpack and ./configure --with-qt-dir=/usr/lib/qt-2.3.1
>
> 4. cd qtjava; make


I should add that did the qtjava configure/make with the Redhat 7.2 
compiler rather than GCC 3.1, since code produced by GCC 3.x will not 
link with the old Qt lib due to the C++ ABI change. The JNI lib built by 
the Redhat GCC can be loaded fine by a GCJ 3.1 binary, however.

regards

Bryce.