This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: libtool linking libgcj
- From: Tom Tromey <tromey at redhat dot com>
- To: Andrew Haley <aph at redhat dot com>
- Cc: java at gcc dot gnu dot org
- Date: 29 Sep 2003 16:29:52 -0600
- Subject: Re: libtool linking libgcj
- References: <16248.23594.242115.984898@cuddles.cambridge.redhat.com>
- Reply-to: tromey at redhat dot com
Andrew> When linking libgcj, the libtool shell script consumes more than two
Andrew> minutes of CPU time on my box, a 1200MHz processor. This is a lot
Andrew> more time than the link itself takes.
Wow, that's shocking.
What about the time to ar/ranlib?
Tom