public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* binutils not installing ld and as
@ 2017-01-04 17:22 Graham Reitz
  2017-01-10 12:59 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Graham Reitz @ 2017-01-04 17:22 UTC (permalink / raw)
  To: binutils

After successfully building and installing binutils-2.27, ld and as are not in the install’s /bin directory.  

The configure script mentions finding ld and as on the host (Mac OS 10.12.2, latest).  Are they not being installed since the configure script found them on the host?

Configure:
CC=gcc-6.1.0 CXX=g++-6.1.0 ../binutils-2.27/configure --prefix=$GNUHOME/gcc-6.1.0 --with-gmp=$GNUHOME/gcc-6.1.0 --with-mpfr=$GNUHOME/gcc-6.1.0 --with-mpc=$GNUHOME/gcc-6.1.0 --enable-languages=c,c++ --with-isl=$GNUHOME/gcc-6.1.0

Kindly,
Graham

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: binutils not installing ld and as
  2017-01-04 17:22 binutils not installing ld and as Graham Reitz
@ 2017-01-10 12:59 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2017-01-10 12:59 UTC (permalink / raw)
  To: Graham Reitz; +Cc: binutils

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-10 12:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-04 17:22 binutils not installing ld and as Graham Reitz
2017-01-10 12:59 ` Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).