[2137] in Kerberos-V5-bugs
Re: Problem compiling (compile out of date)
daemon@ATHENA.MIT.EDU (Sam Hartman)
Fri Aug 9 12:49:55 1996
To: Kev <klmitch@MIT.EDU>
Cc: Ezra Peisach <epeisach@MIT.EDU>, krb5-bugs@MIT.EDU
From: Sam Hartman <hartmans@MIT.EDU>
Date: 09 Aug 1996 12:49:38 -0400
In-Reply-To: Kev's message of Thu, 08 Aug 1996 20:38:25 EDT
>>>>> "Kev" == Kev <klmitch@MIT.EDU> writes:
>> Err - did you do a make Makefiles (or use gmake - which will
>> recogniuze that aclocal.m4 changed and you need to rebuild all
>> your makefiles...
Kev> I had just done a clean checkout/reconf/configure/gmake
Kev> (which worked fine). this was some of my own personal code
Kev> that broke; it turned out I needed to include a new library
Kev> because of the change to an_to_ln.c; once this got pointed
Kev> out to me, the compile worked fine. Thanks, though. --
Kev> Kevin L. Mitchell
You don't want to be using compile/step/friends as the regex
library of choice for code that you plan on checking in. Supporting
these as a fall-back is reasonable, but they should not be the
preferred regex library. (You can use Autoconf tests to determine
what regex packages are available.)