From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22620 invoked from network); 7 Apr 2005 14:50:50 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 7 Apr 2005 14:50:50 -0000 Received: (qmail 90252 invoked from network); 7 Apr 2005 14:50:44 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 7 Apr 2005 14:50:44 -0000 Received: (qmail 18499 invoked by alias); 7 Apr 2005 14:50:38 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21106 Received: (qmail 18454 invoked from network); 7 Apr 2005 14:50:36 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 7 Apr 2005 14:50:36 -0000 Received: (qmail 89911 invoked from network); 7 Apr 2005 14:50:36 -0000 Received: from dan.emsphone.com (199.67.51.101) by a.mx.sunsite.dk with SMTP; 7 Apr 2005 14:50:27 -0000 Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j37EntnM008302; Thu, 7 Apr 2005 09:49:55 -0500 (CDT) (envelope-from dan) Date: Thu, 7 Apr 2005 09:49:54 -0500 From: Dan Nelson To: Oliver Kiddle Cc: "Zvi Har'El" , Zsh hackers list Subject: Re: zsh 4.2.5 Message-ID: <20050407144954.GN64927@dan.emsphone.com> References: <200504061125.j36BP1Fs029244@news01.csr.com> <20050406212036.GA12193@fermat.math.technion.ac.il> <27939.1112860797@trentino.groupinfra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <27939.1112860797@trentino.groupinfra.com> X-OS: FreeBSD 5.4-PRERELEASE X-message-flag: Outlook Error User-Agent: Mutt/1.5.8i X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.6 In the last episode (Apr 07), Oliver Kiddle said: > "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 < #include > main() { iconv_t cd = (iconv_t)iconv_open("646", "8859"); } > END > cc t.c > For me, that compiles just fine. He's probably got libiconv installed and using gcc which defaults to having /usr/local/include *before* /usr/include in the search path!! Both sunfreeware.com's version for Solaris 9 and the one bundled with Solaris 10 do this. Remove or rename /usr/local/include/iconv.h. -- Dan Nelson dnelson@allantgroup.com