about gcc-3.4.6
From: Javier Martinez Canillas <hidden>
Date: 2011-08-12 00:49:48
On Fri, Jul 29, 2011 at 4:22 PM, esmaeil mirzaee [off-list ref] wrote:
On Fri, Jul 29, 2011 at 8:16 AM, Bernd Petrovitsch [off-list ref] wrote:quoted
On Fre, 2011-07-29 at 08:01 -0400, esmaeil mirzaee wrote:quoted
On Fri, Jul 29, 2011 at 7:46 AM, Pravin Shedage [off-list ref] wrote: ? ? ? ? Hi Samuel, ? ? ? ? check the FTP link ? ? ? ? ftp://ftp.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/ Actually I have gcc-3.4.6.tar.bz2 for process of installation I did:
Why do you want to use such an old compiler?
quoted
For the most simplest case - a compiler for the current host+OS -, `make bootstrap` is the way to go.could you explain more? I'm new.
I think he means that you should use the standard GCC package that can be installed using whatever package manager your Linux distribution has (i.e: apt/yum/yast) Building a compiler from source code is not an easy task, it has dependencies with at least a C library, such as glibc. And I don't know if you need binutils source code also to compile (I have never compile GCC from scratch). Why an standard GCC installation doesn't fit your needs? Even if you need a cross tool-chain for a not so common arch, you have projects like Ptxdist and Crosstool that automates the tool-chain compilation. Hope it helps, -- Javier Mart?nez Canillas (+34) 682 39 81 69 Barcelona, Spain