[BUG FIX]
-
On MacOS with homebrew, the homebrew provided gfortran does not
search the homebrew lib dirs for the X11 libraries, while the system
clang does, so the latter could find them, but the former couldn't. -
Linking is failing on some Windows systems due to mismatch between
Fortran and C naming conventions. Attempted fix applied.