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 like it guessed right since it didn't complain about
> getaddrinfo like it does gai_strerror and getnameinfo. Thats just
> messed up, we'll have to add those two to the check.
Oh, yes.
$ nm /usr/lib/libc.a | grep getaddrinfo
getaddrinfo.o:
00000570 T getaddrinfo
$ nm /usr/lib/libc.a | grep getnameinfo
$
_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe