I'm trying to build a package on a RedHat system. First, I ran ./configure CXX=cpp, because /usr/bin/cpp is the C++ compiler on that system. But when I run make, it dumps:
cpp: "-c" is not a valid option to the preprocessor
When I do a Google search, I found a number of complaints, but no solutions. Anyone else encounter this?