Brandon Casey wrote:
Alex Riesen wrote:
The function converts the value of h_errno (last error of name
resolver library, see netdb.h). One of systems which supposedly do
not have the function is SunOS. POSIX does not mandate its presence.
I saw a comment on another mailing list that hstrerror() is in the
resolv library.
So adding -lresolv should do it.
A quick compile works for my test program.
Here's a SunOS5.9 man page for hstrerror:
http://bama.ua.edu/cgi-bin/man-cgi?hstrerror+3RESOLV
which shows:
cc [ flag ... ] file ... -lresolv -lsocket -lnsl [ library ... ]
-brandon
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html