Path: utzoo!yunexus!ists!jarvis.csri.toronto.edu!rutgers!ucsd!swrinde!gem.mps.ohio-state.edu!tut.cis.ohio-state.edu!MIZAR.DOCS.UU.SE!perm From: perm@MIZAR.DOCS.UU.SE (Per Mildner) Newsgroups: gnu.bash.bug Subject: bash (1.04) on apollo (DN 4000, bsd 4.3, 10.1) Message-ID: <8911152250.AAmizar07932@mizar.DoCS.UU.SE> Date: 15 Nov 89 22:50:36 GMT Article-I.D.: mizar.8911152250.AAmizar07932 Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 10 It seems as the only thing needed is to (in shell.c) move the definition of the function termination_unwind_protect to before the function initialize_terminating_signals and to remove the declaration of the former in the latter. Then pretend to be a SUN3 with Bsd in the Makefile. jnp@tele.nokia.fi (J|rgen N|rgaard) did similarly but also defined CC = cc -A nansi I just used CC = cc and that seems to work. (I also used BISON = yacc but that's probably due to a old version of bison)