This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Pruning libgcj
- From: Øyvind Harboe <oyvind dot harboe at zylin dot com>
- To: <java at gcc dot gnu dot org>
- Date: Thu, 27 Feb 2003 14:36:12 +0100
- Subject: Pruning libgcj
How can GCJ not to link with libgcj?
I was toying with the idea of using something like jclassinfo from sourceforge to list all the
class files required starting at --main and then compiling only those. I'm expecting that
this should discover almost all the classes required for the build.
libgcj seems to be precompiled and pulled inn during link-time, though I found
libgcj-3.2.jar lying in the MinGW directory, so I should have almost all the things
I need.
Øyvind