bug-gnu-utils
[Top][All Lists]
Advanced

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

Problem installing m4


From: Bulpett, Dana
Subject: Problem installing m4
Date: Thu, 10 Jan 2002 09:38:35 -0500

I am trying to install m4 version 1.4 on a Sun system.  I am doing the "make
install" command and I get the following errors.

for subdir in doc lib src checks examples; do \
  echo making install in $subdir; \
  (cd $subdir && make CC='cc -Xc' CFLAGS='-g' LDFLAGS='' LIBS=''
prefix='/usr/local/bin' exec_prefix='/usr/local/bin'
bindir='/usr/local/bin' infodir='/usr/local/bin/info' install) || exit 1; \
done
making install in doc
./../mkinstalldirs /usr/local/bin/info
cd . && for file in m4.info*; do \
  /fprs/p/bVA.08/install -c -m 644 $file /usr/local/bin/info/$file; \
done
install: The -c, -f, -n options each require a directory following!
*** Error code 2
make: Fatal error: Command failed for target `install'
Current working directory /fprs/home/fprsapph/dana/m4-1.4/doc
*** Error code 1
make: Fatal error: Command failed for target `install'


The version of install that I have is:
#ident  "@(#)install.sh 1.11    98/03/23 SMI"   /* SVr4.0 1.12.1.1      */


What is the problem?

Thank you
Dana Bulpett



reply via email to

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