Hello Everyone,<br><br>I&#39;m trying to run the BAC example which comes with BCP (1.2.2). I&#39;ve done my best to follow the steps outlined in Francois Margot&#39;s &quot;BAC: A BCP based Branch-and-Cut Example&quot; but the makefile for the BAC example (or any of the examples for that matter) do not seem to be created. When I run &quot;make&quot; in the BAC directory I get the following error (since there is no makefile):<br>

<br>make: *** No targets specified and no makefile found.  Stop.<br><br>It was my understanding that this makefile was generated automatically when I configured the package? The last of the configure output is:<br><br>...<br>

config.status: creating Makefile<br>config.status: creating src/Makefile<br>config.status: creating test/BAC/Makefile<br>config.status: creating examples/BAC/Makefile<br>config.status: creating examples/MCF-1/Makefile<br>

config.status: creating examples/MCF-2/Makefile<br>config.status: creating examples/MCF-3/Makefile<br>config.status: creating bcp_addlibs.txt<br>config.status: creating inc/config_bcp.h<br>config.status: executing depfiles commands<br>

configure: Configuration of Bcp successful<br>configure: Creating VPATH links for data files<br>configure: Configuration of Bcp successful<br><br>So it appears (at least to me) to have created the makefile, but I can only see <a href="http://makefile.in" target="_blank">makefile.in</a> in the BAC directory. &quot;make test&quot; seems to run fine and generate a solution.<br>

<br>Any help you could provide would be great as I&#39;d love to play around with this example. Hopefully I&#39;m just doing something stupid, as I&#39;m relatively new to Linux and Bcp, so I do apologise for taking up your time on something which should be pretty trivial. As far as I can tell I&#39;ve configured both the /build and /buildg directories correctly and used &quot;make&quot; and &quot;make install&quot; in both.<br>

<br>Thanks in advance,<br><br>Jack<br>