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?
cpp
is the C preprocessor; perhaps you mean cc
(the C compiler) or gcc
(for GNU C compiler) or g++
(for the GNU C++ compiler)?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With