This is the mail archive of the gcc-help@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]

Re: 4.2 build problem on redhat x86_64


Andrew Bell wrote:
I was trying to build gcc, but the process failed when trying to build
the binutils that I linked in.
"Linked in"? Did you try to "combine" the binutils and GCC sources into one "build tree" and then
configure and build them both at the same time?


The combining isn't that simple when binutils and GCC are separate projects :( The same-name
subdirectories should be "in sync", suitable for both the binutils and the GCC version. It would be
much better to configure and build these separately, one by one!



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