Hi, I lookfor a Fortran compiler for NeXTStep...
JB
Hi JB,
GNU Fortran (g77) is part of the gcc compiler suite. It's been around for quite a while and should compile fine.
Haven't tried it myself so far, but hey: maybe I give it a try.
As an alternative, you could try f2c, a Fortran to C translator, but I would suggest going for g77.
Modern gcc compiles on NEXTSTEP? Didn't even know it has support for the target. That's awesome news. I will try to compile gcc today.
Quote from: "Empathy"Modern gcc compiles on NEXTSTEP? Didn't even know it has support for the target. That's awesome news. I will try to compile gcc today.
As a step inbetween you could install Rex Dieters egcs:
http://www.math.unl.edu/~rdieter1/Software/OpenStep/Developer/
cool thank's