X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Jim Michaels Newsgroups: comp.os.msdos.djgpp Subject: Re: errors using C++ libraries Date: Thu, 8 Jan 2009 22:13:54 -0800 (PST) Organization: http://groups.google.com Lines: 1077 Message-ID: <65f3fabf-e6b6-4fa0-8bd0-8a4e3f6414d0@p2g2000prn.googlegroups.com> References: <21cb02cc-b32a-4057-b191-8dcd61624c63 AT p2g2000prf DOT googlegroups DOT com> <9e625b31-0599-4156-90c1-0d98aeba94c4 AT e6g2000vbe DOT googlegroups DOT com> <24847567-cad8-4c1e-ac21-dc24ae7f06c3 AT v39g2000pro DOT googlegroups DOT com> <37e501e1-688d-4814-9043-5f53eeacba10 AT r15g2000prh DOT googlegroups DOT com> <6cbd46b4-0b3e-4361-aabc-82d22598458d AT o40g2000yqb DOT googlegroups DOT com> NNTP-Posting-Host: 76.115.70.155 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1231481634 25861 127.0.0.1 (9 Jan 2009 06:13:54 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Fri, 9 Jan 2009 06:13:54 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: p2g2000prn.googlegroups.com; posting-host=76.115.70.155; posting-account=05hOMwoAAAB6R8xtiQKzEljSMzgOhVF1 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id n096FB64014565 Reply-To: djgpp AT delorie DOT com On Jan 6, 8:24 pm, Rugxulo wrote: > Hi, > On Jan 6, 4:49 am, Jim Michaels wrote: > > > I meant did you use an LFN-aware system and/or use an LFN-aware > > > unzipper. You can actually unzip for SFN even on WinXP, e.g. if you > > > wanted to use the same install in pure DOS or Windows. > > > I just re-extracted the compiler from scratch using the built-in > > unzip32.exe.  no difference.  I still get errors when including > > and > > try it and see what happens on yours (you will have to compile it with > > gpp of course). > > I am thinking someone goofed up on the C++ I/O libraries. > > > #include > > int main(void) { > >     return 0; > > } > > That example worked for me earlier. Maybe you left some remnants from > an old install behind. What does your /manifest/ subdir look like? > > > Either that or something else is very wrong. > > Definitely confusing, but it's treatable, it's not fatal.    ;-) this is from a fresh install of current using the latest versions. I can send you the batch file that contains the extraction instructions to show you what I did. There are several manifests. F:\djcurrnt>dir/s manifest/b F:\djcurrnt\v2\manifest F:\djcurrnt\v2\contrib\pakk023s\manifest F:\djcurrnt\v2apps\manifest F:\djcurrnt\v2apps\tex\manifest F:\djcurrnt\v2apps\tex\gnu\web2c-7.2\web2c\tiedir\MANIFEST F:\djcurrnt\v2apps\tex\old\manifest F:\djcurrnt\v2gnu\manifest F:\djcurrnt\v2gnu\gnu\bash-2.04\MANIFEST F:\djcurrnt\v2gnu\gnu\binutl-2.19\install.djg\manifest F:\djcurrnt\v2gnu\gnu\gdb-6.11\readline\MANIFEST F:\djcurrnt\v2gnu\gnu\perl-5.8-8\MANIFEST F:\djcurrnt\v2gnu\gnu\perl-5.8-8\ext\Devel\PPPort\MANIFEST F:\djcurrnt\v2gnu\gnu\perl-5.8-8\ext\Encode\MANIFEST F:\djcurrnt\v2gnu\gnu\perl-5.8-8\ext\IPC\SysV\MANIFEST F:\djcurrnt\v2gnu\gnu\perl-5.8-8\ext\PerlIO\encoding\MANIFEST F:\djcurrnt\v2gnu\gnu\perl-5.8-8\ext\Storable\MANIFEST F:\djcurrnt\v2gnu\gnu\perl-5.8-8\ext\XS\APItest\MANIFEST F:\djcurrnt\v2gnu\gnu\perl-5.8-8\os2\OS2\ExtAttr\MANIFEST F:\djcurrnt\v2gnu\gnu\perl-5.8-8\os2\OS2\PrfDB\MANIFEST F:\djcurrnt\v2gnu\gnu\perl-5.8-8\os2\OS2\Process\MANIFEST F:\djcurrnt\v2gnu\gnu\perl-5.8-8\os2\OS2\REXX\MANIFEST F:\djcurrnt\v2gnu\gnu\perl-5.8-8\os2\OS2\REXX\DLL\MANIFEST F:\djcurrnt\v2gnu\gnu\readline.51\MANIFEST F:\djcurrnt\v2misc\MANIFEST F:\djcurrnt\v2tk\manifest F:\djcurrnt\v2tk\allegro\manifest F:\djcurrnt\v2tk\allegro\contrib\MANIFEST F:\djcurrnt\v2tk\contrib\manifest F:\djcurrnt\v2tk\contrib\ls080\manifest F:\djcurrnt\v2tk\src\expat-2.0.0\MANIFEST here are the directories of the main ones: F:\djcurrnt\v2\manifest\djcrx203.mft F:\djcurrnt\v2\manifest\djcrx203.ver F:\djcurrnt\v2\manifest\djdev203.dsm F:\djcurrnt\v2\manifest\djdev203.mft F:\djcurrnt\v2\manifest\djdev203.ver F:\djcurrnt\v2\manifest\djdoc203.mft F:\djcurrnt\v2\manifest\djdoc203.ver F:\djcurrnt\v2\manifest\djlsr203.dsm F:\djcurrnt\v2\manifest\djlsr203.mft F:\djcurrnt\v2\manifest\djlsr203.ver F:\djcurrnt\v2\manifest\djtst203.mft F:\djcurrnt\v2\manifest\djtst203.ver F:\djcurrnt\v2\manifest\djtzn203.dsm F:\djcurrnt\v2\manifest\djtzn203.mft F:\djcurrnt\v2\manifest\djtzn203.ver F:\djcurrnt\v2\manifest\djtzs203.dsm F:\djcurrnt\v2\manifest\djtzs203.mft F:\djcurrnt\v2\manifest\djtzs203.ver F:\djcurrnt\v2\manifest\ds081110.dsm F:\djcurrnt\v2\manifest\ds081110.mft F:\djcurrnt\v2\manifest\ds081110.ver F:\djcurrnt\v2\manifest\faq211b.mft F:\djcurrnt\v2\manifest\faq211b.ver F:\djcurrnt\v2\manifest\faq211p.mft F:\djcurrnt\v2\manifest\faq211p.ver F:\djcurrnt\v2\manifest\faq211s.mft F:\djcurrnt\v2\manifest\faq211s.ver F:\djcurrnt\v2\manifest\faq230b.mft F:\djcurrnt\v2\manifest\faq230b.ver F:\djcurrnt\v2\manifest\faq230p.mft F:\djcurrnt\v2\manifest\faq230p.ver F:\djcurrnt\v2\manifest\faq230s.mft F:\djcurrnt\v2\manifest\faq230s.ver F:\djcurrnt\v2\manifest\lbin041s.dsm F:\djcurrnt\v2\manifest\lbin041s.mft F:\djcurrnt\v2\manifest\lbin041s.ver F:\djcurrnt\v2\manifest\lbint04s.dsm F:\djcurrnt\v2\manifest\lbint04s.mft F:\djcurrnt\v2\manifest\lbint04s.ver F:\djcurrnt\v2\manifest\pakk023b.dsm F:\djcurrnt\v2\manifest\pakk023b.mft F:\djcurrnt\v2\manifest\pakk023b.ver F:\djcurrnt\v2\manifest\pakk023d.dsm F:\djcurrnt\v2\manifest\pakk023d.mft F:\djcurrnt\v2\manifest\pakk023d.ver F:\djcurrnt\v2\manifest\pakk023s.dsm F:\djcurrnt\v2\manifest\pakk023s.mft F:\djcurrnt\v2\manifest\pakk023s.ver F:\djcurrnt\v2apps\manifest\bann10b.mft F:\djcurrnt\v2apps\manifest\bann10b.ver F:\djcurrnt\v2apps\manifest\bann10s.mft F:\djcurrnt\v2apps\manifest\bann10s.ver F:\djcurrnt\v2apps\manifest\byacc19b.dsm F:\djcurrnt\v2apps\manifest\byacc19b.mft F:\djcurrnt\v2apps\manifest\byacc19b.ver F:\djcurrnt\v2apps\manifest\byacc19s.dsm F:\djcurrnt\v2apps\manifest\byacc19s.mft F:\djcurrnt\v2apps\manifest\byacc19s.ver F:\djcurrnt\v2apps\manifest\bz2-105a.dsm F:\djcurrnt\v2apps\manifest\bz2-105a.mft F:\djcurrnt\v2apps\manifest\bz2-105a.ver F:\djcurrnt\v2apps\manifest\bz2-105b.dsm F:\djcurrnt\v2apps\manifest\bz2-105b.mft F:\djcurrnt\v2apps\manifest\bz2-105b.ver F:\djcurrnt\v2apps\manifest\bz2-105d.dsm F:\djcurrnt\v2apps\manifest\bz2-105d.mft F:\djcurrnt\v2apps\manifest\bz2-105d.ver F:\djcurrnt\v2apps\manifest\bz2-105s.dsm F:\djcurrnt\v2apps\manifest\bz2-105s.mft F:\djcurrnt\v2apps\manifest\bz2-105s.ver F:\djcurrnt\v2apps\manifest\cdecl25b.mft F:\djcurrnt\v2apps\manifest\cdecl25b.ver F:\djcurrnt\v2apps\manifest\cdecl25s.mft F:\djcurrnt\v2apps\manifest\cdecl25s.ver F:\djcurrnt\v2apps\manifest\clear10b.mft F:\djcurrnt\v2apps\manifest\clear10b.ver F:\djcurrnt\v2apps\manifest\clear10s.mft F:\djcurrnt\v2apps\manifest\clear10s.ver F:\djcurrnt\v2apps\manifest\csc154b.mft F:\djcurrnt\v2apps\manifest\csc154b.ver F:\djcurrnt\v2apps\manifest\csc154s.mft F:\djcurrnt\v2apps\manifest\csc154s.ver F:\djcurrnt\v2apps\manifest\cxr15db.mft F:\djcurrnt\v2apps\manifest\cxr15db.ver F:\djcurrnt\v2apps\manifest\cxr15ds.mft F:\djcurrnt\v2apps\manifest\cxr15ds.ver F:\djcurrnt\v2apps\manifest\derof16b.mft F:\djcurrnt\v2apps\manifest\derof16b.ver F:\djcurrnt\v2apps\manifest\derof16s.mft F:\djcurrnt\v2apps\manifest\derof16s.ver F:\djcurrnt\v2apps\manifest\dfe9532b.mft F:\djcurrnt\v2apps\manifest\dfe9532b.ver F:\djcurrnt\v2apps\manifest\dfe9532s.mft F:\djcurrnt\v2apps\manifest\dfe9532s.ver F:\djcurrnt\v2apps\manifest\dosck11b.dsm F:\djcurrnt\v2apps\manifest\dosck11b.mft F:\djcurrnt\v2apps\manifest\dosck11b.ver F:\djcurrnt\v2apps\manifest\dosck11s.dsm F:\djcurrnt\v2apps\manifest\dosck11s.mft F:\djcurrnt\v2apps\manifest\dosck11s.ver F:\djcurrnt\v2apps\manifest\EBMCH08B.MFT F:\djcurrnt\v2apps\manifest\EBMCH08B.VER F:\djcurrnt\v2apps\manifest\EBMCH08S.MFT F:\djcurrnt\v2apps\manifest\EBMCH08S.VER F:\djcurrnt\v2apps\manifest\edi0441s.mft F:\djcurrnt\v2apps\manifest\edi0441s.ver F:\djcurrnt\v2apps\manifest\edi054b.mft F:\djcurrnt\v2apps\manifest\edi054b.ver F:\djcurrnt\v2apps\manifest\edi054s.mft F:\djcurrnt\v2apps\manifest\edi054s.ver F:\djcurrnt\v2apps\manifest\epz100b.mft F:\djcurrnt\v2apps\manifest\epz100b.ver F:\djcurrnt\v2apps\manifest\epz100s.mft F:\djcurrnt\v2apps\manifest\epz100s.ver F:\djcurrnt\v2apps\manifest\FILE334B.MFT F:\djcurrnt\v2apps\manifest\FILE334B.VER F:\djcurrnt\v2apps\manifest\FILE334D.MFT F:\djcurrnt\v2apps\manifest\FILE334D.VER F:\djcurrnt\v2apps\manifest\FILE334S.MFT F:\djcurrnt\v2apps\manifest\FILE334S.VER F:\djcurrnt\v2apps\manifest\GRAP120B.MFT F:\djcurrnt\v2apps\manifest\GRAP120B.VER F:\djcurrnt\v2apps\manifest\GRAP120D.MFT F:\djcurrnt\v2apps\manifest\GRAP120D.VER F:\djcurrnt\v2apps\manifest\GRAP120S.MFT F:\djcurrnt\v2apps\manifest\GRAP120S.VER F:\djcurrnt\v2apps\manifest\inf028b.mft F:\djcurrnt\v2apps\manifest\inf028b.ver F:\djcurrnt\v2apps\manifest\lout328b.dsm F:\djcurrnt\v2apps\manifest\lout328b.mft F:\djcurrnt\v2apps\manifest\lout328b.ver F:\djcurrnt\v2apps\manifest\lout328d.dsm F:\djcurrnt\v2apps\manifest\lout328d.mft F:\djcurrnt\v2apps\manifest\lout328d.ver F:\djcurrnt\v2apps\manifest\lout328s.dsm F:\djcurrnt\v2apps\manifest\lout328s.mft F:\djcurrnt\v2apps\manifest\lout328s.ver F:\djcurrnt\v2apps\manifest\lss358s.dsm F:\djcurrnt\v2apps\manifest\lss358s.mft F:\djcurrnt\v2apps\manifest\lss358s.ver F:\djcurrnt\v2apps\manifest\lssg358b.mft F:\djcurrnt\v2apps\manifest\lssg358b.ver F:\djcurrnt\v2apps\manifest\lzop096b.mft F:\djcurrnt\v2apps\manifest\lzop096b.ver F:\djcurrnt\v2apps\manifest\lzop096s.mft F:\djcurrnt\v2apps\manifest\lzop096s.ver F:\djcurrnt\v2apps\manifest\man13b.mft F:\djcurrnt\v2apps\manifest\man13b.ver F:\djcurrnt\v2apps\manifest\man13s.mft F:\djcurrnt\v2apps\manifest\man13s.ver F:\djcurrnt\v2apps\manifest\npbm916b.mft F:\djcurrnt\v2apps\manifest\npbm916b.ver F:\djcurrnt\v2apps\manifest\npbm916s.mft F:\djcurrnt\v2apps\manifest\npbm916s.ver F:\djcurrnt\v2apps\manifest\o2bfd01b.mft F:\djcurrnt\v2apps\manifest\o2bfd01b.ver F:\djcurrnt\v2apps\manifest\o2bfd01s.mft F:\djcurrnt\v2apps\manifest\o2bfd01s.ver F:\djcurrnt\v2apps\manifest\pico396b.mft F:\djcurrnt\v2apps\manifest\pico396b.ver F:\djcurrnt\v2apps\manifest\pico396s.mft F:\djcurrnt\v2apps\manifest\pico396s.ver F:\djcurrnt\v2apps\manifest\psut117b.mft F:\djcurrnt\v2apps\manifest\psut117b.ver F:\djcurrnt\v2apps\manifest\psut117d.mft F:\djcurrnt\v2apps\manifest\psut117d.ver F:\djcurrnt\v2apps\manifest\psut117s.mft F:\djcurrnt\v2apps\manifest\psut117s.ver F:\djcurrnt\v2apps\manifest\rhid1478b.mft F:\djcurrnt\v2apps\manifest\rhid1478b.ver F:\djcurrnt\v2apps\manifest\rhid1478s.mft F:\djcurrnt\v2apps\manifest\rhid1478s.ver F:\djcurrnt\v2apps\manifest\rhide15b.mft F:\djcurrnt\v2apps\manifest\rhide15b.ver F:\djcurrnt\v2apps\manifest\rhide15s.mft F:\djcurrnt\v2apps\manifest\rhide15s.ver F:\djcurrnt\v2apps\manifest\tr2lt22b.mft F:\djcurrnt\v2apps\manifest\tr2lt22b.ver F:\djcurrnt\v2apps\manifest\tr2lt22d.mft F:\djcurrnt\v2apps\manifest\tr2lt22d.ver F:\djcurrnt\v2apps\manifest\tr2lt22s.mft F:\djcurrnt\v2apps\manifest\tr2lt22s.ver F:\djcurrnt\v2apps\manifest\xdlt112b.dsm F:\djcurrnt\v2apps\manifest\xdlt112b.mft F:\djcurrnt\v2apps\manifest\xdlt112b.ver F:\djcurrnt\v2apps\manifest\xdlt112s.dsm F:\djcurrnt\v2apps\manifest\xdlt112s.mft F:\djcurrnt\v2apps\manifest\xdlt112s.ver F:\djcurrnt\v2gnu\manifest\ada323b.dsm F:\djcurrnt\v2gnu\manifest\ada323b.mft F:\djcurrnt\v2gnu\manifest\ada323b.ver F:\djcurrnt\v2gnu\manifest\ada336b.dsm F:\djcurrnt\v2gnu\manifest\ada336b.mft F:\djcurrnt\v2gnu\manifest\ada336b.ver F:\djcurrnt\v2gnu\manifest\ada336d.mft F:\djcurrnt\v2gnu\manifest\ada336d.ver F:\djcurrnt\v2gnu\manifest\ada344b.dsm F:\djcurrnt\v2gnu\manifest\ada344b.mft F:\djcurrnt\v2gnu\manifest\ada344b.ver F:\djcurrnt\v2gnu\manifest\ada344d.mft F:\djcurrnt\v2gnu\manifest\ada344d.ver F:\djcurrnt\v2gnu\manifest\ada401b.dsm F:\djcurrnt\v2gnu\manifest\ada401b.mft F:\djcurrnt\v2gnu\manifest\ada401b.ver F:\djcurrnt\v2gnu\manifest\ada401d.mft F:\djcurrnt\v2gnu\manifest\ada401d.ver F:\djcurrnt\v2gnu\manifest\ada410b.dsm F:\djcurrnt\v2gnu\manifest\ada410b.mft F:\djcurrnt\v2gnu\manifest\ada410b.ver F:\djcurrnt\v2gnu\manifest\ada410d.mft F:\djcurrnt\v2gnu\manifest\ada410d.ver F:\djcurrnt\v2gnu\manifest\ada412b.dsm F:\djcurrnt\v2gnu\manifest\ada412b.mft F:\djcurrnt\v2gnu\manifest\ada412b.ver F:\djcurrnt\v2gnu\manifest\ada421b.dsm F:\djcurrnt\v2gnu\manifest\ada421b.mft F:\djcurrnt\v2gnu\manifest\ada421b.ver F:\djcurrnt\v2gnu\manifest\ada421d.mft F:\djcurrnt\v2gnu\manifest\ada421d.ver F:\djcurrnt\v2gnu\manifest\ada422b.dsm F:\djcurrnt\v2gnu\manifest\ada422b.mft F:\djcurrnt\v2gnu\manifest\ada422b.ver F:\djcurrnt\v2gnu\manifest\ada422d.mft F:\djcurrnt\v2gnu\manifest\ada422d.ver F:\djcurrnt\v2gnu\manifest\ada423b.dsm F:\djcurrnt\v2gnu\manifest\ada423b.mft F:\djcurrnt\v2gnu\manifest\ada423b.ver F:\djcurrnt\v2gnu\manifest\ada423d.mft F:\djcurrnt\v2gnu\manifest\ada423d.ver F:\djcurrnt\v2gnu\manifest\ada432b.dsm F:\djcurrnt\v2gnu\manifest\ada432b.mft F:\djcurrnt\v2gnu\manifest\ada432b.ver F:\djcurrnt\v2gnu\manifest\ada432d.mft F:\djcurrnt\v2gnu\manifest\ada432d.ver F:\djcurrnt\v2gnu\manifest\amak176b.dsm F:\djcurrnt\v2gnu\manifest\amak176b.mft F:\djcurrnt\v2gnu\manifest\amak176b.ver F:\djcurrnt\v2gnu\manifest\amak176d.dsm F:\djcurrnt\v2gnu\manifest\amak176d.mft F:\djcurrnt\v2gnu\manifest\amak176d.ver F:\djcurrnt\v2gnu\manifest\amak176s.dsm F:\djcurrnt\v2gnu\manifest\amak176s.mft F:\djcurrnt\v2gnu\manifest\amak176s.ver F:\djcurrnt\v2gnu\manifest\barc098b.dsm F:\djcurrnt\v2gnu\manifest\barc098b.mft F:\djcurrnt\v2gnu\manifest\barc098b.ver F:\djcurrnt\v2gnu\manifest\barc098d.dsm F:\djcurrnt\v2gnu\manifest\barc098d.mft F:\djcurrnt\v2gnu\manifest\barc098d.ver F:\djcurrnt\v2gnu\manifest\barc098s.dsm F:\djcurrnt\v2gnu\manifest\barc098s.mft F:\djcurrnt\v2gnu\manifest\barc098s.ver F:\djcurrnt\v2gnu\manifest\bc106b.dsm F:\djcurrnt\v2gnu\manifest\bc106b.mft F:\djcurrnt\v2gnu\manifest\bc106b.ver F:\djcurrnt\v2gnu\manifest\bc106d.dsm F:\djcurrnt\v2gnu\manifest\bc106d.mft F:\djcurrnt\v2gnu\manifest\bc106d.ver F:\djcurrnt\v2gnu\manifest\bc106s.dsm F:\djcurrnt\v2gnu\manifest\bc106s.mft F:\djcurrnt\v2gnu\manifest\bc106s.ver F:\djcurrnt\v2gnu\manifest\bnu219a.dsm F:\djcurrnt\v2gnu\manifest\bnu219a.mft F:\djcurrnt\v2gnu\manifest\bnu219a.ver F:\djcurrnt\v2gnu\manifest\bnu219b.dsm F:\djcurrnt\v2gnu\manifest\bnu219b.mft F:\djcurrnt\v2gnu\manifest\bnu219b.ver F:\djcurrnt\v2gnu\manifest\bnu219d.dsm F:\djcurrnt\v2gnu\manifest\bnu219d.mft F:\djcurrnt\v2gnu\manifest\bnu219d.ver F:\djcurrnt\v2gnu\manifest\bnu219s.dsm F:\djcurrnt\v2gnu\manifest\bnu219s.mft F:\djcurrnt\v2gnu\manifest\bnu219s.ver F:\djcurrnt\v2gnu\manifest\bool02b.dsm F:\djcurrnt\v2gnu\manifest\bool02b.mft F:\djcurrnt\v2gnu\manifest\bool02b.ver F:\djcurrnt\v2gnu\manifest\bool02s.dsm F:\djcurrnt\v2gnu\manifest\bool02s.mft F:\djcurrnt\v2gnu\manifest\bool02s.ver F:\djcurrnt\v2gnu\manifest\bsh204b.dsm F:\djcurrnt\v2gnu\manifest\bsh204b.mft F:\djcurrnt\v2gnu\manifest\bsh204b.ver F:\djcurrnt\v2gnu\manifest\bsh204br2.dsm F:\djcurrnt\v2gnu\manifest\bsh204br2.mft F:\djcurrnt\v2gnu\manifest\bsh204br2.ver F:\djcurrnt\v2gnu\manifest\bsh204d.dsm F:\djcurrnt\v2gnu\manifest\bsh204d.mft F:\djcurrnt\v2gnu\manifest\bsh204d.ver F:\djcurrnt\v2gnu\manifest\bsh204s.dsm F:\djcurrnt\v2gnu\manifest\bsh204s.mft F:\djcurrnt\v2gnu\manifest\bsh204s.ver F:\djcurrnt\v2gnu\manifest\bsh204sr2.dsm F:\djcurrnt\v2gnu\manifest\bsh204sr2.mft F:\djcurrnt\v2gnu\manifest\bsh204sr2.ver F:\djcurrnt\v2gnu\manifest\bsn23b.dsm F:\djcurrnt\v2gnu\manifest\bsn23b.mft F:\djcurrnt\v2gnu\manifest\bsn23b.ver F:\djcurrnt\v2gnu\manifest\bsn23d.dsm F:\djcurrnt\v2gnu\manifest\bsn23d.mft F:\djcurrnt\v2gnu\manifest\bsn23d.ver F:\djcurrnt\v2gnu\manifest\bsn23s.dsm F:\djcurrnt\v2gnu\manifest\bsn23s.mft F:\djcurrnt\v2gnu\manifest\bsn23s.ver F:\djcurrnt\v2gnu\manifest\cpio242b.mft F:\djcurrnt\v2gnu\manifest\cpio242b.ver F:\djcurrnt\v2gnu\manifest\cpio242d.mft F:\djcurrnt\v2gnu\manifest\cpio242d.ver F:\djcurrnt\v2gnu\manifest\cpio242s.mft F:\djcurrnt\v2gnu\manifest\cpio242s.ver F:\djcurrnt\v2gnu\manifest\cvs110b.mft F:\djcurrnt\v2gnu\manifest\cvs110b.ver F:\djcurrnt\v2gnu\manifest\cvs110d.mft F:\djcurrnt\v2gnu\manifest\cvs110s.mft F:\djcurrnt\v2gnu\manifest\cvs110s.ver F:\djcurrnt\v2gnu\manifest\cvs19b.mft F:\djcurrnt\v2gnu\manifest\cvs19b.ver F:\djcurrnt\v2gnu\manifest\cvs19s.mft F:\djcurrnt\v2gnu\manifest\cvs19s.ver F:\djcurrnt\v2gnu\manifest\dif287b.dsm F:\djcurrnt\v2gnu\manifest\dif287b.mft F:\djcurrnt\v2gnu\manifest\dif287b.ver F:\djcurrnt\v2gnu\manifest\dif287d.dsm F:\djcurrnt\v2gnu\manifest\dif287d.mft F:\djcurrnt\v2gnu\manifest\dif287d.ver F:\djcurrnt\v2gnu\manifest\dif287s.dsm F:\djcurrnt\v2gnu\manifest\dif287s.mft F:\djcurrnt\v2gnu\manifest\dif287s.ver F:\djcurrnt\v2gnu\manifest\ed-11b.dsm F:\djcurrnt\v2gnu\manifest\ed-11b.mft F:\djcurrnt\v2gnu\manifest\ed-11b.ver F:\djcurrnt\v2gnu\manifest\ed-11d.dsm F:\djcurrnt\v2gnu\manifest\ed-11d.mft F:\djcurrnt\v2gnu\manifest\ed-11d.ver F:\djcurrnt\v2gnu\manifest\ed-11s.dsm F:\djcurrnt\v2gnu\manifest\ed-11s.mft F:\djcurrnt\v2gnu\manifest\ed-11s.ver F:\djcurrnt\v2gnu\manifest\em2005b.mft F:\djcurrnt\v2gnu\manifest\em2005b.ver F:\djcurrnt\v2gnu\manifest\em2005d.mft F:\djcurrnt\v2gnu\manifest\em2005li.mft F:\djcurrnt\v2gnu\manifest\em2005li.ver F:\djcurrnt\v2gnu\manifest\em2005s1.mft F:\djcurrnt\v2gnu\manifest\em2005s1.ver F:\djcurrnt\v2gnu\manifest\em2005s2.mft F:\djcurrnt\v2gnu\manifest\em2005s2.ver F:\djcurrnt\v2gnu\manifest\ens162b.dsm F:\djcurrnt\v2gnu\manifest\ens162b.mft F:\djcurrnt\v2gnu\manifest\ens162b.ver F:\djcurrnt\v2gnu\manifest\ens162s.dsm F:\djcurrnt\v2gnu\manifest\ens162s.mft F:\djcurrnt\v2gnu\manifest\ens162s.ver F:\djcurrnt\v2gnu\manifest\fil41b.dsm F:\djcurrnt\v2gnu\manifest\fil41b.mft F:\djcurrnt\v2gnu\manifest\fil41b.ver F:\djcurrnt\v2gnu\manifest\fil41d.dsm F:\djcurrnt\v2gnu\manifest\fil41d.mft F:\djcurrnt\v2gnu\manifest\fil41d.ver F:\djcurrnt\v2gnu\manifest\fil41s.dsm F:\djcurrnt\v2gnu\manifest\fil41s.mft F:\djcurrnt\v2gnu\manifest\fil41s.ver F:\djcurrnt\v2gnu\manifest\find41b.mft F:\djcurrnt\v2gnu\manifest\find41b.ver F:\djcurrnt\v2gnu\manifest\find41d.mft F:\djcurrnt\v2gnu\manifest\find41d.ver F:\djcurrnt\v2gnu\manifest\find41s.mft F:\djcurrnt\v2gnu\manifest\find41s.ver F:\djcurrnt\v2gnu\manifest\flx254b.mft F:\djcurrnt\v2gnu\manifest\flx254b.ver F:\djcurrnt\v2gnu\manifest\flx254d.mft F:\djcurrnt\v2gnu\manifest\flx254d.ver F:\djcurrnt\v2gnu\manifest\flx254s.mft F:\djcurrnt\v2gnu\manifest\fnd4233br4.dsm F:\djcurrnt\v2gnu\manifest\fnd4233br4.mft F:\djcurrnt\v2gnu\manifest\fnd4233br4.ver F:\djcurrnt\v2gnu\manifest\fnd4233dr4.dsm F:\djcurrnt\v2gnu\manifest\fnd4233dr4.mft F:\djcurrnt\v2gnu\manifest\fnd4233dr4.ver F:\djcurrnt\v2gnu\manifest\fnd4233sr4.dsm F:\djcurrnt\v2gnu\manifest\fnd4233sr4.mft F:\djcurrnt\v2gnu\manifest\fnd4233sr4.ver F:\djcurrnt\v2gnu\manifest\g77344b.dsm F:\djcurrnt\v2gnu\manifest\g77344b.mft F:\djcurrnt\v2gnu\manifest\g77344b.ver F:\djcurrnt\v2gnu\manifest\g77344d.mft F:\djcurrnt\v2gnu\manifest\g77344d.ver F:\djcurrnt\v2gnu\manifest\gcc432b.dsm F:\djcurrnt\v2gnu\manifest\gcc432b.mft F:\djcurrnt\v2gnu\manifest\gcc432b.ver F:\djcurrnt\v2gnu\manifest\gcc432d.mft F:\djcurrnt\v2gnu\manifest\gcc432d.ver F:\djcurrnt\v2gnu\manifest\gcc432s.mft F:\djcurrnt\v2gnu\manifest\gcc432s.ver F:\djcurrnt\v2gnu\manifest\gdb611a.mft F:\djcurrnt\v2gnu\manifest\gdb611a.ver F:\djcurrnt\v2gnu\manifest\gdb611b.mft F:\djcurrnt\v2gnu\manifest\gdb611b.ver F:\djcurrnt\v2gnu\manifest\gdb611d.dsm F:\djcurrnt\v2gnu\manifest\gdb611d.mft F:\djcurrnt\v2gnu\manifest\gdb611d.ver F:\djcurrnt\v2gnu\manifest\gdb611s.dsm F:\djcurrnt\v2gnu\manifest\gdb611s.mft F:\djcurrnt\v2gnu\manifest\gdb611s.ver F:\djcurrnt\v2gnu\manifest\gdbm183b.dsm F:\djcurrnt\v2gnu\manifest\gdbm183b.mft F:\djcurrnt\v2gnu\manifest\gdbm183b.ver F:\djcurrnt\v2gnu\manifest\gdbm183d.dsm F:\djcurrnt\v2gnu\manifest\gdbm183d.mft F:\djcurrnt\v2gnu\manifest\gdbm183d.ver F:\djcurrnt\v2gnu\manifest\gdbm183s.dsm F:\djcurrnt\v2gnu\manifest\gdbm183s.mft F:\djcurrnt\v2gnu\manifest\gdbm183s.ver F:\djcurrnt\v2gnu\manifest\gfor432b.dsm F:\djcurrnt\v2gnu\manifest\gfor432b.mft F:\djcurrnt\v2gnu\manifest\gfor432b.ver F:\djcurrnt\v2gnu\manifest\gfor432d.mft F:\djcurrnt\v2gnu\manifest\gfor432d.ver F:\djcurrnt\v2gnu\manifest\glo561b.dsm F:\djcurrnt\v2gnu\manifest\glo561b.mft F:\djcurrnt\v2gnu\manifest\glo561b.ver F:\djcurrnt\v2gnu\manifest\glo561s.dsm F:\djcurrnt\v2gnu\manifest\glo561s.mft F:\djcurrnt\v2gnu\manifest\glo561s.ver F:\djcurrnt\v2gnu\manifest\GMAN15D.DSM F:\djcurrnt\v2gnu\manifest\GMAN15D.MFT F:\djcurrnt\v2gnu\manifest\GMAN15D.VER F:\djcurrnt\v2gnu\manifest\gmp422b.mft F:\djcurrnt\v2gnu\manifest\gmp422b.ver F:\djcurrnt\v2gnu\manifest\gmp422d.mft F:\djcurrnt\v2gnu\manifest\gmp422d.ver F:\djcurrnt\v2gnu\manifest\gmp422s.mft F:\djcurrnt\v2gnu\manifest\gmp422s.ver F:\djcurrnt\v2gnu\manifest\gnat412d.mft F:\djcurrnt\v2gnu\manifest\gnat412d.ver F:\djcurrnt\v2gnu\manifest\gnugo26b.mft F:\djcurrnt\v2gnu\manifest\gnugo26b.ver F:\djcurrnt\v2gnu\manifest\gnugo26d.mft F:\djcurrnt\v2gnu\manifest\gnugo26s.mft F:\djcurrnt\v2gnu\manifest\gnugo26s.ver F:\djcurrnt\v2gnu\manifest\gpp432b.dsm F:\djcurrnt\v2gnu\manifest\gpp432b.mft F:\djcurrnt\v2gnu\manifest\gpp432b.ver F:\djcurrnt\v2gnu\manifest\gprf303b.dsm F:\djcurrnt\v2gnu\manifest\gprf303b.mft F:\djcurrnt\v2gnu\manifest\gprf303b.ver F:\djcurrnt\v2gnu\manifest\gprf303d.dsm F:\djcurrnt\v2gnu\manifest\gprf303d.mft F:\djcurrnt\v2gnu\manifest\gprf303d.ver F:\djcurrnt\v2gnu\manifest\gprf303s.dsm F:\djcurrnt\v2gnu\manifest\gprf303s.mft F:\djcurrnt\v2gnu\manifest\gprf303s.ver F:\djcurrnt\v2gnu\manifest\grep24b.mft F:\djcurrnt\v2gnu\manifest\grep24b.ver F:\djcurrnt\v2gnu\manifest\grep24d.mft F:\djcurrnt\v2gnu\manifest\grep24s.mft F:\djcurrnt\v2gnu\manifest\grep24s.ver F:\djcurrnt\v2gnu\manifest\grep253b.dsm F:\djcurrnt\v2gnu\manifest\grep253b.mft F:\djcurrnt\v2gnu\manifest\grep253b.ver F:\djcurrnt\v2gnu\manifest\grep253d.dsm F:\djcurrnt\v2gnu\manifest\grep253d.mft F:\djcurrnt\v2gnu\manifest\grep253d.ver F:\djcurrnt\v2gnu\manifest\grep253s.dsm F:\djcurrnt\v2gnu\manifest\grep253s.mft F:\djcurrnt\v2gnu\manifest\grep253s.ver F:\djcurrnt\v2gnu\manifest\gro116b.dsm F:\djcurrnt\v2gnu\manifest\gro116b.mft F:\djcurrnt\v2gnu\manifest\gro116b.ver F:\djcurrnt\v2gnu\manifest\gro116s.dsm F:\djcurrnt\v2gnu\manifest\gro116s.mft F:\djcurrnt\v2gnu\manifest\gro116s.ver F:\djcurrnt\v2gnu\manifest\grp251ab.dsm F:\djcurrnt\v2gnu\manifest\grp251ab.mft F:\djcurrnt\v2gnu\manifest\grp251ab.ver F:\djcurrnt\v2gnu\manifest\grp251ad.dsm F:\djcurrnt\v2gnu\manifest\grp251ad.mft F:\djcurrnt\v2gnu\manifest\grp251ad.ver F:\djcurrnt\v2gnu\manifest\grp251as.dsm F:\djcurrnt\v2gnu\manifest\grp251as.mft F:\djcurrnt\v2gnu\manifest\grp251as.ver F:\djcurrnt\v2gnu\manifest\gst175b.mft F:\djcurrnt\v2gnu\manifest\gst175b.ver F:\djcurrnt\v2gnu\manifest\gst175s.mft F:\djcurrnt\v2gnu\manifest\gst175s.ver F:\djcurrnt\v2gnu\manifest\gtxt040b.dsm F:\djcurrnt\v2gnu\manifest\gtxt040b.mft F:\djcurrnt\v2gnu\manifest\gtxt040b.ver F:\djcurrnt\v2gnu\manifest\gtxt040d.dsm F:\djcurrnt\v2gnu\manifest\gtxt040d.mft F:\djcurrnt\v2gnu\manifest\gtxt040d.ver F:\djcurrnt\v2gnu\manifest\gtxt040s.dsm F:\djcurrnt\v2gnu\manifest\gtxt040s.mft F:\djcurrnt\v2gnu\manifest\gtxt040s.ver F:\djcurrnt\v2gnu\manifest\gwk316b.dsm F:\djcurrnt\v2gnu\manifest\gwk316b.mft F:\djcurrnt\v2gnu\manifest\gwk316b.ver F:\djcurrnt\v2gnu\manifest\gwk316d.dsm F:\djcurrnt\v2gnu\manifest\gwk316d.mft F:\djcurrnt\v2gnu\manifest\gwk316d.ver F:\djcurrnt\v2gnu\manifest\gwk316s.dsm F:\djcurrnt\v2gnu\manifest\gwk316s.mft F:\djcurrnt\v2gnu\manifest\gwk316s.ver F:\djcurrnt\v2gnu\manifest\gzip139b.dsm F:\djcurrnt\v2gnu\manifest\gzip139b.mft F:\djcurrnt\v2gnu\manifest\gzip139b.ver F:\djcurrnt\v2gnu\manifest\gzip139d.dsm F:\djcurrnt\v2gnu\manifest\gzip139d.mft F:\djcurrnt\v2gnu\manifest\gzip139d.ver F:\djcurrnt\v2gnu\manifest\gzip139s.dsm F:\djcurrnt\v2gnu\manifest\gzip139s.mft F:\djcurrnt\v2gnu\manifest\gzip139s.ver F:\djcurrnt\v2gnu\manifest\gzp1312b.dsm F:\djcurrnt\v2gnu\manifest\gzp1312b.mft F:\djcurrnt\v2gnu\manifest\gzp1312b.ver F:\djcurrnt\v2gnu\manifest\gzp1312d.dsm F:\djcurrnt\v2gnu\manifest\gzp1312d.mft F:\djcurrnt\v2gnu\manifest\gzp1312d.ver F:\djcurrnt\v2gnu\manifest\gzp1312s.dsm F:\djcurrnt\v2gnu\manifest\gzp1312s.mft F:\djcurrnt\v2gnu\manifest\gzp1312s.ver F:\djcurrnt\v2gnu\manifest\h2m129b.dsm F:\djcurrnt\v2gnu\manifest\h2m129b.mft F:\djcurrnt\v2gnu\manifest\h2m129b.ver F:\djcurrnt\v2gnu\manifest\h2m129d.dsm F:\djcurrnt\v2gnu\manifest\h2m129d.mft F:\djcurrnt\v2gnu\manifest\h2m129d.ver F:\djcurrnt\v2gnu\manifest\h2m129s.dsm F:\djcurrnt\v2gnu\manifest\h2m129s.mft F:\djcurrnt\v2gnu\manifest\h2m129s.ver F:\djcurrnt\v2gnu\manifest\hello13.mft F:\djcurrnt\v2gnu\manifest\hello13.ver F:\djcurrnt\v2gnu\manifest\hello13d.mft F:\djcurrnt\v2gnu\manifest\hello13d.ver F:\djcurrnt\v2gnu\manifest\idu32b.mft F:\djcurrnt\v2gnu\manifest\idu32b.ver F:\djcurrnt\v2gnu\manifest\idu32d.mft F:\djcurrnt\v2gnu\manifest\idu32d.ver F:\djcurrnt\v2gnu\manifest\idu32s.mft F:\djcurrnt\v2gnu\manifest\idu32s.ver F:\djcurrnt\v2gnu\manifest\ifnt12cn.mft F:\djcurrnt\v2gnu\manifest\ifnt12cn.ver F:\djcurrnt\v2gnu\manifest\ifnt12jk.mft F:\djcurrnt\v2gnu\manifest\ifnt12jk.ver F:\djcurrnt\v2gnu\manifest\ifonts12.mft F:\djcurrnt\v2gnu\manifest\ifonts12.ver F:\djcurrnt\v2gnu\manifest\ind229b.dsm F:\djcurrnt\v2gnu\manifest\ind229b.mft F:\djcurrnt\v2gnu\manifest\ind229b.ver F:\djcurrnt\v2gnu\manifest\ind229d.dsm F:\djcurrnt\v2gnu\manifest\ind229d.mft F:\djcurrnt\v2gnu\manifest\ind229d.ver F:\djcurrnt\v2gnu\manifest\ind229s.dsm F:\djcurrnt\v2gnu\manifest\ind229s.mft F:\djcurrnt\v2gnu\manifest\ind229s.ver F:\djcurrnt\v2gnu\manifest\isp3301b.dsm F:\djcurrnt\v2gnu\manifest\isp3301b.mft F:\djcurrnt\v2gnu\manifest\isp3301b.ver F:\djcurrnt\v2gnu\manifest\isp3301s.dsm F:\djcurrnt\v2gnu\manifest\isp3301s.mft F:\djcurrnt\v2gnu\manifest\isp3301s.ver F:\djcurrnt\v2gnu\manifest\lcset10b.dsm F:\djcurrnt\v2gnu\manifest\lcset10b.mft F:\djcurrnt\v2gnu\manifest\lcset10b.ver F:\djcurrnt\v2gnu\manifest\lcset10s.dsm F:\djcurrnt\v2gnu\manifest\lcset10s.mft F:\djcurrnt\v2gnu\manifest\lcset10s.ver F:\djcurrnt\v2gnu\manifest\lei2005b.mft F:\djcurrnt\v2gnu\manifest\lei2005b.ver F:\djcurrnt\v2gnu\manifest\lei2005s.mft F:\djcurrnt\v2gnu\manifest\lei2005s.ver F:\djcurrnt\v2gnu\manifest\libt15b.dsm F:\djcurrnt\v2gnu\manifest\libt15b.mft F:\djcurrnt\v2gnu\manifest\libt15b.ver F:\djcurrnt\v2gnu\manifest\libt15d.dsm F:\djcurrnt\v2gnu\manifest\libt15d.mft F:\djcurrnt\v2gnu\manifest\libt15d.ver F:\djcurrnt\v2gnu\manifest\libt15s.dsm F:\djcurrnt\v2gnu\manifest\libt15s.mft F:\djcurrnt\v2gnu\manifest\libt15s.ver F:\djcurrnt\v2gnu\manifest\licv192b.dsm F:\djcurrnt\v2gnu\manifest\licv192b.mft F:\djcurrnt\v2gnu\manifest\licv192b.ver F:\djcurrnt\v2gnu\manifest\licv192s.dsm F:\djcurrnt\v2gnu\manifest\licv192s.mft F:\djcurrnt\v2gnu\manifest\licv192s.ver F:\djcurrnt\v2gnu\manifest\lme117b.dsm F:\djcurrnt\v2gnu\manifest\lme117b.mft F:\djcurrnt\v2gnu\manifest\lme117b.ver F:\djcurrnt\v2gnu\manifest\lme117d.dsm F:\djcurrnt\v2gnu\manifest\lme117d.mft F:\djcurrnt\v2gnu\manifest\lme117d.ver F:\djcurrnt\v2gnu\manifest\lme117s.dsm F:\djcurrnt\v2gnu\manifest\lme117s.mft F:\djcurrnt\v2gnu\manifest\lme117s.ver F:\djcurrnt\v2gnu\manifest\lss418b.dsm F:\djcurrnt\v2gnu\manifest\lss418b.mft F:\djcurrnt\v2gnu\manifest\lss418b.ver F:\djcurrnt\v2gnu\manifest\lss418s.dsm F:\djcurrnt\v2gnu\manifest\lss418s.mft F:\djcurrnt\v2gnu\manifest\lss418s.ver F:\djcurrnt\v2gnu\manifest\m4-149b.dsm F:\djcurrnt\v2gnu\manifest\m4-149b.mft F:\djcurrnt\v2gnu\manifest\m4-149b.ver F:\djcurrnt\v2gnu\manifest\m4-149d.dsm F:\djcurrnt\v2gnu\manifest\m4-149d.mft F:\djcurrnt\v2gnu\manifest\m4-149d.ver F:\djcurrnt\v2gnu\manifest\m4-149s.dsm F:\djcurrnt\v2gnu\manifest\m4-149s.mft F:\djcurrnt\v2gnu\manifest\m4-149s.ver F:\djcurrnt\v2gnu\manifest\mak3791b.dsm F:\djcurrnt\v2gnu\manifest\mak3791b.mft F:\djcurrnt\v2gnu\manifest\mak3791b.ver F:\djcurrnt\v2gnu\manifest\mak3791d.mft F:\djcurrnt\v2gnu\manifest\mak3791s.dsm F:\djcurrnt\v2gnu\manifest\mak3791s.mft F:\djcurrnt\v2gnu\manifest\mak3791s.ver F:\djcurrnt\v2gnu\manifest\marst26b.dsm F:\djcurrnt\v2gnu\manifest\marst26b.mft F:\djcurrnt\v2gnu\manifest\marst26b.ver F:\djcurrnt\v2gnu\manifest\marst26d.dsm F:\djcurrnt\v2gnu\manifest\marst26d.mft F:\djcurrnt\v2gnu\manifest\marst26d.ver F:\djcurrnt\v2gnu\manifest\marst26s.dsm F:\djcurrnt\v2gnu\manifest\marst26s.mft F:\djcurrnt\v2gnu\manifest\marst26s.ver F:\djcurrnt\v2gnu\manifest\misc13b.dsm F:\djcurrnt\v2gnu\manifest\misc13b.mft F:\djcurrnt\v2gnu\manifest\misc13b.ver F:\djcurrnt\v2gnu\manifest\misc13s.dsm F:\djcurrnt\v2gnu\manifest\misc13s.mft F:\djcurrnt\v2gnu\manifest\misc13s.ver F:\djcurrnt\v2gnu\manifest\mpfr231b.mft F:\djcurrnt\v2gnu\manifest\mpfr231b.ver F:\djcurrnt\v2gnu\manifest\mpfr231s.ver F:\djcurrnt\v2gnu\manifest\objc432b.dsm F:\djcurrnt\v2gnu\manifest\objc432b.mft F:\djcurrnt\v2gnu\manifest\objc432b.ver F:\djcurrnt\v2gnu\manifest\p2c120b.mft F:\djcurrnt\v2gnu\manifest\p2c120b.ver F:\djcurrnt\v2gnu\manifest\p2c120s.mft F:\djcurrnt\v2gnu\manifest\p2c120s.ver F:\djcurrnt\v2gnu\manifest\pat259b.dsm F:\djcurrnt\v2gnu\manifest\pat259b.mft F:\djcurrnt\v2gnu\manifest\pat259b.ver F:\djcurrnt\v2gnu\manifest\pat259s.dsm F:\djcurrnt\v2gnu\manifest\pat259s.mft F:\djcurrnt\v2gnu\manifest\pat259s.ver F:\djcurrnt\v2gnu\manifest\perl588b.dsm F:\djcurrnt\v2gnu\manifest\perl588b.mft F:\djcurrnt\v2gnu\manifest\perl588b.ver F:\djcurrnt\v2gnu\manifest\perl588s.dsm F:\djcurrnt\v2gnu\manifest\perl588s.mft F:\djcurrnt\v2gnu\manifest\perl588s.ver F:\djcurrnt\v2gnu\manifest\pth207b.dsm F:\djcurrnt\v2gnu\manifest\pth207b.mft F:\djcurrnt\v2gnu\manifest\pth207b.ver F:\djcurrnt\v2gnu\manifest\pth207s.dsm F:\djcurrnt\v2gnu\manifest\pth207s.mft F:\djcurrnt\v2gnu\manifest\pth207s.ver F:\djcurrnt\v2gnu\manifest\rcode35b.dsm F:\djcurrnt\v2gnu\manifest\rcode35b.mft F:\djcurrnt\v2gnu\manifest\rcode35b.ver F:\djcurrnt\v2gnu\manifest\rcode35d.dsm F:\djcurrnt\v2gnu\manifest\rcode35d.mft F:\djcurrnt\v2gnu\manifest\rcode35d.ver F:\djcurrnt\v2gnu\manifest\rcode35s.dsm F:\djcurrnt\v2gnu\manifest\rcode35s.mft F:\djcurrnt\v2gnu\manifest\rcode35s.ver F:\djcurrnt\v2gnu\manifest\rcs5713b.mft F:\djcurrnt\v2gnu\manifest\rcs5713b.ver F:\djcurrnt\v2gnu\manifest\rcs5713d.mft F:\djcurrnt\v2gnu\manifest\rcs5713d.ver F:\djcurrnt\v2gnu\manifest\rcs5713s.mft F:\djcurrnt\v2gnu\manifest\rcs5713s.ver F:\djcurrnt\v2gnu\manifest\rdln51b.dsm F:\djcurrnt\v2gnu\manifest\rdln51b.mft F:\djcurrnt\v2gnu\manifest\rdln51b.ver F:\djcurrnt\v2gnu\manifest\rdln51d.dsm F:\djcurrnt\v2gnu\manifest\rdln51d.mft F:\djcurrnt\v2gnu\manifest\rdln51d.ver F:\djcurrnt\v2gnu\manifest\rdln51s.dsm F:\djcurrnt\v2gnu\manifest\rdln51s.mft F:\djcurrnt\v2gnu\manifest\rdln51s.ver F:\djcurrnt\v2gnu\manifest\sed415b.dsm F:\djcurrnt\v2gnu\manifest\sed415b.mft F:\djcurrnt\v2gnu\manifest\sed415b.ver F:\djcurrnt\v2gnu\manifest\sed415d.dsm F:\djcurrnt\v2gnu\manifest\sed415d.mft F:\djcurrnt\v2gnu\manifest\sed415d.ver F:\djcurrnt\v2gnu\manifest\sed415s.dsm F:\djcurrnt\v2gnu\manifest\sed415s.mft F:\djcurrnt\v2gnu\manifest\sed415s.ver F:\djcurrnt\v2gnu\manifest\shar42cb.dsm F:\djcurrnt\v2gnu\manifest\shar42cb.mft F:\djcurrnt\v2gnu\manifest\shar42cb.ver F:\djcurrnt\v2gnu\manifest\shar42cd.dsm F:\djcurrnt\v2gnu\manifest\shar42cd.mft F:\djcurrnt\v2gnu\manifest\shar42cd.ver F:\djcurrnt\v2gnu\manifest\shar42cs.dsm F:\djcurrnt\v2gnu\manifest\shar42cs.mft F:\djcurrnt\v2gnu\manifest\shar42cs.ver F:\djcurrnt\v2gnu\manifest\shl2011b.dsm F:\djcurrnt\v2gnu\manifest\shl2011b.mft F:\djcurrnt\v2gnu\manifest\shl2011b.ver F:\djcurrnt\v2gnu\manifest\shl2011d.dsm F:\djcurrnt\v2gnu\manifest\shl2011d.mft F:\djcurrnt\v2gnu\manifest\shl2011d.ver F:\djcurrnt\v2gnu\manifest\shl2011s.dsm F:\djcurrnt\v2gnu\manifest\shl2011s.mft F:\djcurrnt\v2gnu\manifest\shl2011s.ver F:\djcurrnt\v2gnu\manifest\shtl208b.dsm F:\djcurrnt\v2gnu\manifest\shtl208b.mft F:\djcurrnt\v2gnu\manifest\shtl208b.ver F:\djcurrnt\v2gnu\manifest\shtl208s.dsm F:\djcurrnt\v2gnu\manifest\shtl208s.mft F:\djcurrnt\v2gnu\manifest\shtl208s.ver F:\djcurrnt\v2gnu\manifest\t2h164b.dsm F:\djcurrnt\v2gnu\manifest\t2h164b.mft F:\djcurrnt\v2gnu\manifest\t2h164b.ver F:\djcurrnt\v2gnu\manifest\t2h164d.dsm F:\djcurrnt\v2gnu\manifest\t2h164d.mft F:\djcurrnt\v2gnu\manifest\t2h164d.ver F:\djcurrnt\v2gnu\manifest\t2h164s.dsm F:\djcurrnt\v2gnu\manifest\t2h164s.mft F:\djcurrnt\v2gnu\manifest\t2h164s.ver F:\djcurrnt\v2gnu\manifest\tar112ab.mft F:\djcurrnt\v2gnu\manifest\tar112ab.ver F:\djcurrnt\v2gnu\manifest\tar112ad.mft F:\djcurrnt\v2gnu\manifest\tar112as.mft F:\djcurrnt\v2gnu\manifest\tar112as.ver F:\djcurrnt\v2gnu\manifest\turbo11b.mft F:\djcurrnt\v2gnu\manifest\turbo11b.ver F:\djcurrnt\v2gnu\manifest\txi412b.dsm F:\djcurrnt\v2gnu\manifest\txi412b.mft F:\djcurrnt\v2gnu\manifest\txi412b.ver F:\djcurrnt\v2gnu\manifest\txi412d.dsm F:\djcurrnt\v2gnu\manifest\txi412d.mft F:\djcurrnt\v2gnu\manifest\txi412d.ver F:\djcurrnt\v2gnu\manifest\txi412s.dsm F:\djcurrnt\v2gnu\manifest\txi412s.mft F:\djcurrnt\v2gnu\manifest\txi412s.ver F:\djcurrnt\v2gnu\manifest\txt20b.mft F:\djcurrnt\v2gnu\manifest\txt20b.ver F:\djcurrnt\v2gnu\manifest\txt20d.mft F:\djcurrnt\v2gnu\manifest\txt20s.mft F:\djcurrnt\v2gnu\manifest\txt20s.ver F:\djcurrnt\v2gnu\manifest\unit180b.dsm F:\djcurrnt\v2gnu\manifest\unit180b.mft F:\djcurrnt\v2gnu\manifest\unit180b.ver F:\djcurrnt\v2gnu\manifest\unit180s.dsm F:\djcurrnt\v2gnu\manifest\unit180s.mft F:\djcurrnt\v2gnu\manifest\unit180s.ver F:\djcurrnt\v2gnu\manifest\urtf205b.dsm F:\djcurrnt\v2gnu\manifest\urtf205b.mft F:\djcurrnt\v2gnu\manifest\urtf205b.ver F:\djcurrnt\v2gnu\manifest\urtf205s.dsm F:\djcurrnt\v2gnu\manifest\urtf205s.mft F:\djcurrnt\v2gnu\manifest\urtf205s.ver F:\djcurrnt\v2gnu\manifest\vera19b.dsm F:\djcurrnt\v2gnu\manifest\vera19b.mft F:\djcurrnt\v2gnu\manifest\vera19b.ver F:\djcurrnt\v2gnu\manifest\vera19s.dsm F:\djcurrnt\v2gnu\manifest\vera19s.mft F:\djcurrnt\v2gnu\manifest\vera19s.ver F:\djcurrnt\v2gnu\manifest\whic220br2.dsm F:\djcurrnt\v2gnu\manifest\whic220br2.mft F:\djcurrnt\v2gnu\manifest\whic220br2.ver F:\djcurrnt\v2gnu\manifest\whic220dr2.dsm F:\djcurrnt\v2gnu\manifest\whic220dr2.mft F:\djcurrnt\v2gnu\manifest\whic220dr2.ver F:\djcurrnt\v2gnu\manifest\whic220sr2.dsm F:\djcurrnt\v2gnu\manifest\whic220sr2.mft F:\djcurrnt\v2gnu\manifest\whic220sr2.ver F:\djcurrnt\v2tk\manifest\bcd.mft F:\djcurrnt\v2tk\manifest\bcd.ver F:\djcurrnt\v2tk\manifest\bcsio20.mft F:\djcurrnt\v2tk\manifest\bcsio20.ver F:\djcurrnt\v2tk\manifest\brstn008.dsm F:\djcurrnt\v2tk\manifest\brstn008.mft F:\djcurrnt\v2tk\manifest\brstn008.ver F:\djcurrnt\v2tk\manifest\BTRON10.MFT F:\djcurrnt\v2tk\manifest\BTRON10.VER F:\djcurrnt\v2tk\manifest\CDESK100.MFT F:\djcurrnt\v2tk\manifest\CDESK100.VER F:\djcurrnt\v2tk\manifest\dcrw853b.dsm F:\djcurrnt\v2tk\manifest\dcrw853b.mft F:\djcurrnt\v2tk\manifest\dcrw853b.ver F:\djcurrnt\v2tk\manifest\dcrw853s.dsm F:\djcurrnt\v2tk\manifest\dcrw853s.mft F:\djcurrnt\v2tk\manifest\dcrw853s.ver F:\djcurrnt\v2tk\manifest\dlg09ab.mft F:\djcurrnt\v2tk\manifest\dlg09ab.ver F:\djcurrnt\v2tk\manifest\dlg09as.mft F:\djcurrnt\v2tk\manifest\dlg09as.ver F:\djcurrnt\v2tk\manifest\dlm20.mft F:\djcurrnt\v2tk\manifest\dlm20.ver F:\djcurrnt\v2tk\manifest\dlm20s.mft F:\djcurrnt\v2tk\manifest\dlm20s.ver F:\djcurrnt\v2tk\manifest\DLX291.MFT F:\djcurrnt\v2tk\manifest\DLX291.VER F:\djcurrnt\v2tk\manifest\dxe2_011.mft F:\djcurrnt\v2tk\manifest\dxe2_011.ver F:\djcurrnt\v2tk\manifest\expat20b.dsm F:\djcurrnt\v2tk\manifest\expat20b.mft F:\djcurrnt\v2tk\manifest\expat20b.ver F:\djcurrnt\v2tk\manifest\expat20s.dsm F:\djcurrnt\v2tk\manifest\expat20s.mft F:\djcurrnt\v2tk\manifest\expat20s.ver F:\djcurrnt\v2tk\manifest\EZVGA14.MFT F:\djcurrnt\v2tk\manifest\EZVGA14.VER F:\djcurrnt\v2tk\manifest\fftw312b.dsm F:\djcurrnt\v2tk\manifest\fftw312b.mft F:\djcurrnt\v2tk\manifest\fftw312b.ver F:\djcurrnt\v2tk\manifest\fftw312d.dsm F:\djcurrnt\v2tk\manifest\fftw312d.mft F:\djcurrnt\v2tk\manifest\fftw312d.ver F:\djcurrnt\v2tk\manifest\fftw312s.dsm F:\djcurrnt\v2tk\manifest\fftw312s.mft F:\djcurrnt\v2tk\manifest\fftw312s.ver F:\djcurrnt\v2tk\manifest\glib126b.mft F:\djcurrnt\v2tk\manifest\glib126b.ver F:\djcurrnt\v2tk\manifest\glib126s.mft F:\djcurrnt\v2tk\manifest\glib126s.ver F:\djcurrnt\v2tk\manifest\gnugl10s.mft F:\djcurrnt\v2tk\manifest\gnugl10s.ver F:\djcurrnt\v2tk\manifest\grx248b.dsm F:\djcurrnt\v2tk\manifest\grx248b.mft F:\djcurrnt\v2tk\manifest\grx248b.ver F:\djcurrnt\v2tk\manifest\grx248d.dsm F:\djcurrnt\v2tk\manifest\grx248d.mft F:\djcurrnt\v2tk\manifest\grx248d.ver F:\djcurrnt\v2tk\manifest\grx248s.dsm F:\djcurrnt\v2tk\manifest\grx248s.mft F:\djcurrnt\v2tk\manifest\grx248s.ver F:\djcurrnt\v2tk\manifest\jas1901b.dsm F:\djcurrnt\v2tk\manifest\jas1901b.mft F:\djcurrnt\v2tk\manifest\jas1901b.ver F:\djcurrnt\v2tk\manifest\jas1901d.dsm F:\djcurrnt\v2tk\manifest\jas1901d.mft F:\djcurrnt\v2tk\manifest\jas1901d.ver F:\djcurrnt\v2tk\manifest\jas1901s.dsm F:\djcurrnt\v2tk\manifest\jas1901s.mft F:\djcurrnt\v2tk\manifest\jas1901s.ver F:\djcurrnt\v2tk\manifest\jbig16b.dsm F:\djcurrnt\v2tk\manifest\jbig16b.mft F:\djcurrnt\v2tk\manifest\jbig16b.ver F:\djcurrnt\v2tk\manifest\jbig16s.dsm F:\djcurrnt\v2tk\manifest\jbig16s.mft F:\djcurrnt\v2tk\manifest\jbig16s.ver F:\djcurrnt\v2tk\manifest\jpeg6bb.dsm F:\djcurrnt\v2tk\manifest\jpeg6bb.mft F:\djcurrnt\v2tk\manifest\jpeg6bb.ver F:\djcurrnt\v2tk\manifest\jpeg6bs.dsm F:\djcurrnt\v2tk\manifest\jpeg6bs.mft F:\djcurrnt\v2tk\manifest\jpeg6bs.ver F:\djcurrnt\v2tk\manifest\jptui42b.mft F:\djcurrnt\v2tk\manifest\jptui42b.ver F:\djcurrnt\v2tk\manifest\jptui42s.mft F:\djcurrnt\v2tk\manifest\jptui42s.ver F:\djcurrnt\v2tk\manifest\lcms117b.dsm F:\djcurrnt\v2tk\manifest\lcms117b.mft F:\djcurrnt\v2tk\manifest\lcms117b.ver F:\djcurrnt\v2tk\manifest\lcms117s.dsm F:\djcurrnt\v2tk\manifest\lcms117s.mft F:\djcurrnt\v2tk\manifest\lcms117s.ver F:\djcurrnt\v2tk\manifest\lib3d019.mft F:\djcurrnt\v2tk\manifest\lib3d019.ver F:\djcurrnt\v2tk\manifest\libp104b.mft F:\djcurrnt\v2tk\manifest\libp104b.ver F:\djcurrnt\v2tk\manifest\libp104d.mft F:\djcurrnt\v2tk\manifest\libp104d.ver F:\djcurrnt\v2tk\manifest\libp104s.mft F:\djcurrnt\v2tk\manifest\libp104s.ver F:\djcurrnt\v2tk\manifest\ljpeg6bb.dsm F:\djcurrnt\v2tk\manifest\ljpeg6bb.mft F:\djcurrnt\v2tk\manifest\ljpeg6bb.ver F:\djcurrnt\v2tk\manifest\ljpeg6bs.dsm F:\djcurrnt\v2tk\manifest\ljpeg6bs.mft F:\djcurrnt\v2tk\manifest\ljpeg6bs.ver F:\djcurrnt\v2tk\manifest\llocl02b.mft F:\djcurrnt\v2tk\manifest\llocl02b.ver F:\djcurrnt\v2tk\manifest\llocl02s.mft F:\djcurrnt\v2tk\manifest\llocl02s.ver F:\djcurrnt\v2tk\manifest\lp1114b.dsm F:\djcurrnt\v2tk\manifest\lp1114b.mft F:\djcurrnt\v2tk\manifest\lp1114b.ver F:\djcurrnt\v2tk\manifest\lp1114s.dsm F:\djcurrnt\v2tk\manifest\lp1114s.mft F:\djcurrnt\v2tk\manifest\lp1114s.ver F:\djcurrnt\v2tk\manifest\ls080b.dsm F:\djcurrnt\v2tk\manifest\ls080b.mft F:\djcurrnt\v2tk\manifest\ls080b.ver F:\djcurrnt\v2tk\manifest\ls080d.dsm F:\djcurrnt\v2tk\manifest\ls080d.mft F:\djcurrnt\v2tk\manifest\ls080d.ver F:\djcurrnt\v2tk\manifest\ls080s.dsm F:\djcurrnt\v2tk\manifest\ls080s.mft F:\djcurrnt\v2tk\manifest\ls080s.ver F:\djcurrnt\v2tk\manifest\lsck073b.mft F:\djcurrnt\v2tk\manifest\lsck073b.ver F:\djcurrnt\v2tk\manifest\lsck073s.mft F:\djcurrnt\v2tk\manifest\lsck073s.ver F:\djcurrnt\v2tk\manifest\lua40b.mft F:\djcurrnt\v2tk\manifest\lua40b.ver F:\djcurrnt\v2tk\manifest\lua40d.mft F:\djcurrnt\v2tk\manifest\lua40d.ver F:\djcurrnt\v2tk\manifest\lua40s.mft F:\djcurrnt\v2tk\manifest\lua40s.ver F:\djcurrnt\v2tk\manifest\LWP20S.MFT F:\djcurrnt\v2tk\manifest\LWP20S.VER F:\djcurrnt\v2tk\manifest\mgis055b.dsm F:\djcurrnt\v2tk\manifest\mgis055b.mft F:\djcurrnt\v2tk\manifest\mgis055b.ver F:\djcurrnt\v2tk\manifest\mgis055s.dsm F:\djcurrnt\v2tk\manifest\mgis055s.mft F:\djcurrnt\v2tk\manifest\mgis055s.ver F:\djcurrnt\v2tk\manifest\mgrx097b.dsm F:\djcurrnt\v2tk\manifest\mgrx097b.mft F:\djcurrnt\v2tk\manifest\mgrx097b.ver F:\djcurrnt\v2tk\manifest\mgrx097s.dsm F:\djcurrnt\v2tk\manifest\mgrx097s.mft F:\djcurrnt\v2tk\manifest\mgrx097s.ver F:\djcurrnt\v2tk\manifest\mpg2041b.dsm F:\djcurrnt\v2tk\manifest\mpg2041b.mft F:\djcurrnt\v2tk\manifest\mpg2041b.ver F:\djcurrnt\v2tk\manifest\mpg2041s.dsm F:\djcurrnt\v2tk\manifest\mpg2041s.mft F:\djcurrnt\v2tk\manifest\mpg2041s.ver F:\djcurrnt\v2tk\manifest\NSNAME10.MFT F:\djcurrnt\v2tk\manifest\NSNAME10.VER F:\djcurrnt\v2tk\manifest\PDC22.MFT F:\djcurrnt\v2tk\manifest\PDC22.VER F:\djcurrnt\v2tk\manifest\pmcom10.mft F:\djcurrnt\v2tk\manifest\pmcom10.ver F:\djcurrnt\v2tk\manifest\png1226b.dsm F:\djcurrnt\v2tk\manifest\png1226b.mft F:\djcurrnt\v2tk\manifest\png1226b.ver F:\djcurrnt\v2tk\manifest\png1226s.dsm F:\djcurrnt\v2tk\manifest\png1226s.mft F:\djcurrnt\v2tk\manifest\png1226s.ver F:\djcurrnt\v2tk\manifest\popt12b.dsm F:\djcurrnt\v2tk\manifest\popt12b.mft F:\djcurrnt\v2tk\manifest\popt12b.ver F:\djcurrnt\v2tk\manifest\popt12s.dsm F:\djcurrnt\v2tk\manifest\popt12s.mft F:\djcurrnt\v2tk\manifest\popt12s.ver F:\djcurrnt\v2tk\manifest\smldbl12.mft F:\djcurrnt\v2tk\manifest\smldbl12.ver F:\djcurrnt\v2tk\manifest\stlini11.mft F:\djcurrnt\v2tk\manifest\stlini11.ver F:\djcurrnt\v2tk\manifest\stlp40s.mft F:\djcurrnt\v2tk\manifest\stlp40s.ver F:\djcurrnt\v2tk\manifest\tiff382b.dsm F:\djcurrnt\v2tk\manifest\tiff382b.mft F:\djcurrnt\v2tk\manifest\tiff382b.ver F:\djcurrnt\v2tk\manifest\tiff382s.dsm F:\djcurrnt\v2tk\manifest\tiff382s.mft F:\djcurrnt\v2tk\manifest\tiff382s.ver F:\djcurrnt\v2tk\manifest\tv113s.mft F:\djcurrnt\v2tk\manifest\tv113s.ver F:\djcurrnt\v2tk\manifest\tv200s.mft F:\djcurrnt\v2tk\manifest\tv200s.ver F:\djcurrnt\v2tk\manifest\tv201s.mft F:\djcurrnt\v2tk\manifest\tv201s.ver F:\djcurrnt\v2tk\manifest\tv203s.mft F:\djcurrnt\v2tk\manifest\tv203s.ver F:\djcurrnt\v2tk\manifest\vsd1021b.mft F:\djcurrnt\v2tk\manifest\vsd1021b.ver F:\djcurrnt\v2tk\manifest\vsd104fb.mft F:\djcurrnt\v2tk\manifest\vsd104fb.ver F:\djcurrnt\v2tk\manifest\zlib123b.dsm F:\djcurrnt\v2tk\manifest\zlib123b.mft F:\djcurrnt\v2tk\manifest\zlib123b.ver F:\djcurrnt\v2tk\manifest\zlib123s.dsm F:\djcurrnt\v2tk\manifest\zlib123s.mft F:\djcurrnt\v2tk\manifest\zlib123s.ver F:\djcurrnt\v2misc\manifest\CSDPMI5B.MFT F:\djcurrnt\v2misc\manifest\CSDPMI5B.VER F:\djcurrnt\v2misc\manifest\CSDPMI5S.MFT F:\djcurrnt\v2misc\manifest\CSDPMI5S.VER F:\djcurrnt\v2misc\manifest\dfst128b.dsm F:\djcurrnt\v2misc\manifest\dfst128b.mft F:\djcurrnt\v2misc\manifest\dfst128b.ver F:\djcurrnt\v2misc\manifest\dfst128s.dsm F:\djcurrnt\v2misc\manifest\dfst128s.mft F:\djcurrnt\v2misc\manifest\dfst128s.ver F:\djcurrnt\v2misc\manifest\gdbst01s.mft F:\djcurrnt\v2misc\manifest\gdbst01s.ver F:\djcurrnt\v2misc\manifest\INFNG100.MFT F:\djcurrnt\v2misc\manifest\INFNG100.VER F:\djcurrnt\v2misc\manifest\mfwpe1b.mft F:\djcurrnt\v2misc\manifest\mfwpe1b.ver F:\djcurrnt\v2misc\manifest\ntlfn08b.dsm F:\djcurrnt\v2misc\manifest\ntlfn08b.mft F:\djcurrnt\v2misc\manifest\ntlfn08b.ver F:\djcurrnt\v2misc\manifest\ntlfn08s.dsm F:\djcurrnt\v2misc\manifest\ntlfn08s.mft F:\djcurrnt\v2misc\manifest\ntlfn08s.ver F:\djcurrnt\v2misc\manifest\PMODE13B.MFT F:\djcurrnt\v2misc\manifest\PMODE13B.VER F:\djcurrnt\v2misc\manifest\PMODE13S.MFT F:\djcurrnt\v2misc\manifest\PMODE13S.VER F:\djcurrnt\v2misc\manifest\repeat10.mft F:\djcurrnt\v2misc\manifest\repeat10.ver F:\djcurrnt\v2misc\manifest\trse110b.mft F:\djcurrnt\v2misc\manifest\trse110b.ver F:\djcurrnt\v2misc\manifest\trse110s.mft F:\djcurrnt\v2misc\manifest\trsi110b.mft F:\djcurrnt\v2misc\manifest\trsi110b.ver F:\djcurrnt\v2misc\manifest\trsi110s.mft F:\djcurrnt\v2misc\manifest\trsi110s.ver F:\djcurrnt\v2misc\manifest\wmemu21b.mft F:\djcurrnt\v2misc\manifest\wmemu21b.ver F:\djcurrnt\v2misc\manifest\wmemu21s.mft F:\djcurrnt\v2misc\manifest\wmemu21s.ver