This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Calling Fortran subroutines from C++
- To: daniela dot deangelis at mrc-bsu dot cam dot ac dot uk
- Subject: Re: Calling Fortran subroutines from C++
- From: Paolo Carlini <pcarlini at unitus dot it>
- Date: Fri, 26 Oct 2001 19:02:07 +0200
- CC: gcc-help at gcc dot gnu dot org
Hi Daniela,
I assume that you are using gcc/g77.
Apart from the linkage conventions to be used on the C++ side, part of
the ISO standard, I wonder if you have already consulted the material
specific to gcc/g77 included in the info pages. Do you have them
installed?
That documentation is also available online (for 2.95.3, 3.0.x, 3.1
experimental) at http://gcc.gnu.org/onlinedocs/, G77 Manual, see, in
particular, 12. Other Languages.
Cheers,
Paolo Carlini.