Link Fails

Started by Tim Johnson, November 08, 2004, 03:15:03 PM

Previous topic - Next topic

Tim Johnson

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
Programmer since 1987. Unix environment.

Tim Johnson

#1
Posted too quick, full path was needed. Comments are welcome.

Why doesn't newlisp search $PATH?
Programmer since 1987. Unix environment.