bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug binutils/335] New: make install fails


From: Nick Clifton
Subject: Re: [Bug binutils/335] New: make install fails
Date: Fri, 27 Aug 2004 10:32:13 +0100
User-agent: Mozilla Thunderbird 0.7.3 (X11/20040803)

Hi Ralf,

I tried building binutils-040817 and binutils-2.14.92, and binutils-2.15 all of which fail at "make install" with:

/bin/sh ../../mkinstalldirs /usr/local/info ./install-sh -c -m 644 ./bfd.info /usr/local/info/bfd.info /bin/sh: line 1: ./install-sh: No such file or directory

I configured it using: ./configure

That is probably the problem - try building your toolchain in a separate directory from the sources. ie:

  mkdir source
  cd sources
  tar <extract sources here>
  mkdir ../build
  cd ../build
  ../sources/configure

Cheers
  Nick






reply via email to

[Prev in Thread] Current Thread [Next in Thread]