Re: [kaffe] Query regarding installing Kaffe

2008-01-16 Thread Arun Prasad Mohan
Hi, I am trying to install kaffe 1.1.7version in ubuntu. First i installed gcc 3.4.6 version then i gave command * ./configure --without-x --disable-gtk-peer --with-engine=intrp --enable-debug * it showed checking dld.h usability... no checking dld.h presence... no checking for dld.h... no

[kaffe] error while make after configuring to use interpreter engine and enabling debug

2008-01-16 Thread sreejith k s
hi, I had configured kaffe without enabling any flag and installation was fine.the n i reconfigured it to use interpreter engine and enable debug using ./confiure --with-engine=intrp --enable-debug then i gave 'make' it showed following error; ../../kaffe/kaffevm/.libs/libkaffevm.so:

Re: [kaffe] Query regarding installing Kaffe

2008-01-16 Thread Arun Prasad Mohan
Hi, I installed kaffe and first i gave the command *./configure --without-x --disable-gtk-peer --with-engine=intrp --enable-debug *it configured success fully and then i gave the command *sudo make and sudo make install* and finally i gave *make install check *it showed:

[kaffe] make error while reconfiguring kaffe

2008-01-16 Thread sreejith k s
hi , When i am trying to reconfigure kaffe to use interpreter engine and enable debug. While i execute make instruction .i get following error: make: *** No rule to make target `../../../../zlib/libz.la', needed by `fastjar'. Stop. What can i do to procceed?

[kaffe] CVS kaffe (robilad): don't check for libgc when it's not used

2008-01-16 Thread Kaffe CVS
PatchSet 7680 Date: 2008/01/16 23:10:06 Author: robilad Branch: HEAD Tag: (none) Log: don't check for libgc when it's not used 2008-01-16 Dalibor Topic [EMAIL PROTECTED] * configure.ac: Only check for libgc when boehm-gc is selected as the garbage collector. Reported

Re: [kaffe] Unused 'libgc' is always loaded.

2008-01-16 Thread Dalibor Topic
Kiyo Inaba wrote: Hi, I noticed if I install 'libgc.so' in /usr/local/lib, the wrapper script 'kaffe-bin' always trys to load this library (even for 'kaffe-gc') and if I did not set LD_LIBRARY_PATH to include /usr/local/lib, 'kaffe-bin' generates error message saying

Re: [kaffe] make error while reconfiguring kaffe

2008-01-16 Thread Dalibor Topic
sreejith k s wrote: hi , When i am trying to reconfigure kaffe to use interpreter engine and enable debug. While i execute make instruction .i get following error: make: *** No rule to make target `../../../../zlib/libz.la', needed by `fastjar'. Stop. What can i do to procceed? Try running

Re: [kaffe] error while make after configuring to use interpreter engine and enabling debug

2008-01-16 Thread Dalibor Topic
sreejith k s wrote: hi, I had configured kaffe without enabling any flag and installation was fine.the n i reconfigured it to use interpreter engine and enable debug using ./confiure --with-engine=intrp --enable-debug then i gave 'make' it showed following error;

Re: [kaffe] Query regarding installing Kaffe

2008-01-16 Thread Dalibor Topic
Arun Prasad Mohan wrote: Hi, I am trying to install kaffe 1.1.7version in ubuntu. Wat to do ??? and how to proceed next.. You're done, it's successfully installed in the /usr/local/kaffe directory. How you proceed next depends on what you want to do with Kaffe. Hack the source, fix

Re: [kaffe] Query regarding installing Kaffe

2008-01-16 Thread Dalibor Topic
Arun Prasad Mohan wrote: Hi, I installed kaffe and first i gave the command *./configure --without-x --disable-gtk-peer --with-engine=intrp --enable-debug FAIL: SoTimeout.java I can reproduce that with 1.1.7 on Ubuntu 7.10 (x86) with gcc 3.4. It seems to have been fixed

Re: [kaffe] Error during make check

2008-01-16 Thread Dalibor Topic
sreejith k s wrote: hi, while i was running make check command ,showed the following error... FAIL: SoTimeout.java Must have been fixed meanwhile, since I can't reproduce it on current CVS head using GNU Classpath 0.96.1. cheers, dalibor topic

Re: [kaffe] Error during make check

2008-01-16 Thread Dalibor Topic
sreejith k s wrote: Also, I would like to bring to your notice that i am using kaffe 1.1.7version and gcc 3.4.6. Yeah, I can reproduce it with 1.1.7, but not with the current code base, which has changed a lot since 1.1.7 came out. cheers, dalibor topic

Re: [kaffe] problem installing kaffe during make check ...

2008-01-16 Thread Dalibor Topic
sreejith k s wrote: After make install is done ..then to check it i ran make check ..it showed the following Method Constant Pool: soft_fixup_trampoline(): return 0x817a120 Internal error: caught an unexpected exception. Please check your CLASSPATH and your installation. java/lang/Throwable

Re: [kaffe] bug in signal.c: stackOverflowDetector() ?

2008-01-16 Thread Dalibor Topic
Doug Young wrote: I believe there is a bug in signal.c, function stackOverflowDetector(). The sig argument should be used to clear the signal, since it could be either SIGSEGV or SIGBUS. Happy new year, and thanks for the patch, Doug. I committed it to CVS head. If you've got more patches

[kaffe] CVS kaffe (robilad): fix stack overflow detection to handle sigbus

2008-01-16 Thread Kaffe CVS
PatchSet 7681 Date: 2008/01/17 01:59:08 Author: robilad Branch: HEAD Tag: (none) Log: fix stack overflow detection to handle sigbus 2008-01-17 Doug Young [EMAIL PROTECTED] * kaffe/kaffevm/systems/unix-pthreads/signal.c (stackOverflowDetector),

Re: [kaffe] Query regarding installing Kaffe

2008-01-16 Thread Dalibor Topic
Arun Prasad Mohan wrote: Hi Dalibor, First i downloaded the kaffe 1.1.7 version from the kaffe.orgwebsite and then i extracted the zip file and in terminal i gave ./configure --prefix=/tmp/mykaffe and it showed the following error. config.status: creating tools/Makefile

Re: Native libs AWT (Was: Re: Further cleanups (Was: Re: [kaffe] dealing with gjdoc))

2008-01-16 Thread Dalibor Topic
Dalibor Topic schrieb: * old kaffe AWT I'm currently cleaning up the old kaffe AWT to make it build again. I'll remove the classes copied over from GNU Classpath as far as possible, but I won't put work into making the Xlib peers actually work. This has now been done. cheers, dalibor topic