Find the answer to your Linux question:
Results 1 to 3 of 3
so i recently started running a new os on my computer, scraping most of the previous files when i reformatted my hard drive. in the past when i've installed the ...
  1. #1
    Just Joined!
    Join Date
    May 2010
    Posts
    6

    problems: g++

    so i recently started running a new os on my computer, scraping most of the previous files when i reformatted my hard drive.
    in the past when i've installed the gcc compiler package its had g++ packaged with it. this time around (post gcc install) i cant find g++ in my /usr/bin, and the computer doesnt register that it's there when i try and run it. i heard somewhere that g++ sometimes comes with a *nix installation, but i'm really unsure how to proceed without damaging things.
    thanks.

  2. #2
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,097
    You can try
    Code:
    yum install gcc-c++
    You must always face the curtain with a bow.

  3. #3
    Just Joined!
    Join Date
    May 2010
    Posts
    6
    awesome. thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...