Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: location of pcre.h



> -I/usr/include/pcre
> 
> The relevant bit of config.log:

The implication is that one is meant to
#include <pcre.h>, not <pcre/pcre.h>;
of course, adding -I/usr/include/pcre
to the build-wide CFLAGS is ugly.

Probably configure should run
pcre-config and then store
the result for reference by
pcre.mdd, when that's possible.



Messages sorted by: Reverse Date, Date, Thread, Author