Date: Tue, 12 Dec 2000 17:01:58 +0200 (WET) From: Andris Pavenis To: Eli Zaretskii Cc: Waldemar Schultz , djgpp AT delorie DOT com Subject: Re: FORTRAN 90 to C converter In-Reply-To: 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, Eli Zaretskii wrote: > > 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. > It cannot generate C code AFAIK. But I think these .o could be linked together with ones got from C or C++ sources. However some hacking may be needed (how one should name in C procedure which is defined in Fortran). Also does these sources compile with g77? Andris