<div dir="ltr">Hi Mahdi,<div><br></div><div>The message about i386 is referring to the "make" command. I'm surprised that it is a 32-bit program, but apparently, this is the case for all iMacs and shouldn't make any difference. I get the same result on my machine and things work fine. Do you have Mac ports installed? I recall that I had some similar problem like this a long while back and that it had to do with a conflicting version of a system library that was installed by Mac ports. </div><div><br></div><div>In any case, my guess is that this has nothing to do with Dip and is just due to an incompatible library installed somewhere on your machine. This kind of thing is very difficult to debug if you're not very familiar with all the tool chains involved. I personally haven't upgraded to OS X 10.11 yes, but I will do that soon and can also try to set up an OS X 10.11 build on Travis CI to make sure there are no issues. Are you able to build other things?</div><div><br></div><div>If you can post the output of make somewhere (maybe put up a gist on github) or send it to me off-line, as well as the config.log file in the Dip subdirectory, I'll see if I can suggest anything.</div><div><br></div><div>Cheers,</div><div><br></div><div>Ted </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jan 17, 2016 at 2:17 AM, m noorizadegan <span dir="ltr"><<a href="mailto:m.noorizadegan@gmail.com" target="_blank">m.noorizadegan@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hi Ted,<div><br></div><div>The OS X version is 10.11.2.</div><div>The compiler details are:</div><div>Apple LLVM version 7.0.2 (clang-700.1.81)</div><div>Target: x86_64-apple-darwin15.2.0.</div><div>Thread model= posix.</div><div>The iMac itself is MK452.</div><div><br></div><div>I have also Xcode 7.2 installed</div><div><br></div><div>I follow the instruction on the dip page as follows: </div><div><pre style="border:1px solid rgb(215,215,215);border-top-left-radius:0.3em;border-top-right-radius:0.3em;border-bottom-right-radius:0.3em;border-bottom-left-radius:0.3em;margin-right:1.75em;margin-left:1.75em;padding:0.25em;overflow:auto;font-size:13px;line-height:normal;background-color:rgb(247,247,247);background-position:initial initial;background-repeat:initial initial">cd
svn checkout <a href="https://projects.coin-or.org/svn/Dip/releases/0.92.0" target="_blank">https://projects.coin-or.org/svn/Dip/releases/0.92.0</a> Dip-0.92.0
cd Dip-0.92.0
./configure
make
make install</pre><div>In “make” step I get the following errors:</div></div><div><br></div><div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(17,5,59)">ld: symbol(s) not found for architecture x86_64</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(17,5,59)">clang: error: linker command failed with exit code 1 (use -v to see invocation)</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(17,5,59)">make[4]: *** [libDecomp.la] Error 1</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(17,5,59)">make[3]: *** [all-recursive] Error 1</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(17,5,59)">make[2]: *** [all] Error 2</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(17,5,59)">make[1]: *** [all-recursive] Error 1</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(17,5,59)">make: *** [all-recursive] Error 1</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(17,5,59)">mahdis-iMac:Dip-0.92.0 MahdiNoorizadegan$ make -v</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(17,5,59)">GNU Make 3.81</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(17,5,59)">Copyright (C) 2006  Free Software Foundation, Inc.</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(17,5,59)">This is free software; see the source for copying conditions.</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(17,5,59)">There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(17,5,59)">PARTICULAR PURPOSE.</div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(17,5,59);min-height:13px"><br></div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(17,5,59)">This program built for<u> i386-apple-darwin11.3.0</u></div></div><div><br></div><div>As the above line suggests, it seems there might be incompatibility issue.</div><div><br></div><div>Also I do apologise for the typo mistake (difficult), I meant default too.</div><div> </div><div>Please do let me know if more information are required.</div><div><br></div><div>Best,</div><div>Mahdi  </div><div><div class="h5"><div><br><div><blockquote type="cite"><div>On 16 Jan 2016, at 6:29 pm, Ted Ralphs <<a href="mailto:ted@lehigh.edu" target="_blank">ted@lehigh.edu</a>> wrote:</div><br><div><div dir="ltr">Hi Mahdi,<div><br></div><div>DIP isn't built for any particular architecture. It should build on both 32-bit and 64-bit architectures. My iMac is 64-bit and it builds fine there. If you can post the OS X version you're using, the compiler and version, and the exact sequence of commands, etc., we can try to get it sorted out.</div><div><br></div><div>Cheers,</div><div><br></div><div>Ted </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jan 16, 2016 at 8:34 AM, m noorizadegan <span dir="ltr"><<a href="mailto:m.noorizadegan@gmail.com" target="_blank">m.noorizadegan@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hi Ted,<div><br></div><div>I also noticed that dip is built for i386-apple-darwin11.3.0.</div><div>On my os x (or new clang++) it is x86_64-apple-darwin15.2.0.</div><div>Is it possible that the problem is due to this?</div><div><br></div><div>Best,</div><div>Mahdi</div><div><br></div><div><div><blockquote type="cite"><div><div><div>On 14 Jan 2016, at 6:32 pm, Ted Ralphs <<a href="mailto:ted@lehigh.edu" target="_blank">ted@lehigh.edu</a>> wrote:</div><br></div></div><div><div><div><div dir="ltr">Hi Mahdi,<div><br></div><div>That certainly seems to be one of the possible explanations. If you just build with default options (no arguments to configure) on a modern version of OS x, it should use clang and you should have no problems. If you need gcc for some reason, then I would suggest using the version provided by homebrew.</div><div><br></div><div>Cheers,</div><div><br></div><div>Ted</div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div>On Thu, Jan 14, 2016 at 7:02 AM, mahdi noorizadegan <span dir="ltr"><<a href="mailto:m.noorizadegan@gmail.com" target="_blank">m.noorizadegan@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div dir="ltr"><div class="gmail_default" style="font-family:georgia,serif;color:rgb(32,18,77)">Hi Ted,<br><br></div><div class="gmail_default" style="font-family:georgia,serif;color:rgb(32,18,77)">Thanks for your comment.<br></div><div class="gmail_default" style="font-family:georgia,serif;color:rgb(32,18,77)">I searched on the internet, seems it might be due to incomplete installation of GCC or missing/outdated some libraries  on OS X</div><div class="gmail_default" style="font-family:georgia,serif;color:rgb(32,18,77)"><br></div><div class="gmail_default" style="font-family:georgia,serif;color:rgb(32,18,77)">I try these things and will post it on the mailing list.<br><br></div><div class="gmail_default" style="font-family:georgia,serif;color:rgb(32,18,77)">Thanks again,<br></div><div class="gmail_default" style="font-family:georgia,serif;color:rgb(32,18,77)">Cheers,<br></div><div class="gmail_default" style="font-family:georgia,serif;color:rgb(32,18,77)">Mahdi<br></div></div></div></div><div><div><div class="gmail_extra"><br><div class="gmail_quote"><div><div>On 13 January 2016 at 19:50, Ted Ralphs <span dir="ltr"><<a href="mailto:ted@lehigh.edu" target="_blank">ted@lehigh.edu</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div dir="ltr">Hi Mahdi,<div><br></div><div>Hmm, it's hard to know what's wrong without a bit more information. I build Dip on OS X on a regular basis and it should work out of the box. I've seen that error before, but it's pretty generic and can be any number of things. Would you mind posting some more details to the mailing list? It's always good to have these things archived in case others have the same problem. Details would include such things as the exact sequence of command you executed (what arguments you gave to configure), clang version, OS X version, etc. Eventually, I may ask you for the config.log file, but let's get the basics down first.</div><div><br></div><div>Cheers,</div><div><br></div><div>Ted</div></div></div></div><div><div><div class="gmail_extra"><br><div class="gmail_quote"><div><div>On Wed, Jan 13, 2016 at 8:02 AM, m noorizadegan <span dir="ltr"><<a href="mailto:m.noorizadegan@gmail.com" target="_blank">m.noorizadegan@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><div>Hi Ted,<div><br></div><div>Thanks a lot. </div><div>By the description, it seems to work for me.</div><div>I will install DIP and see how it goes although I have encountered some errors on my machine (iMac) following the installation guild line.</div><div> Any suggestion to sort it out would be appreciated!</div><div> The screenshot is attached.</div><div><br></div><div>Cheers,</div><div><br></div></div></div><div>Mahdi<span><Error.png></span></div><div><div><div><div><div><br></div><div><br><div><blockquote type="cite"><div>On 12 Jan 2016, at 8:14 am, Ted Ralphs <<a href="mailto:ted@lehigh.edu" target="_blank">ted@lehigh.edu</a>> wrote:</div><br><div><div dir="ltr">Hi Mahdi,<div><br></div><div>Have you looked at DIP (<a href="https://projects.coin-or.org/Dip" target="_blank">https://projects.coin-or.org/Dip</a>)? It is much easier to work, can be called through a modeling language, and provides many of the same capabilities as BCP with a much lower burden on the user. Let me know if that looks like it might suffice. I'm happy to provide more details and point you towards materials that would help you get started.</div><div><br></div><div>Cheers,</div><div><br></div><div>Tede </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jan 10, 2016 at 8:49 AM, mahdi noorizadegan <span dir="ltr"><<a href="mailto:mahdi.noorizadegan.09@mail.wbs.ac.uk" target="_blank">mahdi.noorizadegan.09@mail.wbs.ac.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:georgia,serif;color:#20124d">Dear Ted,</div><div class="gmail_default" style="font-family:georgia,serif;color:#20124d"><br></div><div class="gmail_default" style="font-family:georgia,serif;color:#20124d">I have been working on branch-and-cut-and-price algorithms for some applications.</div><div class="gmail_default" style="font-family:georgia,serif;color:#20124d">I have used SCIP so far. But as you may know there are problems in its branch-and-bound tree</div><div class="gmail_default" style="font-family:georgia,serif;color:#20124d">and also its general performance.</div><div class="gmail_default" style="font-family:georgia,serif;color:#20124d"><br></div><div class="gmail_default" style="font-family:georgia,serif;color:#20124d">As noticed Coin-bcp is not maintained anymore.</div><div class="gmail_default" style="font-family:georgia,serif;color:#20124d">Implementing an efficient branch-and-bound method that can handle bcp algorithm is </div><div class="gmail_default" style="font-family:georgia,serif;color:#20124d">not easy too.</div><div class="gmail_default" style="font-family:georgia,serif;color:#20124d"><br></div><div class="gmail_default" style="font-family:georgia,serif;color:#20124d">I was wondering if you have any advice?</div><div class="gmail_default" style="font-family:georgia,serif;color:#20124d"><br></div><div class="gmail_default" style="font-family:georgia,serif;color:#20124d">Looking forward to hearing from you,</div><div class="gmail_default" style="font-family:georgia,serif;color:#20124d">Best,</div><div class="gmail_default" style="font-family:georgia,serif;color:#20124d">Mahdi</div><div class="gmail_default" style="font-family:georgia,serif;color:#20124d"><br></div><div class="gmail_default" style="font-family:georgia,serif;color:#20124d">p.s., Following your last response in the bcp mailing list, I am sending this email.</div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div><div dir="ltr">Dr. Ted Ralphs<br>Professor, Lehigh University<br><a href="tel:%28610%29%20628-1280" value="+16106281280" target="_blank">(610) 628-1280</a><br>ted 'at' lehigh 'dot' edu<br><a href="http://coral.ie.lehigh.edu/~ted" target="_blank">coral.ie.lehigh.edu/~ted</a><br></div></div>
</div>
</div></blockquote></div><br></div></div></div></div></div></div></blockquote></div><div><div><br><br clear="all"><div><br></div>-- <br><div><div dir="ltr">Dr. Ted Ralphs<br>Professor, Lehigh University<br><a href="tel:%28610%29%20628-1280" value="+16106281280" target="_blank">(610) 628-1280</a><br>ted 'at' lehigh 'dot' edu<br><a href="http://coral.ie.lehigh.edu/~ted" target="_blank">coral.ie.lehigh.edu/~ted</a><br></div></div>
</div></div></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><div><div><br><br clear="all"><div><br></div>-- <br><div><div dir="ltr">Dr. Ted Ralphs<br>Professor, Lehigh University<br><a href="tel:%28610%29%20628-1280" value="+16106281280" target="_blank">(610) 628-1280</a><br>ted 'at' lehigh 'dot' edu<br><a href="http://coral.ie.lehigh.edu/~ted" target="_blank">coral.ie.lehigh.edu/~ted</a><br></div></div>
</div></div></div>
</div></blockquote></div><br></div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div><div dir="ltr">Dr. Ted Ralphs<br>Professor, Lehigh University<br><a href="tel:%28610%29%20628-1280" value="+16106281280" target="_blank">(610) 628-1280</a><br>ted 'at' lehigh 'dot' edu<br><a href="http://coral.ie.lehigh.edu/~ted" target="_blank">coral.ie.lehigh.edu/~ted</a><br></div></div>
</div>
</div></blockquote></div><br></div></div></div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Dr. Ted Ralphs<br>Professor, Lehigh University<br>(610) 628-1280<br>ted 'at' lehigh 'dot' edu<br><a href="http://coral.ie.lehigh.edu/~ted" target="_blank">coral.ie.lehigh.edu/~ted</a><br></div></div>
</div>