Date: Sun, 26 Sep 1999 08:01:07 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Waller, Ronald" cc: "'djgpp AT delorie DOT com'" Subject: RE: NT? In-Reply-To: <5DC46304540DD31181000008C7C567CC21CDCE@dalntexchange01.tx.czn.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 23 Sep 1999, Waller, Ronald wrote: > Eli, Thanks for all your help. I really appreciate it. > (Please tell me if this post is html or not, sorry) It is in HTML. > Here is the output of the above command: > > GNU C version 2.8.1 (djgpp) compiled by GNU C version 2.8.1. This is normal. So it appears that the problem only happens when cpp is iunvoked by gcc... Weird. I'm really stumped by this one. > Also, what about long filenames? I made sure that I unzipped everything > with pkunzip -d (version 2.50). However, > the command.com on this system while at the C:\ prompt, "dir" will list long > filenames NOT truncated 8.3 names. This is normal: the shell is a Windows program, so it can access long file names. Try "dir /x" and see if the short aliases are properly truncated (which is okay) or have numeric tails attached (which means you will need to reinstall DJGPP again using another unzip program).