/[classpath]/classpath/INSTALL
ViewVC logotype

Diff of /classpath/INSTALL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by cbj, Mon Nov 5 02:59:24 2001 UTC revision 1.9 by mark, Thu Feb 7 20:46:29 2002 UTC
# Line 1  Line 1 
1  Installing GNU Classpath - Nov. 03, 2001  Installing GNU Classpath - Last updated: Feb. 07, 2002
2    
3  First, this is a development release only! Unless you are interested in  First, this is a development release only! Unless you are interested in
4  active development and debugging, or just like running random alpha code,  active development and debugging, or just like running random alpha code,
5  this release is probably not for you.  this release is probably not for you. Please see the README file for a
6    list of VMs that work with GNU Classpath.
7    
8  ------------------------------------------------------------------  ------------------------------------------------------------------
9  Suggested Software  Suggested Software
# Line 19  Suggested Software Line 20  Suggested Software
20          - IBM jikes 1.13 (newer versions up to 1.15 appear to be broken)          - IBM jikes 1.13 (newer versions up to 1.15 appear to be broken)
21            or GCJ 3.0.2+.  The kjc compiler is supported with configure            or GCJ 3.0.2+.  The kjc compiler is supported with configure
22            but we have been unable to successfully compiled with it.            but we have been unable to successfully compiled with it.
23              Jikes is currently the default compiler.  You can select the
24              compiler using --with-jikes, --with-gcj or --with-kjc as argument
25              to configure.
26    
27              Note that GCC 3.1 (from CVS) is currently broken, if you do
28              want to use it look at the status of the following bug:
29            <http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&database=gcc&pr=4715>
30              Applying the patch in that report to gcc/jva/parse.y does seem to
31              solve/work around the problem.
32    
33          For building the JNI native libraries, the following are required.          For building the JNI native libraries, the following are required.
34    
# Line 47  gives a complete list. Line 57  gives a complete list.
57  dependency problem and we aim to keep it that way.  dependency problem and we aim to keep it that way.
58    
59  3).  Type "make install" to install everything.  This may require  3).  Type "make install" to install everything.  This may require
60  being the superuser.  being the superuser. The default install path is /usr/local/classpath
61    you may change it by giving configure the --prefix=<path> option.
62    
63  Report bugs to classpath@gnu.org or much better via Savannah at this  Report bugs to classpath@gnu.org or much better via Savannah at this
64  URL: http://savannah.gnu.org/support/?func=addsupport&group_id=85  URL: http://savannah.gnu.org/support/?func=addsupport&group_id=85
# Line 68  LD_LIBRARY_PATH=/usr/local/classpath/lib Line 79  LD_LIBRARY_PATH=/usr/local/classpath/lib
79  CLASSPATH=/usr/local/classpath/share/classpath:.  CLASSPATH=/usr/local/classpath/share/classpath:.
80  export LD_LIBRARY_PATH CLASSPATH  export LD_LIBRARY_PATH CLASSPATH
81    
82    More information about the VMs that use GNU Classpath can be found in the
83    README file. Information on using the above setup with the ORP VM can be
84    found at <http://www.gnu.org/software/classpath/doc/orp.html>.
85    
86  ------------------------------------------------------------------  ------------------------------------------------------------------
87  Misc. Notes  Misc. Notes
88  ------------------------------------------------------------------  ------------------------------------------------------------------

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26