Dear siesta users,
while trying to compile denchar program I am getting this error message
(below).
Does anybody know how to fix it?
Regards
Ruslan Zhachuk
zhac...@solaris:~/siesta-2.0.1/Src> make denchar
gfortran -c -g -O2 -DFC_HAVE_FLUSH -DFC_HAVE_ABORT f2kcli.F90
gfortran -c -g -O2 -DFC_HAVE_FLUSH -DFC_HAVE_ABORT m_denchar_init.F
gfortran -c -g -O2 m_denchar_geom.f
gfortran -c -g -O2 -DFC_HAVE_FLUSH -DFC_HAVE_ABORT m_denchar_io.F
gfortran -c -g -O2 m_denchar_neighb.f
gfortran -c -g -O2 m_denchar_work.f
m_denchar_work.f:1016.72:
IF( R2IJ(IAT1) .GT. RMAX2 ) GOTO 110
1
m_denchar_work.f:1038.72:
110 ENDDO
2
Warning: Obsolete: GOTO at (1) jumps to END of construct at (2)
m_denchar_work.f:467.72:
IF( R2IJ(IAT1) .GT. RMAX2 ) GOTO 110
1
m_denchar_work.f:535.72:
110 ENDDO
2
Warning: Obsolete: GOTO at (1) jumps to END of construct at (2)
gfortran -c -g -O2 -DFC_HAVE_FLUSH -DFC_HAVE_ABORT denchar.F
gfortran -o denchar \
m_denchar_init.o m_denchar_geom.o m_denchar_io.o
m_denchar_neighb.o m_denchar_work.o denchar.o precision.o recipes.o
f2kcli.o bessph.o chkdim.o dismin.o dot.o iodm.o memory.o paste.o
radfft.o io.o spatial.o volcel.o parallel.o parallelsubs.o
memoryinfo.o sys.o listsc.o atmparams.o atmfuncs.o atm_types.o
m_memory.o radial.o spher_harm.o basis_io.o basis_types.o
pseudopotential.o chemical.o xml.o files.o nag.o pxf.o \
libfdf.a dc_lapack.a liblapack.a libblas.a dc_lapack.a
liblapack.a libblas.a
f2kcli.o: In function `__f2kcli__get_command':
/home/zhachuk/siesta-2.0.1/Src/f2kcli.F90:83: undefined reference to `iargc_'
/home/zhachuk/siesta-2.0.1/Src/f2kcli.F90:87: undefined reference to `getarg_'
f2kcli.o: In function `__f2kcli__get_command_argument':
/home/zhachuk/siesta-2.0.1/Src/f2kcli.F90:185: undefined reference to `iargc_'
/home/zhachuk/siesta-2.0.1/Src/f2kcli.F90:199: undefined reference to `getarg_'
/home/zhachuk/siesta-2.0.1/Src/f2kcli.F90:212: undefined reference to `getarg_'
f2kcli.o: In function `__f2kcli__command_argument_count':
/home/zhachuk/siesta-2.0.1/Src/f2kcli.F90:122: undefined reference to `iargc_'
collect2: ld returned 1 exit status
make: *** [denchar] Error 1
zhac...@solaris:~/siesta-2.0.1/Src>