Problem compiling NONMEM with mingw gfortran 4.3.0 builds
Tobias Burnus
burnus@net-b.de
Mon Jul 16 18:15:00 GMT 2007
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
More information about the Fortran
mailing list