ok i downloaded gcc
and then i tried compiling through a shell comand : gcc ela.f
i get the following eror message:
/usr/lib/gcc/i386-redhat-linux/4.1.2/../../../crt1.o: In function `_start':
(.text+0x18): undefined reference to `main'
/tmp/ccioODX6.o: In function `MAIN__':
ela.f
.text+0x21): undefined reference to `_gfortran_set_std'
ela.f
.text+0x57): undefined reference to `_gfortran_st_write'
ela.f
.text+0x75): undefined reference to `_gfortran_transfer_character'
ela.f
.text+0x83): undefined reference to `_gfortran_st_write_done'
ela.f
.text+0x8f): undefined reference to `_gfortran_stop_numeric'
collect2: ld returned 1 exit status
do ia need to configure something else?