Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Not finding iconv and pcre
- X-seq: zsh-workers 23722
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: "Renato Botelho" <rbgarga@xxxxxxxxx>
- Subject: Re: Not finding iconv and pcre
- Date: Mon, 30 Jul 2007 14:50:20 +0100
- Cc: zsh-workers@xxxxxxxxxx
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.uk; h=Received:X-YMail-OSG:Received:cc:In-reply-to:From:References:To:Subject:Date:Message-ID; b=hNFh4dNf6Ny4+TESd7ApqPG2Mu2y6Obk/mVzDdSjMCMYEcq9qVWht7dZWRbGMyU4ScR94N09ePOg4FwGCrlsFjesTDQRLgnHIWKOwojR7IkigHPPqFw9ImqYLBB4y8QVLhV1ynt8DaYbcJr2SHOf/BAWTO8TRhlxAcNYYMA/qxs= ;
- In-reply-to: <747dc8f30707271049o6c75ecaexe02cd1b2bd0a9f14@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <747dc8f30707271049o6c75ecaexe02cd1b2bd0a9f14@xxxxxxxxxxxxxx>
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