[1839] in Kerberos_V5_Development
Re: Tcl libraries and configure....
daemon@ATHENA.MIT.EDU (Barry Jaspan)
Wed Oct 2 12:47:44 1996
Date: Wed, 2 Oct 1996 12:47:37 -0400
From: "Barry Jaspan" <bjaspan@MIT.EDU>
To: epeisach@MIT.EDU
Cc: krbdev@MIT.EDU
In-Reply-To: <9610021630.AA00285@kangaroo.mit.edu> (epeisach@MIT.EDU)
The kadm5 test suite requires the use of tcl... The obvious problem is
where to get tcl from.
--with-tcl seems like a fine idea to me.
The kadm5 test suite, and in fact the other krb5 tests, also require
dejagnu. It seems like an identical problem.. how is it handled?
Hmmm... i guess it isn't quite identical, since you do not need any
libs or headers from dejagnu to compile; you just need the executable
to be in the path at run time.
Note that dejagnu also includes a tcl distribution, although the one
in /mit/gnu at least is fairly out of date (tcl 7.3). So if there is
a --with-dejagnu option, then it should implicitly set the tcl path
unless --with-tcl is also specified. But maybe there isn't a
--with-dejagnu option.
Right now, -I/mit/gnu/include is assumed - which I think is a bad
assumption.
... which is why the text "XXX Buzz!" appears right above it.
Barry