Hi Lingxing, --- ������ <[EMAIL PROTECTED]> wrote: > hi,all > After i have compiled the kaffe-1.1.x and > qt-embedded-free-3.0.3, i test the > kaffe demo, errors appears : > > java.lang.ExceptionInInitializerError: [exception > was > java.lang.UnsatisfiedLinkError: > /home/gailx/kaffe/libraries/clib/awt/qt/.libs/libawt-1.1.x-cvs.so: > undefined > symbol: __ti7QWidget]
I think your problem is that your Qt library has been with one version of g++ while kaffe has been compiled with another. It won't work. Read g++ 3.2 docs on C++ ABI for more information. cheers, dalibor topic __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
