Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: 3.1.9 build fails at zftp.c when using Sun's WorkShop Compilers 5.0
- X-seq: zsh-users 3381
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "Danek Duvall" <duvall@xxxxxxxxxxxxxxxxxx>
- 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
- Cc: "Roland Jesse" <jesse@xxxxxxxxxxxxxxxxxxxxxxxx>, "Zsh Users" <zsh-users@xxxxxxxxxxxxxx>
- Importance: Normal
- In-reply-to: <20000818101124.A9766@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
> >
> > 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author