Results 1 to 2 of 2
I've been attempting to install g++ on this virtualbox ubuntu machine i have running on my mac. i type in
Code:
sudo apt-get install g++
when i do that my ...
- 09-07-2009 #1Just Joined!
- Join Date
- Aug 2008
- Posts
- 23
problem installing g++
I've been attempting to install g++ on this virtualbox ubuntu machine i have running on my mac. i type in
when i do that my output isCode:sudo apt-get install g++
. it doesn't appear to be recognizing ++ as a part of the program's name. what should i do here?Code:couldn't find package g
- 09-07-2009 #2
Hi,
Try
That should install gcc, g++ and support libraries.Code:sudo apt-get install build-essential


Reply With Quote