This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Instaling Gcc on Linux SLACKWARE
- From: John Love-Jensen <eljay at adobe dot com>
- To: VOLTER <dimoski at gmail dot com>, MSX to GCC <gcc-help at gcc dot gnu dot org>
- Date: Tue, 24 Apr 2007 14:03:49 -0500
- Subject: Re: Instaling Gcc on Linux SLACKWARE
Hi pepi,
You pulled down the source code.
To build the source code, you need to have a compiler installed and the
support tools it requires (such as make and gas and such).
Do you have a compiler installed?
Most Linux distributions use GCC. Many of them have it pre-installed, but
not all.
>From whomever makes your distribution, you'll need to pull down their
pre-built package of GCC.
Then you are ready to build GCC.
Here are instructions:
http://gcc.gnu.org/install/build.html
If you merely want to have GCC installed, and not build it yourself, then
install the pre-built GCC package from your distribution supplier.
HTH,
--Eljay