Compilation Problem

Stan Shebs shebs@cygnus.com
Mon Nov 17 19:57:00 GMT 1997


   From: Leonid I Korogodsky <leokor@IAS.EDU>
   Date: Mon, 7 Jul 1997 14:51:00 -0400

   for i in `ls ./*.dir ./*.g ./*.imf ./news.txt`; do \
	   echo $i; \
	   install -c -m 644 ./$i /home/math/leokor/xconq-7.1.0/lib/xconq; \
   done
   ./1756.g
   install: The -c, -f, -n options each require a directory following!
   *** Error code 2

Hmmm, sounds like a lame version of install.  Try putting a INSTALL=install
on the make line.  (I note that autoconf has smarts for this; a good
post-7.2 project.)

							Stan




More information about the Xconq7 mailing list