Please help to install gdb on Sun Solaris 2.5.1
J T Lin
jtlin@ee.nsysu.edu.tw
Thu Sep 30 19:26:00 GMT 1999
Dear Sir,
ÃÂ ÃÂ ÃÂ Pleas help me and give
me suggestions As soon As Possible. Thanks a lot.
Best wishes
ÃÂ
J T Lin jtlin@ee.nsysu.edu.tw
ÃÂ
************************* Problem1: About GNU
**************************
jt3# make install /bin/sh ./mkinstalldirs
/usr/localÃÂ /usr/local Making install in doc Making install in
po if test -r ./../../mkinstalldirs; then \ ÃÂ ./../../mkinstalldirs
/usr/local/share; \ else \ ÃÂ ../mkinstalldirs /usr/local/share;
\ fi mkdir /usr/local/share if test "bfd" =
"gettext"; then \ ÃÂ if test -r ./../../mkinstalldirs; then
\ ÃÂ ÃÂ ÃÂ ./../../mkinstalldirs /usr/local/share/gettext/po;
\ ÃÂ else \ ÃÂ ÃÂ ÃÂ ../mkinstalldirs
/usr/local/share/gettext/po; \ ÃÂ fi; \ ÃÂ .././../install-sh -c
-m 644 ./Makefile.in.in
\ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ
/usr/local/share/gettext/po/Makefile.in.in; \ else \ ÃÂ : ;
\ fi /bin/sh ./../mkinstalldirs /usr/local/lib /bin/sh ./libtoolÃÂ
--mode=install ./../install-sh -c libbfd.la
/usr/local/lib/libbfd.la ./../install-sh -c libbfd.la
/usr/local/lib/libbfd.la ./../install-sh -c .libs/libbfd.a
/usr/local/lib/libbfd.a ranlib /usr/local/lib/libbfd.a ./libtool: ranlib:
not found *** Error code 1 make: Fatal error: Command failed for target
`install-libLTLIBRARIES' Current working directory
/home0/grad/jtlin/gdb-4.18/bfd *** Error code 1 make: Fatal error: Command
failed for target `install-am' Current working directory
/home0/grad/jtlin/gdb-4.18/bfd *** Error code 1 make: Fatal error: Command
failed for target `install-recursive' Current working directory
/home0/grad/jtlin/gdb-4.18/bfd *** Error code 1 make: Fatal error: Command
failed for target `install-bfd'
ÃÂ
********
Problem2 : About gettext-0.10 on HP735 hpux10.20
******* # make
install ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ for subdir in doc lib intl
src po misc checks; do
\ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ target=`echo
install-src-recursive | sed 's/-recursive//'`;
\ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ echo making $target
in $subdir; \ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ (cd
$subdir && make $target)
\ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ || case
"" in *k*) fail=yes;; *) exit 1;; esac;
\ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ done && test -z
"$fail" making install-src in doc No suffix
list. ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ../mkinstalldirs
/usr/local/info ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ for file in
./gettext.info*; do \ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ
base=`echo $file | sed 's@.*/\(.*\)@\1@'`;
\ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ .././install-sh -c
-m 644 $file /usr/local/info/$base;
\ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ done making install-src in
lib making install-src in intl ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ
cc -c -DLOCALEDIR=\"/usr/local/lib/locale\"
-DGNULOCALEDIR=\"/usr/local/ share/locale\"ÃÂ
-DLOCALE_ALIAS_PATH=\"/usr/local/lib/locale:.\"
-DHAVE_CONFIG_H -I.. -I. -I../intl -I../libÃÂ -gÃÂ
../po/cat-id-tbl.c (Bundled) cc: warning 480: The -g option is available only
with the C/ANSI C pro duct;
ignored. ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ rm -f
libintl.a ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ar cru libintl.a
cat-compat.o ../po/cat-id-tbl.o bindtextdom.o dcgettext .o dgettext.o
gettext.oÃÂ finddomain.o loadmsgcat.o localealias.o textdomain.o ar: No
such file or directory ar: could not open ../po/cat-id-tbl.o *** Error
exit code 1
ÃÂ
Stop. *** Error exit code 1
ÃÂ
Stop.
******** Problem3 : About bison-1.28 on HP735 hpux10.20
*******
# make install No suffix list. Making install in
intl ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ if test "bison" =
"gettext"
\ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ &&
test 'intl-compat.o' = 'intl-compat.o'; then
\ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ if test -r
./mkinstalldirs; then
\ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ
./mkinstalldirs /usr/local/lib /usr/local/include;
\ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ else
\ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ
../mkinstalldirs /usr/local/lib /usr/local/include;
\ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ fi;
\ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ .././install-sh -c
-m 644 intlh.inst /usr/local/include/libintl.h;
\ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ .././install-sh -c
-m 644 libintl.a /usr/local/lib/libintl.a;
\ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ else
\ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ : ;
\ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ
fi ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ if test "bison" =
"gettext"; then
\ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ if test -r
./mkinstalldirs; then
\ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ
./mkinstalldirs /usr/local/share/gettext/intl;
\ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ else
\ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ
../mkinstalldirs /usr/local/share/gettext/intl;
\ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ fi;
\ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ .././install-sh -c
-m 644 VERSION /usr/local/share/gettext/intl/VERSION;
\ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ
dists="ChangeLog Makefile.in linux-msg.sed po2tbl.sed.inÃÂ
xopen-msg.sed get text.h gettextP.h hash-string.h libgettext.h loadinfo.h
bindtextdom.c dcgettext.c dge ttext.c gettext.cÃÂ finddomain.c
loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c
intl-compat.c cat-compat.c";
\ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ for file in $dists;
do \ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ
.././install-sh -c -m 644 ./$file /usr/local/share/gettext/intl/$file;
\ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ done;
\ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ else
\ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ : ;
\ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ fi Making install in
po ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ file=./`echo de | sed
's,.*/,,'`.gmo \ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ ÃÂ
&& rm -f $file && PATH=../src:$PATH msgfmt -o $file
de.po sh[2]: msgfmt:ÃÂ not found. *** Error exit code
127
ÃÂ
Stop. *** Error exit code
1
ÃÂ
Stop.
More information about the Gdb
mailing list