[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Makefile problem
From: |
Anlodd |
Subject: |
Makefile problem |
Date: |
Tue, 06 Jan 2004 13:57:07 +0300 |
Hello.
I am trying to install binutils-2.14 on RedHat 9 with make 3.79.1 and
make install returns following error:
make[2]: Leaving directory
`/home/anlodd/work/src/binutils-build/libiberty/testsuite'
/bin/sh ../../binutils-2.14/libiberty/../mkinstalldirs
/var/tmp/binutils/usr/lib
/bin/sh /install-sh -c -m 644 libiberty.a
/var/tmp/binutils/usr/lib/libiberty.an
/install-sh: /install-sh: No such file or directory
make[1]: *** [install_to_libdir] Error 127
make[1]: Leaving directory
`/home/anlodd/work/src/binutils-build/libiberty'
make: *** [install-libiberty] Error 2
I have tried it with binutils-2.13 with same effect.
Command used:
./configure --enable-shared
make
make -e DESTDIR=/var/tmp/binutils install
I seems that variables s and r in Makefile is not assigned properly and
not exported to sub-make's. I can not figure out why.
--
Anlodd <address@hidden>
- Makefile problem,
Anlodd <=