Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Problem

The following error occurs when installing caTools package on a RedHat Linux environment:

make: g++: Command not found

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

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++

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×