<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">I did not configured CXX environment variable, so the codes were compiled using clang. Now, setting CXX=g++, I can successfully compile and link the codes. So the linking issue is only for clang.<div><br></div><div>Kibaek<br><div><br><div><div>On Nov 24, 2014, at 12:35 PM, Kibaek Kim &lt;<a href="mailto:kibaek.k@gmail.com">kibaek.k@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html charset=windows-1252"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Dear John,<div><br></div><div>Thanks very much for your prompt response. But, now I am getting linking errors. I am compiling the codes on Mac OS X 10.9.5 (2.8 GHz Intel Core i7) using gcc4.8. I have attached config.log and make.log.</div><div><br></div><div>Best,</div><div>Kibaek</div><div><br></div><div></div></div><span>&lt;config.log&gt;</span><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><meta http-equiv="Content-Type" content="text/html charset=windows-1252"><div></div></div><span>&lt;make.log&gt;</span><meta http-equiv="Content-Type" content="text/html charset=windows-1252"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><br><div><br><div><div>On Nov 24, 2014, at 12:05 PM, John Forrest &lt;<a href="mailto:john.forrest@fastercoin.com">john.forrest@fastercoin.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">
  
    <meta content="text/html; charset=windows-1252" http-equiv="Content-Type">
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Kibaek,<br>
      <br>
      <br>
      Can get assertion fail - fixed in stable.&nbsp; Got same assertion with
      (0,0,5) - not a loop - see if fixed for you.<br>
      <br>
      John Forrest<br>
      On 24/11/14 13:57, Kibaek Kim wrote:<br>
    </div>
    <blockquote cite="mid:84637076-25D0-4812-84E1-0B3CEEEF4B3B@gmail.com" type="cite">
      <pre wrap="">Dear John,

I am experiencing strange behaviors resulting from branch-and-bound hot-start. I am using the version of Stable 2.8. I have attached a simple code, mps file and hot-start solution file to reproduce results. The code will read mps file and hot-start solution file and try solving the problem. However, the following three settings result in different behaviors:
1. CbcStrategyDefault strategy(0); // assertion fail
2. CbcStrategyDefault strategy(0, 5, 5); // infinite loop
3. CbcStrategyDefault strategy(1); // success

Best,
Kibaek

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Cbc mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Cbc@list.coin-or.org">Cbc@list.coin-or.org</a>
<a class="moz-txt-link-freetext" href="http://list.coin-or.org/mailman/listinfo/cbc">http://list.coin-or.org/mailman/listinfo/cbc</a>
</pre>
    </blockquote>
    <br>
  </div>

_______________________________________________<br>Cbc mailing list<br><a href="mailto:Cbc@list.coin-or.org">Cbc@list.coin-or.org</a><br><a href="http://list.coin-or.org/mailman/listinfo/cbc">http://list.coin-or.org/mailman/listinfo/cbc</a><br></blockquote></div><br></div></div></blockquote></div><br></div></div></body></html>