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.  But it does not support IPv6, so
    struct in6_addr is not defined.

(2) InetAddressImpl.c uses getnameinfo which my old Linux host does not
    have.

I am afraid Linux 2.0 should be deleted from the list of
supported systems.

_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to