Installing gcc (and the development tools) varies a bit depending on the distribution of Linux you are using (which one are you using?). During the install, you may have been presented with a configuration choice that included an option for a "development system" or similar; this is the option that will include gcc and all of the additional required programs and libraries. You may also be able to install a "package" (collection of related programs) that includes gcc and the development tools, but typically the development system requires several packages, so choosing the right combination for what you want to do is not always straightforward. You may be able to add the "development tools" or a similar group of programs if your installation procedure supports this (on my slackware distribution, for example, I would re-run the installation procedure and select to install only the development tools from the menu). Obviously, you could also re-install and include the development tools option as well.
Hope this helps -- additional info appreciated.
__________________ The slowest component still sits at the keyboard. |