This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/42811] [4.5 regression] java.lang.ExceptionInInitializerError in ecj1
- From: "jojelino at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jan 2010 05:02:31 -0000
- Subject: [Bug java/42811] [4.5 regression] java.lang.ExceptionInInitializerError in ecj1
- References: <bug-42811-13856@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from jojelino at gmail dot com 2010-01-20 05:02 -------
linking executables with -Wl,--whole-archive libgcj-noncore.la libgcj.la
-Wl,--no-whole-archive solves this problem. excepts that it creates fatty
import symbol table approx. (28 megabyte). is there any workaround instead of
this naive method?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42811