> Instead of complaining about common questions being repeated over and
> over again (FAQs), I've decided it's time to just post the answers.
> (Let's not keep the impatient users waiting.)
> - implicit none
> - uninitialized variables
> - array subscript out of bounds
> - argument mismatch
> - internal read and internal write
> - stream i/o
> - try g95 or gfortran or open watcom
or (free) Silverfrost (formerly Salford) FTN95 if using Windows > - use diagnostic WRITE statements
> - try higher logical unit numbers
> - compiler errors are much less common then user errors
> - non standard code can do whatever it wants, including starting WW3
> - kind numbers are not portable
> - g95 -s -mrtd -shared -o foo.dll foo.f95 foo.def
> - requires an explicit interface
> - update your compiler
> - contatct tech support
> - do your own homework
> - character(*) is not a variable length string
> - read the error message
> - RTFM
> -- elliot