emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: trunk build failure on Solaris 2.6


From: Chong Yidong
Subject: Re: trunk build failure on Solaris 2.6
Date: Sat, 20 Oct 2007 13:05:52 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

YAMAMOTO Mitsuharu <address@hidden> writes:

>>>>>> On Fri, 19 Oct 2007 16:42:33 -0400, Chong Yidong <address@hidden> said:
>
>> Could a Mac maintainer try to find out why it's not working on that
>> platform?
>
> As address queries via getaddrinfo are normally forwarded to a
> daemon called lookupd on Mac OS X, I suspect it doesn't make sense
> to call res_init before getaddrinfo on that platform in the first
> place.

Then this bit of code in the configure script should fail, but it
apparently succeeds; that's why HAVE_LIBRESOLV is defined.

  LIBS="$LIBS -lresolv"
  AC_MSG_CHECKING(for res_init with -lresolv)
  AC_TRY_LINK([#include <netinet/in.h>
#include <arpa/nameser.h>
#include <resolv.h> ],
    [res_init();],
    have_res_init=yes, have_res_init=no)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]