My only advice would be to use gcc. I can confirm that gcc 3.2 will
compile openssl on Solaris 8 with no problem. Alternatively, if you
don't mind an out-of-the-box openssl, get the package from
www.sunfreeware.com.

-----Original Message-----
From: Mark [mailto:[EMAIL PROTECTED]]
Sent: Mittwoch, 16. Oktober 2002 17:07
To: [EMAIL PROTECTED]
Subject: Compiling on Solaris8


I am using Forte cc for my compiler and get this error.  It seems to
just
go wacky inside the ifdefs for DEVRANDOM, which I defined since I have
patched the system to include /dev/random:

making all in crypto/rand...
cc -I.. -I../.. -I../../include -KPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN
-DHAVE_
DLFCN_H -DDEVRANDOM=/dev/random -xtarget=ultra -xarch=v8plus -xO5
-xstrconst -xd
epend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC -DMD5_ASM  -c  rand_win.c
"rand_win.c", line 705: syntax error before or at: /
"rand_win.c", line 711: undefined symbol: n
"rand_win.c", line 711: undefined symbol: tmpbuf
"rand_win.c", line 713: warning: improper pointer/integer combination:
arg
#1
"rand_win.c", line 714: warning: improper pointer/integer combination:
arg
#1
"rand_win.c", line 719: warning: old-style declaration or incorrect type
for: l
"rand_win.c", line 719: undefined symbol: curr_pid
"rand_win.c", line 719: non-constant initializer: op "NAME"
"rand_win.c", line 720: syntax error before or at: &
"rand_win.c", line 720: warning: undefined or missing type for: sizeof
"rand_win.c", line 720: warning: old-style declaration or incorrect type
for: RA
ND_add
"rand_win.c", line 720: identifier redeclared: RAND_add
        current : function() returning int
        previous: function(pointer to const void, int, double) returning
void :
"../../include/openssl/rand.h", line 89
"rand_win.c", line 720: warning: syntax error:  empty declaration
"rand_win.c", line 721: warning: old-style declaration or incorrect type
for: l
"rand_win.c", line 721: identifier redefined: l
        current : int
        previous: int : "rand_win.c", line 719
"rand_win.c", line 721: non-constant initializer: op "UCALL"
"rand_win.c", line 722: syntax error before or at: &
"rand_win.c", line 722: warning: undefined or missing type for: sizeof
"rand_win.c", line 722: warning: old-style declaration or incorrect type
for: RA
ND_add
"rand_win.c", line 722: warning: syntax error:  empty declaration
"rand_win.c", line 724: warning: old-style declaration or incorrect type
for: l
"rand_win.c", line 724: identifier redefined: l
        current : int
        previous: int : "rand_win.c", line 721
"rand_win.c", line 724: non-constant initializer: op "CALL"
"rand_win.c", line 725: syntax error before or at: &
"rand_win.c", line 725: warning: undefined or missing type for: sizeof
"rand_win.c", line 725: warning: old-style declaration or incorrect type
for: RA
ND_add
"rand_win.c", line 725: warning: syntax error:  empty declaration
"rand_win.c", line 728: warning: syntax error:  empty declaration
cc: acomp failed for rand_win.c
*** Error code 2


-- 
($_,$y)=("Yhre lo  .kePnarhtretcae\n",   '(.) (.)'  );
$y=~s/\(/(./gwhile s/$y/$2$1/xg;print;       @      !;
                                     "     `---'    ";

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

This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. No
confidentiality or privilege is waived or lost by any mistransmission.
If you receive this message in error, please notify the sender urgently
and then immediately delete the message and any copies of it from your
system. Please also immediately destroy any hardcopies of the message.
You must not, directly or indirectly, use, disclose, distribute, print,
or copy any part of this message if you are not the intended recipient.
The sender's company reserves the right to monitor all e-mail
communications through their networks. Any views expressed in this
message are those of the individual sender, except where the message
states otherwise and the sender is authorised to state them to be the
views of the sender's company. 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to