Hi all,
KDE Fedora FORTRAN:
I have been successful in Run configure and Run automake and friends but find problems in Build Project with the output of error as ***exited with status 2***.
I give below full error report ( sorry for the long report). Kindly any one help me out.
cd '/home/sur/split' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" LC_MESSAGES="C" LC_CTYPE="C" gmake -k
gmake all-recursive
Making all in src
gfortran -g -O2 -c -o split.o split.f
split.f:4.72:
write (*,'(a\)') ' Enter input file name : '
1
Error: Unexpected element in format string at (1)
gmake[2]: *** [split.o] Error 1
gmake[2]: Target `all' not remade because of errors.
gmake[1]: *** [all-recursive] Error 1
gmake: *** [all] Error 2
*** Exited with status: 2 ***