Re: [pcre-dev] [Bug 1210] Add support for linking pcretest t…

Top Page
Delete this message
Author: Philip Hazel
Date:  
To: 1210
CC: pcre-dev
Subject: Re: [pcre-dev] [Bug 1210] Add support for linking pcretest to libedit
On Sat, 25 Feb 2012, Martin Matuska wrote:

> On FreeBSD the libedit headers are located here:
> /usr/include/edit/readline/readline.h
> /usr/include/edit/readline/history.h (dummy header)
>
> NetBSD installs the header into: /usr/include/readline/readline.h
>
> This is probably different in various distributions.


Thanks for the information. I will make the configuration look for
readline.h in these directories, in order:

/usr/include/editline/
/usr/include/edit/readline/
/usr/include/readline/

With luck that should handle many environments; pcretest doesn't
#include history.h, so that is irrelevant.

Philip

--
Philip Hazel