Gah, hate to ask about features...

1999-03-30 Thread John B. Lee
I hate to ask about features, but I'm curious as to whether or not it would be possible to get the DnD API, perhaps from the Blackdown Linux JDK 1.2 port, to work? Has anyone tried? -- John B. Lee, Undergraduate Social and Decision Science; Carnegie Mellon University [EMAIL PROTECTED]

Re: Compiling kaffe-1_0_b3 for ARM

1999-03-30 Thread Kiyo Inaba
Dirk wrote: >You need to set other parameters as well. >this is what I use >setenv ac_cv_prog_cc_cross yes >setenv ac_cv_prog_gcc yes These two are detected by configure automatically, if my understanding is correct. >setenv ac_cv_func_mmap_fixed_mapped yes SNIP >setenv ac_cv_c_char_unsigned no U

RE: Compiling kaffe-1_0_b3 for ARM

1999-03-30 Thread Dirk Grunwald
> (I have set up CC,NM,LD,AR and RANLIB in the environment) > Here are the options for the configuration script: > ./configure --prefix=/usr/local/arm-kaffe --target=arm-linux > --host=i386-linux --without-x --without-timing --with-engine=intrp -- You need to set other parameters as well. this i

Re: Kaffe for m68k/netbsd

1999-03-30 Thread Kiyo Inaba
>Please remove ../kaffevm/libkaffevm.la, run `make' in the top-level >directory and, if it still fails, please send a log of the build to me Same. I will send Alex the log separately. Kiyo

Re: Kaffe for m68k/netbsd

1999-03-30 Thread Alexandre Oliva
On Mar 30, 1999, Kiyo Inaba <[EMAIL PROTECTED]> wrote: > and of course ../kaffevm/.libs/libkaffevm.so.0.0 is not there. Please remove ../kaffevm/libkaffevm.la, run `make' in the top-level directory and, if it still fails, please send a log of the build to me -- Alexandre Oliva http://www.dcc.u

Kaffe for m68k/netbsd

1999-03-30 Thread Kiyo Inaba
There should be still libtools related problems for netbsd. For several weeks, I use cross compiling mainly but from yesterday, I try to self-compiling on my lovely Sun3. With today's snap, I just say ../kaffe-snap/configure --with-engine=jit --without-x and invoke make. But libtools say

Re: [Kaffe] Illegal Instruction generated by kaffe JIT?

1999-03-30 Thread Moses DeJong
On 29 Mar 1999, Alexandre Oliva wrote: > On Mar 29, 1999, Moses DeJong <[EMAIL PROTECTED]> wrote: > > > findNat 0x200020 > > Cannot access memory at address 0x1c. > > > findNat 0x2b283c > > >tcl/lang/ArrayObject.dereferenceArrayDims;(Ltcl/lang/Interp;Ljava/lang/Object;ILtcl/lang/TclObject; > >

Re: Compiling kaffe-1_0_b3 for ARM

1999-03-30 Thread Kiyo Inaba
> I have problems with getting kaffe compiled. It complains about data types These are not able to be detected in cross environment. You have to specify these information in config/arm/.../config.frag. See config/m68k/netbsd1/config.frag for what I am using. Kiyo

Compiling kaffe-1_0_b3 for ARM

1999-03-30 Thread Toni Kuure
I'm trying to compile KaffeVM for Arm. The host computer is pentium and I have working arm development tools (egsc-1.1.1 + glibc-2.1) for it. I have problems with getting kaffe compiled. It complains about data types (says that sizes of short, int and long should not be zero) (I have set up CC,