<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2017-06-15 1:28 GMT+07: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:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 06/11/2017 05:08 AM, Adam wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;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></blockquote><div><br></div><div>Aha - "from-scrach" is likely the recommended way of doing things then, Marc?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">It fails Test 1 of "make check", but I don't know whether that's relevant.<br></blockquote><div><br></div><div>What failure message do you get?</div></div></div></div>