Date: Fri, 7 Feb 1997 13:12:56 +0200 (IST) From: Eli Zaretskii To: "Colin W. Glenn" cc: djgpp AT delorie DOT com Subject: Re: tar for DJGPP | Followup: In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 6 Feb 1997, Colin W. Glenn wrote: > Anyway, ran into a problem when trying to rebuild djtar with a quiet > switch, can't directly GCC it, and have only convinced make to produce > this message so far using the make file: The makefiles there are designed so that you compile the entire DJGPP C library and all the utilities at once. To compile DJTAR alone, you should look at the Makefile and issue its commands manually. Try this: make -n djtar then invoke the commands that Make prints from the DOS prompt. The gcc.opt file is also inside djlsr201.zip.