On Fre, 2011-07-29 at 08:01 -0400, esmaeil mirzaee wrote:
> On Fri, Jul 29, 2011 at 7:46 AM, Pravin Shedage
> <[email protected]> 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:
> untar the file
> ./configure
> make but I've got error

Building a compiler is - in the worst case as in "canadian cross" - much
more complicated than some other random app

For the most simplest case - a compiler for the current host+OS -, `make
bootstrap` is the way to go.

        Bernd
-- 
Bernd Petrovitsch                  Email : [email protected]
                     LUGA : http://www.luga.at


_______________________________________________
Kernelnewbies mailing list
[email protected]
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to