<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2017-06-15 2:28 GMT+08:00 Bradley Lucier <span dir="ltr"><<a href="mailto:lucier@math.purdue.edu" target="_blank">lucier@math.purdue.edu</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-">On 06/11/2017 05:08 AM, Adam wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
so the following is how to properly switch it on right?:<br>
<br>
<br>
git clone <a href="https://github.com/gambit/gambit.git" rel="noreferrer" target="_blank">https://github.com/gambit/gamb<wbr>it.git</a><br>
cd gambit<br>
./configure --enable-auto-force<br>
make -j4<br>
mv gsc/gsc gsc-boot<br>
make bootclean<br>
make -j4<br>
sudo make install<br>
<br>
Or do you suggest any other sequence or way? Should I use "from-scratch" instead of "make bootclean" + "make"?<br>
<br>
</blockquote>
<br></span>
This appears to build an executable:<br>
<br>
    29  18:34   git clone <a href="https://github.com/gambit/gambit.git" rel="noreferrer" target="_blank">https://github.com/gambit/gamb<wbr>it.git</a><br>
    30  18:34   cd gambit<br>
    31  18:34   ./configure<br>
    32  18:34   make -j4 current-gsc-boot<br>
    35  18:37   ./configure --enable-single-host --enable-auto-forcing<br>
    36  18:37   make -j 8 from-scratch<br>
<br>
It fails Test 1 of "make check", but I don't know whether that's relevant.<br>
<br>
Brad<br>
</blockquote></div><br></div><div class="gmail_extra">Brad,</div><div class="gmail_extra"><br></div><div class="gmail_extra">What you suggested now would be how to build the current beta SMP Gambit, currently during its period of lots of deep changes, which is a transitory period, right? -</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Let's nail how to do it in the 'ordinary' case too, so that would be in a while from now, and, for older Gambit versions. Would it be like this?:</div><div class="gmail_extra"><br></div><div class="gmail_extra">./configure --enable-auto-forcing<br></div><div class="gmail_extra"><div class="gmail_extra">make from-scratch</div><div><div>cp gsc/gsc ./gsc-boot</div></div><div><div>make clean</div><div>make</div></div><div>sudo make install</div></div></div>