From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: JPEG OK, one more question Date: Tue, 15 Apr 1997 06:47:39 -0700 Organization: Two pounds of chaos and a pinch of salt Lines: 29 Message-ID: <335386FB.4382@NO.SPAM.cs.com> References: NNTP-Posting-Host: ppp108.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Chirayu Krishnappa wrote: > > I looked up the ftp site and found 2 archieves of source code. One was 12K > and the other >500K. The problem I am facing is that these files are in > some weird format with extension .tar.gz which is alien to me. All I know > is zip. Is this the right file for djgpp and how do I uncompress them. > Also, what is the difference between the big and the small archieve? .tar.gz is a Unixy style of archiving and compression. DJGPP comes with a program called 'djtar' that automatically extracts files from this format, and even uncompresses them on the fly so you don't need to specifically unzip the file. To simply extract all the files, use 'djtar -x ', or the shorter 'djtarx '. Of course, you must rename it to something legal in DOS, but the actual extension doesn't matter to djtar. -- John M. Aldrich * Anything that happens, happens. * Anything that, in happening, causes something else to happen, causes something else to happen. * Anything that, in happening, causes itself to happen again, happens again. * It doesn't necessarily do it in chronological order, though. --- Douglas Adams