Very small bug:
Configure for 0.9.7c has
"irix64-mips4-cc", "cc:-64 -mips4 -O2 -use_readonly_const -DTERMIOS
-DB_ENDIAN -DBN_DIV3W::-D_SGI_MP_SOURCE:::RC4_CHAR RC4_CHUNK DES_RISC2
DES_UNROLL
SIXTY_FOUR_BIT_LONG:${mips3_irix_asm}:dlfcn:irix-shared:::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
should have:
"irix64-mips4-cc", "cc:-64 -mips4 -O2 -use_readonly_const -DTERMIOS
-DB_ENDIAN -DBN_DIV3W::-D_SGI_MP_SOURCE:::RC4_CHAR RC4_CHUNK DES_RISC2
DES_UNROLL
SIXTY_FOUR_BIT_LONG:${mips3_irix_asm}:dlfcn:irix-shared:-64:-64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
(-64 for LDFLAGS)
The current Configure for irix64-mips4-cc will build 64 bit objects, and
64 bit static library, then try to create a 32 bit shared library.
Thanks!
Jason Ostermann
Raytheon
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]