Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: kabanovdmitry at gmail dot com
I try to compile the fortran program which my advisor gave me.
It doesn't want to compile when I'm doing this with gfortran 4.7.2 on Mac OS X
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57711
--- Comment #4 from Dmitry Kabanov ---
@Dominique:
a) I get the following error:
make all
gfortran -c vode.f
gfortran -c fcns.f90
gfortran -c main.f90
main.f90:8.75:
call vode(istate, lambda_fcn, dummy_jac, lambda, x_tmp, x_end, tol, pm)