<div dir="ltr">Nice ... compilation went through but there were unresolved symbols -<div><br></div><div><div>libgambc.lib(os_dyn.obj) : error LNK2001: unresolved external symbol ____get_tls_ptr</div><div>libgambc.lib(os_shell.obj) : error LNK2001: unresolved external symbol ____get_tls_ptr</div><div>libgambc.lib(os_tty.obj) : error LNK2001: unresolved external symbol ____get_tls_ptr</div><div>libgambc.lib(os_files.obj) : error LNK2001: unresolved external symbol ____get_tls_ptr</div><div>libgambc.lib(setup.obj) : error LNK2001: unresolved external symbol ____get_tls_ptr</div><div>libgambc.lib(os_base.obj) : error LNK2001: unresolved external symbol ____get_tls_ptr</div><div>libgambc.lib(os_io.obj) : error LNK2001: unresolved external symbol ____get_tls_ptr</div><div>libgambc.lib(os_setup.obj) : error LNK2001: unresolved external symbol ____get_tls_ptr</div><div>libgambc.lib(setup.obj) : error LNK2019: unresolved external symbol ____set_tls_ptr referenced in function _setup_dynamic_linking</div><div>libgambc.lib(setup.obj) : error LNK2019: unresolved external symbol ____setup_actlog_vmstate referenced in function ____setup_vmstate</div><div>libgambc.lib(setup.obj) : error LNK2019: unresolved external symbol ____cleanup_actlog_vmstate referenced in function ____cleanup_vmstate</div><div>libgambc.lib(setup.obj) : error LNK2019: unresolved external symbol ____actlog_start_pstate referenced in function _execute_sync_op</div><div>libgambc.lib(setup.obj) : error LNK2019: unresolved external symbol ____actlog_stop_pstate referenced in function _execute_sync_op</div><div>libgambc.lib(mem.obj) : error LNK2019: unresolved external symbol ____setup_actlog_pstate referenced in function ____setup_mem_pstate</div><div>gsi.exe : fatal error LNK1120: 7 unresolved externals</div></div><div><br></div><div>so, I added actlog.c to the compilation list and the the exe was generated - and they work in the interactive mode.</div><div><br></div><div>When I tried to compile a hello.scm -> (display "hello") using gsc, I get the following error -</div><div><br></div><div><div>C:\Users\ckk\gambit>gsc\gsc hello.scm</div><div>*** ERROR IN ##parameterize -- No such file or directory</div><div>(current-directory "C:\\Users\\ckk\\gambit\\gsc\\bin\\")</div></div><div><br></div><div>Regards,</div><div>Kashyap</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 9, 2017 at 7:37 AM, Marc Feeley <span dir="ltr"><<a href="mailto:feeley@iro.umontreal.ca" target="_blank">feeley@iro.umontreal.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Sorry… I miss configured the WIN32 thread system… try again with the new commit.<br>
<span class="HOEnZb"><font color="#888888"><br>
Marc<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
> On Feb 9, 2017, at 10:05 AM, C K Kashyap <<a href="mailto:ckkashyap@gmail.com">ckkashyap@gmail.com</a>> wrote:<br>
><br>
> Here's the output after pulling your changes (and chainging 11 to 15 for vcvars32) -<br>
<br>
</div></div></blockquote></div><br></div>