I can't get the latest version of openssl to build on Darwin.

It was working for years, so what's your version?

I *think* the assembler is confused by the quotes in comments.

You mean apostrophes, like in "it's."

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_H -arch ppc -O3 -DB_ENDIAN -c -o osx_ppc32.o osx_ppc32.s
osx_ppc32.s:132: unterminated character constant

For the record, it can't be an issue with upcoming 1.0.0 or HEAD, because there ppc assembler modules are distilled with ppc-xlate.pl, which among other things removes all comments. For 0.9.8 http://cvs.openssl.org/chngview?cn=19456 should do the trick. A.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to