configure: WARNING: regexp.h: present but cannot be compiled
configure: WARNING: regexp.h: check for missing prerequisite headers?
configure: WARNING: regexp.h: proceeding with the preprocessor's result
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to [EMAIL PROTECTED] ##
configure: WARNING: ## ------------------------------------ ##
fedora-release-3-8
rpm -qf /usr/include/regex.h --> glibc-headers-2.3.4-2.fc3
[EMAIL PROTECTED] ~]$ cat test.c
#include <regex.h>
main () {}
[EMAIL PROTECTED] ~]$ make test
cc test.c -o test
[EMAIL PROTECTED] ~]$
-- "Charles"