On Tue, May 24, 2016 at 06:05:34PM +0900, Alexandre Klein wrote: > > I'm using "hpux-parisc2-cc". I modified Configure to use +DAportable: > "hpux-parisc2-cc","cc:+DAportable +O3 ... > "hpux-parisc2-cc","cc:+DA2.0 +DS2.0 +O3 ... For meaningful help, post an unedited "diff" between the original and your version. The original Configure file has: "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", "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", > $ ./Configure hpux-parisc2-cc --prefix=path/to/folder no-shared no-zlib > no-zlib-dynamic no-rc5 no-idea no-ec no-ecdh no-ecdsa no-asm no-mdc2 no-bf > no-cast no-md2 no-rc4 no-jpake no-gmp In particular you sure you want "no-asm" and "no-shared"? Those targets seem to be designed for shared builds with asm. -- Viktor.