Re: How can we run all tests using C++ specified compiler?

2018-08-04 Thread Václav Haisman
On Sun, 5 Aug 2018 at 00:17, Jeffrey Walton wrote: > I'm testing different configurations of a C++ library. When I test on > AIX with XLC I am catching an error: > > -bash-4.4$ OBJECT_MODE=64 CXX=xlC ./configure > checking for a BSD-compatible install... ./install-sh -c > checking whether build e

How can we run all tests using C++ specified compiler?

2018-08-04 Thread Jeffrey Walton
I'm testing different configurations of a C++ library. When I test on AIX with XLC I am catching an error: -bash-4.4$ OBJECT_MODE=64 CXX=xlC ./configure checking for a BSD-compatible install... ./install-sh -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p...