help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fwd: installing make-3.79.1]


From: Carlos Espana
Subject: [Fwd: installing make-3.79.1]
Date: Tue, 09 Oct 2001 19:55:05 -0700

--- Begin Message --- Subject: installing make-3.79.1 Date: Tue, 09 Oct 2001 19:39:53 -0700
hi there:

I hope you can help me I was trying to install "make-3.79.1" but I was
only succesful on ./configure not on "Make"  and "Make install" as
shown:

# make
make  all-recursive
make[1]: Entering directory `/usr/local/src/make-3.79.1'
Making all in glob
make[2]: Entering directory `/usr/local/src/make-3.79.1/glob'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/src/make-3.79.1/glob'
Making all in i18n
make[2]: Entering directory `/usr/local/src/make-3.79.1/i18n'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/src/make-3.79.1/i18n'
make[2]: Entering directory `/usr/local/src/make-3.79.1'
gcc -DALIASPATH=\"/usr/local/share/locale:.\"
-DLOCALEDIR=\"/usr/local/share/local/include\" -DHAVE_CONFIG_H -I. -I.
-I./glob    -g -O2 -c ar.c
/usr/ccs/bin/as: "/var/tmp/cc2E0S4H.s", line 902: error: unknown opcode
".subsec
/usr/ccs/bin/as: "/var/tmp/cc2E0S4H.s", line 902: error: statement
syntax
/usr/ccs/bin/as: "/var/tmp/cc2E0S4H.s", line 910: error: unknown opcode
".previo
/usr/ccs/bin/as: "/var/tmp/cc2E0S4H.s", line 910: error: statement
syntax
make[2]: *** [ar.o] Error 1
make[2]: Leaving directory `/usr/local/src/make-3.79.1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/make-3.79.1'
make: *** [all-recursive-am] Error 2

# make install
Making install in glob
make[1]: Entering directory `/usr/local/src/make-3.79.1/glob'
make[2]: Entering directory `/usr/local/src/make-3.79.1/glob'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/local/src/make-3.79.1/glob'
make[1]: Leaving directory `/usr/local/src/make-3.79.1/glob'
Making install in i18n
make[1]: Entering directory `/usr/local/src/make-3.79.1/i18n'
make[2]: Entering directory `/usr/local/src/make-3.79.1/i18n'
make[2]: Nothing to be done for `install-exec-am'.
files='de.mo es.mo fr.mo ja.mo ko.mo nl.mo pl.mo pt_BR.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 " //usr/sbin/install -c -m 644 ./$file $langdir/make.mo"; \
  //usr/sbin/install -c -m 644 ./$file $langdir/make.mo; \
done
 //usr/sbin/install -c -m 644 ./de.mo
/usr/local/share/locale/de/LC_MESSAGES/make.mo
install: The -c, -f, -n options each require a directory following!
 //usr/sbin/install -c -m 644 ./es.mo
/usr/local/share/locale/es/LC_MESSAGES/make.mo
install: The -c, -f, -n options each require a directory following!
 //usr/sbin/install -c -m 644 ./fr.mo
/usr/local/share/locale/fr/LC_MESSAGES/make.mo
install: The -c, -f, -n options each require a directory following!
 //usr/sbin/install -c -m 644 ./ja.mo
/usr/local/share/locale/ja/LC_MESSAGES/make.mo
install: The -c, -f, -n options each require a directory following!
 //usr/sbin/install -c -m 644 ./ko.mo
/usr/local/share/locale/ko/LC_MESSAGES/make.mo
install: The -c, -f, -n options each require a directory following!
 //usr/sbin/install -c -m 644 ./nl.mo
/usr/local/share/locale/nl/LC_MESSAGES/make.mo
install: The -c, -f, -n options each require a directory following!
 //usr/sbin/install -c -m 644 ./pl.mo
/usr/local/share/locale/pl/LC_MESSAGES/make.mo
install: The -c, -f, -n options each require a directory following!
 //usr/sbin/install -c -m 644 ./pt_BR.mo
/usr/local/share/locale/pt_BR/LC_MESSAGES/make.mo
install: The -c, -f, -n options each require a directory following!
 //usr/sbin/install -c -m 644 ./ru.mo
/usr/local/share/locale/ru/LC_MESSAGES/make.mo
install: The -c, -f, -n options each require a directory following!
make[2]: *** [install-data-local] Error 2
make[2]: Leaving directory `/usr/local/src/make-3.79.1/i18n'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/usr/local/src/make-3.79.1/i18n'
make: *** [install-recursive] Error 1


I do not know much about compiling I got the zip file from Sunfreeware .

Thanks in advance

Carlos


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]