Mail Archives: djgpp/2000/12/12/06:08:04
On Tue, 12 Dec 2000, Waldemar Schultz wrote:
> Eli Zaretskii schrieb:
> > > 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.
>
> Good old F2C (F77 to C) comes in mind.
> Does anyone know whre to get the latest sources for
> f2c.exe and libf2c.a and how to compile with DJGPP gcc?
Search the DJGPP mail archives for "f2c", there were several messages
about various ports in the past.
But you also could use g77 (available from SimTel.NET's v2gnu directory),
once you get the code to comply with F77. It's even possible that g77
supports some of the extensions you need for this program.
- Raw text -