<html><body><div><div style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(255, 255, 255); padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 1px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; overflow-x: auto; overflow-y: auto; font: normal normal normal 13px/normal Helvetica, Arial, sans-serif; font-family: 'Times New Roman'; font-size: medium; "><div>Helpful CCL developers,</div><div><br></div><div>I am trying to get GSLL running on my Windows XP SP3 box.  I run into trouble loading fsbv when cffi does the equivalent of <span style="font-family: 'courier new', monospace; ">(open-shared-library "cygffi-4.dll")</span>.  By trouble I mean that CCL hangs, which means I unfortunately have no backtraces to share.  My guess is that CCL is having trouble resolving some dependency.</div><div><br></div><div>From what I can tell- using <span style="font-family: 'courier new', monospace; ">cygcheck</span>- the dependencies for <span style="font-family: 'courier new', monospace; ">cygffi-4.dll</span> are:</div><div><span style="font-family: 'courier new', monospace; "><span class="Apple-tab-span" _mce_style="white-space: pre;" style="white-space: pre; ">      </span>cygcc_s-1.dll</span></div><div><span style="font-family: 'courier new', monospace; "><span class="Apple-tab-span" _mce_style="white-space: pre;" style="white-space: pre; "> </span>cygwin1.dll</span></div><div><span style="font-family: 'courier new', monospace; "><span class="Apple-tab-span" _mce_style="white-space: pre;" style="white-space: pre; ">   </span>ADVAPI32.dll</span></div><div><span style="font-family: 'courier new', monospace; "><span class="Apple-tab-span" _mce_style="white-space: pre;" style="white-space: pre; ">  </span>KERNEL32.dll</span></div><div><span style="font-family: 'courier new', monospace; "><span class="Apple-tab-span" _mce_style="white-space: pre;" style="white-space: pre; ">  </span>ntdll.dll</span></div><div><span style="font-family: 'courier new', monospace; "><span class="Apple-tab-span" _mce_style="white-space: pre;" style="white-space: pre; ">     </span>RPCRT4.dll</span></div><div><span style="font-family: 'courier new', monospace; "><span class="Apple-tab-span" _mce_style="white-space: pre;" style="white-space: pre; ">    </span>Secur32.dll</span></div><div><br></div><div>I called open-shared-library individually on each of the above.  When I try to open '<span style="font-family: 'courier new', monospace; ">cygcc_s-1.dll</span>' CCL hangs.  Everything else loads okay, which is strange since <span style="font-family: 'courier new', monospace; ">cygcheck</span> indicates that <span style="font-family: 'courier new', monospace; ">cygcc_s-1.dll</span> depends on all the DLL's listed after it.  Any ideas on why CCL is hanging at this point?  Don't know if it is useful to mention, but I get the same behavior in sbcl using its FFI.</div><div><br></div><div>Thanks,</div><div>John</div><div><br></div></div></div></body></html>