[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Mapfile missing from shared object artifact?
From: |
Jeffrey Walton |
Subject: |
Re: Mapfile missing from shared object artifact? |
Date: |
Wed, 8 Nov 2017 15:53:57 -0500 |
On Tue, Nov 7, 2017 at 12:33 PM, Jeffrey Walton <address@hidden> wrote:
> I'm trying to run 'make check' on Solaris. It results in:
>
> $ ./cryptestcwd v
> ld.so.1: cryptestcwd: fatal:
> /export/home/cryptopp/.libs/libcryptopp.so.6: hardware capability
> (CA_SUNW_HW_1) unsupported: 0x4800000 [ AES SSE4.1 ]
> Killed
Any thoughts on this issue?
Looking at the link command it appears the -M cryptopp.mapfile is
being actively removed. There appears to be a hole with whitespace
instead of my option:
libtool: link: /opt/solarisstudio12.4/bin/CC -G -hlibcryptopp.so.6 -o
.libs/libcryptopp.so.6.0.0 <object files ...> .libs/zinflate.o
.libs/zlib.o -lnsl -lsocket -library=Cstd -library=Crun -lc -O3
-xarch=sse2 -xarch=ssse3 -xarch=sse4_1 -xarch=sse4_2 -xarch=aes
Jeff