[2005] in Kerberos-V5-bugs
Re: unix errors reported by number instead of string
daemon@ATHENA.MIT.EDU (Scott Schwartz)
Fri Jun 14 17:42:58 1996
To: "Theodore Y. Ts'o" <tytso@MIT.EDU>
Cc: krb5-bugs@MIT.EDU
In-Reply-To: Your message of "Fri, 14 Jun 1996 17:03:25 EDT."
<9606142103.AA06345@dcl.MIT.EDU>
Date: Fri, 14 Jun 1996 17:42:29 -0400
From: Scott Schwartz <schwartz@galapagos.cse.psu.edu>
"Theodore Y. Ts'o" <tytso@MIT.EDU> writes:
| It is; at a guess, SunOS's strerror() function must be misbehaving.
SunOS omits strerror, alas. Configure deduces NEED_SYS_ERRLIST=1, but
error_message.c checks for HAS_SYSERRLIST, so it winds up with "goto
oops".
Instead of ifdefing strerror and other missing routines you could add
them to a comptability library and link that. (libtelnet has some of
them anyway; might as well avoid duplicated effort.)