Problems linking FORTRAN to C++
Gustavo Bevilacqua Leal
gustavob@cetuc.puc-rio.br
Mon Jul 7 18:28:00 GMT 2003
From Gustavo,
I am having to link a FORTRAN source code with C++. I did
everything recommend at the manual but nothing worked. For example
as I included the file g2c.h the compiler said there is no type __g77_integer,
which is true. I tried to use the cfortran wrapper (see
http://www-zeus.desy.de/~burow/cfortran/), but the linker, gcc, couldn´t
link the
C/FORTRAN code with the FORTRAN builtins, which are defined in the library
libg2c.a.
I am using the cygwin enviroment, the version of the compiler is 3.2 20020927.
What do I have to do, in order to link both codes?
Thanks,
Gustavo.
More information about the Gcc
mailing list