zsh-users
 help / color / mirror / code / Atom feed
From: "Andrej Borsenkow" <Andrej.Borsenkow@mow.siemens.ru>
To: "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: Fri, 18 Aug 2000 20:28:52 +0400	[thread overview]
Message-ID: <000e01c00931$656c7cb0$21c9ca95@mow.siemens.ru> (raw)
In-Reply-To: <20000818181244.A3224@knecht.cs.uni-magdeburg.de>

>
> Andrej Borsenkow wrote:
>
> > For some reason confgiure failed to find the above functions. Look into
> > config.log to see what went wrong. Zftp.c tries to provide replacement
> > implementation and this fails. Are there any error messages in config.log?
>
> 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
>


Wow! They were missing here as well :-) (but our compiler was more benign)

I just found, that these live in -lresolv here. Damn, some developers should
be shoot on the spot ... the problem (here, at least) is, that -lresolv MUST
be after -lnsl (else name resolution won't work), so usual configure checks
won't work ... I have to think about it.

Check, in which library these function live under Solaris. I suspect, they are
in -lresolv as well. For now you may manually edit config.h and Makefile(s) to
add needed library and set #define HAVE_missing_function for all of them. The
correct configure test is not as easy and it is too late already :-)

-andrej


  reply	other threads:[~2000-08-18 16: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 [this message]
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
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='000e01c00931$656c7cb0$21c9ca95@mow.siemens.ru' \
    --to=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).