<div dir="ltr">I&#39;m trying to build Cbc using msys/mingw32 on Windows.<div><br></div><div>Configured with:</div><div><br></div><div><div>./configure --prefix=/usr/local --enable-dependency-linking --disable-static --enable-shared --without-blas --without-lapack</div><div><br></div><div>The output below is for 2.8.5, but I get the same error with trunk. It seems to be missing some intel libraries, but I don&#39;t understand why these are required. It builds fine for me on Linux without these.</div><div><br></div><div><div>g++ -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DCLP_BUILD -o clp.exe ClpMain.o CbcOrClpParam.o MyEventHandler.o MyMessageHandler.o unitTest.o mkl_intel_c.lib mkl_sequential.lib mkl_core.lib  ./.libs/libClp.a -L/projetos/gcc/bld/452/build/mingw32/libstdc++-v3/src -L/projetos/gcc/bld/452/build/mingw32/libstdc++-v3/src/.libs -L/projetos/gcc/bld/452/build/mingw32/winsup/mingw -L/projetos/gcc/bld/452/build/mingw32/winsup/w32api/lib -LC:/MinGW32-xy/msys/1.0/local/lib C:/MinGW32-xy/msys/1.0/local/lib/libcoinmumps.lib C:/MinGW32-xy/msys/1.0/local/lib/libcoinmetis.lib /c/Users/arno6545/Downloads/Cbc-2.8.5/CoinUtils/src/.libs/libCoinUtils.a c:/mingw32-xy/bin/../lib/gcc/mingw32/4.5.2/libstdc++.dll.a -lz C:/MinGW32-xy/msys/1.0/local/lib/libcoinglpk.lib -Lc:/mingw32-xy/bin/../lib/gcc/mingw32/4.5.2 -Lc:/mingw32-xy/bin/../lib/gcc/mingw32/4.5.2</div><div>g++.exe: mkl_intel_c.lib: No such file or directory</div><div>g++.exe: mkl_sequential.lib: No such file or directory</div><div>g++.exe: mkl_core.lib: No such file or directory</div><div>make[4]: *** [clp.exe] Error 1</div><div>make[4]: Leaving directory `/c/Users/arno6545/Downloads/Cbc-2.8.5/Clp/src&#39;</div><div>make[3]: *** [all-recursive] Error 1</div><div>make[3]: Leaving directory `/c/Users/arno6545/Downloads/Cbc-2.8.5/Clp/src&#39;</div><div>make[2]: *** [all] Error 2</div><div>make[2]: Leaving directory `/c/Users/arno6545/Downloads/Cbc-2.8.5/Clp/src&#39;</div><div>make[1]: *** [all-recursive] Error 1</div><div>make[1]: Leaving directory `/c/Users/arno6545/Downloads/Cbc-2.8.5/Clp&#39;</div><div>make: *** [all-recursive] Error 1</div></div></div><div><br></div><div>Is there somewhere I can download these libraries? Or build without them?</div><div><br></div><div>Josh</div></div>