Re: compilation troubles with tya07 + jdk1.1.6v2

1998-08-20 Thread Prashant Chandra
Ok. I tried tya 1.0 and still had the int64_t problem. The configure script seems to have been fixed, but I still had to add the following line of code to the top of every .c file (six of them). typedef long long int int64_t; Like I said in my earlier email, this is probably because of incorr

Re: compilation troubles with tya07 + jdk1.1.6v2

1998-08-20 Thread Prashant Chandra
I did not know there was a tya 1.0. I could not find it on the TYA website. Where can I find it? Thanks. -prashant > > Why not use tya 1.0 (which should be used together with jdk1.1.6) ?? > > Jah > > ET > > On Thu, 20 Aug 1998, Prashant Chandra wrote: > > > Hi! > > > > I just ins

Re: compilation troubles with tya07 + jdk1.1.6v2

1998-08-20 Thread Dirk Vanhalle
Hi, You might want to try 'ftp://gonzalez.cyberus.ca/pub/Linux/java/tya1.0.tgz' I think it is the main site for tya. Cheers, Dirk.

Re: compilation troubles with tya07 + jdk1.1.6v2

1998-08-20 Thread Michael Jürgens
um: Donnerstag, 20. August 1998 11:00 Betreff: Re: compilation troubles with tya07 + jdk1.1.6v2 Why not use tya 1.0 (which should be used together with jdk1.1.6) ?? Jah ET On Thu, 20 Aug 1998, Prashant Chandra wrote: > Hi! > > I just installed TYA 0.7 JIT compiler to work with JDK

Re: compilation troubles with tya07 + jdk1.1.6v2

1998-08-20 Thread Thomas Eitzenberger
Why not use tya 1.0 (which should be used together with jdk1.1.6) ?? Jah ET On Thu, 20 Aug 1998, Prashant Chandra wrote: > Hi! > > I just installed TYA 0.7 JIT compiler to work with JDK 1.1.6 v2. I > had problems installing TYA and I thought I would share with the rest > of the community h

compilation troubles with tya07 + jdk1.1.6v2

1998-08-20 Thread Prashant Chandra
files. For some reason, int64_t is not defined. This is probably due to improper defines in .../include/genunix/typedefs_md.h. I worked around this problem by adding the following line to the top of the 3 .c files in the tya07 distribution. typedef long long int int64_t; After these cha

Re: tya07

1998-06-15 Thread Albrecht Kleine
Hi, > After looking at the official TYA web site and only finding versions > up to tya06 there, I finally found a tya07 at: > >ftp://gonzalez.cyberus.ca/pub/Linux/java/tya07.tgz (June 10) This is just as I've announced last week :) Albrecht PS. on http://tya.home.ml

tya07

1998-06-14 Thread Geoffrey S. Knauth
After looking at the official TYA web site and only finding versions up to tya06 there, I finally found a tya07 at: ftp://gonzalez.cyberus.ca/pub/Linux/java/tya07.tgz (June 10) -- Geoffrey S. Knauth http://world.std.com/~gsk