delorie.com/archives/browse.cgi | search |
Date: | Tue, 12 Dec 2000 13:42:24 +0200 (IST) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | Waldemar Schultz <schultz AT ma DOT tum DOT de> |
cc: | djgpp AT delorie DOT com |
Subject: | Re: FORTRAN 90 to C converter |
In-Reply-To: | <3A360B35.C1DC98AF@ma.tum.de> |
Message-ID: | <Pine.SUN.3.91.1001212133945.25377C-100000@is> |
MIME-Version: | 1.0 |
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 |
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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |