Had no problems compiling on earlier versions of OS X, but on 10.11 I get:

Configured for darwin64-x86_64-cc.

*** Because of configuration changes, you MUST do the following before
*** building:

        make depend
Web-Server:openssl-1.0.2g jlbrown$ make depend
making depend in crypto...
../util/domd: line 31: makedepend: command not found
mv: Makefile.new: No such file or directory
make[1]: *** [local_depend] Error 127
make: *** [depend] Error 1

after running:

./Configure --prefix=/usr/local shared darwin64-x86_64-cc 
enable-ec_nistp_64_gcc_128 no-ssl2


Shall I follow the recommendation at:

http://comments.gmane.org/gmane.comp.encryption.openssl.user/47242

and change the MAKEDEPPROG=makedepend to MAKEDEPPROG=$(CC) -M

?

Thanks,

James.


Attachment: smime.p7s
Description: S/MIME cryptographic signature

-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to