Re: TYA problems: unresolved ref

1999-06-17 Thread Anonymous
I've been using 1.3v2 with 1.1.7v3 since that combination became possible, with no problems at all, on a Debian system, 2.2.7, glibc 2.1. I do remember that I had to build tya myself from source to get it going in the first place; there was some problem with the Debian tya package at that time.

TYA problems: unresolved ref

1999-06-17 Thread Anonymous
I'm trying to use TYA, puzzling over why JDK1.2 claims it cannot be found even though I specify LD_LIBRARY_PATH. So I tried running with JDK1.1: again tya failed, but I got this intriguing message: /usr/local/Java/tya1.3v2/libtya.so: undefined symbol: min_javastack_chunk_size (libtya.so) Is 1.3v

Re: TYA-problems

1999-06-07 Thread Paul Mclachlan
--- "Nolte, Holger" <[EMAIL PROTECTED]> wrote: > Does anybody knows something about errors in the tya jit ? (It > is not so > easy to eliminate our error) > Can anybody tell me if thereare other JITs working fine for > jdk1.1.7 or can > someone share his experience using JIT under linux ? I run

TYA-problems

1999-06-07 Thread Nolte, Holger
Hi, I got a strange problem with the TYA-JIT: We have programmed a complicated java application and want to run it under linux.If I use the java-interpreter without any JIT everything went fine. But when I tried it with Dcompiler=tya I got a null pointer Exception which I did not understand. We h