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: Trouble building AR


On Wed, Jun 19, 2013 at 3:04 PM, Uri Moszkowicz <uri@4refs.com> wrote:
> Log uploaded here:
>
> http://www.4refs.com/gcc.log
>
> It seems to be looking in the right places just not for the right
> file. It looks for "real-ld", "collect-ld", and "ld-new" but not "ld".

This looks like a bug.  It looks like it has been fixed in current
mainline.  It looks like when you build with the binutils as a sibling
directory, it finds ld-new in the ld directory.  Then it mistakenly
starts looking for that, rather than ld.  I haven't tried but you may
be able to work around this by using the GCC configure option
--with-plugin-ld=/path/to/your/ld.

Ian


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