This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Calling Fortran subroutines from C++


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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]