A Code Monkey's Blog

Linux 'ldd' equivalence on Cygwin?

Run "cygcheck " and see if all DLLs it requires can be found. I used it on Cygwin to solve a shared library missing problem when I started octave. The lapack library(.dll) was not loaded because of its path was not in $PATH.