Using a DLL/shared library created with gfortran with a program created with another compiler

Thomas Koenig tkoenig@netcologne.de
Mon Jan 12 21:58:00 GMT 2009


On Mon, 2009-01-12 at 14:11 +0100, Arjen Markus wrote:
> I could not get it to work properly using gfortran - most probably
> because of the fact that gfortran produces a name in lowercase,
> whereas the Intel Fortran compiler generates external names in
> uppercase
> (at least by default).

Why not use the ISO C binding?  That way, you could specify whatever
name you wish, including upper- and lowercase.



More information about the Fortran mailing list