I tried installing Cbc-2.0.0. OS: WinXP, Configure script was run using MSYS. <br>used default settings. no changes made.<br><br>./configure ran succesfully.<br>./make ran successfully.<br><br>But.. ./make test failed. <br>
i put the error message below&nbsp; :<br><br><br>Making all in src<br>make[2]: Entering directory `/c/Cbc-2.0.0/Cbc/src&#39;<br>make[2]: Nothing to be done for `all&#39;.<br>make[2]: Leaving directory `/c/Cbc-2.0.0/Cbc/src&#39;<br>
make[2]: Entering directory `/c/Cbc-2.0.0/Cbc&#39;<br>make[2]: Nothing to be done for `all-am&#39;.<br>make[2]: Leaving directory `/c/Cbc-2.0.0/Cbc&#39;<br>cd test; make test<br>make[2]: Entering directory `/c/Cbc-2.0.0/Cbc/test&#39;<br>
if test x&quot;&quot; != x; then \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MIPLIBARG=&quot;-dirMiplib&nbsp; -miplib&quot;; \<br>fi; \<br>if test x&quot;&quot; != x; then \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SAMPLEARG=&quot;-dirSample &quot;; \<br>fi; \<br>../src/cbc.exe $SAMPLEARG -unitTest $MIPLIBARG<br>
Coin Cbc and Clp Solver version 2.00.00, build Mar&nbsp; 5 2008<br>command line - c:\Cbc-2.0.0\Cbc\src\cbc.exe -unitTest<br>&nbsp; processing mps file: p0033 (1 out of 2)<br>At line 15 NAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; P0033<br>At line 16 ROWS<br>At line 34 COLUMNS<br>
At line 109 RHS<br>At line 118 BOUNDS<br>At line 152 ENDATA<br>Problem P0033 has 16 rows, 33 columns and 98 elements<br>Coin0008I P0033 read with 0 errors<br>Coin0506I Presolve 15 (-1) rows, 32 (-1) columns and 97 (-1) elements<br>
Clp0006I 0&nbsp; Obj 0 Primal inf 18.4925 (10)<br>make[2]: *** [test_cbc] Error 5<br>make[2]: Leaving directory `/c/Cbc-2.0.0/Cbc/test&#39;<br>make[1]: *** [test] Error 2<br>make[1]: Leaving directory `/c/Cbc-2.0.0/Cbc&#39;<br>
make: *** [test] Error 2<br><br><br>