On Fri, 10 Jan 2003 00:52:42 +0100 Benja Fallenstein <[EMAIL PROTECTED]> wrote:
Hi again Benja! > > java.lang.ExceptionInInitializerError: java.lang.ExceptionInInitializerError: >[exception was java.lang.UnsatisfiedLinkError: >/usr/local/kaffe/jre/lib/i386/libawt-1.1.x-cvs.so: undefined symbol: >_ZN7QWidget5eventEP6QEvent] > > My LD_LIBRARY_PATH is set to: > /usr/share/qt/lib/:/usr/local/kaffe/jre/lib/i386/ > > I'm using Debian GNU/Linux (unstable) with KDE/Qt 3. > > Any advice? I haven't found anything in the archives. Well, if all else fails, ask Google ;) That problem seems to be caused by using different versions of gcc for libqt and libawt (using gcc 2.95 for one of them and gcc 3.x for the other one). So either changing the compiler or updating your libqt might help? MfG, Helmer _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
