hi sankalpa, --- Sankalpa <[EMAIL PROTECTED]> wrote: > Hi Dalibor > > First of all I must thank you for giving prompt replies and helping. > > I managed to crosscompile kaffe 1.0.7 for arm and able to run a simple > helloworld without any errors. > > Then I changed my configuration such that > ./configure --with-x --host=arm-linux --prefix=/kaffe --with-awt=qt > --with-qtdir=/tmp/qt-2.3.2 > > (I have qt embedded 2.3.2) > > Now I found I can run hello world but not a simple awt application. > > It says that > > BUG IN DYNAMIC LINKER ld.so: ../sysdeps/arm/dl-machine.h: 461: > elf_machine_lazy_rel: Assertion `((reloc->r_info) & 0xff) == 22' failed! > > > What may be the wrong?
no idea. it's a bug in the dynamic linker, not in kaffe ;) > > Is it possible for me to statically link libawt.so with required > qt-2.3.2/lib.(In otherwords without needing qt/lib/*.so in my machine at > run time) I think that it should be possible. Please take a look at FAQ/FAQ.libtool and build qt-embedded as a static library. 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
