i've successfully built openssl-0.9.2b on irix (6.5.3m) with mipspro
compilers 7.2.1.3m.

firstly, ssl_ciph.c contains 8 lines that end in ^M which the compiler
can't grok. the compiler then bails out with an error.

./Configure irix-cc points BN_ASM=asm/mips1.o. when the compilation
gets round to linking the apps/openssl monolith i moans about all sorts
of functions that aren't available. using asm/mips3.o also causes these
problems. using bn_asm.o cures this.

ok, so far all this has been minor issues. fixing the problems above
enables "make" to complete successfully. "make rehash" also has no
problems, however "make test" fails at rsa_oaep_test.

i have no idea what could be wrong. i suspected a compiler bug and removed
-O from the CFLAGS - no success. i tried gcc but it fell over terribly and
i'm now at a loss. FYI, this is an IP19 and /etc/compiler.defaults contains
-DEFAULT:abi=n32:isa=mips3

none of the tests following rsa_oaep_test fail. i'd appreciate any tips.

regards,

-al.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to