Re: squid-1.1.* on Solaris 2.4 not working

From: Marc Roger <Marc.Roger@dont-contact.us>
Date: Tue, 7 Jan 1997 18:58:32 +0100 (MET)

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 Roger
Received 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