This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

remove




Robin Kirkham escribió:

> > Then, when it got to libf2c (which I don't even want, but can't figure
> > out how to get rid of), it decided that it needed crt0.o.  It was
> > suggested that I change to the "one tree" build.  Since I had binutils
> > built already, I just linked in the parts of newlib as shown in the
> > crossgcc FAQ.  This seemed to work as far as building newlib (and
> > finding headers), but it still failed for lack of crt0.o.
>
> There is no cross-runtime support for fortran or I think objective-c.  Use
>
>         make LANGUAGES="c c++" all install
>
> At least this worked for egcs-1.0.x. Another approach is to delete the f77
> and objc directories before the configure stage.
>
> Cheers
>
> Robin Kirkham                   CSIRO Manufacturing Science and Technology
> Project Engineer                Locked Bag 9, Preston 3072, Australia
> robin.kirkham@cmst.csiro.au     Phone: +61 3 9662-7756  Fax: +61 3 9662-7853
> =========================================================
> To remove yourself from the crossgcc list, send e-mail to
> majordomo@cygnus.com with the text 'unsubscribe crossgcc'
> (without the quotes) in the body of the message.
> =========================================================
> To get command help for the crossgcc list, send e-mail to
> majordomo@cygnus.com with the text 'help' (without the
> quotes) in the body of the message.
> =========================================================





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]