Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Not finding iconv and pcre
- X-seq: zsh-workers 23723
- From: "Renato Botelho" <rbgarga@xxxxxxxxx>
- To: "Oliver Kiddle" <okiddle@xxxxxxxxxxx>
- Subject: Re: Not finding iconv and pcre
- Date: Mon, 30 Jul 2007 11:29:45 -0300
- Cc: zsh-workers@xxxxxxxxxx
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AWgYz+1HKQjuioBsTG0IorhABwLmnxEsLK6G7IVsoJREemiHdU7lyJ2zYjVzS726EQEctHg++KOxpAp4Q2cn3VSNPhren8wtDTBlqpi3fkp7Kci7AkCgaV/YPYvuqGYQOUkQ/Z7cfNYa/LdDY4n+6objyd77QmCWsQ/2dGK7Szo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=oyXhUknJEycTSPQE4g9ppHM/gKEgAGLzkOTty0yoUFnETH1yNIS8m3u4rIay2IZs1v7K7z78H2Pj1JOHiuML5BOGm8e6WnJBL8+Cl0X/hRKCqCwQbWS2kajUThYM0GJ66gQ0O6zt10z5QXU9vbotwlfP/WoLHrO5G+DLE5TDF9Y=
- In-reply-to: <25437.1185803420@thecus>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <747dc8f30707271049o6c75ecaexe02cd1b2bd0a9f14@xxxxxxxxxxxxxx> <25437.1185803420@thecus>
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