• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
sharadchhetri

sharadchhetri

Tutorials On Linux, Unix & Open Source

  • Home
  • Linux Commands
  • Resources
    • Learn Linux
  • My WordPress plugins

configure: error: C++ compiler cannot create executables

July 5, 2013 by Sharad Chhetri Leave a Comment

configure: error: C++ compiler cannot create executables

This kind of error generally comes when you are installing the package from source code. The source code have many C or C++ files which require C compiler.
To solve this issue in CentOS and Red Hat ,run the below given command.

Here we are using wildcard * to install all the package name which has gcc-c++ name in between of their names

yum install  gc gcc++ *gcc-c++*

Share this:

  • Twitter
  • Facebook
  • More
  • Print
  • Email
  • LinkedIn
  • Reddit
  • Tumblr
  • Pinterest
  • Pocket
  • Telegram
  • WhatsApp
  • Mastodon

Related posts:

  1. error could not configure a c compiler Linux
  2. shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
  3. fatal error: error writing to /tmp/ccwAjc9Z.s: No space left on device
  4. In ESX , passwd: authentication information cannot be recovered
  5. error: The requested URL returned error: 403 Forbidden while accessing Github repo
  6. dlopen(): error loading libfuse.so.2 – Got Error On Ubuntu
  7. Activate.ps1 cannot be loaded because running scripts is disabled on this system
  8. WordPress error “Unable to create new image”
  9. VirtualBox Error: Failed to open/create the internal network
  10. How to configure ethernet in CentOS 6 after installing in Virtual Box

Filed Under: Linux, Tips And Tricks Tagged With: linux

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Our Social Media Presence

  • Facebook
  • GitHub
  • Twitter

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Linux Commands

Linux command to find modified and access date of file/dir/filesystem

Force linux user to change password upon login

Learn tar command and know about its precaution

How to print particular line number by using sed command

semanage command not found on CentOS 7 and RHEL 7

grep command to find multiple strings or keyword from file

create a system account below uid 500 on RHEL/CentOS/Scientific Linux

Explore 70+ Articles On Linux Commands

Always Useful Tips And Tricks

How to install korn shell ksh in Linux

Forgot root password ,Reset it in Run level 1

How to change hostname in Ubuntu 12.04 and 12.10 without system restart

AttributeError: ‘WSGIRequest’ object has no attribute ‘session’ Django python web framework

How to use grep command to get fixed pattern or exact keyword

Could not find make anywhere!!! Please edit the config section to include the path to make. at ./install.pl line 2101

Run the script using nohup without hitting enter key two times

Explore 90+ Article On "Linux Tips And Tricks"

You Might Like These Articles!

Internal External Command

What is Linux/Unix Internal And External Command

Linux basic command

Linux Basic Commands For Every Beginner

simplecodesyntax wordpress plugin

SimpleCodeSyntax : My Another WordPress Plugin

Install Nginx

How To Install Nginx On Ubuntu 22.04 LTS

Install Latest Git package in Ubuntu Operating System

How To Always Install Latest Git Package In Ubuntu Operating System

Bash script for installing VirtualBox on Ubuntu 22.04 LTS Desktop

Install VirtualBox On Ubuntu 22.04 LTS Desktop (Bash Script)

Copyright © 2023 ยท
The material in this site cannot be republished either online or offline, without our permission but Schools and Colleges can do in their Private Network
Proudly Blogging From Bharat.

  • Contact
  • About Me
  • My WordPress plugins
  • Privacy Policy