From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin v. Loewis" To: jack.twomey@lmco.com Cc: help-gcc@gnu.org Subject: Re: mixing GNU c and FORTRAN Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: <200003032343.AAA03027@loewis.home.cs.tu-berlin.de> References: X-SW-Source: 2000-q1/msg00329.html Message-ID: <20000401000000.qhavqysEyLNgvYRaO6C35r3pA0E8pHrztvDsj08b0VA@z> I am trying to port an existing program to a SUN workstation that has the GNU CC compiler (gcc) and GNU FORTRAN compiler (g77). The existing program has modules in both languages. In addition to calls going both ways, FORTRAN COMMON is accessed in the C modules. The trailing underscore method is used to accomplish the interface. GNU does not seem to accept this. Can you direct me to any information on this? Please have a look at the g77 manual, which comes in texinfo form - especially the node (g77)Debugging and Interfacing. Regards, Martin