This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
John, >Date: Fri, 27 Dec 1996 16:05:27 -0500 (EST) >From: address@hidden (John Sheldon) >Organization: Princeton/GFDL >To: address@hidden (Steve Emmerson) >Subject: Re: 961227: F90 standard "byte" (reprise) >Keywords: 199612271722.KAA28950 In the above message you wrote: > My apologies!! In looking back at the source in preparation for > mailing it to you, things looked a bit odd, and I discovered that I had > omitted the "#" from the "#define FORTRAN_HAS_NO_BYTE". Once I fixed > that, everything acted "sane" again, Great! > and I was left with only the original 'ftest' error: > > *** Testing fill values ... > error in byte fill value > > Sheepishly awaiting your next suggestions, > John Hmm... Looks like we need to redefine the byte fill value. Try the following: 1. Go to the `fortran/' subdirectory. 2. Edit the file `irix5.m4': define the macro FILBYTEMACRO to `129' (use the file `unicos.m4' as a guide). 3. Execute the command `make clean'. 4. Execute the command `make'. 5. Execute the command `make test'. Please let me know if this works. -------- Steve Emmerson <address@hidden>