From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30415 invoked by alias); 8 Nov 2005 20:06:02 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 30398 invoked by uid 48); 8 Nov 2005 20:06:01 -0000 Date: Tue, 08 Nov 2005 20:06:00 -0000 Message-ID: <20051108200601.30397.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgcj/24403] --enable-java-awt=qt fails to build In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "tromey at gcc dot gnu dot org" X-SW-Source: 2005-q4/txt/msg00305.txt.bz2 List-Id: ------- Comment #5 from tromey at gcc dot gnu dot org 2005-11-08 20:06 ------- Instead of the patch in comment #2, I think we want to simply make this loadLibrary conditional on 'Configuration.INIT_LOAD_LIBRARY'. See GtkToolkit.java for an example; FWIW this change is already in Classpath CVS. I haven't looked at the configure/Makefile additions yet. I'm sure that whatever happens here will be plenty ugly :-) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24403