The following error occurs when installing caTools package on a RedHat Linux environment:
make: g++: Command not found
make: *** [Gif2R.o] Error 127
make: *** [Gif2R.o] Error 127
Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.
View products that this article applies to.
rpm -qa | grep -i gcc-c++
yum install gcc-c++
Keywords: kb