[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
solaris 9 make install problem
From: |
ichavero |
Subject: |
solaris 9 make install problem |
Date: |
Thu, 07 Oct 2004 12:21:30 -0600 |
the make install on solaris 9 gives me this output error
/bin/sh ./libtool --mode=install ./install-sh -c libbfd.la
/usr/local/binutils/lib/libbfd.la
./install-sh -c .libs/libbfd.lai /usr/local/binutils/lib/libbfd.la
./libtool: ./install-sh: not found
make[3]: *** [install_libbfd] Error 1
make[3]: Leaving directory `/space/src/binutils-2.15/bfd'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/space/src/binutils-2.15/bfd'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/space/src/binutils-2.15/bfd'
make: *** [install-bfd] Error 2
the problem is the location of the files libtool is using the command
that works is this one:
binutils/libtool --mode=install ./install-sh -c bfd/libbfd.la
/usr/local/binutils/lib/libbfd.la
i hope this can be useful
keep writing great software :-)
- solaris 9 make install problem,
ichavero <=