This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

problem installing on Solaris 9


Hi all-

I apologize in advance if this has been answered elsewhere, but some searching of the archives got me no results.

I downloaded the binutils (2.14) package from the GNU site and was able to compile and make without problem.

However, when I try to 'make install', I get the following collection of errors:

Making install in po
make[2]: Entering directory `/home/ja144169/downloads/gtk-deps/binutils-2.14/opcodes/po'
if test -r ./../../mkinstalldirs; then \
./../../mkinstalldirs /usr/local/share; \
else \
../mkinstalldirs /usr/local/share; \
fi
installing fr.mo as /usr/local/share/locale/fr/LC_MESSAGES/opcodes.mo
installing sv.mo as /usr/local/share/locale/sv/LC_MESSAGES/opcodes.mo
installing tr.mo as /usr/local/share/locale/tr/LC_MESSAGES/opcodes.mo
installing es.mo as /usr/local/share/locale/es/LC_MESSAGES/opcodes.mo
installing da.mo as /usr/local/share/locale/da/LC_MESSAGES/opcodes.mo
installing de.mo as /usr/local/share/locale/de/LC_MESSAGES/opcodes.mo
installing id.mo as /usr/local/share/locale/id/LC_MESSAGES/opcodes.mo
installing pt_BR.mo as /usr/local/share/locale/pt_BR/LC_MESSAGES/opcodes.mo
installing ro.mo as /usr/local/share/locale/ro/LC_MESSAGES/opcodes.mo
if test "opcodes" = "gettext"; then \
if test -r ./../../mkinstalldirs; then \
./../../mkinstalldirs /usr/local/share/gettext/po; \
else \
../mkinstalldirs /usr/local/share/gettext/po; \
fi; \
/bin/sh /home/ja144169/downloads/gtk-deps/binutils-2.14/install-sh -c -m 644 ./Makefile.in.in \
/usr/local/share/gettext/po/Makefile.in.in; \
else \
: ; \
fi
make[2]: Leaving directory `/home/ja144169/downloads/gtk-deps/binutils-2.14/opcodes/po'
make[2]: Entering directory `/home/ja144169/downloads/gtk-deps/binutils-2.14/opcodes'
make[2]: *** No rule to make target `../bfd/bfd.h', needed by `dis-buf.lo'. Stop.
make[2]: Leaving directory `/home/ja144169/downloads/gtk-deps/binutils-2.14/opcodes'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/ja144169/downloads/gtk-deps/binutils-2.14/opcodes'
make: *** [install-opcodes] Error 2


Can anyone shed some light on my woes?

Thanks in advance.

-Micah Abbott


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]