Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh 4.2.5
- X-seq: zsh-workers 21104
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: "Zvi Har'El" <rl@xxxxxxxxxxxxxxxxxxx>
- Subject: Re: zsh 4.2.5
- Date: Thu, 07 Apr 2005 09:59:57 +0200
- Cc: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- In-reply-to: <20050406212036.GA12193@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <200504061125.j36BP1Fs029244@xxxxxxxxxxxxxx> <20050406212036.GA12193@xxxxxxxxxxxxxxxxxxxxxxxxxx>
"Zvi Har'El" wrote:
> I suppose this requires some fixing in the configuration process, since
> solaris doesn't have the gnu glibc, and the solaris libc doesn't include
> iconv.
Certainly on the Solaris machines I have access to, libc does include
iconv. Is the iconv library you're trying to link against GNU libiconv?
What error were you getting? Is it perhaps picking up GNU libiconv's
include files before the system ones?
What happens if you type in the following:
cat > t.c <<END
#include <iconv.h>
main() { iconv_t cd = (iconv_t)iconv_open("646", "8859"); }
END
cc t.c
For me, that compiles just fine.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author