When I build I get this error (this is on the second 'make' so the debug
spew is shorter than on first failure):
[root@localhost pcre-8.21]# make
make all-am
make[1]: Entering directory `/home/eric/Downloads/pcre-8.21'
source='pcrecpp.cc' object='pcrecpp.lo' libtool=yes \
DEPDIR=.deps depmode=none /bin/sh ./depcomp \
/bin/sh ./libtool --tag=CXX --mode=compile -DHAVE_CONFIG_H -I. -c
-o pcrecpp.lo pcrecpp.cc
libtool: compile: unrecognized option `-DHAVE_CONFIG_H'
libtool: compile: Try `libtool --help' for more information.
make[1]: *** [pcrecpp.lo] Error 1
make[1]: Leaving directory `/home/eric/Downloads/pcre-8.21'
make: *** [all] Error 2
What is going on? What do I need to fix?
Thanks
Eric