Xref: utzoo comp.lang.fortran:3975 comp.sys.sgi:6402 Path: utzoo!attcan!uunet!mcsun!hp4nl!charon!dik From: dik@cwi.nl (Dik T. Winter) Newsgroups: comp.lang.fortran,comp.sys.sgi Subject: Re: archiving block data subroutines... Message-ID: <2396@charon.cwi.nl> Date: 22 Oct 90 23:27:47 GMT References: <1990Oct22.033107.5159@ux1.cso.uiuc.edu> <1990Oct22.130143.29775@cs.dal.ca> Sender: news@cwi.nl Followup-To: comp.lang.fortran Distribution: comp Organization: CWI, Amsterdam Lines: 12 In article <1990Oct22.130143.29775@cs.dal.ca> bill%biomel@cs.dal.ca writes: > One sure fix is to combine the block > data unit with a subroutine in one file, since the entire file with > both units will then get loaded if the subroutine is called. Probably sure within this context (Unix systems). Certainly not sure in general. I know of at least one (non Unix) system where this will fail. In short: there is no solution that will work everywhere, except explicitly loading the block data subprogram. -- dik t. winter, cwi, amsterdam, nederland dik@cwi.nl