This is the mail archive of the xconq7@sourceware.cygnus.com mailing list for the Xconq project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Compilation Problem



   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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]