Results 1 to 3 of 3
Hi everyone,
I have been using solaris for the last year to program for school. I am tired of ssh'ing into these machines and dealing with lag. So, i have ...
- 09-11-2008 #1Just Joined!
- Join Date
- Sep 2008
- Location
- SC
- Posts
- 48
help with distro
Hi everyone,
I have been using solaris for the last year to program for school. I am tired of ssh'ing into these machines and dealing with lag. So, i have decided to try and install linux on my desktop. When i program, I used the gcc and g++ compilers. These will be what my professors use to test my code so i need a distro that has these, maybe they all do, i really don't know. So, i need a distro that have gcc and g++ and i really just need it for programming. any help appreciated! thanks
- 09-12-2008 #2
Hi and Welcome !
gcc and g++ are not pre-installed in most of distros but you can install both in any distro easily. Just a single command will do that.
e.g. in Debian based distros, command is
Install any distro ( check Fav Distro Poll ) and we'll guide you how to install necessary compilers and other stuff.Code:sudo apt-get install build-essential
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-12-2008 #3Just Joined!
- Join Date
- Sep 2008
- Location
- SC
- Posts
- 48
Well I had ubuntu in mind and after seeing that poll and reading a couple posts, I think I will install that.


Reply With Quote