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.

ERROR: Unable to install caTools package. make: g++: Command not found


View products that this article applies to.

Problem

The following error occurs when installing caTools package on a RedHat Linux environment:
make: g++: Command not found

make: *** [Gif2R.o] Error 127

↑ Back to the top


Solution

This error pertains to a missing rpm package called gcc-c++. To verify if this is the case in your environment, check if you have it installed on your machine by doing the following command on the linux console:
rpm -qa | grep -i gcc-c++

If this package is not present on your machine, just use yum to install it:
yum install gcc-c++

↑ Back to the top


Keywords: kb

↑ Back to the top

Article Info
Article ID : 3103822
Revision : 1
Created on : 1/7/2017
Published on : 11/1/2015
Exists online : False
Views : 75