From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: zsh-workers-request@euclid.skiles.gatech.edu 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 BAA02464 for ; Tue, 29 Oct 1996 01:50:29 +1100 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id JAA07297; Mon, 28 Oct 1996 09:31:19 -0500 (EST) Resent-Date: Mon, 28 Oct 1996 09:31:19 -0500 (EST) From: Zoltan Hidvegi Message-Id: <199610281430.PAA02977@bolyai.cs.elte.hu> Subject: Re: zsh 3.0.1 on HP-UX 10.20 In-Reply-To: <9610280402.ZM4675@tt716.tt.comm.mot.com> from Lewis Muhlenkamp at "Oct 28, 96 04:02:29 am" To: lewism@tt.comm.mot.com (Lewis Muhlenkamp) Date: Mon, 28 Oct 1996 15:30:53 +0100 (MET) Cc: zsh-workers@math.gatech.edu, lewism@tt.comm.mot.com Organization: Dept. of Comp. Sci., Eotvos University, Budapest, Hungary Phone: (36 1)2669833 ext: 2667, home phone: (36 1) 2752368 X-Mailer: ELM [version 2.4ME+ PL27 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"ZOhfu3.0.xn1.nECTo"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2287 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Lewis Muhlenkamp wrote: > Good Morning, > > Yesterday I tried compiling zsh 3.0.1 on a HP 9000/777 (a C110) running > HP-UX 10.20. It did alright until it tried to make the builtin.c I realize now that the following should heve been put into Etc/MACHINES instead of Etc/BUGS: ------------------------------------------------------------------------ sed seems to be broken on HP-UX 10.20 which prevents prototype generation and the result is that zsh fails to compile. sed in HP-UX 9.x works. Get an older working sed or try to get a fixed version from your OS vendor (or write a makepro.sed which works on all platforms where the current version works). ------------------------------------------------------------------------ You can also get GNU sed which should works. Zoltan