On Fri, Oct 01, 2010, Francesco Pietra wrote:
> gfortran -o new2oldparm new2oldparm.o nxtsec.o
> nxtsec.o: In function `nxtsec_':
> _nxtsec.f:(.text+0x6a): undefined reference to `for_rewind'
You either have a old version of nxtsec.o (from a previous compiler?) or
your gfortran compiler is not correctly installed. This is very unlikely to
be a problem with the Amber code. Make sure that all old *.o files are
removed ("make clean" should do that) and that you can compile other fortran
programs with your compiler.
...dac
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Fri Oct 01 2010 - 10:00:05 PDT