This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: best make to rebuild libgcj?
- From: Andrew Haley <aph at redhat dot com>
- To: Heitzso <heitzso at growthmodels dot com>
- Cc: java at gcc dot gnu dot org
- Date: Thu, 23 Feb 2006 16:09:24 +0000
- Subject: Re: best make to rebuild libgcj?
- References: <43FDDD1F.8090407@growthmodels.com>
Heitzso writes:
> I need to debug/trace through some classpath code.
>
> Whether I add debugging to that lib (and my code) and use an
> official debugger, or just slip in some "System.out.println()"s
> for some old fashioned debugging, I need to rebuild the
> gcj classpath library.
>
> Where in my 4.1 snapshot obj tree should I invoke what "make"
> command to efficiently rebuild libgcj.so w/o starting from
> scratch w/ "make bootstrap" and waiting a couple hours?
Go into the libjava dir:
$ cd ~/gcc/trunk/build-x86_64-unknown-linux-gnu/x86_64-unknown-linux-gnu/libjava/
$ make
$ make install