-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 According to Larry Hall (Cygwin) on 2/5/2008 8:42 PM: |> $ /usr/bin/clisp -norc -q -K full || echo $? |> 53 |> No such error is returned for the base set of modules for either version |> 2.43-2 or 2.44-1: |> |> $ /usr/bin/clisp -q -norc -K base || echo $? |> [1]>_ |> | Sounds like it could be a missing dependency problem. Does 'cygcheck | clisp' | report any missing DLLs?
Yep. Looking at the strace, -K full triggers the exec of /lib/clisp-2.44/full/lisp.exe, which complains: $ cygcheck /lib/clisp-2.44/full/lisp c:\cygwin\lib/clisp-2.44/full/lisp.exe ... Error: could not find cygpq5.dll Yet: $ cygcheck -p cygpq5 Found 0 matches for cygpq5. So, what is cygpq5.dll, and has it ever been in the distribution? At any rate, it looks like clisp needs to be rebuilt to either provide this dll or not link against it. - -- Don't work too hard, make some time for fun as well! Eric Blake [EMAIL PROTECTED] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHqTCI84KuGfSFAYARArAqAKDFfDaDa3CUP0aK+nff+M39hW1FeACggSHr qo8Db8ELNNlk4bl40erMRmw= =DJNk -----END PGP SIGNATURE----- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/