public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Accessing C++ function with Mixed Upper/Lower case  name from F90  subroutine
@ 2010-03-30 17:50 Glenn H Sembroski
  2010-03-30 23:58 ` Harald Servat
  2010-03-31 11:29 ` Axel Freyn
  0 siblings, 2 replies; 5+ messages in thread
From: Glenn H Sembroski @ 2010-03-30 17:50 UTC (permalink / raw)
  To: gcc-help

Hi,
   I have a problem trying to prepare a large simulation package, using 
mixed F90 and C++ routines, to compile and build under GCC (g++, and 
gfortran).  The problem is I have a C++ function: Gauss() which is 
called from an F90 routine:
   x=gauss()

This package was made able to  build under the Intel fortran compiler by 
adding to the fortran file the Intel compile directive:

!DEC$ ATTRIBUTES ALIAS:'Gauss' :: gauss

I attempted to build this program using GCC  where for F90 code the 
gfortran compiler option -fno-underscoring was used.

Presently my fortran routine won't build. It gets the error:

485: undefined reference to `gauss'

So, my question is, is there a way in GCC to enable the linker to find 
the C++  'Gauss' method?

Thanks,
 Dr. Glenn Sembroski
Physics Dept.,Purdue University
sembrosk@purdue.edu

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-03-30 17:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-30 17:50 Accessing C++ function with Mixed Upper/Lower case name from F90 subroutine Glenn H Sembroski
2010-03-30 23:58 ` Harald Servat
2010-03-31 11:33   ` Toon Moene
2010-03-31 12:51     ` Tobias Burnus
2010-03-31 11:29 ` Axel Freyn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).