From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by coral.primenet.com.au (8.7.5/8.7.3) with ESMTP id DAA07966 for ; Sat, 17 Aug 1996 03:50:45 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id NAA20081; Fri, 16 Aug 1996 13:41:30 -0400 (EDT) Resent-Date: Fri, 16 Aug 1996 13:41:30 -0400 (EDT) Date: Fri, 16 Aug 1996 13:39:52 -0400 Message-Id: <9608161739.AA20817@rumor.fishkill.ibm.com> From: "Mike Kazda" To: Jason Price Cc: zsh-workers@math.gatech.edu Subject: Re: RS6000 build problem? In-Reply-To: <199608161647.MAA25437@gypsy.cad.gatech.edu> References: <199608161647.MAA25437@gypsy.cad.gatech.edu> Resent-Message-ID: <"Gvwa5.0.hv4.9BB5o"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2013 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu >>>>> "Jason" == Jason Price writes: Jason> This really is a shot in the dark, but... My system's admin Jason> just built zsh for me on most of the computers that he's in Jason> charge of. Unfortunatly he couldn't get it to build on the Jason> RS6000's. Since my shell is zsh, I can't log into those Jason> machines to get any more info that this: IBM AIX Version 3 for Jason> RISC System/6000 I have had no problems building on either AIX 3.2.5 or 4.1.3. The 3.2.5 is my primary machine at work and I use zsh-3.0.0 without trouble. I've looked at the compilation output and the /usr/include/utmp.h file and don't see anything wrong with my copy of it. The syntax errors all coincide with the "pid_t" type. Check your config.h which was produced after the "configure" program ran and see what's at about line 60. Here's what I see: /* Define to `int' if doesn't define. */ /* #undef pid_t */ It could be that configure didn't work properly and you may have edit config.h and define pid_t to an int. The configure program works properly for me and it builds w/o modification. Mike