| Re: Praise for Gfortran (finally) |
|
 |
|
 |
|
 |
|
 |
Group: comp.lang.fortran · Group Profile
Author: James Van BuskirkJames Van Buskirk Date: Sep 20, 2008 10:55
> Does someone actually produce a Fortran cross-compiler today? Every time
> I ask the main cross-compiler vendors (Green Hills, DDC-I), they just
> laugh at me.
The Intel compilers for 64-bit Windows at least used to be cross-
compilers in that they ran under 32-bit mode, making it in principle
possible to overrun compiler resources for a program that would not
exceed runtime resources.
There are gfortran builds for 64-bit Windows that run on 32-bit
Windows, Cygwin, or even LINUX. I think they are all built on
LINUX because the build environment assumes some kind of UNIX
command shell, so the versions that don't run under LINUX or 64-bit
Windows are triple crosses.
--
write(*,*) transfer((/17.392111325966148d0,6.5794487871554595D-85, &
6.0134700243160014d-154/),(/'x'/)); end
|