Related articles |
---|
Translate Compilers for windows kiranpannu@gmail.com (John Smith) (2006-03-14) |
Re: Translate Compilers for windows Juergen.Kahrs@vr-web.de (=?ISO-8859-1?Q?J=FCrgen_Kahrs?=) (2006-03-15) |
Re: Translate Compilers for windows usenet@rwaltman.net (Roberto Waltman) (2006-03-15) |
From: | =?ISO-8859-1?Q?J=FCrgen_Kahrs?= <Juergen.Kahrs@vr-web.de> |
Newsgroups: | comp.compilers |
Date: | 15 Mar 2006 22:12:42 -0500 |
Organization: | Compilers Central |
References: | 06-03-052 |
Keywords: | Fortran |
Posted-Date: | 15 Mar 2006 22:12:42 EST |
John Smith wrote:
> I am very new to this compiler design so, don't know much.I have a
> compiler written for sun OS but I need to make(modify) my compiler for
> windows platform. I guess I need to change some of parameters for
> windows. Can Anyone help me in describing How can I acheive this. My
> old compiler is writtenin fortran77 so, I have to use fortran77.
Use Cygwin:
http://www.cygwin.com/
Cygwin comes with the GNU Fortran compiler.
If you are lucky, it builds without a single change
of the Fortran source code.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.