Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Not finding iconv and pcre



Zsh 4.3.4 is not finding iconv and pcre on FreeBSD. Here are some data:

garga@soc90:~/prs/zsh% make configure | grep -E -i '(pcre|iconv)'
checking pcre.h usability... no
checking pcre.h presence... no
checking for pcre.h... no
checking iconv.h usability... no
checking iconv.h presence... no
checking for iconv.h... no
checking for pcre_compile... no
checking for pcre_study... no
checking for pcre_exec... no
checking for iconv... no
garga@soc90:~/prs/zsh% ldconfig -r | grep -i -E '(pcre|iconv)'
        21:-lkiconv.2 => /lib/libkiconv.so.2
        95:-liconv.3 => /usr/local/lib/libiconv.so.3
        190:-lpcre.0 => /usr/local/lib/libpcre.so.0
        198:-lpcreposix.0 => /usr/local/lib/libpcreposix.so.0
        244:-lpcrecpp.0 => /usr/local/lib/libpcrecpp.so.0
garga@soc90:~/prs/zsh% ls -l /usr/local/include/pcre*
-r--r--r--  1 root  wheel  11842 Jul 19 08:42 /usr/local/include/pcre.h
-r--r--r--  1 root  wheel   6570 Jul 19 08:42 /usr/local/include/pcre_scanner.h
-r--r--r--  1 root  wheel   6041 Jul 19 08:42
/usr/local/include/pcre_stringpiece.h
-r--r--r--  1 root  wheel  25875 Jul 19 08:42 /usr/local/include/pcrecpp.h
-r--r--r--  1 root  wheel   6712 Jul 19 08:42 /usr/local/include/pcrecpparg.h
-r--r--r--  1 root  wheel   4871 Jul 19 08:42 /usr/local/include/pcreposix.h
garga@soc90:~/prs/zsh% ls -l /usr/local/include/*iconv*
-r--r--r--  1 root  wheel  4760 May 11 14:53 /usr/local/include/iconv.h

Does anyone have ideas about it?
-- 
Renato Botelho

Attachment: config.log
Description: Binary data



Messages sorted by: Reverse Date, Date, Thread, Author