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

Re: Not finding iconv and pcre



On 7/30/07, Oliver Kiddle <okiddle@xxxxxxxxxxx> wrote:
> 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.

CPPFLAGS=-I/usr/local/include and LDFLAGS=-L/usr/local/lib did the trick

Thanks
-- 
Renato Botelho



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