According to Joe R. Jah:
> htlib/regex.h is #included in RegexReplace.h, but I had removed the header
> prevent core dumps on BSDI; that was an overkill.  Presence of
> htlib/regex.h won't cause any core dumps if reference to regex.o has been
> removed from htlib/Makefile.  Today I put regex.h back in htlib, and
> htdig-3.1.5.aarmstrong.tar.gz patch applied and compiled like a cinch;) 
> 
> The third bullet in http://www.htdig.org/FAQ.html#q5.14 should be removed:
> 
>   . make clean 
>   . Remove references to regex.o from htlib/Makefile. 
>   . Remove htlib/regex.h. 
>   . Remove references to htlib/regex.h in htfuzzy/Makefile, which will be
>     there if you have previously done a "make depend". 
>   . make 
> 
> It should read:
> 
>   . make clean 
>   . Remove references to regex.o from htlib/Makefile. 
>   . Remove references to htlib/regex.h in htfuzzy/Makefile, which will be
>     there if you have previously done a "make depend". 
>   . make 

OK.  Unless I'm mistaken, if we don't remove htlib/regex.h, then there's
also no need to remove references to it produced by make depend.  It is
probably sufficient to say:

  . make clean 
  . Remove references to regex.o from htlib/Makefile. 
  . make 

Can you confirm that leaving references to htlib/regex.h in
htfuzzy/Makefile, after a make depend, won't cause any problems?

-- 
Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930

_______________________________________________
htdig-dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/htdig-dev

Reply via email to