Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Compile problem on AIX 3
- X-seq: zsh-workers 8805
- From: Oliver Kiddle <opk@xxxxxxxxxxxxx>
- To: Zsh workers <zsh-workers@xxxxxxxxxxxxxx>
- Subject: Compile problem on AIX 3
- Date: Tue, 30 Nov 1999 10:36:59 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
inet_aton cannot be resolved (AIX 3.2.5 but not 4.2). This is due to
changes from 8764 (IPv6 support in zftp). inet_ntoa does exist so there
isn't a problem with that. I suspect that the correct fix would be to do
a configure test for inet_aton and have the inet_pton function return -1
if inet_aton doesn't exist but I haven't got a clue what any of these
functions do so I may well be wrong there.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author