<br><br><div class="gmail_quote">2012/10/4 Tomi Neste <span dir="ltr"><<a href="mailto:tomi.neste@gmail.com" target="_blank">tomi.neste@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

When trying to compile a simple test file with Blackhole under Mingw/MSys I get<br>
<br>
~ $ bh compile foo.scm<br>
<br>
gcc: error: foo-rt.c: No such file or directory<br>
gcc: fatal error: no input files<br>
compilation terminated.<br>
gcc: error: foo-ct.c: No such file or directory<br>
gcc: fatal error: no input files<br>
compilation terminated.<br>
gcc: error: foo-vt.c: No such file or directory<br>
gcc: fatal error: no input files<br>
compilation terminated.<br>
gcc: error: foo-mi.c: No such file or directory<br>
gcc: fatal error: no input files<br>
compilation terminated.<br>
gcc: error: foo.o1.c: No such file or directory<br>
gcc: fatal error: no input files<br>
compilation terminated.<br>
<br>
Any clues?<br></blockquote><div><br></div><div>Turn on the GSC_CC_VERBOSE or sth like this environment variable, so that the gsc_cc.bat file will print out the full path it executes (check that script, it's in Gambit's bin directory), i.e.</div>

<div><br></div><div>  cmd</div><div>  set GS_CC_VERBOSE=TRUE<br>  gsc</div><div>  [module-compile! etc .]</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Also when trying to compile the BH with --enable-single-host'ed Gambit<br>
I ran out of memory, is that to be expected? </blockquote><div><br></div><div>How much memory are we speaking about?</div><div><br></div><div>As posted on this ML some months ago (by Alex?), excessive RAM use was reported as a bug to the gcc time and they did something about it, so getting a very new gcc version could solve it. (The Gambit-generated code is *full* of goto:s and there's some optimization per goto that cost lots of RAM, in newer GCC versions it shuts off that optimization above a certain number of goto:s, as for the RAM use not to become excessive like 75GB etc.)</div>

<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">ISTR it has worked in the<br>
past... Without --enable-single-host it compiles just fine though.<br></blockquote><div><br></div><div>Mm, without it the C code is less complex </div><div><br></div><div><br></div><div>You should clearly get it going. Please tell about your next outcomes with this.</div>

<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="HOEnZb"><font color="#888888">--<br>
tomppa<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>
</font></span></blockquote></div><br>