On Fri, Dec 04, 2015 at 03:05:28AM +0000, Adam Eijdenberg wrote: > When I'm preparing a patch I've gotten myself used to the following > workflow to try to get my working environment into a sane state: > > ./config --strict-warnings > make clean > make update > make -j32 > make tests > > Today I noticed that "make update" is failing with the following error: > > /Applications/Xcode.app/Contents/Developer/usr/bin/make TESTS=test_ordinals > test > /Users/aeijdenberg/src/openssl/util/opensslwrap.sh: line 25: > /Users/aeijdenberg/src/openssl/util/../apps/openssl: No such file or > directory
Since you're on Darwin, presumably using a 64-bit Intel CPU, have you considered instead: ./Configure shared darwin64-x86_64-cc make clean make depend make -j32 make tests (note --strict-warnings is a developer option, no guarantee that it will work at all times on all platforms). -- Viktor. _______________________________________________ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev