autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fortran module name mangling


From: Rhys Ulerich
Subject: Re: fortran module name mangling
Date: Mon, 19 Aug 2013 09:36:54 -0500

> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]