<div><br></div><div>Thanks Ted for your quick reply. It works now! I built it successfully using the updated &quot;make.exe&quot; as suggested on the website.</div><div>However, when I proceed to build the examples and another error appear. </div>
<div><br></div><div>cd D:\Dip-0.81.0\build\Dip\examples\SmallIP</div><div>make</div><div>.......</div><div>......</div><div>/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: cannot find</div><div> -lDecomp</div>
<div>/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: cannot find</div><div> -lOsiCbc</div><div>/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: cannot find</div><div> -lCbcSolver</div>
<div>/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: cannot find</div><div> -lCbc</div><div>/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: cannot find</div><div> -lCgl</div><div>
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: cannot find</div><div> -lOsiClp</div><div>/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: cannot find</div><div> -lClp</div><div>/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: cannot find</div>
<div> -lOsi</div><div>/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: cannot find</div><div> -lCoinUtils</div><div>/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: cannot find</div>
<div> -lCgl</div><div>/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: cannot find</div><div> -lOsiClp</div><div>/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: cannot find</div><div>
 -lClp</div><div>/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: cannot find</div><div> -lOsi</div><div>/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: cannot find</div><div> -lCoinUtils</div>
<div>/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: cannot find</div><div> -lOsiClp</div><div>/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: cannot find</div><div> -lClp</div><div>
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: cannot find</div><div> -lOsi</div><div>/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: cannot find</div><div> -lCoinUtils</div><div>
/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: cannot find</div><div> -lOsi</div><div>/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: cannot find</div><div> -lAlps</div><div>/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../../i686-pc-cygwin/bin/ld: cannot find</div>
<div> -lCoinUtils</div><div>collect2: ld returned 1 exit status</div><div>make: *** [decomp_smallip.exe] Error 1</div><div><br></div><br><div class="gmail_quote">On Tue, Dec 21, 2010 at 3:42 PM, Ted Ralphs <span dir="ltr">&lt;<a href="mailto:ted@lehigh.edu">ted@lehigh.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">This error is due to a well-known bug in the version of GNU make that<br>
comes with some versions of CYGWIN. See the description of the problem<br>
here:<br>
<br>
<a href="https://projects.coin-or.org/BuildTools/wiki/current-issues" target="_blank">https://projects.coin-or.org/BuildTools/wiki/current-issues</a><br>
<br>
Cheers,<br>
<br>
Ted<br>
<div><div></div><div class="h5"><br>
On Tue, Dec 21, 2010 at 6:15 PM, woody lai &lt;<a href="mailto:woodylai@gmail.com">woodylai@gmail.com</a>&gt; wrote:<br>
&gt; hi all,<br>
&gt; Could anyone let me know to build DIP in Cygwin? I&#39;m very new to programming<br>
&gt; in Unix environment.<br>
&gt; When I try to &quot;make install&quot; Dip-0.8.7, it has the [install-recursive] Error<br>
&gt; 1.<br>
&gt; Thanks a lot in advance.<br>
&gt; Best regards<br>
&gt; Woody<br>
&gt; After doing<br>
&gt;  (1) mkdir build<br>
&gt;  (2) cd ${DECOMP_ROOT}/build<br>
&gt;  (3) ../configure<br>
&gt;  (4) make<br>
&gt; .....<br>
&gt; .....<br>
&gt; make[1]: Entering directory `/cygdrive/d/Dip-0.8.7/build&#39;<br>
&gt; make[1]: Nothing to be done for `all-am&#39;.<br>
&gt; make[1]: Leaving directory `/cygdrive/d/Dip-0.8.7/build&#39;<br>
&gt; Woody@sepc183 /cygdrive/d/Dip-0.8.7/build<br>
&gt; $ make install<br>
&gt; Making install in Dip<br>
&gt; make[1]: Entering directory `/cygdrive/d/Dip-0.8.7/build/Dip&#39;<br>
&gt; Making install in src<br>
&gt; make[2]: Entering directory `/cygdrive/d/Dip-0.8.7/build/Dip/src&#39;<br>
&gt; .deps/AlpsDecompModel.Plo:1: *** multiple target patterns.  Stop.<br>
&gt; make[2]: Leaving directory `/cygdrive/d/Dip-0.8.7/build/Dip/src&#39;<br>
&gt; make[1]: *** [install-recursive] Error 1<br>
&gt; make[1]: Leaving directory `/cygdrive/d/Dip-0.8.7/build/Dip&#39;<br>
&gt; make: *** [install-recursive] Error 1<br>
</div></div>&gt; _______________________________________________<br>
&gt; Dip mailing list<br>
&gt; <a href="mailto:Dip@list.coin-or.org">Dip@list.coin-or.org</a><br>
&gt; <a href="http://list.coin-or.org/mailman/listinfo/dip" target="_blank">http://list.coin-or.org/mailman/listinfo/dip</a><br>
&gt;<br>
<font color="#888888"><br>
<br>
<br>
--<br>
Dr. Ted Ralphs<br>
Associate Professor, Lehigh University<br>
(610) 628-1280<br>
ted &#39;at&#39; lehigh &#39;dot&#39; edu<br>
<a href="http://coral.ie.lehigh.edu/~ted" target="_blank">coral.ie.lehigh.edu/~ted</a><br>
</font></blockquote></div><br>