From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gatech.edu (gatech.edu [130.207.244.244]) by werple.mira.net.au (8.6.12/8.6.9) with SMTP id DAA06376 for ; Tue, 6 Jun 1995 03:44:07 +1000 Received: from math (math.skiles.gatech.edu) by gatech.edu with SMTP id AA10667 (5.65c/Gatech-10.0-IDA for ); Mon, 5 Jun 1995 13:43:29 -0400 Received: by math (5.x/SMI-SVR4) id AA14762; Mon, 5 Jun 1995 13:41:13 -0400 Old-Return-Path: Resent-Date: Mon, 5 Jun 1995 13:39:58 -0400 Old-Return-Path: Date: Mon, 5 Jun 1995 13:39:58 -0400 From: mcampbel@schubert.sbi.com (Mike Campbell) Message-Id: <9506051739.AA28868@offenbach.sbi.com> To: Richard Coleman Cc: zsh-users@math.gatech.edu Subject: Re: numeric brace expansion In-Reply-To: <9506051652.AA27687@redwood.skiles.gatech.edu> References: <9506051652.AA27687@redwood.skiles.gatech.edu> Reply-To: mcampbel@schubert.sbi.com Organization: Salomon Bros. Inc X-Attribution: MC Resent-Message-Id: <"sQvkm3.0.nb3.x5qql"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/10 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Richard> This is broken on both beta8/beta9 (and maybe beta7). It will be Richard> fixed in beta10 (by the end of the week). To fix this now, you Richard> should be able to undefine HAVE_STRTOL in config.h and recompile. With Solaris 2.4 and gcc 2.6.3, I get an error (follows) doing this. Guess I'll wait till beta 10. ============================================================================== mcampbel@offenbach:/local/ftp/zsh-2.6-beta9> make for subdir in Src Doc Etc Functions Startup_Files Misc Util; do \ (cd $subdir && make all) ; \ done gcc -c -I.. -I. -I. -DCONFIG_BROKETS -DHAVE_CONFIG_H -Wall -Wno-implicit -Wmissing-prototypes -O2 builtin.c In file included from zsh.h:1013, from builtin.c:32: prototypes.h:125: conflicting types for `strtol' /optware/unsupported/lib/gcc-lib/sparc-sun-solaris2.3/2.6.3/include/stdlib.h:75: previous declaration of `strtol' *** Error code 1 make: Fatal error: Command failed for target `builtin.o' Current working directory /export/local/ftp/zsh-2.6-beta9/Src *** Error code 1 make: Fatal error: Command failed for target `all' ============================================================================== +-----------------------------------------------------------------------------+ | Michael Campbell - mcampbel@offenbach.sbi.com :: I speak only for myself :: | | I prefer PGP'd mail. Send me your public key! | +-----------------------------------------------------------------------------+ | Plebescite: A popular vote to ascertain the will of the sovereign. -- The | | Devil's Dictionary | +-----------------------------------------------------------------------------+