| |||||||||
| |||||||||
| Not A Member Yet? Register today and become part of the community. |
| |||||||
| Linux, BSD, other *nixes & Open Source Software Talk about open source software for your desktop, server, related news etc.. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| GCC. You should have that already installed on your computer. Was able to locate in in /usr/lib/gccIf you can't find it, or it's not installed you can try this site;http://gcc.gnu.org/ |
| |||
| Linux is entirely based on C (i'm refering to it's structure not all the applications that run on linux). So you'll feel right at home with C in Linux. (Debian, Ubuntu are just Linux "flavours", since Linux is opensource anyone can take it's code and make it's own custom operating system). Now the compiler for C and C++ is gcc in Linux. (gcc comes from GNU Compiler Collection). To install it, first check if it's not already installed (on Debian it usually is and on Ubuntu as well since Ubuntu is based on Debian). Open a terminal and type gcc -v. If it's installed it will tell you which version you have installed on your system.Now for documentation (such as C/C++ libraries, manpages, linker documentations and so on) here's what you have to do: (this again from the terminal)sudo apt-get install gcc g++ libc6-dev binutils file make build-essential manpages-dev autoconf automake libtool gcc-doc |
![]() |
| Thread Tools | |
| Display Modes | |
| | |||||
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Good PC... | Mr. Q | General/PC Gaming | 7 | 08-31-2008 12:29 PM |
| So far so good | rafiq009 | Testimonials | 0 | 07-11-2008 10:28 AM |
| Is a 1640 a good score on the SAT? And is a 8 a good score on the essay? | Stephanie | Standards & Testing | 2 | 03-22-2008 09:04 PM |
| How can i become a good SEO? | Asad K | SEO - Search Engine Optimization | 2 | 12-05-2007 09:17 AM |
| i completed my +2 and iam good at php software,can i expect a good career in php? | radha k | PHP | 5 | 11-04-2007 09:40 PM |