I observed the following behavior
* (probe-file (pathname "./bin/gtkd"))
#p"/home/zbyszek/cmucl-init/cl-gtk/bin/gtkd"
* (run-program "./bin/gtkd" '("./bin/gtkd"))
Error in function RUN-PROGRAM: No such program: "./bin/gtkd"
[Condition of type SIMPLE-ERROR]
Restarts:
0: [ABORT] Return to Top-Level.
Debug (type H for help)
(RUN-PROGRAM "./bin/gtkd" ("./bin/gtkd" "./bin/gtkd") :ENV NIL ...)
Source: (ERROR "No such program: ~S" PROGRAM)
0]
This is under 19a on Slackware Linux. gtkd exists and is executable.
Any reason for this inconsistency?
Regards,
Zbyszek Jurkiewicz