[kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux
    Ito Kazumitsu 
    ito.kazumitsu at hitachi-cable.co.jp
       
    Fri May 30 07:19:01 PDT 2003
    
    
  
In message "Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux"
    on 03/05/30, Timothy Stack <stack at cs.utah.edu> 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
$
    
    
More information about the kaffe
mailing list