diff options
author | Brian Jones <cbj@gnu.org> | 2002-12-24 05:35:21 +0000 |
---|---|---|
committer | Brian Jones <cbj@gnu.org> | 2002-12-24 05:35:21 +0000 |
commit | 63cd3a57c0859e69cdf4b6b3549efce94fa79390 (patch) | |
tree | 9b4c344925b9cc4c299f83d43a30b25334c2ff16 /INSTALL | |
parent | 8d19a41fa23111a250eff26550db17fd3aceab9b (diff) | |
download | classpath-63cd3a57c0859e69cdf4b6b3549efce94fa79390.tar.gz |
* INSTALL: updated link to bugs, tool version numbers
* TODO: removed easy HTML API generation todo item, it's done now;
mention that CNI code won't be included in Classpath CVS for now
since only gcj is using it
* README: remove special mention of ORP
* NEWS: add blurb about infrastructure improvements
* HACKING: update automake, autoconf version numbers; remove
mention of gcjh for compiling JNI libraries; updated gcj/jikes
version numbers
* lib/Makefile.am: distribute glibj.zip; uninstall no-zip case;
separate resources target; avoid extra gen-classlist.sh calls;
support DESTDIR
* doc/api/Makefile.am: distribute HTML API documentation; install
documentation in pkgdatadir/api; uninstall appropriately; support
DESTDIR
* resource/gnu/java/awt/peer/gtk/Makefile.am: add uninstall-local
target; support DESTDIR
* resource/java/security/Makefile.am: add uninstall-local target;
support DESTDIR
* javax/swing/Makefile.am: BoundedRangeModel missing .java extension
* javax/transaction/xa/Makefile.am: Removed xa/ from filenames
* java/awt/dnd/Makefile.am: added missing .java files to dist
* java/net/Makefile.am: added missing .java files to dist
* java/nio/channels/Makefile.am: added missing .java files to dist
* javax/naming/Makefile.am: added missing .java files to dist
* javax/naming/directory/Makefile.am: added missing .java files to dist
* javax/naming/event/Makefile.am: new file
* javax/naming/event/.cvsignore: new file
* javax/naming/ldap/Makefile.am: new file
* javax/naming/ldap/.cvsignore: new file
* javax/naming/spi/Makefile.am: added missing .java files to dist
* javax/sql/Makefile.am: added missing .java files to dist
* javax/sql/.cvsignore: new file
* javax/swing/plaf/Makefile.am: added missing .java files to dist
* javax/swing/Makefile.am: added missing .java files to dist
* Makefile.am: ignore errors during dist-hook
* configure.in: add missing directory Makefiles to output; add
check for 'date', 'cp', and 'mkdir'
* acinclude.m4: remove check for 'find' and 'cp'
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 26 |
1 files changed, 8 insertions, 18 deletions
@@ -1,4 +1,4 @@ -Installing GNU Classpath - Last updated: Sep. 10, 2002 +Installing GNU Classpath - Last updated: December 23, 2002 First, this is a development release only! Unless you are interested in active development and debugging, or just like running random alpha code, @@ -16,8 +16,8 @@ Suggested Software if changes are made that require rebuilding configure, Makefile.in, aclocal.m4, or config.h.in. - - GNU autoconf 2.52 - - GNU automake 1.5 + - GNU autoconf 2.53 + - GNU automake 1.6 - GNU libtool 1.4.2 For building the Java bytecode (.class files), one of these @@ -27,19 +27,9 @@ Suggested Software included in any of Sun's JDKs will not work, as it will not compile java.lang.Object. - - GCJ 3.1+ (part of the GNU GCC package). Note that GCC - 3.1 (from CVS) is currently unreleased. If you do want to use it - look at the status of the following bug: - <http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&database=gcc&pr=4715> - Applying the patch in that report to gcc/jva/parse.y does - seem to solve/work around the problem. It may not be needed - for GCJ 3.1 however. - - IBM jikes 1.15b+. You may have success with 1.13, but other - versions will fail. Until jikes 1.16 is released, you will - have to use CVS access and build jikes 1.15b yourself: - cvs -d :pserver:anoncvs@www-124.ibm.com:/usr/cvs/jikes login - (password anoncvs) - cvs co -r v1-15b jikes + - GCJ 3.2+ (part of the GNU GCC package). Note that GCC + 3.3 (from CVS) is currently unreleased. + - IBM jikes 1.18+. - The kjc compiler is supported with configure but we have been unable to successfully compile with it. @@ -61,7 +51,7 @@ gives a complete list. --enable-java compile Java source default=yes --enable-jni compile JNI source default=no --enable-cni compile CNI source default=no - --enable-gtk-peer compile GTK native peers default=yes + --enable-gtk-peer compile GTK native peers default=no --enable-load-library enable to use JNI native methods default=yes (disabled automatically using --enable-cni) @@ -73,7 +63,7 @@ being the superuser. The default install path is /usr/local/classpath you may change it by giving configure the --prefix=<path> option. Report bugs to classpath@gnu.org or much better via Savannah at this -URL: http://savannah.gnu.org/support/?func=addsupport&group_id=85 +URL: http://savannah.gnu.org/support/?func=addsupport&group=classpath Happy Hacking! |