Date: Sat, 10 Jan 1998 20:06:52 -0500 (EST) Message-Id: <199801110106.UAA04972@delorie.com> From: DJ Delorie To: tcdude AT concentric DOT net CC: djgpp AT delorie DOT com In-reply-to: <6992nh$o2i@examiner.concentric.net> (tcdude@concentric.net) Subject: Re: Checking the version of Djgpp I have Precedence: bulk > I wanted to know because I might want to download version 2.1 if I don't > have 2.1. Look in the manifest directory. It should have two text files for each zip you installed; one has the version number, plus they're named after the zips, which have version numbers in the names. Also, you can look inside lib/libc.a for a version string, or in any program you link it with, that tells you when that copy of libc was built. The "ident" program from v2gnu/rcs5713b.zip can find and print these strings for you. Or, you can compare the size of libc.a with the sizes at http://www.delorie.com/djgpp/dl/ofc/simtel/v2/djdev201.zip/ (643,206 bytes for 2.01)