> bash-2.02$ ./config -t
> Operating system: sparc64-whatever-linux2
> Configuring for linux-elf
> /usr/bin/perl ./Configure linux-elf
>
> It wasn't difficult to guess what the Makefile should look like and
> after that everything worked as expected. I compiled without any
> assembler and with compiler options:
>
> -DTHREADS -D_REENTRANT -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -mv8 -Wall
Could you provide more details? I particularly wonder what does -mv8
mean on linux-sparc64? I mean does compiler generate 32 bits application
or 64? -mv8 sounds like 32 bit and if this is really the case then the
config line should probably be called linux-sparc as it's in no way
sparc64 specific.
>
> For fun, I hacked the config files from the 0.9.3a distribution. You
> might like to include these patches (or an improved version!)
I want to point out that if it's 32 bit application that is generated in
your case, then it's equivalent to solaris-*sparc-gcc cases and what the
development team would appreciate (well, I'm making a wild guess here as
I myself is *not* a member) if you could verify that solaris-sparc-gcc
and solaris-usparc-gcc work on linux-sparc as well. Just run 'make
clean; ./Configue solaris-[u]sparc-gcc; make test' and tell what
happens.
Andy.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]