> Might be a problem with system determination, as I have SC4.2 (as) and
> SC4.0 (cc).

Well, running SC4.0 on Ultra-30... Get GNU C instead, really! 2.95.2
generates rather good code for UltraSPARC.

> 
> 
>      trivium% ./config -t
>      Operating system: sun4u-sun-solaris2
>      This system (solaris-sparcv9-sc3) is not supported. See file
>      INSTALL for details.

That's right:-) We kind of never counted that people would use so old
compiler on such new box.

>      trivium% ./Configure solaris-sparcv9-cc  --prefix=/safe/opt
>      cc -I.. -I../../include -DTHREADS -D_REENTRANT
>       -o asm/md5-sparcv8plus.o asm/md5-sparcv9.S
>      cc: No input file specified, no output generated
No, SC4.0 doesn't recognize .S as a valid extention.
> 
> This appears to have worked, however:
> 
>      trivium% ./Configure solaris-sparc-sc3 --prefix=/safe/opt
>      --openssldir=/safe/opt/openssl

If getting GNU C is (for any particular reason) isn't an option, then I
should recommend './Configure solaris-sparcv8-cc no-asm'.

> 
> Tests failed:
> 
>      compiler: cc -DTHREADS -D_REENTRANT -fast -O -Xa -DB_ENDIAN
> 
> Same results with optimize (-O) turned off.  :(

But with -fast left? -fast implies -xO4... In either case see
recommendation above.

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

Reply via email to