SLES12, gcc added (no g++), current master
./configure prints:
... checking for g++... no checking for objc++... no checking for objcxx... no checking for c++... no checking for CXX... no checking whether we are using the GNU Objective C++ compiler... no checking whether g++ accepts -g... no checking dependency style of g++... none checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for ar... /usr/bin/ar checking for ranlib... /usr/bin/ranlib checking for strip... /usr/bin/strip checking for gcov... /usr/bin/gcov checking for lcov... no checking for java... no checking for genhtml... no checking for git... /usr/bin/git checking for ccache... no checking for xgettext... no checking for hexdump... /usr/bin/hexdump checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking whether byte ordering is bigendian... yes configure: error: "Big Endian not supported"
config.log contains:
./configure: line 2111: g++: command not found
It should report g++ is needed instead of "Big Endian not supported."