![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| gcc compiler | munnu | High Level Programming | 5 | 12-18-2006 02:47 AM |
| Compiler | Windows & DOS: Issues & Discussions | 4 | 05-26-2003 06:20 PM | |
| c compiler | bb00y | High Level Programming | 1 | 11-01-2002 11:34 AM |
| C compiler | hassan2 | High Level Programming | 5 | 10-10-2002 09:49 PM |
| CC compiler | vtran4270 | UNIX for Advanced & Expert Users | 3 | 08-21-2002 09:58 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
gcc compiler
where to download gcc compiler for ubuntu?
how to install? how to build and run "c programs"? screen shots if possible..... tutorials too |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
You also have to install the build-essential package with gcc:
Code:
sudo apt-get install gcc build-essential Unix Tutorials/Programming Tutorials/Shell Scripting Tutorials Regards |
|
#3
|
|||
|
|||
|
Does ubuntu not come with gcc installed? Isn't that pretty much sacrilege. Have you tried typing gcc on the command line, see what happens.
|
|
#4
|
||||
|
||||
|
I think the default server installation does not include gcc. It seems to me a had to use apt-get to install it. I'm new to ubuntu. Some of the default installation choices seemed odd to me.
|
|
#5
|
|||
|
|||
|
default ubuntu didn't come with sshd by default. It doesn't surprise me. I also found it lacking. I use OpenSUSE as my first choice and could not be happier
|
|
#6
|
|||
|
|||
|
Ubuntu is designed for desktop users (email, word processing, surfing, etc) as its primary use case. The server edition is primarily designed for running an Internet server (Apache, DNS, SQL, etc). In neither case is a C compiler a necessary or particularly useful component to install by default.
|
|||
| Google The UNIX and Linux Forums |