ignoring undefined references
Tom Tromey
tromey@redhat.com
Mon Jun 26 01:50:00 GMT 2006
>>>>> "Marco" == Marco Trudel <mtrudel@gmx.ch> writes:
Marco> Is it possible to ignore undefined references?
Marco> The problem is that most of the public available java libraries
Marco> (e.g. xerces; http://xerces.apache.org/xerces-j/) use external classes
Marco> which they do not provide because they're barely used. So, if such a
Marco> library is used, two or three new libraries have to be searched and
Marco> compiled too. But they have the same problem...
Marco> There come more and more classes into the executables but none of them
Marco> will ever be used...
Compiling with -findirect-dispatch often helps this.
Tom
More information about the Java
mailing list