From: ASSI <Str...@ne...> - 2023-07-09 15:57:10
|
Gunter Königsmann via Maxima-discuss writes: > +CLISP_RUNTIME_PATH="@CLISP_RUNTIME_PATH@" CLISP_RUNTIME_PATH="/usr/lib/clisp-2.49+/base/lisp.exe" > +export CLISP_RUNTIME_PATH > +PATH=${PATH}:${CLISP_RUNTIME_PATH%/*} PATH=${PATH}:${CLISP_RUNTIME_PATH%/*} > What is the last of these lines needed for - and what does "%/*" mean? It removes the trailing (non-directory) component in CLISP_RUNTIME_PATH so that the directory lisp.exe is in can be added to the PATH (this is necessary on Windows for clisp to work correctly). The actual expansions resulting for the Cygwin installation are shown above. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2: http://Synth.Stromeko.net/Downloads.html#WaldorfSDada |