zero now the default on ppc

Christian Thalinger twisti at complang.tuwien.ac.at
Sun Mar 2 13:20:14 PST 2008


On Thu, 2008-02-14 at 08:30 +0000, Gary Benson wrote: 
> Christian Thalinger wrote:
> > On Wed, 2008-02-13 at 16:32 +0000, Gary Benson wrote:
> > >  2) Three paths changed, from:
> > >       j2sdk-image/jre/lib/ppc/client/libjsig.so
> > >       j2sdk-image/jre/lib/ppc/client/libjvm.so
> > >       j2sdk-image/jre/lib/ppc/client/Xusage.txt
> > >     to:
> > >       j2sdk-image/jre/lib/ppc/core/libjsig.so
> > >       j2sdk-image/jre/lib/ppc/core/libjvm.so
> > >       j2sdk-image/jre/lib/ppc/core/Xusage.txt
> > 
> > What is the impact of this?  Does this affect the CACAO branch?
> 
> Not sure.  Where do you install your libjvm.so?

Hmm, it seems it does not work:

$ openjdk-ecj/build/linux-ppc/bin/java
Error: no `core' JVM at `/home/twisti/cacao/sun/openjdk/icedtea-cacao-ecj/openjdk-ecj/build/linux-ppc/lib/ppc/core/libjvm.so'.

This is a cacao-branch with all changesets from default transplanted and
configured with:

--disable-zero --with-cacao

The build system only copies the libjvm.so into the client/ and server/
directories, but not into core/.  Maybe it would be better to only use a
jvm.cfg which lists

-core KNOWN

when using --enable-zero?

- twisti




More information about the distro-pkg-dev mailing list