This is the mail archive of the rhug-rhats@sources.redhat.com mailing list for the RHUG project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: xml, bootclasspath, gcj


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]