I am trying to install lapack 3.1.1 on an Intel Xeon quad core running RH Enterprise 5.0 x86_64 using gfortran 4.1.1. I am using the same settings as in make.inc.gfortran.
Compilation fails with
- Code: Select all
f77 second_INT_ETIME.f -o second_INT_ETIME
/usr/lib/gcc/x86_64-redhat-linux/3.4.6/libfrtbegin.a(frtbegin.o): In function 'main':
(.text+0xle): undefined reference to 'MAIN__'
Any idea how to solve this?
Thank you

