From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18170 invoked by alias); 3 Apr 2002 05:08:08 -0000 Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org Received: (qmail 18163 invoked from network); 3 Apr 2002 05:08:06 -0000 Received: from unknown (HELO mailhub1.otago.ac.nz) (139.80.64.218) by sources.redhat.com with SMTP; 3 Apr 2002 05:08:06 -0000 Received: (from root@localhost) by mailhub1.otago.ac.nz (8.10.1/8.10.1) id g3357mX04270; Wed, 3 Apr 2002 17:07:48 +1200 Received: from waitaki.otago.ac.nz (waitaki.otago.ac.nz [139.80.75.140]) by mailhub1.otago.ac.nz (8.10.1/8.10.1) with ESMTP id g3357lD04208; Wed, 3 Apr 2002 17:07:47 +1200 Received: from waitaki.otago.ac.nz (IDENT:bryce@reason.otago.ac.nz [139.80.119.17]) by waitaki.otago.ac.nz (8.11.6/8.11.6) with ESMTP id g335Bqe13537; Wed, 3 Apr 2002 17:11:52 +1200 Message-ID: <3CAA8DCF.7020304@waitaki.otago.ac.nz> Date: Tue, 02 Apr 2002 21:17:00 -0000 From: Bryce McKinlay User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7) Gecko/20011221 X-Accept-Language: en-us MIME-Version: 1.0 To: java@gcc.gnu.org CC: kde-java@kde.org Subject: Re: qtjava and GCJ update References: <3CAA8BED.8030102@waitaki.otago.ac.nz> X-scanner: scanned by Inflex 1.0.9 - (http://pldaniels.com/inflex/) Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-04/txt/msg00031.txt.bz2 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.