<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">I need to run CCL from the command line in order to test ASDF.  But I can't quite figure out how to do this.  I linked the executable to a place in my path:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">ln -s /Applications/Clozure\ CL.app/Contents/MacOS/dx86cl64 ~/bin/ccl
</code></pre>

<p dir="auto">...because I couldn't figure out how to get a pathname with "Clozure CL.app" in it into my path.  But then when I try to run it, I get this error:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">$ ccl
Lisp Breakpoint
? for help
[77375] Clozure CL kernel debugger: ?
(G)  Set specified GPR to new value
(R)  Show raw GPR/SPR register values
(L)  Show Lisp values of tagged registers
(F)  Show FPU registers
(S)  Find and describe symbol matching specified name
(B)  Show backtrace
(T)  Show info about current thread
(M)  Show memory areas
(X)  Exit from this debugger, asserting that any exception was handled
(P)  Propagate the exception to another handler (debugger or OS)
(K)  Kill Clozure CL process
(V)  Show Subversion revision information
(?)  Show this help
[77375] Clozure CL kernel debugger: Killed: 9
</code></pre>

<p dir="auto">This is on Catalina.</p>

<p dir="auto">Thanks!</p>

<p dir="auto">P.S. If you have some way to test CCL unattended (Jenkins, travis, etc.) on multiple operating systems, I would <em>love</em> to get the head version of ASDF hooked into that -- I don't really have the resources to do this myself any more.  Right now I just test on my laptop and on linux, and I cannot test <em>any</em> implementations on Windows.</p>
</div>
</div>
</body>
</html>