On a Solaris machine with both of GCC and Sun Studio installed, it's possible that c++ won't be GNU's g++ compiler, even though the makefile is set up that way. Can we get the Makefiles to use g++ specifically unless we don't have gcc? On Sun Studio, the C++ compiler is called CC (not cc, which is for C and not C++).