Date: Tue, 12 Dec 2000 13:06:21 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Waldemar Schultz cc: djgpp AT delorie DOT com Subject: Re: FORTRAN 90 to C converter In-Reply-To: <3A35FDAD.C639245@ma.tum.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 12 Dec 2000, Waldemar Schultz wrote: > Eli Zaretskii schrieb: > > > The program itsself actually is a F77 program AFAIK only using the F90 > > > features ALLOCATE and DEALLOCATE heavily. > > > > Perhaps you could replace those with F77 code. > > Good old F2C (F77 to C) comes in mind. > Does anyone know whre to get the latest sources for > f2c.exe and libf2c.a and how to compile with DJGPP gcc? Search the DJGPP mail archives for "f2c", there were several messages about various ports in the past. But you also could use g77 (available from SimTel.NET's v2gnu directory), once you get the code to comply with F77. It's even possible that g77 supports some of the extensions you need for this program.