On Wednesday, February 13, 2002, at 01:05 PM, Brendan P. Caulfield wrote:
> gregex.h:394: conflicting types for `typedef int regoff_t' > /usr/include/reg_types.h:49: previous declaration as `typedef off_t > regoff_t' Strange that this didn't cause the configure test to ignore the included regex code. I'd take gregex.o out of the htlib/Makefile and make sure that HAVE_BROKEN_REGEX is set in include/htconfig.h. This should completely bypass the included regex for the system library regex. If you could forward the config.log from your ./configure run, I'd appreciate it. The script should try compiling the regex code, but apparently it works then. -- -Geoff Hutchison Williams Students Online http://wso.williams.edu/ _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

