This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/12908] gnu.gcj.convert.Input_UTF8 not found when compiling from bytecode.
- From: "oyvind dot harboe at zylin dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Nov 2003 08:43:44 -0000
- Subject: [Bug libgcj/12908] gnu.gcj.convert.Input_UTF8 not found when compiling from bytecode.
- References: <20031105094302.12908.oyvind.harboe@zylin.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12908
------- Additional Comments From oyvind dot harboe at zylin dot com 2003-11-06 08:43 -------
Note that I believe that there are two completely seperate problems that needs
to be addressed here:
1. The problem of how to enumerate all classes that a program depends upon.
This is IMHO, impossible due to dynamic class creation.
2. The strange .java vs. .class compilation problem.
Ã?yvind