This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: Compiler for Red Hat Linux 8
- To: "Sergey Ostrovsky" <sostrovs at kns dot com>,"H . J . Lu" <hjl at lucon dot org>,<gcc at gcc dot gnu dot org>
- Subject: RE: Compiler for Red Hat Linux 8
- From: "Ken Whaley" <ken at believe dot com>
- Date: Wed, 18 Jul 2001 15:23:41 -0700
> Almost every time when new glibc is out, it takes several
> attempts to chose
> one of recent binutils
> ( H.J. Lu makes bugfix releases quite often, which is appreciated very
> much) which will be OK to
> 1. build binutils
> 2. build gcc using (1) binutils
> 3. build glibc using (1) (2) guys.
> In these attempt everything seems to matter - with or without -march=, -O#
> switches
> in CFLAGS, etc.
> So I take is as kind of black magic.
> Hope this "pure user" point of view helpful.
>
> Regards,
>
> Sergey Ostrovsky.
>
>
I’ve just gone through this process, pretty much exactly
as Sergey described, including digging around trying to
find info on what patches, versions, etc. of the tools
are required, and agree that it’s a sort of black magic.
Saying “use an official released version to build your
system” becomes a lot more palatable if there would always
be an up-to-date trio of officially released binutils/glibc/gcc
that all work together. Easier said than done, I agree, but
that would be a wonderful thing to achieve. When these 3
pieces achieve alignment so rarely, it doesn’t suprise me that
vendors dig in and make their own modifications.
Another user’s perspective,
Ken
p.s. and thanks to all the folks working on these tools, it’s
definitely appreciated.