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 3858
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: nce@xxxxxxxxxxxxxxxxx
- Subject: Re: inet_{a,p}ton prototypes in Src/Modules/zftp.pro
- Date: Mon, 7 May 2001 14:56:19 +0000
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <20010506182741.A11025@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20010506104546.A13094@xxxxxxxxxxxxxxxxxxxxxxxxx> <1010507000351.ZM26959@xxxxxxxxxxxxxxxxxxxxxxx> <20010506182741.A11025@xxxxxxxxxxxxxxxxxxxxxxxxx>
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