X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Sourcerer Newsgroups: comp.os.msdos.djgpp Subject: Confusion over long file names and zip-picker Message-ID: X-Newsreader: Forte Agent 2.0/32.652 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 34 Date: Wed, 09 Jun 2004 22:51:06 GMT NNTP-Posting-Host: 82.37.59.3 X-Complaints-To: abuse AT blueyonder DOT co DOT uk X-Trace: news-text.cableinet.net 1086821466 82.37.59.3 (Wed, 09 Jun 2004 23:51:06 BST) NNTP-Posting-Date: Wed, 09 Jun 2004 23:51:06 BST Organization: blueyonder (post doesn't reflect views of blueyonder) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi all. been using DJGPP on windows 98 for years. Want to use it on XP now. I want to use it for C++ as well as C The zip picker web site says the following : Make sure you use the djgpp's unzip32, or some other unzip that doesn't support long file names. If you install with WinNT long file names, C++ programs won't compile. Another option is to use pkunzip instead (see the MS-DOS install instructions) or read the FAQ about the NameNumericTail registry key. So, I used unzip32.exe which I got from the zip picker web site and guess what? It preserves long file names So, I turn to the file Readme.1st.txt looking for some clarification and in there it says: On Windows 9x, Windows/ME, Windows 2000 and Windows XP, 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. unzip32.exe, available from the DJGPP sites, also supports 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. I have the file sysmacros.h, So I have long file names. So, what's the deal here, should I preserve long file names or not ? Which one is wrong, the web site? the readme file? neither? both? Help ! :) Sourcerer