Enrico Forestieri wrote:
Angus Leeming <[EMAIL PROTECTED]> writes:
Oh, nice! I had no idea that ldd worked on Windows.

Oh well, this isn't the real ldd ;-)
$ cat /usr/local/bin/ldd
#!/bin/sh
# Emulate ldd
FULL_WIN_PATH=`cygpath -w -a "$1"`
cygcheck "$FULL_WIN_PATH"

Magic! Thank you.
Angus

Reply via email to