jyu <[EMAIL PROTECTED]> writes:
Recently I changed my linux system Redhat 9.0 with kernel 2.4.20-8smp. When I compile the siesta package 1.3fp using intel f90 complilers 8.1. I met the problem as follows:m2c -o alloc.o alloc.mod make:m2c:command not found make: *** [alloc.o] error 127
Insert the following two lines at the top of the Makefile: .SUFFIXES: .SUFFIXES: .f .F .o .a .f90 .F90 Toby -- Dr. Toby White, Dept. of Earth Sciences, Downing Street, Cambridge CB2 3EQ. UK Email: <[EMAIL PROTECTED]> Tel: +44 1223 333409 Fax: +44 1223 333450

