Date: Fri, 22 Jun 2001 10:59:37 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: roman DOT morokutti AT kumatronik DOT de (Roman Morokutti) Message-Id: <7458-Fri22Jun2001105936+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <25d66e61.0106212219.6218be4@posting.google.com> (roman DOT morokutti AT kumatronik DOT de) Subject: Re: Long FileNames in MS-DOS 6.2 References: <25d66e61 DOT 0106212219 DOT 6218be4 AT posting DOT google DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: roman DOT morokutti AT kumatronik DOT de (Roman Morokutti) > Newsgroups: comp.os.msdos.djgpp > Date: 21 Jun 2001 23:19:29 -0700 > > StreamBuf.h for exemple is to long for MS-DOS, so MS-DOS makes > Stream~1.h It sounds like you unzipped the *.zip files on Windows, and then rebooted into DOS. That made long file names to become inaccessible to DJGPP programs, and what you see are the 8+3 short alias. Solution: either remove the entire DJGPP tree and unzip again _after_ booting to dos (you will need the unzip32.exe program which is available from the same place where you get the rest of DJGPP); or don't reboot into DOS: DJGPP programs run just fine on Windows, and they can support long file names there. If you want a dual DOS/Windows installation that will work in both Windows and plain DOS, read section 22.19 of the DJGPP FAQ list: it explains how to set that up.