[gnu.bash.bug] bash-1.02 installation troubles...

tmb@RESEARCH.ATT.COM (07/17/89)

+ gmake DESTDIR=/usr/tmb/gnubin TARGET=SUN4 OS=SUNOS4 BISON=bison CC=gcc
gcc  -g -Bstatic -DSUN4 -DTARGET=SUN4 -DSUNOS4 -c jobs.c
jobs.c: In function wait_for:
jobs.c:722: `errno' undeclared (first use this function)
jobs.c:722: (Each undeclared identifier is reported only once
jobs.c:722: for each function it appears in.)
gmake: *** [jobs.o] Error 1

bfox@AUREL.CALTECH.EDU (Brian Fox) (07/18/89)

   + gmake DESTDIR=/usr/tmb/gnubin TARGET=SUN4 OS=SUNOS4 BISON=bison CC=gcc
   gcc  -g -Bstatic -DSUN4 -DTARGET=SUN4 -DSUNOS4 -c jobs.c
   jobs.c: In function wait_for:
   jobs.c:722: `errno' undeclared (first use this function)
   jobs.c:722: (Each undeclared identifier is reported only once
   jobs.c:722: for each function it appears in.)
   gmake: *** [jobs.o] Error 1

Using gcc requires the -traditional flag.  It says so INSIDE the
Makefile.  :-)

Brian