Topic: FORTRAN dll - Undefined reference
I am trying to build a FORTRAN dll which will be used with a C# interface. The dll project contains multiple C++ dlls and one FORTRAN static library (.a). When I build the project I get "Undefined reference to" error for all the routines included in the FORTRAN static library. I also have an equivalent EXE version where the whole project is built as a standalone executable. The EXE is built and linked very well and I can also use that with a C# interface.
I am lost on to what is happening in the dll mode and why is there a Undefined reference error. I am using Simply Fortran 1.45.
Thank you for your help.
Regards
Sankar
skp