[kaffe] Is it a bug? System.loadLibrary() fails...

Kim, Seong Beom sbkim at mail.marusys.com
Fri Jan 10 18:48:01 PST 2003


Hi Timothy,

I've also configured in a different directory from checked-out kaffe source.
When I changed Makefile in $configured-home/libraries/javalib directory as you
told,
the problem was solved.

Thank you Timothy,
Best Regards,

Kim, Seongbeom.




----- Original Message -----
From: "Timothy Stack" <stack at cs.utah.edu>
To: "Dalibor Topic" <robilad at yahoo.com>
Cc: <kaffe at kaffe.org>
Sent: Saturday, January 11, 2003 1:30 AM
Subject: Re: [kaffe] Is it a bug? System.loadLibrary() fails...


> >
> > Hi Seongbeom,
> >
> > --- "Kim, Seong Beom" <sbkim at mail.marusys.com> wrote:
> >
> >
> > > zip -r rt.jar META-INF
> > >         zip warning: name not matched: META-INF
> > >
> > > zip error: Nothing to do! (try: zip -r rt.jar . -i
> > > META-INF)
> > > gmake[1]: *** [rt.jar] error 12
> > > gmake[1]: leave
> > > `/home/sbkim/work/i386/kaffe/libraries/javalib'
> > > directory
> > > ############## ends
> >
> > You should do a clean checkout, and try again, given
> > that you've got some problems with missing
> > files/directories.
>
> I'm getting this too.  The makefile doesn't seem to work if you configure
> in a different directory.  This line:
>
> $(ZIP) -r rt.jar META-INF
>
> should probably be this:
>
> $(ZIP) -r rt.jar $(srcdir)/META-INF
>
> > best regards,
> > dalibor topic
>
> thanks,
>
> tim stack
>
> _______________________________________________
> kaffe mailing list
> kaffe at kaffe.org
> http://kaffe.org/cgi-bin/mailman/listinfo/kaffe





More information about the kaffe mailing list