This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Fortran calling Ada methods
- To: gcc at gcc dot gnu dot org
- Subject: Fortran calling Ada methods
- From: "Ames, Donald C" <donald dot c dot ames at lmco dot com>
- Date: Sat, 08 Apr 2000 06:50:42 -0400
All,
I attempting to call an Ada95 method (both Function and Procedure)
from a Fortran module. I am able to compile both pieces of source code
individually, but I am having a difficult time getting them to link together
to create an executable program.
Any help would be greatly appreciated.
Thanks,
Don