On 2009-01-28 06:32, Tony Abou-Assaleh wrote: > Any indication in the output of pcre-config that pcre.h is in pcre/?
Yes. On an up-to-date Red Hat 4 system I get: $ cat /etc/redhat-release Red Hat Enterprise Linux ES release 4 (Nahant Update 7) $ rpm -q pcre-devel pcre-devel-4.5-4.el4_6.6 $ rpm -ql pcre-devel | grep include /usr/include/pcre /usr/include/pcre/pcre.h /usr/include/pcre/pcreposix.h $ pcre-config --cflags -I/usr/include/pcre $ pcre-config --libs -L/usr/lib -lpcre E.g., the #include <pcre.h> should probably not have to be modified.
