From: Chong Yidong <cyd@stupidchicken.com>
To: YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Cc: emacs-devel@gnu.org
Subject: Re: trunk build failure on Solaris 2.6
Date: Sat, 20 Oct 2007 13:05:52 -0400 [thread overview]
Message-ID: <87ejfp7m33.fsf@stupidchicken.com> (raw)
In-Reply-To: <wlk5pizhn7.wl%mituharu@math.s.chiba-u.ac.jp> (YAMAMOTO Mitsuharu's message of "Sat\, 20 Oct 2007 10\:42\:04 +0900")
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> writes:
>>>>>> On Fri, 19 Oct 2007 16:42:33 -0400, Chong Yidong <cyd@stupidchicken.com> 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)
next prev parent reply other threads:[~2007-10-20 17:05 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-19 0:45 trunk build failure on Solaris 2.6 Katsumi Yamaoka
2007-10-19 2:50 ` William Xu
2007-10-19 3:12 ` Chong Yidong
2007-10-19 3:51 ` William Xu
2007-10-19 4:22 ` Chong Yidong
2007-10-19 5:47 ` William Xu
2007-10-19 15:29 ` Chong Yidong
2007-10-19 16:20 ` William Xu
2007-10-19 19:48 ` Chong Yidong
2007-10-19 20:31 ` Dan Nicolaescu
2007-10-19 20:42 ` Chong Yidong
2007-10-20 1:42 ` YAMAMOTO Mitsuharu
2007-10-20 17:05 ` Chong Yidong [this message]
2007-10-21 5:10 ` YAMAMOTO Mitsuharu
2007-10-21 5:46 ` William Xu
2007-10-22 14:46 ` Chong Yidong
2007-11-05 11:12 ` Mark Aufflick
2007-11-06 2:15 ` Richard Stallman
2007-10-21 2:22 ` William Xu
2007-10-20 0:31 ` Evil Boris
2007-10-19 7:10 ` Cyrus Harmon
2007-10-19 4:33 ` Katsumi Yamaoka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ejfp7m33.fsf@stupidchicken.com \
--to=cyd@stupidchicken.com \
--cc=emacs-devel@gnu.org \
--cc=mituharu@math.s.chiba-u.ac.jp \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.