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

Re: Not finding iconv and pcre



On 27 Jul, "Renato Botelho" wrote:
> Zsh 4.3.4 is not finding iconv and pcre on FreeBSD. Here are some data:

It looks like autoconf's basic test to find iconv.h is failing. Does
your compiler really look in /usr/local by default? If you do:
  export CPPFLAGS=-I/usr/local/include
before running configure, does it then find iconv.h?

Is the iconv in /usr/local/lib GNU libiconv or FreeBSD's own iconv? What
is libkiconv? It's often better to avoid using GNU libiconv if there's
a builtin iconv.

Oliver



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