X-pop3-spooler: POP3MAIL 2.1.0 b 3 961213 -bs- Delivered-To: pcg AT goof DOT com To: strasbur AT chkw386 DOT ch DOT pwr DOT wroc DOT pl (Krzysztof Strasburger) Cc: beastium-list AT Desk DOT nl Subject: Re: Problem with unusual array dimensions in Fortran References: Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Hannes DOT Loeffler AT uibk DOT ac DOT at (Hannes =?ISO-8859-1?Q?L=F6ffler?=) Date: 26 Mar 1998 13:35:24 +0100 In-Reply-To: strasbur@chkw386.ch.pwr.wroc.pl's message of "Thu, 26 Mar 98 13:22" Message-ID: X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: Marc Lehmann Status: RO Content-Length: 975 Lines: 20 strasbur AT chkw386 DOT ch DOT pwr DOT wroc DOT pl (Krzysztof Strasburger) writes: > >> The large library of g94 subroutines (util.a) has been compiled as > >> shared library. Now I have the smallest g94 (about 10 MB of disk space > >> instead of over 30 MB). > > >Great idea! How do you do that? Could you send me the bldg94 and makefile > >used? > > In fact, I did not use the bldg94 script. I have my own Makefile for the > library. I have split the util??.F and osutil.F in the separate directory, > moved C file(s) there (everything needed for util.a) and translated .F files > into .c using gau-cpp and f2c. I had to change the random number generator. > Then everything has been compiled with the > -fPIC option using pgcc and linked with -shared. > If you want the Makefile anyway, I can send it to you, but I warn: It is > too large, non elegant etc. I don't know, how to write a Makefile ;-). > Krzysztof Strasburger I would be interested, too. (I think I could hack it for g77).