I'm working on AIX from GCC119 from the compile farm. Autotools adds
-blibpath and I believe it is crashing our test suite.

The same project build from a GNUmakefile using roughly the same flags
works as expected. The material difference is -blibpath.

The Autotools Makefile does not appear to be providing the flag:

    $ cat Makefile | grep -i libpath
    $

How do I suppress Autotools from adding -blibpath on AIX?

==========

$ make
...

libtool: link: xlC -O2 -qrtti -qmaxmem=-1 -g -o .libs/cryptestcwd
cryptestcwd-test.o cryptestcwd-bench1.o cryptestcwd-bench2.o
cryptestcwd-bench3.o cryptestcwd-validat0.o cryptestcwd-validat1.o
cryptestcwd-validat2.o cryptestcwd-validat3.o cryptestcwd-validat4.o
cryptestcwd-validat5.o cryptestcwd-validat6.o cryptestcwd-validat7.o
cryptestcwd-validat8.o cryptestcwd-validat9.o cryptestcwd-validat10.o
cryptestcwd-regtest1.o cryptestcwd-regtest2.o cryptestcwd-regtest3.o
cryptestcwd-regtest4.o cryptestcwd-datatest.o cryptestcwd-dlltest.o
cryptestcwd-fipsalgt.o cryptestcwd-adhoc.o  -L./.libs -lcryptopp
-blibpath:/usr/local/lib:/opt/IBM/xlmass/8.1.3/lib/aix61:/opt/IBM/xlc/13.1.3/lib:/opt/IBM/xlC/13.1.3/lib:/usr/lib:/lib

$ ./cryptestcwd v
Segmentation fault (core dumped)

_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
https://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to