Hi, On Thu, 2008-08-14 at 18:02 +0100, Andrew Haley wrote: > >> Have to think about the cleanest way to solve this. But reverting this > >> part of the import (attached) should get you going for now. You'll need > >> to configure with --enable-java-maintainer-mode (see the libjava/HACKING > >> file for more explanation). > > Thanks Mark. We definitely need this fix in mainline gcj. I checked in a slightly simpler version marking the changes with GCJ LOCAL. I hope to come up with a better/real solution in upstream classpath (I really would like to just get rid of that whole Configure.java.in file). 2008-08-17 Mark Wielaard * gnu/java/awt/peer/gtk/CairoGraphics2D.java: Always loadLibrary gtk-peer. * gnu/java/awt/peer/gtk/GdkFontPeer.java: Likewise. * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: Likewise. * gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java: Likewise. * gnu/java/awt/peer/gtk/GtkToolkit.java: Likewise. * gnu/java/awt/peer/gtk/GdkScreenGraphicsDevice.java: Likewise. * gnu/java/awt/peer/gtk/*.class: Rebuilt. Cheers, Mark