From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11931 invoked from network); 4 Apr 1997 21:06:47 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by coral.primenet.com.au with SMTP; 4 Apr 1997 21:06:47 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id PAA29824; Fri, 4 Apr 1997 15:31:38 -0500 (EST) Resent-Date: Fri, 4 Apr 1997 15:30:40 -0500 (EST) Date: Fri, 4 Apr 1997 13:30:09 -0700 From: stephen.talley@Central.Sun.COM (Steve Talley) Message-Id: <199704042030.NAA12955@ipecac.Central.Sun.COM> To: zsh-users@math.gatech.edu Subject: More problems installing zsh on x86 Cc: stephen.talley@Central.Sun.COM X-Sun-Charset: US-ASCII Resent-Message-ID: <"OICdt3.0.dG7.lJMHp"@euclid> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/785 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu I'm trying to install zsh 3.1.0 on x86, and get the following errors after running "make". I'm using gcc. I didn't have these errors for any of the other archs I compiled on. Any ideas? Thanks, Steve builtin.c: In function `bin_fc': builtin.c:1563: warning: assignment makes pointer from integer without a cast builtin.c: In function `bin_print': builtin.c:3163: warning: assignment makes pointer from integer without a cast exec.c: In function `readoutput': exec.c:2098: warning: assignment makes pointer from integer without a cast hist.c: In function `savehistfile': hist.c:1484: warning: assignment makes pointer from integer without a cast hist.c:1486: warning: assignment makes pointer from integer without a cast hist.c:1538: warning: assignment makes pointer from integer without a cast init.c: In function `init_shout': init.c:318: warning: assignment makes pointer from integer without a cast init.c: In function `setupvals': init.c:573: warning: pointer/integer type mismatch in conditional expression init.c: In function `init_misc': init.c:703: warning: assignment makes pointer from integer without a cast init.c: In function `source': init.c:739: warning: assignment makes pointer from integer without a cast loop.c: In function `execselect': loop.c:142: warning: assignment makes pointer from integer without a cast signals.c: In function `install_handler': signals.c:70: storage size of `act' isn't known signals.c:70: warning: unused variable `act' make: Fatal error: Command failed for target `signals.o' Current working directory /home/talley/src/zsh-3.1.0/Src make: Fatal error: Command failed for target `Src'