Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site lasspvax.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!vax135!cornell!lasspvax!dailey From: dailey@lasspvax.UUCP (John Dailey) Newsgroups: net.lang.f77 Subject: efl Message-ID: <271@lasspvax.UUCP> Date: Wed, 27-Mar-85 16:05:58 EST Article-I.D.: lasspvax.271 Posted: Wed Mar 27 16:05:58 1985 Date-Received: Fri, 29-Mar-85 00:00:27 EST References: <> Reply-To: dailey@lasspvax.UUCP (John Dailey) Organization: LASSP, Cornell University Lines: 37 Keywords: efl Summary: { Here's one for you } We are trying to get efl (Extended Fortran Language) running on our machine. We are using BSD 4.2 Unix. When we try compile an efl program The compiler dies. It seems that the allocation routine is trying to give all the available space to the first variable. Any ideas on a fix? Sorry if this question has already been answered. We are new on the network. Thanks in advance. Here is a sample program we got from S. Feldman's paper The Prog. Lang. EFL: procedure #main program character(100) line while( read( ,line)==0) write( ,line) end And here is what we got: File efl.e: calloc(2048 words) Procedure : Bad count word 2048 Highwater mark 3375 words. 3163 words left over ***Compiler error on line 3. Line 3: out of memory. Termination code 15 |----------------------------------------------------------------------------| | John H. Dailey | | Center for Applied Math. | | Cornell U. | | Ithaca, N.Y. 14853 | | {decvax,ihnp4,cmcl2,vax135}!cornell!amvax!dailey (USENET) | | amvax.dailey@cornell.arpa (ARPANET) | |----------------------------------------------------------------------------|