Using Cygwin I am trying to build 0.9.7k with shared libraries:
$ ./config --prefix=/tmp/bob shared $ make depend $ make test The above completes no problem but when I do the 'make install' I get the followng errors: [snip] installing libcrypto.dll.a cp: cannot stat `cygcrypto-0.9.7.dll.a': No such file or directory chmod: cannot access `/tmp/bob/bin/cygcrypto-0.9.7.dll.a.new': No such file or directory mv: cannot stat `/tmp/bob/bin/cygcrypto-0.9.7.dll.a.new': No such file or directory cp: cannot stat `libcrypto.dll.a.a': No such file or directory chmod: cannot access `/tmp/bob/lib/libcrypto.dll.a.a.new': No such file or directory mv: cannot stat `/tmp/bob/lib/libcrypto.dll.a.a.new': No such file or directory installing libssl.dll.a cp: cannot stat `cygssl-0.9.7.dll.a': No such file or directory chmod: cannot access `/tmp/bob/bin/cygssl-0.9.7.dll.a.new': No such file or directory mv: cannot stat `/tmp/bob/bin/cygssl-0.9.7.dll.a.new': No such file or directory cp: cannot stat `libssl.dll.a.a': No such file or directory chmod: cannot access `/tmp/bob/lib/libssl.dll.a.a.new': No such file or directory mv: cannot stat `/tmp/bob/lib/libssl.dll.a.a.new': No such file or directory Anyone have any ideas? Any help would be apprecicated. TIA, Chris ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]