This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug bootstrap/43046] gcc fails to build libgcc


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43046

John David Anglin <danglin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |danglin at gcc dot gnu.org

--- Comment #1 from John David Anglin <danglin at gcc dot gnu.org> 2011-06-21 01:23:16 UTC ---
Suggestions:

1) Use HP ld.  As noted in documentation, there are problems with GNU ld.
2) Gmp and mpfr need to be 64-bit.  Make sure they build and check
   successfully.
3) Initially, you should probably just build C using a GCC branch (e.g.
   4.0.4) that doesn't depend on gmp and mpfr.  Then, install and build
   a newer version.

The error indicates a problem with the precompiled GCC used as a bootstrap
compiler.


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