From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3654 invoked by alias); 5 Apr 2006 23:09:11 -0000 Received: (qmail 3629 invoked by uid 48); 5 Apr 2006 23:09:11 -0000 Date: Wed, 05 Apr 2006 23:09:00 -0000 Message-ID: <20060405230911.3627.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgcj/25250] Turn off lib-foo-bar class loading mechanism by default In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "fitzsim at redhat dot com" 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 X-SW-Source: 2006-q2/txt/msg00056.txt.bz2 List-Id: ------- Comment #1 from fitzsim at redhat dot com 2006-04-05 23:09 ------- There is another problem with how the AWT peer code is installed that we've run into in Fedora Core. We sometimes want to ship multiple versions of GCJ. The unversioned lib-java-awt-peer-gtk.so is installed in /usr/lib by default by both versions of GCJ, so we have to remove it and use the versioned lib-java-awt-peer-gtk.so.N files instead. Instead, GCJ should store unversioned shared objects that it dlopens in its versioned directory. -- fitzsim at redhat dot com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |abalkiss at redhat dot com |dot org | Status|NEW |ASSIGNED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25250