MS Fortran and VP/ix problem

Tom Neff tneff at bfmny0.BFM.COM
Fri Dec 21 11:37:54 AEST 1990


Sometimes compilers try to do non-REDIRECT-supported things with their
temp files, like sectorwise access.  I had this problem with some of the
Intel tools.  To get around it, you need to put your temp files
somewhere that supports the operations: a real DOS partition
(/dev/rdsk/0s5), or the C: pseudofilesystem (but this never shrinks,
making it a poor choice for repeated temp files), or a RAM disk.  I
suggest using the ems.sys driver.

-- 
We're all in this alone.   *  ...  *   Tom Neff
        -- Lily Tomlin     *.. ? ..*   tneff at bfmny0.BFM.COM



More information about the Comp.unix.sysv386 mailing list