[Ecls-list] OK, really simple request for anyone using ECL on Cygwin

Robin Lee Powell rlpowell at digitalkingdom.org
Fri Aug 8 18:20:34 UTC 2008


Can someone with ECL working on Cygwin please show me how to load
ECL's asdf, using an actual "load" command?  If you can get it to
work, *please* also show me the --prefix= you passed to configure.

My attempts are below.  Almost everything that ECL claims it can't
find work just fine at the bash prompt.  Some of them even work at a
CMD prompt, once \\ is dealt with.

-Robin

--prefix='c:\\cygwin\\home\\rpowell\\ecl-bin':

> (load "c:\\cygwin\\usr\\local\\lib\\ecl\\asdf.fas")
;;; Loading "c:/cygwin/usr/local/lib/ecl/asdf.fas"
Can't change the current directory to #P"c:/cygwin/usr/local/lib/ecl/asdf.fas"
Explanation: No such file or directory.

Why it's trying to change to that as a *directory* I have no idea.

> (load "c:\\cygwin\\usr\\local\\lib\\ecl\\asdf")
;;; Loading #P"c:/cygwin/usr/local/lib/ecl/asdf.fas"
Can't change the current directory to #P"c:/cygwin/usr/local/lib/ecl/asdf.fas"
Explanation: No such file or directory.

> (load "/cygdrive/c/cygwin/usr/local/lib/ecl/asdf")
;;; Loading #P"/cygdrive/c/cygwin/usr/local/lib/ecl/asdf.fas"
LOAD: Could not load file #P"/cygdrive/c/cygwin/usr/local/lib/ecl/asdf.fas" (Error: "No such file or directory")

> (load "/cygwin/usr/local/lib/ecl/asdf")
Filesystem error with pathname #P"/cygwin/usr/local/lib/ecl/asdf".
Either
 1) the file does not exist, or
 2) we are not allow to access the file, or
 3) the pathname points to a broken symbolic link.

> (load "c:/cygwin/usr/local/lib/ecl/asdf")
;;; Loading #P"c:/cygwin/usr/local/lib/ecl/asdf.fas"
Can't change the current directory to #P"c:/cygwin/usr/local/lib/ecl/asdf.fas"
Explanation: No such file or directory.

> (load "/usr/local/lib/ecl/asdf")
;;; Loading #P"/usr/local/lib/ecl/asdf.fas"
LOAD: Could not load file #P"/usr/local/lib/ecl/asdf.fas" (Error: "No such file or directory")

> (load "SYS:asdf")
Filesystem error with pathname #P"SYS:asdf.NEWEST".
Either
 1) the file does not exist, or
 2) we are not allow to access the file, or
 3) the pathname points to a broken symbolic link.

> (load "SYS:asdf.fas")
Filesystem error with pathname #P"SYS:asdf.fas.NEWEST".
Either
 1) the file does not exist, or
 2) we are not allow to access the file, or
 3) the pathname points to a broken symbolic link.
Broken at SI:BYTECODES.No restarts available.


No --prefix:

>  (load "c:\\cygwin\\usr\\local\\lib\\ecl\\asdf.fas")
;;; Loading "c:/cygwin/usr/local/lib/ecl/asdf.fas"
Can't change the current directory to #P"c:/cygwin/usr/local/lib/ecl/asdf.fas"
Explanation: No such file or directory.

> (load "c:\\cygwin\\usr\\local\\lib\\ecl\\asdf")
;;; Loading #P"c:/cygwin/usr/local/lib/ecl/asdf.fas"
Can't change the current directory to #P"c:/cygwin/usr/local/lib/ecl/asdf.fas"
Explanation: No such file or directory.

> (load "/cygdrive/c/cygwin/usr/local/lib/ecl/asdf")
;;; Loading #P"/cygdrive/c/cygwin/usr/local/lib/ecl/asdf.fas"
LOAD: Could not load file #P"/cygdrive/c/cygwin/usr/local/lib/ecl/asdf.fas" (Error: "No such file or directory")

> (load "/cygwin/usr/local/lib/ecl/asdf")
Filesystem error with pathname #P"/cygwin/usr/local/lib/ecl/asdf".
Either
 1) the file does not exist, or
 2) we are not allow to access the file, or
 3) the pathname points to a broken symbolic link.

> (load "c:/cygwin/usr/local/lib/ecl/asdf")
;;; Loading #P"c:/cygwin/usr/local/lib/ecl/asdf.fas"
Can't change the current directory to #P"c:/cygwin/usr/local/lib/ecl/asdf.fas"
Explanation: No such file or directory.

> (load "/usr/local/lib/ecl/asdf")
;;; Loading #P"/usr/local/lib/ecl/asdf.fas"
LOAD: Could not load file #P"/usr/local/lib/ecl/asdf.fas" (Error: "No such file or directory")

> (load "SYS:asdf")
;;; Loading #P"/usr/local/lib/ecl/asdf.fas"
LOAD: Could not load file #P"/usr/local/lib/ecl/asdf.fas" (Error: "No such file or directory")

> (load "SYS:asdf.fas")
;;; Loading "/usr/local/lib/ecl/asdf.fas"
LOAD: Could not load file "/usr/local/lib/ecl/asdf.fas" (Error: "No such file or directory")




More information about the ecl-devel mailing list