This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
ignoring undefined references
- From: Marco Trudel <mtrudel at gmx dot ch>
- To: GCJ <java at gcc dot gnu dot org>
- Date: Sun, 25 Jun 2006 17:41:51 +0200
- Subject: ignoring undefined references
Hello list
Is it possible to ignore undefined references?
The problem is that most of the public available java libraries (e.g.
xerces; http://xerces.apache.org/xerces-j/) use external classes which
they do not provide because they're barely used. So, if such a library
is used, two or three new libraries have to be searched and compiled
too. But they have the same problem...
There come more and more classes into the executables but none of them
will ever be used...
regards
Marco