> 
> Hi Seongbeom,
> 
> --- "Kim, Seong Beom" <[EMAIL PROTECTED]> 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
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to