• 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

Linux Command

What is Linux Internal And External Command

Linux Basic Commands With Examples For Every Beginner

tr command to convert lines to space , tab and vertical tab

smbpasswd command not found on CentOS 7 and RHEL 7

Solution : semanage command not found

Unix / Linux : How to print duplicate lines from file

More Posts from this Category

You Might Like These Articles!

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)

libfuse

dlopen(): error loading libfuse.so.2 – Got Error On Ubuntu

Failed to open/create the internal network

VirtualBox Error: Failed to open/create the internal network

Always Useful Tips And Tricks

Change default editor of crontab in Ubuntu

df command not showing correct free space in linux

rsync all files,hidden files,symlinks,hardlinks to remotes Linux Server

This kernel requires an x86-64 CPU but only detected an i686 CPU

How to convert rpm file into deb file

Forgot root password ,Reset it in Run level 1

convert space into new line using sed command

Explore 90+ Article On "Linux Tips And Tricks"

Copyright © 2023 ยท
The material in this site cannot be republished either online or offline, without our permission.
Proudly Blogging From Bharat.

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