[594] in Zephyr_Bugs
Re: Installing Zephyr (gmake install)
daemon@ATHENA.MIT.EDU (Greg Hudson)
Mon Jul 3 18:26:24 1995
Date: Mon, 3 Jul 1995 18:25:53 -0400
From: Greg Hudson <ghudson@MIT.EDU>
To: Greg Puhak <puhak@aol.net>
Cc: zephyr-bugs@MIT.EDU
In-Reply-To: "[593] in Zephyr_Bugs"
> 1) I don't have lex which lib/et/Makefile needed.
> 2) I don't have yacc which lib/et/Makefile again needed.
A couple of people have made note of this. For the 2.0 release I'll
have autoconf look for flex for lex and bison or byacc for yacc (those
are built-in tests, I just wasn't using them).
> 3) I don't have SIGXCPU defined on my workstation.
I went ahead and removed support for this signal in the server. It's
not a particularly portable signal, and the server supports SIGFPE for
the same functionality.
> 4) Lastly, gmake install didn't ensure that $(prefix)/bin and
> $(prefix)/lib existed prior to installation.
Yeah, I need to add another couple of line to the top-level make
install target. Thanks.