Robert Gupta <[EMAIL PROTECTED]> writes:

> 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?
> 

If you're going to develop with it (and add new classes), you'll
probably have to configure with --enable-maintainer-build instead of
--enable-developer-build.  If you just want to 'recompile' things, use
the developer-build option.  

You'll need to grab JavaDeps 1.0.4 I believe it is, and then add the
patches located on ftp.classpath.org.  I should probably get those
placed into our gnu ftp site soon unless someone beats me to it.  This
is for recomputing dependencies.

That being said, I think Paul and Jim's stuff is still not integrated
into the main Classpath build mainly for their convenience.  They also
haven't written anything much about how to use what they have, what
their setup is, hard coded paths to watch for, yada yada.

Brian
-- 
|-------------------------------|
|Brian Jones                    |
|[EMAIL PROTECTED]                    |
|http://www.classpath.org/      |

Reply via email to