[555] in Kerberos-V5-bugs
Re: Solaris2.3 problems.
daemon@ATHENA.MIT.EDU ("Mark W. Eichin")
Thu Jun 30 20:08:05 1994
Date: Thu, 30 Jun 94 20:07:43 EDT
From: eichin@MIT.EDU ("Mark W. Eichin")
To: Robert Montjoy <montjoy@thor.ece.uc.edu>
Cc: krb5-bugs@MIT.EDU
In-Reply-To: "[553] in Kerberos-V5-bugs"
>> When compiling with Sun's unbundled compile it does
>> not define __svr4__ like gcc does. I just "wrapped"
>> cc to define __svr4__ .
That's probably good enough. The __svr4__ define is only needed for
Isode, which will go away in a future patch. If you can think of a
define that sun cc does set that would be appropriate, I'll add it in,
but if not, your workaround is good enough.
>> Also, in the file util/et/et_lex.lex.c "exit" gets redefined for
>> some reason..and needs to be removed. I have not figured
Hmm. That is generated from util/et/et_lex.lex.l, in which the string
"exit" never occurs. The problem is thus with whatever version of lex
you are using... I don't recall seeing it with /usr/ccs/bin/lex, but I
might have missed it; or perhaps the problem is with the unbundled
compiler supplying yet another lex?
_Mark_