Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: inet_{a,p}ton prototypes in Src/Modules/zftp.pro
- X-seq: zsh-users 3859
- From: Kenneth Lareau <elessar@xxxxxxxxxxx>
- To: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- Subject: Re: inet_{a,p}ton prototypes in Src/Modules/zftp.pro
- Date: Mon, 07 May 2001 12:12:56 -0700
- Cc: nce@xxxxxxxxxxxxxxxxx, zsh-users@xxxxxxxxxx
- In-reply-to: Message from "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx> of "Mon, 07 May 2001 14:56:19 -0000." <1010507145620.ZM27687@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Just for future reference, folks: docs.sun.com has the entire documen-
tation collections for at least Solaris 2.6, 7 and 8. It can be a bit
slow at times, but it's extremely comprehensive.
A quick 'nm' on the libraries seem to show hooks in libresolv.so, but
apparently those functions really aren't defined there, and there's no
man pages for either on my install of Solaris 7.
Ken Lareau
elessar@xxxxxxxxxxx
In message <1010507145620.ZM27687@xxxxxxxxxxxxxxxxxxxxxxx>, "Bart Schaefer" wri
tes:
>On May 6, 6:27pm, nce@xxxxxxxxxxxxxxxxx wrote:
>} Subject: Re: inet_{a,p}ton prototypes in Src/Modules/zftp.pro
>}
>} On Mon, May 07, 2001 at 12:03:50AM +0000, Bart Schaefer wrote:
>} >
>} > So the real question is, why are HAVE_INET_{A,P}TON not defined?
>}
>} I just tried making a completely clean start so there was nothing old
>} left over, but had the same problem. The command-line in config.log
>} looks good to me, but you're right that the confidence test for those
>} routines fails.
>
>I don't have access to Solaris 7 documentation, and everything on-line
>at sun.com is already Solaris 8 (and remarkably uninformative). What
>librar(y|ies) (is|are) supposed to provide inet_aton() and inet_pton() ?
>
>For example, it may be necessary to add
>
> AC_CHECK_LIB(socket, inet_pton)
> ^^^^^^
> or nsl, or something
>
>before the call to AC_CHECK_FUNCS(...) that includes inet_{a,p}ton.
>
>--
>Bart Schaefer Brass Lantern Enterprises
>http://www.well.com/user/barts http://www.brasslantern.com
>
>Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author