On Tue, 7 Jan 1997, Duane Wessels wrote:
> Does configure find <regex.h>? It could be that we are #including
> <regex.h> and then linking with GNUregex....
bingo.
'configure' did the same with earlier beta versions, but it's became
lethal when adding
#if HAVE_REGEX_H
#include <regex.h>
#else /* HAVE_REGEX_H */
#include "GNUregex.h"
#endif /* HAVE_REGEX_H */
to squid.h somewhere near beta25
-- Marc RogerReceived on Tue Jan 07 1997 - 10:14:31 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:34:00 MST