On 16/11/2020 16:47, Bruno Haible wrote:
Generally, these C++ tests are supported on glibc systems with
modern GCC. For testing Solaris 10, try passing the option
'--without-c++-tests' to gnulib-tool.
This does not seem to have any effect.
I tried running gnulib-tool like this:
./gnulib-tool --create-testdir --dir=./testdir --single-configure
--without-privileged-tests --without-c++-tests
However the testdir still includes the C++ tests.
To avoid the C++ tests I needed to pass the option '--disable-c++' to
./configure.
-tgc