Dear Paul, As you suggested, I used ./make -k install But, it's still raising one more error at "make[1]: ar: Command not found"
Please, solve this problem. Thanks in advance. Here result on ./make -k install >>>>>>>>>>>>>>>>> # ./make -k install Making install in glob make[1]: Entering directory `/soft/make-3.79/glob' rm -f libglob.a ar cru libglob.a glob.o fnmatch.o make[1]: ar: Command not found make[1]: *** [libglob.a] Error 127 make[1]: Target `install' not remade because of errors. make[1]: Leaving directory `/soft/make-3.79/glob' Making install in i18n make[1]: Entering directory `/soft/make-3.79/i18n' make[2]: Entering directory `/soft/make-3.79/i18n' make[2]: Nothing to be done for `install-exec-am'. files='de.mo es.mo fr.mo ko.mo nl.mo pl.mo ru.mo'; \ for file in $files; do \ base=`basename $file`; \ langdir=/usr/local/share/locale/`echo $base | sed 's/\.mo$//'`/LC_MESSAGES; \ /bin/sh ../mkinstalldirs $langdir; \ echo " .././install-sh -c -m 644 ./$file $langdir/make.mo"; \ .././install-sh -c -m 644 ./$file $langdir/make.mo; \ done .././install-sh -c -m 644 ./de.mo /usr/local/share/locale/de/LC_MESSAGES/make.m o .././install-sh -c -m 644 ./es.mo /usr/local/share/locale/es/LC_MESSAGES/make.m o .././install-sh -c -m 644 ./fr.mo /usr/local/share/locale/fr/LC_MESSAGES/make.m o .././install-sh -c -m 644 ./ko.mo /usr/local/share/locale/ko/LC_MESSAGES/make.m o .././install-sh -c -m 644 ./nl.mo /usr/local/share/locale/nl/LC_MESSAGES/make.m o .././install-sh -c -m 644 ./pl.mo /usr/local/share/locale/pl/LC_MESSAGES/make.m o .././install-sh -c -m 644 ./ru.mo /usr/local/share/locale/ru/LC_MESSAGES/make.m o make[2]: Leaving directory `/soft/make-3.79/i18n' make[1]: Leaving directory `/soft/make-3.79/i18n' make[1]: Entering directory `/soft/make-3.79' make[2]: Entering directory `/soft/make-3.79' /bin/sh ./mkinstalldirs /usr/local/bin ./install-sh -c make /usr/local/bin/make /bin/sh ./mkinstalldirs /usr/local/info ./install-sh -c -m 644 ./make.info /usr/local/info/make.info ./install-sh -c -m 644 ./make.info-1 /usr/local/info/make.info-1 ./install-sh -c -m 644 ./make.info-2 /usr/local/info/make.info-2 ./install-sh -c -m 644 ./make.info-3 /usr/local/info/make.info-3 ./install-sh -c -m 644 ./make.info-4 /usr/local/info/make.info-4 ./install-sh -c -m 644 ./make.info-5 /usr/local/info/make.info-5 ./install-sh -c -m 644 ./make.info-6 /usr/local/info/make.info-6 ./install-sh -c -m 644 ./make.info-7 /usr/local/info/make.info-7 ./install-sh -c -m 644 ./make.info-8 /usr/local/info/make.info-8 ./install-sh -c -m 644 ./make.info-9 /usr/local/info/make.info-9 ./install-sh -c -m 644 ./make.info-10 /usr/local/info/make.info-10 /soft/make-3.79/./make install-man1 make[3]: Entering directory `/soft/make-3.79' /bin/sh ./mkinstalldirs /usr/local/man/man1 ./install-sh -c -m 644 ./make.1 /usr/local/man/man1/make.1 make[3]: Leaving directory `/soft/make-3.79' make[2]: Leaving directory `/soft/make-3.79' make[1]: Leaving directory `/soft/make-3.79' make: *** [install-recursive] Error 1 make: Target `install' not remade because of errors. # >>>>>>>>>>>>>>>>>> ----- Original Message ----- From: "Paul D. Smith" <[EMAIL PROTECTED]> To: "Robert Boehne" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, December 04, 2001 8:14 AM Subject: Re: libtool/2704: Unable to install make3.79 on Solaris (Intel) > %% Robert Boehne <[EMAIL PROTECTED]> writes: > > rb> This has nothing to do with libtool whatsoever. > > Yes; make doesn't even _use_ libtool, since it doesn't export any > libraries, so I'm not sure why this was reported against libtool. > Bizarre. > > rb> The problem is the "./" when make install is run. > > This can be trivially avoided by doing one of these things: > > $ env PATH=.:$PATH make install > > or > > $ ./make -k install > > should also work. > > > PS. Note that you DO have a make on standard Solaris boxes, it's just > hidden away in the non-standard location /usr/ccs/bin. > > -- > -------------------------------------------------------------------------- ----- > Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: > http://www.gnu.org http://www.paulandlesley.org/gmake/ > "Please remain calm...I may be mad, but I am a professional." --Mad Scientist > _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
