On Thu, 2006-01-05 at 08:56 +0100, Enrico Migliore wrote:
>  I still got 2 problems on my Cygwin which prevent Classpath from 
> generating glibj.zip

> Problem 1
> ----------
> Found when issuing: $make
> 
> make  all-am
> make[2]: Entering directory 
> `/home/Enrico/projects/classpath/classpath-0.19/examples'
> mkdir -p classes/gnu/classpath/examples/icons
> cp ./gnu/classpath/examples/icons/*.png classes/gnu/classpath/examples/icons
> /usr/local/bin/jikes -bootclasspath '' -extdirs '' -sourcepath '' 
> --classpath ../lib:.
> -d classes ./gnu/classpath/examples/*/*.java  cd classes;  -r 
> ../examples.zip .; cd ..
> /bin/sh: -r: command not found

Configure didn't find zip. This is a bug in out configure setup:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24133
"Configure does not detect (fatal) missing zip executable"

Problem 2 is most likely the same issue.

Have you installed zip? If not, try installing that first. If you have
make sure it is in your PATH. And if it is still not found look in
config.log to see if there is an hint why it isn't found.

Cheers,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Classpath mailing list
Classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath

Reply via email to