Calling >> ./config --openssldir=/path\ withspace/subpath
returns the following error: >> target already defined - darwin-i386-cc (offending arg: withspace/subpath) I have tried passing the argument with double quotes, single quotes, and just a backslash in front of the space. I also tried ./config in test mode that showed me it was passing the arguments to Configure without the escaping. So, I put escaping in two levels deep in this fashion: >> ./config --openssldir=\"/path\ withspace/subpath\" The test mode showed me that a correctly quoted version was being passed to the Configure script, but it still failed with the same error. -- SJN ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@openssl.org