This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: qtjava and GCJ update
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: java at gcc dot gnu dot org
- Cc: kde-java at kde dot org
- Date: Wed, 03 Apr 2002 17:06:23 +1200
- Subject: Re: qtjava and GCJ update
- References: <3CAA8BED.8030102@waitaki.otago.ac.nz>
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.