I thought I had seen posts on the OpenSSL from
www.opensource.apple.com in the forums, but I can't find them now.
So, the problem is in the compilation. On OSXS, it compiles fine. On OSXPB I get into the "crypto" directory and then it just says:
making all in crypto...
cc -I. -I../include -arch ppc -arch i386 -g -O3 -pipe -c -o cryptlib.o cryptlib.c
cc: cannot read specs file.
make[2]: *** [cryptlib.o] Error 1
make[1]: *** [all] Error 1
make: *** [build] Error 2
Is there some other cryptlib I have to have installed? What is this "specs file"? Any help would be appreciated.
---gralem