我从http://www.pcre.org下载了最新版本的PCRE库,获取了tar.gz文件。 我正在使用Ubuntu 12.04.1。
然后我用
gzip -d pcre- NN .tar.gz
tar xvf pcre- NN .tar
cd pcre- NN
./configure
使
然后我得到了这个错误
libtool:编译:无法识别的选项`-DHAVE_CONFIG_H' libtool:compile:尝试使用`libtool --help'获取更多信息。
make [1]: * [pcrecpp.lo]错误1
然后我发现没有安装 libtool ,所以
sudo apt-get install libtool
但即使是现在, make 也有同样的错误......
我该如何解决?
答案 0 :(得分:1)
我建议你做。它安装了构建pcre所需的所有库
apt-get build-dep libpcre3-dev