Hi there,
On Tue, 16 Nov 1999, Arnold Schoenberg wrote:
> I am having trouble installing openssl 9.4 on a Sun Solaris - the
> configuration information is:
> SunOS cairo 5.6 Generic_105181-14 sun4u sparc SUNW,Ultra-2
>
> This is the output of ./config -t
Did you run ./config (without -t)? It seems that the Makefile is either
not getting generated by Configure, or Configure is strangely generating a
Makefile that doesn't match what it was asked for.
> Operating system: sun4u-sun-solaris2
> Configuring for solaris-sparcv9-gcc
> /usr/bin/perl ./Configure solaris-sparcv9-gcc
This should create or modify ./Makefile.ssl and link Makefile ->
Makefile.ssl ...
Can you check that this is happening and that the "CC=" line generated in
Makefile.ssl is being set to "gcc"?
> echo " #define CFLAGS \"cc -O\""; \
> echo " #define PLATFORM \"dist\""; \
> echo " #define DATE \"`date`\""; \
> echo "#endif" ) >buildinf.h
> cc -I. -I../include -O -c cryptlib.c -o cryptlib.o
It's trying to use cc rather than gcc but I can't see why from the above.
"./config" should be setting things up fine and I've had no trouble doing
this myself on a solaris-sparc box.
Cheers,
Geoff
----------------------------------------------------------------------
Geoff Thorpe Email: [EMAIL PROTECTED]
Cryptographic Software Engineer, C2Net Europe http://www.int.c2.net
----------------------------------------------------------------------
May I just take this opportunity to say that of all the people I have
EVER emailed, you are definitely one of them.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]