Hi managers !
I want to install the GNU C-compiler (gcc) on an Alpha Server 2100. 
I have extracted the installation kit from the "FREEWARE SOURCES" disk of
the 4.0F TRU64 UNIX distribution (April 1999).
I'm in the following directory:
/admin/kits/gcc/cd/src/gcc
I could run  " ./configure"  without any problem.
However, "make" produces the following error messages:
###########
# make
`if [ -f /admin/kits/gcc/cd/src/gcc/../bison/bison ] ; then case . in  /*)
echo /admin/kits/gcc/cd/src/gcc/../bison/bison -L ./../bison/ ;;  *) echo
/admin/kits/gcc/cd/src/gcc/../bison/bison -L
/admin/kits/gcc/cd/src/gcc/./../bison/ ;;  esac else echo bison ; fi`
./cexp.y -o cexp.c
sh: bison: not found
*** Exit 1
Stop.
###########
Does anybody know  how to make it work ?  What about this  "bison"  thing
that seems to be missing ? How do I get that on the system ?
Thank you very much in advance !
Yours
URS GASSER
Received on Fri Dec 01 2000 - 15:40:57 NZDT