On Monday, September 25, 2000 9:50 AM, Kevin Steves
[SMTP:[EMAIL PROTECTED]] wrote:
> On Mon, 25 Sep 2000, Richard Levitte - VMS Whacker wrote:
> : To begin with, I assume we're talking about HP-UX 11
>
> Yes, +DD64 is 11.X only.
>
> : amanda> I tried the hpux64-parisc2-cc with your patch applied to the
> : amanda> 0924 snapshot. It fails like so,
> : amanda>
> : amanda> some warnings early in the build:
> : amanda>
> : amanda> cc: "ebcdic.c", line 1: warning 501: Empty source file.
> : amanda> as: "asm/pa-risc2W.s", line 1601: warning 8: Subspace
> : characteristics may not be changed after first definition
> : amanda> cpp: "b_print.c", line 154: warning 2001: Redefinition of macro
MAX.
> :
> :
> : Kevin, are you reading this?
>
> Yes, I'll investigate the as pa-risc2W.s warning. -ldl is ok to use
> with +DD64, and I believe it is required now that I see dlfcn being used
> for 64-bit (which is good).
>
For the pa-risc2W.s warning, you can change line 1601 to be:
.SUBSPA $LIT$,ACCESS=0x2c
and the warning will go away. The warning happens because the
C compiler is used to assemble the code and it must set the $LIT$
subspace earlier. When you use the assembler, you don't get the
warning for the previous code.
--Chris
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]