Re: Do different compilers produce different .mod files?
- From: nospam@xxxxxxxxxxxxx (Richard Maine)
- Date: Tue, 4 Mar 2008 11:21:11 -0800
<bonzaboy@xxxxxxxxxxx> wrote:
Does anyone
know if G95 .mod files should be compatible with other compilers? i
would have though so.
No. The .mod files are compiler-specific. Heck, it is even
compiler-specific whether there is such a thing as a .mod file. Putting
the necessary information in a .mod file is the most common
implementation scheme - enough so to have become a bit of a defacto
standard - but it is not the only scheme.
It has even happened that .mod files are incompatible between different
versions of the same compiler... just like it has happened that object
files have beeen simillarly incompatible. Vendors try to avoid such
version incompatibilities (because it makes life difficult for
customers, who then in turn make life difficult for the vendors), but it
has happened.
--
Richard Maine | Good judgement comes from experience;
email: last name at domain . net | experience comes from bad judgement.
domain: summertriangle | -- Mark Twain
.
- Follow-Ups:
- Re: Do different compilers produce different .mod files?
- From: relaxmike
- Re: Do different compilers produce different .mod files?
- From: GaryScott
- Re: Do different compilers produce different .mod files?
- References:
- Do different compilers produce different .mod files?
- From: bonzaboy
- Do different compilers produce different .mod files?
- Prev by Date: Do different compilers produce different .mod files?
- Next by Date: Re: Do different compilers produce different .mod files?
- Previous by thread: Do different compilers produce different .mod files?
- Next by thread: Re: Do different compilers produce different .mod files?
- Index(es):
Relevant Pages
|
|