jlokimlin/fishpack

Compiling a .dll from this source

JSav87 opened this issue · 1 comments

Hi there, thanks for the great tool. I want to call the library within windows, so I need to compile the library into a dll.

I created a build pipeline with CMake, and am now trying to compile with Codeblocks using gfortran. I get the following error:

I:\Software\fishpack-master\src\centered_helmholtz_solvers.f90:37:8:
module subroutine hwscrt(a, b, m, mbdcnd, bda, bdb, c, d, n, nbdcnd, bdc, &
1
Error: Unclassifiable statement at (1)

Do you perhaps have any suggestion for how to fix this problem? Or have you ever tried compiling for a windows machine? Thanks for any help.