[kaffe] Is it a bug? System.loadLibrary() fails...
Timothy Stack
stack at cs.utah.edu
Fri Jan 10 08:30:01 PST 2003
>
> 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
More information about the kaffe
mailing list