Don,
If you're comfortable with doing so, you can email the source code to me, and I can have a look/try to run it on my end. I can't explain why you're seeing the SIGSEGV from your description.
With respect to DFLIB and KERNEL32, both are unlikely to make an appearance in Simply Fortran. DFLIB is pretty big, there would at least be a chance to port it. However, it is rather unlikely, especially because many of its more commonly used features are superseded by Fortran 2003 and 2008 intrinsics. KERNEL32 was part of Digital's/Compaq's/HP's port of the Windows API directly to Fortran. It is only one of a set of libraries (along with USER32, GDI32, COMCTL32...) that are part of the port. Approximatrix has no plans to provide access to the Windows API from Fortran directly, especially because it gets a bit messy if you try to do so in a standards-compliant manner (Digital/Compaq/HP took some liberties with how Windows pointers are sized and assumed 32-bit, for example).
Jeff Armstrong
Approximatrix, LLC