From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10433 invoked from network); 21 Aug 2000 06:55:40 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 21 Aug 2000 06:55:40 -0000 Received: (qmail 13147 invoked by alias); 21 Aug 2000 06:54:56 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3381 Received: (qmail 13140 invoked from network); 21 Aug 2000 06:54:55 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: "Danek Duvall" Cc: "Roland Jesse" , "Zsh Users" Subject: RE: 3.1.9 build fails at zftp.c when using Sun's WorkShop Compilers 5.0 Date: Mon, 21 Aug 2000 10:54:48 +0400 Message-ID: <000001c00b3c$b2cbd520$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <20000818101124.A9766@lorien.emufarm.org> > > > > Check, in which library these function live under Solaris. I > suspect, they are > > in -lresolv as well. > > On Solaris, inet_pton and friends live in -lnsl. -lnsl and -lresolv are not > both necessary, only the former. And -lsocket seems to require -lnsl. > > Configure seems to always do the right thing on Solaris with regard to the > networking libraries, though. And I do have a version of zsh 3.1.9-dev-1 > built on Solaris 8 with the 5.0 compilers ... > and > None. Related to the mentioned functions are the following lines in > config.log: > configure:4605: checking for inet_aton > configure:4605: checking for inet_pton > configure:4605: checking for inet_ntop > That's plain and smooth. O.K., once more. Was it clean install? Is it possible, that you have used wrong cache file for some reason? I get exactly the above lines when I run configure and it takes values from cache. If I remove config.cache and rerun configure, I get clear error messages. What are the values of ac_cv_have_func_aton etc from config.log? If they are correct, configure fails to set defines for some reason. -andrej