Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: numberic brace expansion
- X-seq: zsh-users 25
- From: Mark Borges <mdb@xxxxxxxxxxxx>
- To: gsker@xxxxxxxxxxxxxxxxx
- Subject: Re: numberic brace expansion
- Date: Sun, 25 Jun 1995 14:57:40 -0600
- Cc: zsh-users@xxxxxxxxxxxxxxx
- In-reply-to: <Pine.SOL.3.91.950607075609.6121A-100000@xxxxxxxxxxxxxxxxxxx>
- Organization: CIRES, University of Colorado
- References: <Pine.SOL.3.91.950607075609.6121A-100000@xxxxxxxxxxxxxxxxxxx>
[ 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-
Messages sorted by:
Reverse Date,
Date,
Thread,
Author