> I want to call a subroutine in a fortran module in C++ and discovered > the AC_FC_FUNC macro. It seems it does not work with fortran modules. Can you use the newer ISO_C_BINDING intrinsic module to write a C-compatible wrapper employing BIND(C), write your C++ to that API, and be done? - Rhys _______________________________________________ Autoconf mailing list Autoconf@xxxxxxx https://lists.gnu.org/mailman/listinfo/autoconf