This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Resources in natively compiled executables
Michael Koch wrote:
As I learned with gcjwebplugin there are problems when compiling
different jars to native because the resources in the different jars
get the same symbols names it seems (_Jr1, _Jr2, _Jr3, etc.). We need
to fix this somehow.
These resource names should probably be private . If you are getting
symbol conflicts then maybe the compiler is mistakenly producing public
symbols. Whats the error exactly?
Regards
Bryce.