Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux

2003-06-26 Thread Ito Kazumitsu
In message Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux on 03/06/25, Dalibor Topic [EMAIL PROTECTED] writes: But unfortunately, after ./configure I get: $ grep in_port_t config/config.h `in_port_t'. */ #define in_port_t unsigned unknown

Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux

2003-06-26 Thread Dalibor Topic
Hi Ito, --- Ito Kazumitsu [EMAIL PROTECTED] wrote: Well, libiconv had something to do with this program. in_port_t was made unknown not because conftest returned a wrong result but because libiconv could not be loaded !? I've taken that as a hint to update the libiconv detection code to

Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux

2003-06-26 Thread Ito Kazumitsu
In message Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux on 03/06/26, Dalibor Topic [EMAIL PROTECTED] writes: I've taken that as a hint to update the libiconv detection code to the latest version from gettext 0.11.3. Could you try again with the current

Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux

2003-06-25 Thread Dalibor Topic
Hi Ito, --- Ito Kazumitsu [EMAIL PROTECTED] wrote: In message Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux on 03/06/24, Dalibor Topic [EMAIL PROTECTED] writes: done! thanks for the notice. Thank you. But unfortunately, after ./configure I get

Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux

2003-06-24 Thread Dalibor Topic
--- Ito Kazumitsu [EMAIL PROTECTED] wrote: In message Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux on 03/06/17, Ito Kazumitsu [EMAIL PROTECTED] writes: And now http://www.sra.co.jp/people/m-kasahr/getaddrinfo/getaddrinfo-1.6.tar.gz has been

Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux

2003-06-24 Thread Ito Kazumitsu
In message Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux on 03/06/24, Dalibor Topic [EMAIL PROTECTED] writes: done! thanks for the notice. Thank you. But unfortunately, after ./configure I get: $ grep in_port_t config/config.h `in_port_t

Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux

2003-06-23 Thread Ito Kazumitsu
In message Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux on 03/06/17, Ito Kazumitsu [EMAIL PROTECTED] writes: I sent the patch to the author of getaddrinfo-1.5.1. And he said he would include it in the next version. And now http://www.sra.co.jp/people

Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux

2003-06-16 Thread Ito Kazumitsu
In message Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux on 03/06/13, Ito Kazumitsu [EMAIL PROTECTED] writes: In message Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux on 03/06/13, Dalibor Topic [EMAIL PROTECTED

Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux

2003-06-13 Thread Ito Kazumitsu
Hi, In message Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux on 03/06/13, Dalibor Topic [EMAIL PROTECTED] writes: Hi Ito, thanks for the patch! Sorry, most of them were useless. libraries/clib/net/InetAddressImpl.c.orig libraries/clib

back to strtod.c (Was: Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux)

2003-06-13 Thread Dalibor Topic
Hi Ito, thanks for rechecking everything. I'll send some more strtod.c code your way on the weekend to get that last Double.MIN_VALUE problem out of the way. Do you still have the strtod.c from NetBSD that worked for you? I'd like to give it a try, since all my previous attempts didn't really

Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux

2003-06-12 Thread Ito Kazumitsu
This is what I did to make kaffe 1.1.0 work with Linux 2.0.38. 1. tar xzvf kaffe-1.1.0.tar.gz cd kaffe-1.1.0 2. Copy from CVS files added or modified since the release of kaffe 1.1.0. 3. Modify some programs (patch attached below). libraries/clib/net/InetAddressImpl.c.orig

Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux

2003-06-03 Thread Ito Kazumitsu
In message Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux on 03/05/30, Dalibor Topic [EMAIL PROTECTED] writes: In fact, automake offers bultin support for that using AM_FUNC_STRTOD. I think that one is supposed to use the strtod.c from libit (libiberty

Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux

2003-05-31 Thread Dalibor Topic
hi Ito, --- Ito Kazumitsu [EMAIL PROTECTED] wrote: Supporting Linux 2.0 may be nothing but a burden for developers, but for some users it is badly desired. The following is what I did to make the current kaffe run on my old Linux machine. I would NOT insist that this should be officially

Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux

2003-05-31 Thread Ito Kazumitsu
In message Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux on 03/05/30, Timothy Stack [EMAIL PROTECTED] writes: I have found #define HAVE_GETADDRINFO 1 in config/config.h, which must be undefined but configure may have wrongly guessed. Nope, it looks

Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux

2003-05-31 Thread Dalibor Topic
Hi Ito, hi Tim, --- Timothy Stack [EMAIL PROTECTED] wrote: hi, On Thursday, May 29, 2003, at 10:00 PM, Ito Kazumitsu wrote: The current libraries/clib/net/InetAddressImpl.c and some others cannot be compiled on my poor old Linux (2.0.38) machine. What is wrong: (1)

Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux

2003-05-31 Thread Ito Kazumitsu
Hi, I [EMAIL PROTECTED] will answer in place of [EMAIL PROTECTED]. : == Dalibor Topic [EMAIL PROTECTED] writes: 1. Patch libraries/clib/native/Double.c Strtod() of my Linux is buggy. So I got a reliable source of strtod.c from somewhere and put it to libraries/clib/native and make

Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux

2003-05-31 Thread Timothy Stack
On Friday, May 30, 2003, at 08:08 AM, Dalibor Topic wrote: 2. Patch replace/getifaddrs.c Old Linux does not have linux/netlink.h and linux/rtnetlink.h. So I do not expect kaffe to use replace/getifaddrs.c. I'll happily let Tim deal with the ipv6 stuff ;) Just some configure magic i think.

[kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux

2003-05-30 Thread Ito Kazumitsu
The current libraries/clib/net/InetAddressImpl.c and some others cannot be compiled on my poor old Linux (2.0.38) machine. What is wrong: (1) InetAddressImpl.c checks whether AF_INET6 and PF_INET6 are defined. Yes, they are defined in /usr/include/socketbits.h even on my old Linux host.

Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux

2003-05-30 Thread Kiyo Inaba
The current libraries/clib/net/InetAddressImpl.c and some others cannot be compiled on my poor old Linux (2.0.38) machine. Same for me on m68k-linux. I am afraid Linux 2.0 should be deleted from the list of supported systems. Sigh... Then I have to find some other JVM :- Kiyo

Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux

2003-05-30 Thread Ito Kazumitsu
In message Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux I am afraid Linux 2.0 should be deleted from the list of supported systems. Sigh... Then I have to find some other JVM :- Supporting Linux 2.0 may be nothing but a burden for developers

Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux

2003-05-30 Thread Timothy Stack
hi, On Thursday, May 29, 2003, at 10:00 PM, Ito Kazumitsu wrote: The current libraries/clib/net/InetAddressImpl.c and some others cannot be compiled on my poor old Linux (2.0.38) machine. What is wrong: (1) InetAddressImpl.c checks whether AF_INET6 and PF_INET6 are defined. Yes, they are