From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27284 invoked from network); 7 May 2001 15:03:18 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 7 May 2001 15:03:18 -0000 Received: (qmail 6579 invoked by alias); 7 May 2001 15:02:00 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3858 Received: (qmail 6556 invoked from network); 7 May 2001 15:01:57 -0000 From: "Bart Schaefer" Message-Id: <1010507145620.ZM27687@candle.brasslantern.com> Date: Mon, 7 May 2001 14:56:19 +0000 In-Reply-To: <20010506182741.A11025@flora01.SLAC.Stanford.EDU> Comments: In reply to nce@SLAC.Stanford.EDU "Re: inet_{a,p}ton prototypes in Src/Modules/zftp.pro" (May 6, 6:27pm) References: <20010506104546.A13094@flora01.SLAC.Stanford.EDU> <1010507000351.ZM26959@candle.brasslantern.com> <20010506182741.A11025@flora01.SLAC.Stanford.EDU> X-Mailer: Z-Mail (5.0.0 30July97) To: nce@SLAC.Stanford.EDU Subject: Re: inet_{a,p}ton prototypes in Src/Modules/zftp.pro Cc: zsh-users@sunsite.dk MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On May 6, 6:27pm, nce@SLAC.Stanford.EDU 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