<div dir="ltr"><div>I got the 20.4.24 tarball and actually managed to compile it on Windows 10 using cygwin gcc.</div><div><br></div><div>Got it to run and it seems to work pretty well from what I've seen so far.</div><div><br></div><div>However, the goal of my doing all this was to be able to link Lisp code to C/C++ code and compile-file doesn't want to work.</div><div><br></div><div>With this simple lisp file named t2.lsp:</div><div>(defun gpdtest ()<br>  (print "we did it"))</div><div>When I do this (when in the same directory):</div><div>(compile-file "t2.lsp" :system-p t)</div><div>I get this back:</div><div>Condition of type: FILE-ERROR<br>Filesystem error with pathname #P"SYS:CMP.NEWEST".</div><div>Which makes no sense to me.</div><div><br></div><div>If I do this:</div><div>(probe-file "t2.lsp")</div><div>I get back:</div><div>#P"/cygdrive/c/Users/danger/gcl/t2.lsp"</div><div><br></div><div>Thoughts?</div><div><br></div><div>Apologies in advance if this is a stupid question. :-)</div><div><br></div><div>Thanks,</div><div>Garrett Dangerfield.<br></div></div>