I'm trying to build OpenSSL on OpenBSD3.4 The version I'm using is openssl-0.9.7b
I was un-sucessful in getting it to build via using ./config
So I tried...
./config no-asm
After noticing in the FAQ that the 'no-asm' option was needed.
So here is the last portion of the output of ./config...
-------- cut here ------- Makefile => Makefile.ssl making links in tools... Makefile => Makefile.ssl generating dummy tests (if needed)...
Configured for OpenBSD-i386.
The library could not be configured for supporting multi-threaded
applications as the compiler options required on this system are not known.
See file INSTALL for details if you need multi-threading.
-------------------------
What do they mean in that last paragraph above? Is this because the new OpenBSD3.4 compiler is changed?
So - now when I do the 'make' I get...
# make
making all in crypto...
gcc -I. -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DOPENSSL_NO_ASM -DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -c cryptlib.c
*unknown*: Assembler messages:
*unknown*:0: Warning: as: I don't understand 'Q' flag.
*unknown*:0: Warning: as: I don't understand 'y' flag.
/tmp/cced7503.s:4: Error: Alignment too large: 15. assumed.
/tmp/cced7503.s:41: Error: Unknown pseudo-op: `.section'
*** Error code 1
Whats up with this? What am I doing wrong? I thought I was following the instructions...
______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]