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: Improper configuration causes gcc build failure?


Gregory Benjamin wrote:

> ca1$ ld --version
> GNU ld version 2.14 20030612

These are pretty old versions, you really ought to consider installing
the current binutils to go with the current gcc.

>                             --with-as=/usr/local/bin \

Here you need to specify the actual filename of the 'as' and 'ld' you
want to use (e.g. /usr/local/bin/as) not the directory that contains
them.

Brian


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