>>>>> "Gisle" == Gisle Sælensminde <[EMAIL PROTECTED]> writes:
Gisle> run-program don't work with relative paths in newer versions of Gisle> cmucl (19-> ?) I have encountered the same problem myself. Don't Gisle> know whether this is intended or just a bug. If you either add the Gisle> location of the program to the $PATH environment variable, or use Gisle> an absolute path, it works. AFAICT, it has merged with the path: search-list since 1994 (according to the commit logs). I tried with 18c and relative paths will only work if you have "." in your $PATH, because it just appends the given path to all the possible paths in the path: search-list, basically the same way the shell would do it. Gisle> I tested it both on solaris and linux, but for cmucl 18e on Gisle> solaris it worked, so the semantics has changed since then. Gisle> In fact I had to change some programs that used to run on cmucl 18e Gisle> on solaris, but now runs on cmucl 19 on linux. Could you describe these changes? I'm curious to know what has changed that caused problems for you. Ray