* mbneto <mbneto@xxxxxxxxx> [2005-01-27 14:22]: > > /usr/lib/eclipse/libswt-pi-gtk-3116.so: undefined symbol: > XTestFakeButtonEvent I can't duplicate this. I guess I should make sure to point out that we're compiling these with gcj4 so your java and javac alternatives have to be set to java-1.4.2-gcj4-compat. You do this like this: su - -c "update-alternatives --set java \ /usr/lib/jvm/jre-1.4.2-gcj4/bin/java" su - -c "update-alternatives --set javac \ /usr/lib/jvm/java-1.4.2-gcj4/bin/javac" If you're still having problems after doing this, please file a bug. Thanks, Andrew