How to install CompHEP(Monte Carlo event generator for high energy physics) on Fedora 17 (64 bit), i have a problem when compiling CompHEP by make
1) this is by configure
[name@localhost comphep-4.5.1]$ ./configure
checking for OS and C-compiler ... OS=Linux, CC=gcc
checking char type... signed.
checking for long type... long is 8 bytes.
checking for X11 libs ... OK
2)by make
make[1]: g77: Command not found
make[1]: *** [wrap.o] Error 127
make[1]: Leaving directory `/home/waleed/Downloads/comphep-4.5.1/src/num'
make: *** [compile] Error 2
i have gcc4 and installed gfortran
Help please