Does libtool strip all options with -M?
问题 I'm trying to track down a failure to link with a mapfile on Solaris. The missing mapfile causes the following error when I try to run our self tests: $ ./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 I've gotten as far as this Automake rule. libcryptopp_la_LINK , which I believe is the shared object, is missing AM_LDFLAGS . AM_LDFLAGS holds the -M cryptopp.mapfile option