-->

DEVOPSZONES

  • Recent blogs

    make: g++: Command not found

    Error:
    make: g++: Command not found
    make: *** [linux-gcc-x86-64-debug] Error 127
    error: Bad exit status from /var/tmp/rpm-tmp.MNJrcH (%build)


    Solution:
    [root@Server1 tmp]# yum install gcc-c++
    Installed:
      gcc-c++.x86_64 0:4.8.5-4.el7

    Dependency Installed:
      libstdc++-devel.x86_64 0:4.8.5-4.el7

    Complete!
    [root@Server1 tmp]#

    No comments