Path: utzoo!utgpu!news-server.csri.toronto.edu!eecg.toronto.edu!drb Newsgroups: comp.sys.sgi From: drb@eecg.toronto.edu (David R. Blythe) Subject: Re: 3.3 fortran problem Message-ID: <1990Sep21.202329.4488@jarvis.csri.toronto.edu> Organization: EECG, University of Toronto References: <25656.26f4d43b@kuhub.cc.ukans.edu> Date: 22 Sep 90 00:23:29 GMT Lines: 19 In article <25656.26f4d43b@kuhub.cc.ukans.edu> arritt@kuhub.cc.ukans.edu writes: >Has anyone been having problems compiling Fortran code under 3.3? I just >installed 3.3 and tried to compile one of the models I've been using, and >got the following error message: > > > f77 -static -Olimit 1400 -O1 -c hill2dc.f > >ugen: internal: error in write, writing 6528 bytes instead of 8192 bytes >*** Error code 1 > >Stop. > > I have had this happen to me with large fortran source files under 3.2. I find using fsplit to break up the fortran source into one subroutine per file, gets around the problem but its not a solution I am happy with. drb :-(