Mail Archives: djgpp/2000/12/12/10:15:37
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
- Raw text -