This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
compiling gcj
- To: java at gcc dot gnu dot org
- Subject: compiling gcj
- From: Dachuan Yu <dachuan dot yu at yale dot edu>
- Date: Thu, 04 Oct 2001 12:15:55 -0400
- Organization: Yale University
When I build gcj for the first time, I follow the
instructions roughly as follows:
$ ../gcc/configure ...
$ make bootstrap
$ make
$ make install
If I make a little change and want to recompile it,
do I have to follow all the steps above? Sometimes
bootstrap complains that some object files (of the
files that I changed) are different. What does that
mean?
Dachuan