zsh-users
 help / color / mirror / code / Atom feed
From: Danek Duvall <duvall@lorien.emufarm.org>
To: "Andrej Borsenkow" <Andrej.Borsenkow@mow.siemens.ru>
Cc: "Roland Jesse" <jesse@mail.CS.Uni-Magdeburg.De>,
	"Zsh Users" <zsh-users@sunsite.auc.dk>
Subject: Re: 3.1.9 build fails at zftp.c when using Sun's WorkShop Compilers 5.0
Date: Mon, 21 Aug 2000 00:02:23 -0700	[thread overview]
Message-ID: <20000821000223.A29846@lorien.emufarm.org> (raw)
In-Reply-To: <000001c00b3c$b2cbd520$21c9ca95@mow.siemens.ru>

On Mon, Aug 21, 2000 at 10:54:48AM +0400, Andrej Borsenkow wrote:

> Danek Duvall wrote:
> > 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.

I misspoke here.  inet_aton() is in fact in -lresolv, but inet_pton() and
inet_ntop() are in -lnsl.

> 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.

A clean install gives me the expected errors -- it fails to find
inet_aton() because it doesn't try -lresolv (and spews the appropriate
errors to config.log), but it succeeds in finding the other two, and
config.log is clean for them (just the compilation line).

> 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.

config.cache, I assume:

ac_cv_func_inet_aton=${ac_cv_func_inet_aton='no'}
ac_cv_func_inet_ntop=${ac_cv_func_inet_ntop='yes'}
ac_cv_func_inet_pton=${ac_cv_func_inet_pton='yes'}

Danek


  reply	other threads:[~2000-08-21  7:29 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-08-18 15:52 Roland Jesse
2000-08-18 16:09 ` Andrej Borsenkow
2000-08-18 16:12   ` Roland Jesse
2000-08-18 16:28     ` Andrej Borsenkow
2000-08-18 16:41       ` Andrej Borsenkow
2000-08-18 17:11       ` Danek Duvall
2000-08-21  6:54         ` Andrej Borsenkow
2000-08-21  7:02           ` Danek Duvall [this message]
2000-08-21 10:58             ` nm from networks libraries on Solaris 7, 8, 2.6? Andrej Borsenkow
2000-08-21 16:29               ` Danek Duvall

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20000821000223.A29846@lorien.emufarm.org \
    --to=duvall@lorien.emufarm.org \
    --cc=Andrej.Borsenkow@mow.siemens.ru \
    --cc=jesse@mail.CS.Uni-Magdeburg.De \
    --cc=zsh-users@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).