Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
make check problem
I'm getting this 'make check' problem:
./V07pcre.ztst: skipped (the zsh/pcre module is not available)
Studying the output of './configure':
...
checking pcre.h usability... no
checking pcre.h presence... no
checking for pcre.h... no
checking for pcre_compile... no
checking for pcre_study... no
checking for pcre_study... no
...
After installing 'libpcre3-dev' :
checking pcre.h usability... yes
checking pcre.h presence... yes
checking for pcre.h... yes
checking for pcre_compile... no
checking for pcre_study... no
checking for pcre_exec... no
All three 'pcre_*' functions exist in both:
/usr/lib/i386-linux-gnu/libpcre.a
/usr/lib/i386-linux-gnu/libpcre.so
... so I'm wondering why they are not linked.
This is under Debian testing.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author