Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Patch for 4.2.3 building on Cygwin
- X-seq: zsh-workers 20765
- From: "Peter A. Castro" <doctor@xxxxxxxxxxxx>
- To: Peter Stephenson <pws@xxxxxxx>
- Subject: Re: Patch for 4.2.3 building on Cygwin
- Date: Mon, 31 Jan 2005 12:48:47 -0800 (PST)
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <200501311137.j0VBbMkl027043@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <29767.1081186817@xxxxxxx> <Pine.LNX.4.53.0404051424500.11532@xxxxxxxxxxxxxxxxxxxx> <Pine.LNX.4.58.0501241602420.16726@xxxxxxxxxxxxxxxxx> <200501311137.j0VBbMkl027043@xxxxxxxxxxxxxx>
On Mon, 31 Jan 2005, Peter Stephenson wrote:
> "Peter A. Castro" wrote:
> > Cygwin updates against zsh-4.2.3. See attached diffs:
>
> Thanks, we've already made some rearranagements and included a FIFO
> patch with the same effect, so the following is the change against the
> head of the main line.
Great!
> Did you really mean to remove the test
>
> AC_CHECK_LIB(iconv, iconv)
>
> for all systems other than Cygwin? As far as I can see if iconv really
> is a separate library it will find the header, compile in the code, and
> then fail to link. However, I may be missing something.
Argh! Wrong patch! Sorry! I'd made several attempts at hacking
configure.ac and somehow included the wrong hunk in the patch.
So, keep the AC_CHECK_LIB(iconv, iconv) and just add the check for
AC_CHECK_LIB(iconv, libiconv) if $host_os=cygwin.
Very sorry!
--
Peter A. Castro <doctor@xxxxxxxxxxxx> or <Peter.Castro@xxxxxxxxxx>
"Cats are just autistic Dogs" -- Dr. Tony Attwood
Messages sorted by:
Reverse Date,
Date,
Thread,
Author