Hello,<br><br><br>I have compiled with cygwin the latest gambit version (4.6.0). Was used sequence<br><br>./configure --enable-single-host <br>make<br>make install<br><br>The "make check" stop in infinity loop after:<br>

../gsi/gsi -:h4000,~~bin=../bin,~~lib=../lib,~~include=../include -f error.scm < error.scm > test2.out<br><br>Anyway. After installation the "gsi" works. "gsc -c" also. <br><br>But "gsi -obj" or "gsc -exe" dying in infinity loop <br>

(can be terminated by ctrl+c with message *** INTERRUPTED IN ##make-device-port-from-single-device)<br><br>If try compile file .c file by gcc there is error:<br> undefined reference to `_WinMain@16'<br><br>Also log has allot of <br>

/tmp/cco0Sj28.o:test.c:(.text+0x71): undefined reference to `____gstate'<br>/tmp/cco0Sj28.o:test.c:(.text+0x84): undefined reference to `____G_fac'<br>/tmp/cco0Sj28.o:test.c:(.text+0xbc): undefined reference to `____gstate'<br>

/tmp/cco0Sj28.o:test.c:(.text+0xd4): undefined reference to `____G_fac'<br>....<br><br>Any ideas?<br><br>-- Valeriya<br>