This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem compiling NONMEM with mingw gfortran 4.3.0 builds


Hi Steve,

Steve Chapel wrote:
> My problems with gfortran now boil down to a problem demonstrated by
> the following program:
> C At line 4 of file bug.for (unit = 29, file = '')
> C Fortran runtime error: File 'con' does not exist
(As this error message shows, this is a quite new version of gfortran.)

Could you try with:
      open(unit=29,file=fnint(1:i-1),status="new")
Does this give the same error message?

My debugging problem is: It works under Linux and seems to be a Mingw
specific problem (you use Mingw, aren't you?)

Tobias


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]