<div class="gmail_quote">This is the same gotcha that hit me the first time I did a hg pull of Gambit.</div>
<div class="gmail_quote"> </div>
<div class="gmail_quote">I you read carefully the doc on the web site it says you must do a make bootstrap the first time you install a new release of Gambit. This command builds the gsc-comp file that you are missing.</div>

<div class="gmail_quote"> </div>
<div class="gmail_quote">So the solution is:</div>
<ol>
<li>
<div class="gmail_quote">reinstall a pristine 4.1.0</div></li>
<li>
<div class="gmail_quote">make</div></li>
<li>
<div class="gmail_quote">make install</div></li>
<li>
<div class="gmail_quote">make bootstrap</div></li>
<li>
<div class="gmail_quote">hg pull</div></li>
<li>
<div class="gmail_quote">...</div></li></ol>
<div class="gmail_quote"><font face="Arial"></font> </div>
<div class="gmail_quote">On Dec 13, 2007 10:25 AM, François Magnan <<a href="mailto:francois.magnan@licef.ca">francois.magnan@licef.ca</a>> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div style="WORD-WRAP: break-word">Hi, 
<div><br></div>
<div>I got the latest gambit revision from mercurial</div>
<div><br></div>
<div>hg clone <a href="http://www.iro.umontreal.ca/~gambit/repo/gambit/" target="_blank">http://www.iro.umontreal.ca/~gambit/repo/gambit/</a></div>
<div><br></div>
<div>and I wanted to compile it. There was no "configure" script so I used the latest from 4.1.0 release. </div>
<div><br></div>
<div>I did,</div>
<div><br></div>
<div><br></div>
<div><font face="Courier">./configure --enable-single-host --enable-gcc-opts</font></div>
<div>
<div><font face="Courier">make</font></div>
<div><br></div>
<div>and got:</div>
<div><br></div>
<div><br></div>
<div><font face="Courier">making all in include</font></div>
<div><font face="Courier">making all in lib</font></div>
<div><font face="Courier">../gsc-comp -:=.. -f -c -check _io.scm</font></div>
<div><font face="Courier">make[1]: ../gsc-comp: Command not found</font></div>
<div><font face="Courier">make[1]: *** [_io.c] Error 127</font></div>
<div><font face="Courier">make: *** [all-recursive] Error 1</font></div>
<div><br></div>
<div>What am I doing wrong?</div>
<div><br></div>
<div>Thank you,</div>
<div>Francois Magnan</div>
<div><br></div>
<div><br></div>
<div>P.S.: A small SNOW comment. It would be nice if the SNOW documentation was also in a wiki so that experienced users can contribute to write documentation. I found what I needed in the official doc and in the mailing list but it would be simpler to put it all at the ssame place.
</div>
<div><br></div>
<div><br></div>
<div><br></div></div></div><br>_______________________________________________<br>Gambit-list mailing list<br><a href="mailto:Gambit-list@iro.umontreal.ca">Gambit-list@iro.umontreal.ca</a><br><a href="https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list" target="_blank">
https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list</a><br><br></blockquote></div><br>