Date: Tue, 12 Dec 2000 11:39:29 +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: <3A35E368.CE69B4C5@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: > The simplest solution would be the use of an FORTAN 90 to C converter, > but where to find one, (perhaps for free) ? Never heard of one. > As an other possibility, I can imagine a (free?) DJGPP port of a > FORTRAN90 compiler, but I didn't find one either. I think there's a beta version of a GNU F90 compiler, but I don't know whether it builds with DJGPP, or how stable it is. I suggest to look around on the relevant gnu news group. > 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.