Re: A few quick questions about gfortran under cygwin
- From: Walter Spector <w6ws_xthisoutx@xxxxxxxxxxxxx>
- Date: Wed, 01 Jun 2005 13:13:04 GMT
Tim Prince wrote:
> ...
> Grab the source version of your choice, follow gcc build instructions at
> gcc.gnu.org. Minimum build is C and f95...
I finally decided to download a copy of gfortran last night. Started with
the cygwin version of the binaries, which have not been updated since march.
Got the 'illegal instruction' error, which was reported in the gfortran mail
archives from around then. (FWIW, the computer I loaded it on has a lowly
Pentium III in it.)
Downloaded the windows version and it actually works - sort of. It doesn't
know about the cygwin dlls, so a lot of my 'system call'ish code does not
easily link up.
Gfortran did compile about 6k lines of that I threw at it. Most not particularly
challenging. However it did find a few non-Standard items in my code that needed
cleaning up, which had previously gone unnoticed. Not going to say what they are,
because otherwise someone associated with gfortran might 'fix' them...
I would really hope the gfortran folk would resist the urge for total
bug/backward-compatibility with g77. Some of those old extensions just
introduce hard-to-find errors into codes. (One example: scanning the email
archives, it seems the mixing of INTEGER/LOGICAL is going to be implemented
soon. This is a true horror which should only be enabled with some sort of
-badly_broken_code option.) IMHO it is better to keep the compiler clean, and
issue diagnostics - by default - than to silently compile known error-prone
'extensions'.
It any event, this is neat. But it seems that if I need a true cygwin version
I need to recompile the gcc world. Maybe kick it off before work today. Sure
would be nice if the gfortran folk would update the cygwin binaries...
Walt
-...-
Walt Spector
(w6ws at earthlink dot net)
.
- Follow-Ups:
- Re: A few quick questions about gfortran under cygwin
- From: Brooks Moses
- Re: A few quick questions about gfortran under cygwin
- From: Steven G. Kargl
- Re: A few quick questions about gfortran under cygwin
- References:
- A few quick questions about gfortran under cygwin
- From: Dr Ivan D. Reid
- Re: A few quick questions about gfortran under cygwin
- From: Tim Prince
- A few quick questions about gfortran under cygwin
- Prev by Date: Re: Improve efficiency of 3 big array ops.
- Next by Date: creating directories on the fly
- Previous by thread: Re: A few quick questions about gfortran under cygwin
- Next by thread: Re: A few quick questions about gfortran under cygwin
- Index(es):
Relevant Pages
|