Thanks Ted, yes that&#39;s exactly it - I was looking in the wrong directory. Sorry to waste your time on something like that.<br><br>Thanks again for your quick response!<br><br>Cheers,<br><br>Jack<br><br><div class="gmail_quote">
On Thu, Jan 6, 2011 at 4:14 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="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
It looks to me like you&#39;ve probably done a VPATH build, i.e., you did<br>
something like<br>
<br>
cd Bcp<br>
mkdir build<br>
cd build<br>
../configure<br>
make<br>
<br>
But then you&#39;re looking for the Makefile in Bcp/examples/BAC instead<br>
of Bcp/build/examples/BAC. If that doesn&#39;t fix it, you could post the<br>
exact commands you used for the whole build sequence.<br>
<br>
Cheers,<br>
<br>
Ted<br>
<div><div></div><div class="h5"><br>
On Thu, Jan 6, 2011 at 10:12 AM, Jack Croucher &lt;<a href="mailto:j.s.croucher@gmail.com">j.s.croucher@gmail.com</a>&gt; wrote:<br>
&gt; Hello Everyone,<br>
&gt;<br>
&gt; I&#39;m trying to run the BAC example which comes with BCP (1.2.2). I&#39;ve done my<br>
&gt; best to follow the steps outlined in Francois Margot&#39;s &quot;BAC: A BCP based<br>
&gt; Branch-and-Cut Example&quot; but the makefile for the BAC example (or any of the<br>
&gt; examples for that matter) do not seem to be created. When I run &quot;make&quot; in<br>
&gt; the BAC directory I get the following error (since there is no makefile):<br>
&gt;<br>
&gt; make: *** No targets specified and no makefile found.  Stop.<br>
&gt;<br>
&gt; It was my understanding that this makefile was generated automatically when<br>
&gt; I configured the package? The last of the configure output is:<br>
&gt;<br>
&gt; ...<br>
&gt; config.status: creating Makefile<br>
&gt; config.status: creating src/Makefile<br>
&gt; config.status: creating test/BAC/Makefile<br>
&gt; config.status: creating examples/BAC/Makefile<br>
&gt; config.status: creating examples/MCF-1/Makefile<br>
&gt; config.status: creating examples/MCF-2/Makefile<br>
&gt; config.status: creating examples/MCF-3/Makefile<br>
&gt; config.status: creating bcp_addlibs.txt<br>
&gt; config.status: creating inc/config_bcp.h<br>
&gt; config.status: executing depfiles commands<br>
&gt; configure: Configuration of Bcp successful<br>
&gt; configure: Creating VPATH links for data files<br>
&gt; configure: Configuration of Bcp successful<br>
&gt;<br>
&gt; So it appears (at least to me) to have created the makefile, but I can only<br>
&gt; see <a href="http://makefile.in" target="_blank">makefile.in</a> in the BAC directory. &quot;make test&quot; seems to run fine and<br>
&gt; generate a solution.<br>
&gt;<br>
&gt; Any help you could provide would be great as I&#39;d love to play around with<br>
&gt; this example. Hopefully I&#39;m just doing something stupid, as I&#39;m relatively<br>
&gt; new to Linux and Bcp, so I do apologise for taking up your time on something<br>
&gt; which should be pretty trivial. As far as I can tell I&#39;ve configured both<br>
&gt; the /build and /buildg directories correctly and used &quot;make&quot; and &quot;make<br>
&gt; install&quot; in both.<br>
&gt;<br>
&gt; Thanks in advance,<br>
&gt;<br>
&gt; Jack<br>
&gt;<br>
</div></div><div class="im">&gt; _______________________________________________<br>
&gt; BCP mailing list<br>
&gt; <a href="mailto:BCP@list.coin-or.org">BCP@list.coin-or.org</a><br>
&gt; <a href="http://list.coin-or.org/mailman/listinfo/bcp" target="_blank">http://list.coin-or.org/mailman/listinfo/bcp</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
--<br>
</div>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/%7Eted" target="_blank">coral.ie.lehigh.edu/~ted</a><br>
</blockquote></div><br>