Hi,

> I'm trying to build openssl-0.9.6a on:
> 
> and I've used:
> 
>   maas34:openssl-0.9.6a {132} ./Configure --prefix=/home/eedalf gcc

And why have you used generic gcc option, may I ask? INSTALL file found
in the distribution tree suggests to use ./config in first hand. Note
that (according to the instructions provided in the very same file)
usage of ./Configure implies choosing the appropriate option and there
is a number of SPARC Solaris options (solaris-sparcv9-gcc could be the
one for you).

> So I went into apps and issued manually:
> 
>   maas34:apps {147} gcc -o openssl ... -lsocket
> 
> And it helped. So maybe you should add it to the Makefile?

Or you should have read to instructions more thoroughly:-) The same file
(i.e. INSTALL) also claims in ./Configure section:

     If your system is not available, you will have to edit the
Configure
     program and add the correct configuration for your system.

Note that given correct config line

     Configure creates the file Makefile.ssl from Makefile.org

and the newly created file shall contain appropriate command-line
options.

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

Reply via email to