On Tue, Dec 25, 2012 at 8:35 AM, Jeffrey Walton <noloa...@gmail.com> wrote: > Hi All, > > I'm having problem building on Mac OS X (2012 MBP, OS X 10.8, Xcode > 4.5). The target is iOS, but this appears to be a host problem. > > Apple lacks DTLS, STCP, and friends, so I needed to ./config with > -no-dtls. That required a `make depend` cycle. > > `makedepend` is missing, so that resulted in an error: > > openssl-1.0.1c jwalton$ make depend > making depend in crypto... > ../util/domd: line 30: makedepend: command not found > mv: Makefile.new: No such file or directory > make[1]: *** [depend] Error 127 > make: *** [depend] Error 1 Open the Makefile generated by ./config. Its located in the root of openssl-1.0.1x. Scroll down to line 75 or so. Change MAKEDEPPROG=makedepend to:
MAKEDEPPROG=$(CC) -M And some things that don't work: MAKEDEPPROG=/usr/bin/gcc -M MAKEDEPPROG=gcc -M MAKEDEPPROG=llv-gcc -M Jeff ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org