Fortran Programming Guide

-Bdynamic | -Bstatic

-Bdynamic sets the preference for shared, dynamic binding whenever possible. -Bstatic restricts binding to static libraries only.

When both static and dynamic versions of a library are available, use this option to toggle between preferences on the command line:

f77 prog.f -Bdynamic -lwells -Bstatic -lsurface