Sorry to report that this version doesn't compile on my Mac:
...
cc -I.. -I../.. -I../../include -DOPENSSL_THREADS -D_REENTRANT
-DDSO_DLFCN -DHAVE_DLFCN_H -arch ppc -O3 -DB_ENDIAN -c -o dso_dlfcn.o
dso_dlfcn.c
dso_dlfcn.c:71: header file 'dlfcn.h' not found
cpp-precomp: warning: errors durin
Folks,
I can't get the latest version of openssl to build on Darwin. I *think*
the assembler is confused
by the quotes in comments.
I did this:
./Configure darwin-ppc-cc
make
The build fails thus:
...
cc -I.. -I../.. -I../../include -DOPENSSL_THREADS -D_REENTRANT
-DDSO_DLFCN -DHAVE_DLFCN_