[546] in Kerberos-V5-bugs
Re: build problems
daemon@ATHENA.MIT.EDU ("Mark W. Eichin")
Thu Jun 30 00:24:35 1994
Date: Thu, 30 Jun 94 00:24:12 EDT
From: eichin@MIT.EDU ("Mark W. Eichin")
To: Vipin.Samar@Eng.Sun.COM
Cc: krb5-bugs@MIT.EDU
In-Reply-To: "[543] in Kerberos-V5-bugs"
>> 1. isode/compat/getpassword.c:
>> added <sgtty.h> otherwise it was complaining about
>> the structure
Hmm. I think that's getting pulled in from somewhere else on my system
(you're not using the "bsd compatibility" stuff, are you? I'd advise
against...) I'll check.
>> appropriate field such as __svr4_ in my case. But it did
No, actually, I'd expect your compiler to pass __svr4__ (gcc passes
it... I thought that was based on what the Sun compiler did, but I
could be mistaken.) In any case, this is only a problem because isode
is "fake" configured, and will go away altogether soon. In an
autoconf'ed system, it shouldn't be necessary to know about the OS.
>> Not all makefiles included DEFS also.
Please let us know anything you found where compilation is done and
DEFS isn't included (though I may have a total solution in the next
patch, that'll be useful in the meantime.)
>> 3. My compilation stopped after complaining about not
>> finding the "crypto" directory under lib.
There is a tar file with those bits in the directory that the other
stuff is; I'm not sure why it's seperate. Do the cd to the magic
directory and then dir (it will work) and you should see it.
_Mark_