From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17594 invoked by alias); 8 Jan 2005 16:01:48 -0000 Mailing-List: contact rhug-rhats-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rhug-rhats-owner@sources.redhat.com Received: (qmail 17515 invoked from network); 8 Jan 2005 16:01:39 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 8 Jan 2005 16:01:39 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j08G1dJx020225 for ; Sat, 8 Jan 2005 11:01:39 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j08G1cr16875; Sat, 8 Jan 2005 11:01:38 -0500 Received: from vpn50-73.rdu.redhat.com (vpn50-73.rdu.redhat.com [172.16.50.73]) by potter.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id j08G1Z4a030839; Sat, 8 Jan 2005 11:01:36 -0500 Subject: Re: xml, bootclasspath, gcj From: Anthony Green To: Jakob Praher Cc: rhug-rhats@sources.redhat.com In-Reply-To: <1105036417.5083.7.camel@jaques2> References: <1105036417.5083.7.camel@jaques2> Content-Type: text/plain Organization: Red Hat, Inc. Date: Sat, 08 Jan 2005 16:01:00 -0000 Message-Id: <1105200003.4379.11.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2005-01/txt/msg00001.txt.bz2 On Thu, 2005-01-06 at 19:33 +0100, Jakob Praher wrote: > please tell me how rhug manages to get lib-org-xml-... and > lib-org-xerces-... accepted as an endorsed library, e.g. in the > bootclasspath of gcj. I believe they get linked in explicitly to the shared libraries that require them right now (with -l-org-xml-sax and the like) > >From looking @ gcj, I found that the _Jv_FindClassInCache stuff is > the > only thing that's always used in the class finding step - so is there > a > way to preload this libs into gcj, so that they are equal to libgcj.so > which is hardwired into the DYNAMIC segment of executables/linkables. Explicit linking should do it for now. AG