newLISP Fan Club

Forum => newLISP in the real world => Topic started by: Tim Johnson on November 08, 2004, 03:15:03 PM

Title: Link Fails
Post by: Tim Johnson on November 08, 2004, 03:15:03 PM
Command is:

(link "newlisp" "hw" "hw.lsp")

[tim@linus test]$which newlisp

  shows newlisp at /usr/bin/newlisp, i.e. newlisp

   is in the path.

link.lsp and hw.lsp are in the same directory

Error message is

"list or string expected : (file-info orgEx)"

(file-info "newlisp") from the command line gives

nil

NOTE: this is same whether I am user or root.

Looks like file-info is failing to return anything.



Any ideas?

thanks

tim
Title:
Post by: Tim Johnson on November 08, 2004, 03:22:39 PM
Posted too quick, full path was needed. Comments are welcome.

Why doesn't newlisp search $PATH?