I am having some problems building classpath.
I execute the following commands:
aclocal;
autoconf;
automake -a;
./configure --with-classlib=/usr/jdk115/lib/classes.zip
--with-java=/usr/jdk115/bin/javac --enable-developer-mode
make;
make install;
After running make install I get the following 'errors':
Making install in lib
make[1]: Entering directory
'/rgupta/src/classpath/classpath/lib'
unzip -d /usr/local/japhar/share glibj.zip
unzip: can't find glibj.zip, glibj.zip.zip or glibj.zip.ZIP so
there
make[1]: *** [install-data-local] Error 9
...
I must be overlooking something. Can anyone help?