Date: Tue, 12 Dec 2000 13:42:24 +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: <3A360B35.C1DC98AF@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: > can g77 also generate C-source ? I don't know. It's possible that it can't: g77 is a front end to GCC, so it probably generates RTL (sp?). Can't simply link the .o files it produces? They are compatible with what gcc generates (for the same platform), so you shouldn't need the C code that came from converting the Fortran sources.