<div dir="ltr"><div><div><div><div>Thanks Viktor for your reply.<br><br></div>I forgot to mention that I can compile 1.0.2h 64-bit version on the same machine. The only problem is when building the 32-bit version of OpenSSL.<br><br></div>Here is full line:<br>"hpux-parisc2-cc","cc:+DAportable +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY -D_REENTRANT::::-Wl,+s -ldld:SIXTY_FOUR_BIT MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_<br>RISC1 DES_INT:".eval{my $asm=$parisc20_asm;$asm=~s/2W\./2\./;$asm=~s/:64/:32/;$asm}.":dl:hpux-shared:+Z:-b:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/pa20_32",<br><br></div>The only difference is:<br>- I removed "+DA2.0 +DS2.0"<br>- I added "+DAportable" <br><br></div>If I use the original line, then I have the same error.<br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr">Alexandre Klein<br><div style="color:rgb(136,136,136)"><font face="arial, sans-serif">Tanuki Software, Ltd.</font></div><div style="color:rgb(136,136,136)">6-18-10-4F Nishi-Kasai, Edogawa-ku</div><div style="color:rgb(136,136,136)"><font face="arial, sans-serif">Tokyo 134-0088 Japan</font></div><div style="color:rgb(136,136,136)"><font face="arial, sans-serif">Tel: <a value="+81338783211" style="color:rgb(17,85,204)">+81-3-3878-3211</a></font></div><div style="color:rgb(136,136,136)"><font face="arial, sans-serif">Fax: <a value="+81338780313" style="color:rgb(17,85,204)">+81-3-3878-0313</a></font></div><div style="color:rgb(136,136,136)"><font face="arial, sans-serif"><a href="http://www.tanukisoftware.com/" style="color:rgb(17,85,204)" target="_blank">http://www.tanukisoftware.com</a></font></div></div></div></div></div></div>
<br><div class="gmail_quote">On Wed, May 25, 2016 at 12:19 AM, Viktor Dukhovni <span dir="ltr"><<a href="mailto:openssl-users@dukhovni.org" target="_blank">openssl-users@dukhovni.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, May 24, 2016 at 06:05:34PM +0900, Alexandre Klein wrote:<br>
<br>
><br>
> I'm using "hpux-parisc2-cc". I modified Configure to use +DAportable:<br>
> "hpux-parisc2-cc","cc:+DAportable   +O3 ...<br>
> "hpux-parisc2-cc","cc:+DA2.0 +DS2.0 +O3 ...<br>
<br>
</span>For meaningful help, post an unedited "diff" between the original<br>
and your version.<br>
<br>
The original Configure file has:<br>
<br>
    "hpux-parisc2-cc","cc:+DA2.0 +DS2.0 +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY -D_REENTRANT::::-Wl,+s -ldld:SIXTY_FOUR_BIT MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT:".eval{my $asm=$parisc20_asm;$asm=~s/2W\./2\./;$asm=~s/:64/:32/;$asm}.":dl:hpux-shared:+Z:-b:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/pa20_32",<br>
    "hpux64-parisc2-cc","cc:+DD64 +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY -D_REENTRANT::::-ldl:SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT:${parisc20_asm}:dlfcn:hpux-shared:+Z:+DD64 -b:.sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR):::/pa20_64",<br>
<span class=""><br>
> $ ./Configure hpux-parisc2-cc --prefix=path/to/folder no-shared no-zlib<br>
> no-zlib-dynamic no-rc5 no-idea no-ec no-ecdh no-ecdsa no-asm no-mdc2 no-bf<br>
> no-cast no-md2 no-rc4 no-jpake no-gmp<br>
<br>
</span>In particular you sure you want "no-asm" and "no-shared"?  Those<br>
targets seem to be designed for shared builds with asm.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
        Viktor.<br>
</font></span><div class="HOEnZb"><div class="h5">--<br>
openssl-users mailing list<br>
To unsubscribe: <a href="https://mta.openssl.org/mailman/listinfo/openssl-users" rel="noreferrer" target="_blank">https://mta.openssl.org/mailman/listinfo/openssl-users</a><br>
</div></div></blockquote></div><br></div>