Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Not finding iconv and pcre
- X-seq: zsh-workers 23709
- From: "Renato Botelho" <rbgarga@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Not finding iconv and pcre
- Date: Fri, 27 Jul 2007 14:56:51 -0300
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VWE26Sxe+n/YtIVE01+1I1Ls5FrHM9TOaoQ855VZTX/mrhCIe9BeXostngcRXyWHoJnY5gN5VfNxzSXJVKa+kq/Zq5DYUv8FYA2IOStC90tcT2MZn4Zk54+1OTlK/GaKEhr1lqOuM1/dQ6FWZwiqbtyaXA5ywttS5z7XzVy53to=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CnoPSJ42gGsgC+f5Lt3+EvQ09L8hQU6z6A9crIpN+aO3M/SKh01LA76ca1Uz+I2pFQHRQz6jr+ghvGsxAuOii3VgwdmQEWFCZTuWRhMNWG8KN53TNj04HKSfJrLojt3aTClPFuWjcIej9SjqagSxni5V6SSpVn/Hzzcbopu8dj4=
- In-reply-to: <747dc8f30707271049o6c75ecaexe02cd1b2bd0a9f14@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <747dc8f30707271049o6c75ecaexe02cd1b2bd0a9f14@xxxxxxxxxxxxxx>
Sorry about pcre, it's working fine, was my fault, but iconv really
has the problem.
On 7/27/07, Renato Botelho <rbgarga@xxxxxxxxx> wrote:
> 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
>
>
--
Renato Botelho
Messages sorted by:
Reverse Date,
Date,
Thread,
Author