Message-ID: <37E91EF4.4A1DB9AB@softhome.net> Date: Wed, 22 Sep 1999 20:24:52 +0200 From: Laurynas Biveinis X-Mailer: Mozilla 4.61 [en] (Win98; I) X-Accept-Language: lt,en MIME-Version: 1.0 To: DJGPP Workers Subject: Small readme.1st patch Content-Type: text/plain; charset=iso-8859-4 Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com I patched readme.1st to reflect availability of unzip32.exe for LFN environments. Laurynas Biveinis ---------------- diff -u -r /djgpp/cvs/djgpp/readme.1st djgpp/readme.1st --- /djgpp/cvs/djgpp/readme.1st Mon Sep 6 13:55:44 1999 +++ djgpp/readme.1st Wed Sep 22 20:22:16 1999 @@ -54,7 +54,8 @@ read (including the full FAQ list). v2/ -unzip386 A free program to unzip the archive (like PKUNZIP) +unzip386 A free not supporting LFN program to unzip the archive (like PKUNZIP) +unzip32 A free supporting LFN program djdev203 DJGPP V2 Development Kit and Runtime djlsr203 DJGPP V2 Base Library Sources djtst203 DJGPP V2 Test Programs (for testing the C library) @@ -131,14 +132,15 @@ pkunzip -d djdev203 or - unzip386 djdev203 + unzip32 djdev203 On Windows 9X, use an unzip program which supports long file names. - Latest versions of InfoZip's UnZip and PKUnZip, as well as WinZip, - all support long file names. One way to make sure you have - preserved long file names is to look for a file include/sys/sysmacros.h: - if you see only sysmacro.h instead, your unzip program does NOT - support long filenames, and you need to find another one. + Unzip32.exe from v2/ directory, latest versions of InfoZip's UnZip and + PKUnZip, as well as WinZip, all support long file names. One way to + make sure you have preserved long file names is to look for a file + include/sys/sysmacros.h: if you see only sysmacro.h instead, your + unzip program does NOT support long filenames, and you need to find + another one. 3. After unzipping all the zip files, set the DJGPP environment variable to point to the file DJGPP.ENV in the main DJGPP