[5082] in Kerberos
Re: CNS with BSD/OS 2.0?
daemon@ATHENA.MIT.EDU (Timothy G. Smith)
Thu May 4 17:59:20 1995
To: kerberos@MIT.EDU
Date: 4 May 1995 17:30:06 -0400
From: tgsmith@uunet.uu.net (Timothy G. Smith)
In article <D7yp7L.Mos@eclipse.sheridanc.on.ca>,
Mark Zander <mark.zander@sheridanc.on.ca> wrote:
>
> Has anyone successfully compiled the CNS src's from Cygnus for the following
>machine...
>i486 running BSD/OS 2.0??
I am working on it. It requires a bit of beating on the source
although nothing too severe is required (or at least has been required
so far). Once I get a chance to finish up I will send the changes back
to Cygnus and hopefully they will make it into the next public
release. It will be a couple of weeks yet since I am going to be out
of the office all next week.
> They have an autoconfigure script but it does not recognise my OS. I tried
>forcing it to configure as a i486 BSD/386 1.0 by running the configure script
>with the line... i486-unknown-bsdi1.0. It configures fine but when I do a
>'make depend' I get the following errors...
>
[ stuff deleted ]
>
>./../../include/osconf.h:200: syntax error before string constant
The above is due to the following section in osconf.h:
#ifndef KRBTYPE
/*#*/ error "configuration failed to recognize system type"
#endif
In other words, osconf.h did not get pre-processed properly and needs
to be modified.
> I can't be sure if the errors are happening because I have a slightly
>different OS or if there is a genuine problem with the src.
CNS does not suport BSD/OS.
> I tried e-mailing Cygnus but they have not been very speedy with the
>reply!! Funny though...when I requested the CNS software they got back
>to me post haste!! Perhaps when they learned that all I wanted to do
>was to get the src's to get my feet wet for a few months before making
>a descision about which way to go, they lost interest in me.
They don't support CNS unless you pay them; they state this pretty
clearly in the distribution. If I were you I would not expect to hear
back from them.
sorry to be the bearer of bad news,
--tim