Amiga.org

Operating System Specific Discussions => Amiga OS => Amiga OS -- Development => Topic started by: Bodie on February 02, 2003, 02:44:19 PM

Title: Fortran compiler for the Miggy?
Post by: Bodie on February 02, 2003, 02:44:19 PM

I'm looking to port a small program whose source code is in the Fortran language (don't ask:-D ) ! Does anyone know of a Fortran compiler for the Amiga? Any help would be most appreciated  :-) .

Cheers
 :pint:  :pint:
Title: Re: Fortran compiler for the Miggy?
Post by: TheMagicM on February 02, 2003, 04:05:22 PM
http://us.aminet.net/aminet/aminet.cgi?string=fortran
Title: Re: Fortran compiler for the Miggy?
Post by: odin on February 02, 2003, 04:10:00 PM
Here (http://www.nvg.ntnu.no/amiga/amigafaq/AmigaFAQ_25.html), here (http://wuarchive.wustl.edu/pub/aminet/info/www/dirs/dev_lang.html).

And that seems about it. So only one commercial Fortran77 compiler on the Miggy developed by something called AbSoft in the Dark 1.3 Ages. Good luck finding that :-D.

-edit-
Here (http://www.fh-lippe.de/~spider/Amiga/AMIL_1255/PERSONS5FDENMARK.html), search webpage for Fortran, seems like the author of a Fortran compiler?
Title: Re: Fortran compiler for the Miggy?
Post by: on February 02, 2003, 05:47:41 PM
There is a shareware one. I used it in the summer of '93. Sorry I can't remember the name but I got it from Aminet. So a search there should help. Just one warning there is a bug in the maths library when calculating powers of very small numbers.

Happy fortraning.

Kadenaa
Title: Re: Fortran compiler for the Miggy?
Post by: iamaboringperson on February 02, 2003, 08:41:08 PM
Quote

Bodie wrote:

I'm looking to port a small program whose source code is in the Fortran language (don't ask:-D ) ! Does anyone know of a Fortran compiler for the Amiga? Any help would be most appreciated  :-) .

Cheers
 :pint:  :pint:

i would just convert it to C first, then compile
Title: Re: Fortran compiler for the Miggy?
Post by: ShadesOfGrey on February 02, 2003, 08:54:21 PM
While not Amiga specific, here (http://www.fortran.com/fortran/free.html) are some Fortran compilers and tools you may (and I stress may) find useful.
Title: Re: Fortran compiler for the Miggy?
Post by: ShadesOfGrey on February 02, 2003, 09:01:22 PM
Quote

odin wrote:
Here (http://www.nvg.ntnu.no/amiga/amigafaq/AmigaFAQ_25.html), here (http://wuarchive.wustl.edu/pub/aminet/info/www/dirs/dev_lang.html).

And that seems about it. So only one commercial Fortran77 compiler on the Miggy developed by something called AbSoft in the Dark 1.3 Ages. Good luck finding that :-D.


How about the Absoft (http://www.absoft.com/) home page?

Maybe if enough Amiga users pester them, they'll release the Amiga version as freeware!  :-P
Title: Re: Fortran compiler for the Miggy?
Post by: tonyw on February 02, 2003, 09:31:42 PM
gcc comes with a FORTRAN front end. I don't know how to drive it, but its binary is in /bin under g77.

tony
Title: Re: Fortran compiler for the Miggy?
Post by: odin on February 02, 2003, 11:13:40 PM
Quote

ShadesOfGrey wrote:

How about the Absoft (http://www.absoft.com/) home page?
Maybe if enough Amiga users pester them, they'll release the Amiga version as freeware!  :-P


I've already bugged them about it :-D.
Title: Re: Fortran compiler for the Miggy?
Post by: JoannaK on February 04, 2003, 06:45:02 AM
I ought to have my old Absoft Fortran around (original).. but I have no idea if it's diskettes  might work as it's been allmost 10 years those are used.  :-?
Title: Re: Fortran compiler for the Miggy?
Post by: Bodie on February 04, 2003, 08:02:21 AM
Thanks all for your help.  :-)