I have some problems with building a Fortran program on Windows. I use Photran Eclipse with an autogenerated makefile but there are some problems with the lapack library.
Lapack packages were installed to Cygwin during the installation.
Error messages that are returned during the build process:
/usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: cannot find -lC:/cygwin64/lib/lapack/cygblas-0.dll
/usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: cannot find -lC:/cygwin64/lib/lapack/cyglapack-0.dll
What caused this problem?
