Mail Archives: djgpp/1998/01/10/20:07:07
> 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)
- Raw text -