We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Please read the document on MingW. http://www.mingw.org/wiki/CreateImportLibraries
Usually, you don't need the import library in MingW.
cd OPENBLAS_TOP_DIR/exports
Edit libopenblas.def. Insert LIBRARY libopenblas.dll to the head, as following.
libopenblas.def
LIBRARY libopenblas.dll
LIBRARY libopenblas.dll EXPORTS caxpy=caxpy_ @1 caxpy_=caxpy_ @2 ...
Then, generate the import library.
dlltool -d libopenblas.def -l libopenblas.a