Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: inet_{a,p}ton prototypes in Src/Modules/zftp.pro



On May 6, 10:45am, Paul Ackersviller wrote:
} Subject: inet_{a,p}ton prototypes in Src/Modules/zftp.pro
}
} I just tried building zsh on Solaris 7 from the latest source off
} of CVS.  Sun's compiler doesn't like inet_aton and inet_pton being
} declared as static.

Those declarations should be used only if HAVE_INET_PTON and HAVE_INET_ATON
are not defined.  Obviously you do have them, or at least you have a header
that declares them, or you couldn't have the conflict in the first place.

So the real question is, why are HAVE_INET_{A,P}TON not defined?  Was an
old config.cache used, or is there a library missing from the link that
is needed in order for configure to find them?

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



Messages sorted by: Reverse Date, Date, Thread, Author