On Sat, 3 Jun 2006 14:12:08 +0100 Andrew Haley <aph@redhat.com> wrote: > Hanno Meyer-Thurow writes: > > Hi list! > > I install GCJ as a second GCC installation. My system GCC is 3.4.6. > > After that upgrade my Java applications get unusable. > You need to give us more info. My post was only to ask if there are known issues. Mark answered that. :) > Did you recompile your apps? I recompiled my system with GCC 4.1.1. Eclipse SDK was usable again. > What system? x86 arch. > etc. I build my Java code with Eclipse Java Compiler. These two issues remain with GCJ 4.1.1 that do not happen with GCJ 4.1.0. --- To compile bsf 2.3.0 I need this hack for rhino 1.5.5. http://svn.gentooexperimental.org/svn/java/gcj-overlay/dev-java/rhino/files/public-NativeScript.patch Otherwise that class is not visible to bsf and compile fails. --- To workaround the SWT GUI "Initialization Error" of Azureus I need this. (The GUI won't appear without.) http://svn.gentooexperimental.org/svn/java/gcj-overlay/net-p2p/azureus/files/gcj-workaround.diff http://sourceforge.net/forum/forum.php?thread_id=1510333&forum_id=349817 --- May this information be useful for someone. Otherwise just good to know. ;) Regards, Hanno