Hi Seongbeom, --- "KIM, Seongbeom" <[EMAIL PROTECTED]> wrote: > ----- Original Message ----- > > > > Does that happen with Qt-awt or Xlib awt or both? > > It happens only with Qt-awt. > I solved this issue by adding a couple of compile > options in > $KAFFE_HOME/libraries/clib/awt/qt/Makefile. > > The original CXXFLAGS in the Makefile was: > CXXFLAGS := $(CXXFLAGS) $(QT_CXXFLAGS) > > After the modification: > CXXFLAGS := $(CXXFLAGS) $(QT_CXXFLAGS) > -fno-exceptions -fno-rtti -DQWS > > What I added was those options in CFLAGS. > Because the source files in QT directory are '.cc', > only CXXFLAGS are applied > during build. > If '-fno-rtti' is not defined during compile, link > error happens when java vm > trys to load libqte.so. > (The embedded-QT library, libqte.so, is also built > with '-fno-rtti' option.) > > I forgot to report this issue, and really forgot the > issue itself. :( > Sorry for bothering you.
Bug reports are always welcome, patches even more so ;) As you are using -DQWS I assume that you are compiling for the Qtopia environment. There is a patch to fix the Qtopia problems here : http://www.mail-archive.com/[email protected]/msg01052.html Could you check if it helps in your case? > I also think LD_LIBRARY_PATH is enough to handle > libraries. > Thank you for the thorough tests. Thanks. I'll check in an improved error message, then. best regards, dalibor topic __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
