I did a "PATH=" and tried to run a LAPACK exe program compiled under MinGW gcc.exe.
The following message was returned.
This application has failed to start because libquadmath-0.dll was not found.
Re-installing the application may fix this problem.
In my current running directory, after I added
- Code: Select all
libquadmath-0.dll
- Code: Select all
libblas.dll
liblapack.dll
libgfortran-3.dll
and
libgcc_s_dw2-1.dll
my LAPACK exe ran fine.
Perhaps, the documentation may be updated.
Andre Mikulec

