This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: binutils not installing ld and as


Hi Graham,

> After successfully building and installing binutils-2.27, ld and as are not in the install’s /bin directory.  
> 
> Are they not being installed since the configure script found them on the host?

No.  There are not built/installed because of the top level configure file.  Have
a search for "darwin" and you should eventually find an entry like this:

  x86_64-*-darwin[912]*)
    noconfigdirs="$noconfigdirs ld gas gprof"
    noconfigdirs="$noconfigdirs sim target-rda"
 
So quite a few tools are not built for MAC OS based hosts.

Cheers
  Nick


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