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 ...
- 06-04-2010 #1Just 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.
- 06-04-2010 #2
You can try
Code:yum install gcc-c++
You must always face the curtain with a bow.
- 06-04-2010 #3Just Joined!
- Join Date
- May 2010
- Posts
- 6
awesome. thanks.


Reply With Quote