[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
trouble with make install on aix
From: |
Chris Saunders |
Subject: |
trouble with make install on aix |
Date: |
Mon, 8 Nov 2004 17:37:15 -0800 (PST) |
Hi!
I'm not sure if this is a bug or I'm not doing something correctly, but
I've just tried to install binutils 2.15 on an aix system and had some
trouble with the 'make install' step.
First, here's some useful info:
a)
This is AIX Version 5.2:
b)
$ uname -a
AIX widget 2 5 00CBE19D4C00
c)
I'm using gnu make 3.80
d)
I've succesfully built and installed binutils 2.14 on the same machine,
using the same configure/make sequence.
e)
configure line:
./configure --prefix=/genome/ctsa/opt/powerpc-aix/binutils-2.15
The configuration and make steps run w/o generating errors and the
binutil programs seem to run correctly (I've only tested them casually).
However, when I run 'make install', I get an error message, I've copied
the whole make install output below (it's not very long).
...I'm not sure what other info I can provide, unfortunately I'm only a
very occasional user of aix so please let me know if any other info would
help. Many thanks!
-Chris
'make install' output:
"""
/bin/sh ./mkinstalldirs /genome/ctsa/opt/powerpc-aix/binutils-2.15
/genome/ctsa/opt/powerpc-aix/binutils-2.15
make[1]: Entering directory `/genome/ctsa/tmp/binutils-2.15/bfd'
Making install in doc
make[2]: Entering directory `/genome/ctsa/tmp/binutils-2.15/bfd/doc'
make[3]: Entering directory `/genome/ctsa/tmp/binutils-2.15/bfd/doc'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/genome/ctsa/tmp/binutils-2.15/bfd/doc'
/bin/sh ../../mkinstalldirs
/genome/ctsa/opt/powerpc-aix/binutils-2.15/info
./install-sh -c -m 644 ./bfd.info
/genome/ctsa/opt/powerpc-aix/binutils-2.15/info/bfd.info
/bin/sh: ./install-sh: not found.
./install-sh -c -m 644 ./bfd.info-1
/genome/ctsa/opt/powerpc-aix/binutils-2.15/info/bfd.info-1
/bin/sh: ./install-sh: not found.
./install-sh -c -m 644 ./bfd.info-2
/genome/ctsa/opt/powerpc-aix/binutils-2.15/info/bfd.info-2
/bin/sh: ./install-sh: not found.
install-info --info-dir=/genome/ctsa/opt/powerpc-aix/binutils-2.15/info
/genome/ctsa/opt/powerpc-aix/binutils-2.15/info/bfd.info
install-info: A file or directory in the path name does not exist. for
/genome/ctsa/opt/powerpc-aix/binutils-2.15/info/bfd.info
make[2]: Leaving directory `/genome/ctsa/tmp/binutils-2.15/bfd/doc'
Making install in po
make[2]: Entering directory `/genome/ctsa/tmp/binutils-2.15/bfd/po'
if test -r ./../../mkinstalldirs; then \
./../../mkinstalldirs /genome/ctsa/opt/powerpc-aix/binutils-2.15/share;
\
else \
../mkinstalldirs /genome/ctsa/opt/powerpc-aix/binutils-2.15/share; \
fi
/bin/sh: ./install-sh: not found.
installing fr.gmo as
/genome/ctsa/opt/powerpc-aix/binutils-2.15/share/locale/fr/LC_MESSAGES/bfd.mo
/bin/sh: ./install-sh: not found.
installing tr.gmo as
/genome/ctsa/opt/powerpc-aix/binutils-2.15/share/locale/tr/LC_MESSAGES/bfd.mo
/bin/sh: ./install-sh: not found.
installing ja.gmo as
/genome/ctsa/opt/powerpc-aix/binutils-2.15/share/locale/ja/LC_MESSAGES/bfd.mo
/bin/sh: ./install-sh: not found.
installing es.gmo as
/genome/ctsa/opt/powerpc-aix/binutils-2.15/share/locale/es/LC_MESSAGES/bfd.mo
/bin/sh: ./install-sh: not found.
installing sv.gmo as
/genome/ctsa/opt/powerpc-aix/binutils-2.15/share/locale/sv/LC_MESSAGES/bfd.mo
/bin/sh: ./install-sh: not found.
installing da.gmo as
/genome/ctsa/opt/powerpc-aix/binutils-2.15/share/locale/da/LC_MESSAGES/bfd.mo
/bin/sh: ./install-sh: not found.
installing zh_CN.gmo as
/genome/ctsa/opt/powerpc-aix/binutils-2.15/share/locale/zh_CN/LC_MESSAGES/bfd.mo
/bin/sh: ./install-sh: not found.
installing ro.gmo as
/genome/ctsa/opt/powerpc-aix/binutils-2.15/share/locale/ro/LC_MESSAGES/bfd.mo
if test "bfd" = "gettext"; then \
if test -r ./../../mkinstalldirs; then \
./../../mkinstalldirs
/genome/ctsa/opt/powerpc-aix/binutils-2.15/share/gettext/po; \
else \
../mkinstalldirs
/genome/ctsa/opt/powerpc-aix/binutils-2.15/share/gettext/po; \
fi; \
./install-sh -c -m 644 ./Makefile.in.in \
/genome/ctsa/opt/powerpc-aix/binutils-2.15/share/gettext/po/Makefile.in.in;
\
else \
: ; \
fi
make[2]: Leaving directory `/genome/ctsa/tmp/binutils-2.15/bfd/po'
make[2]: Entering directory `/genome/ctsa/tmp/binutils-2.15/bfd'
make[3]: Entering directory `/genome/ctsa/tmp/binutils-2.15/bfd'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ./../mkinstalldirs /genome/ctsa/opt/powerpc-aix/binutils-2.15/lib
/bin/sh ./../mkinstalldirs
/genome/ctsa/opt/powerpc-aix/binutils-2.15/include
/bin/sh ./libtool --mode=install ./install-sh -c libbfd.la
/genome/ctsa/opt/powerpc-aix/binutils-2.15/lib/libbfd.la
./install-sh -c .libs/libbfd.lai
/genome/ctsa/opt/powerpc-aix/binutils-2.15/lib/libbfd.la
./libtool[4987]: ./install-sh: not found
make[3]: *** [install_libbfd] Error 127
make[3]: Leaving directory `/genome/ctsa/tmp/binutils-2.15/bfd'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/genome/ctsa/tmp/binutils-2.15/bfd'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/genome/ctsa/tmp/binutils-2.15/bfd'
make: *** [install-bfd] Error 2
"""
-----------------------------------------
Christopher Saunders
University of Washington
Department of Genome Sciences
Box 357730
Seattle, WA 98195
phone: (206) 221-5283
-----------------------------------------
- trouble with make install on aix,
Chris Saunders <=