--- Sankalpa <[EMAIL PROTECTED]> wrote: > Hi > > I am trying to compile qt embedded awt support. > I try to compile kaffe-awt-qt according to the document provided with > it. > My qt embeded is compiled using configure -embedded ipaq -shared. > > I set all required enviorenment variables accordingly. > Then I got following error message. > > arm-linux-gcc -shared tlk.o wnd.o evt.o gra.o fnt.o clr.o img.o cbd.o > -L/tmp/qt_awt/qt-embedded-free-3.0.3/lib -lqte-mt > -L/usr/local/arm-linux/lib -o libawt-1.0.6.so > /usr/local/arm-linux/arm-linux/bin/ld: cannot find -lqte-mt > collect2: ld returned 1 exit status > make: *** [libawt-1.0.6.so] Error 1 > > #ls /tmp/qt_awt/qt-embedded-free-3.0.3/lib > fonts libqnp.prl libqte.so libqte.so.3.0 libqui.prl > libeditor.prl libqte.prl libqte.so.3 libqte.so.3.0.3 README > > > What may be the wrong?
it wants to link to a multithreaded version of qt embedded (the -mt is for multi-threaded). you have to reconfigure and rebuild qt embedded for multithreading. cheers, dalibor topic __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
