emacs-devel
[Top][All Lists]
Advanced

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

Re: Asynchronous DNS


From: Lars Ingebrigtsen
Subject: Re: Asynchronous DNS
Date: Sat, 30 Jan 2016 05:34:48 +0100
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux)

Alex Dunn <address@hidden> writes:

> Thanks for the quick reply!  It gets further now, but runs into a
> linking error (library not found for -lanl):
> https://gist.github.com/dunn/8df8eb0e12fa2f870e29#file-03-make-L441

Hm...  Even after all these years, I still have no idea how auto...make?
tools?  Work.  I cargo culted and ended up with this:

GETADDRINFO_A_LIBS="-lanl"
AC_CHECK_LIB(anl, getaddrinfo_a, HAVE_GETADDRINFO_A=yes, HAVE_GETADDRINFO_A=no,
        [$GETADDRINFO_A_LIBS])
AC_SUBST(GETADDRINFO_A_LIBS)

OLD_LIBS=$LIBS
LIBS="-lanl $LIBS"
AC_CHECK_FUNCS(getaddrinfo_a)
LIBS=$OLD_LIBS

Which doesn't do the right thing, apparently.  Can somebody who knows
what this language is fix the magical incantation?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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