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_H -arch ppc -O3 -DB_ENDIAN -c -o osx_ppc32.o osx_ppc32.s
osx_ppc32.s:132: unterminated character constant
osx_ppc32.s:1481: unterminated character constant
osx_ppc32.s:1482: unterminated character constant
osx_ppc32.s:1743: unterminated character constant
make[2]: *** [osx_ppc32.o] Error 1
make[1]: *** [subdirs] Error 1
make: *** [build_crypto] Error 1

-Nigel

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to