Please, I'm trying to install siesta 2.0 on Fedora Core 3 with GNU Fortran 95. When I go to $SIESTA_DIR/Src and type ./configure I get:
[EMAIL PROTECTED] Src]# ./configure checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for xlf95... no checking for lf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for pathf90... no checking for gfortran... gfortran checking for Fortran compiler default output file name... a.out checking whether the Fortran compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU Fortran compiler... yes checking whether gfortran accepts -g... yes checking for Fortran flag needed to allow fixed-form source for .f suffix... none checking for Fortran flag needed to allow free-form source for .f90 suffix... none checking for gcc... gcc checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for fixed form Fortran preprocessor features... done. checking whether gfortran compiles programs with cpp directives... yes checking whether gfortran accepts -D... yes checking whether gfortran accepts -I... yes checking whether gfortran fulfils requested features... yes checking preprocessing mode we may therefore use... direct checking for Fortran flag needed to allow preprocessed fixed-form source for .F suffix... (cached) none checking for Fortran flag needed to allow free-form source for .F90 suffix... none checking for ranlib... ranlib configure: gfortran seems to be a Gfortran compiler checking for kind number produced by kind(1.0)... checking for kind number produced by kind(1.0)... 4 checking for kind number produced by kind(1.0d0)... checking for kind number produced by kind(1.0d0)... 8 checking for kind number produced by selected_real_kind(6,34)... checking for kind number produced by selected_real_kind(6,34)... 4 checking for kind number produced by selected_real_kind(15,300)... checking for kind number produced by selected_real_kind(15,300)... 8 checking how to compile a call to FLUSH... configure: error: Cannot compile FLUSH statement Anybody can help me? Thanks very much.

