On Tue, Nov 7, 2017 at 12:33 PM, Jeffrey Walton <noloa...@gmail.com> 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