Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!gatech!akgua!mcnc!rti-sel!sas!walker From: walker@sas.UUCP (Doug Walker) Newsgroups: net.micro.amiga Subject: Re: YALP -- Yet Another Linker Problem Message-ID: <161@sas.UUCP> Date: Thu, 28-Aug-86 09:36:08 EDT Article-I.D.: sas.161 Posted: Thu Aug 28 09:36:08 1986 Date-Received: Fri, 29-Aug-86 23:25:18 EDT References: <397@hp-sdd.UUCP> <664@cbmvax.cbmvax.cbm.UUCP> <406@hp-sdd.UUCP> Distribution: net Organization: SAS Institute Inc. Cary, NC Lines: 6 Summary: linker > Is there any way of making a large array (I know, this one is too big), > external and automatic at the same time? I mean will auto declaration > work on this external? You should allocate storage dynamically for arrays that size unless you want them to take up that much space on disk. No alternative, sorry.