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: Brian Dessent <brian at dessent dot net>
- To: VOLTER <dimoski at gmail dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Tue, 24 Apr 2007 12:07:59 -0700
- Subject: Re: Instaling Gcc on Linux SLACKWARE
- References: <5fe56c3b0704241156m3168785br14981f307e0dc904@mail.gmail.com>
- Reply-to: gcc-help at gcc dot gnu dot org
VOLTER wrote:
> I'm using Slackware linux and I cant make my gcc to work(gcc is
> included in my installation process)
> Lets suppose that it will not work, so I have downloaded this files
> from your web:
> gcc-4.1.2.tar
> &
> gcc-core-4.1.2.tar
> and extracted in diferent folders.
Those files contain the C source code for gcc. They will do you
absolutely no good without an existing working compiler, though. You
should install the gcc included in your Slackware packages; this is
much, much easier than trying to build it from scratch.
Brian