zsh-users
 help / color / mirror / code / Atom feed
From: Mark Borges <mdb@cdc.noaa.gov>
To: gsker@lenti.med.umn.edu
Cc: zsh-users@math.gatech.edu
Subject: Re: numberic brace expansion
Date: Sun, 25 Jun 1995 14:57:40 -0600	[thread overview]
Message-ID: <9506252057.AA25960@bjerknes> (raw)
In-Reply-To: <Pine.SOL.3.91.950607075609.6121A-100000@halfdan.med.umn.edu>

[ I know this is late, but I've been gone most of June and didn't see
any follow-ups posted to zsh-users -- that is, if procmail functioned
properly in my absence ]

>> Gerald Skerbitz(GS) wrote on Wed, 7 Jun 1995 08:05:45 -0500 (CDT):
GS> Richard,
GS> Thanks for the patch, but after applying it and recompiling, I
GS> find zstrtol

Um, this was my (temporary) patch. 

GS> undefined. I applied the patch to the beta9 distribution and it
GS> applied cleanly.

Yes, I didn't muck with the configure script. So autoconf most likely
detects you have strtol, and decides not to use zstrtol (which the
patch implies). So, you need to follow the comment near the beginning
of the patch:

  strtol) and adjusts configure accordingly. I did nothing w.r.t. the
  configure script, i.e., if configure detects you have strtol, you
  will have to manually edit config.h and undef the HAVE_STRTOL line:

  /* Define if you have the strtol function.  */
  /* #define HAVE_STRTOL 1 */

i.e., check the file `config.h' and make sure the above line is
commented out (manually edit it). 

Let me know if it still doesn't work, and I'll see what I can
find. I'm running it under Solaris-2.3/gcc-2.5.8 (similar to your
setup) with no problems.

  -mb-


      reply	other threads:[~1995-06-25 21:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-06-07 13:05 Gerald Skerbitz
1995-06-25 20:57 ` Mark Borges [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9506252057.AA25960@bjerknes \
    --to=mdb@cdc.noaa.gov \
    --cc=gsker@lenti.med.umn.edu \
    --cc=zsh-users@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).