Message-ID: <002001bd6310$931511a0$3c4f939b@mcpherss.army.mil> Reply-To: "Scott McPherson" From: "Scott McPherson" To: Subject: Re: Using djgpp on WINNT Date: Wed, 8 Apr 1998 12:05:44 -0500 Precedence: bulk -----Original Message----- From: WALLACE.E.L- To: djgpp AT delorie DOT com Date: Wednesday, April 08, 1998 11:21 AM Subject: Using djgpp on WINNT > I've just gotten back to djgpp after a few months and downloaded V2.80 > of C++ for my new NT PC. The problem is long file names for libs, > include files, etc. They don't seem to work in a DOS box on NT. I > reloaded everything from the file picker using DOS as my OS selection > and got the same long filenames. I'm sure this is something easy to > fix but I can't find anything on the archives. Any idesa would be > appreciated. > Wallace, 1. Exit (close) djgpp and/or RHIDE. 2. Go to your djgpp directory, wherever that is. 3. Open the file "djgpp.env" in your text editor. 4. Find the line "+LFN=n" and change it to read "+LFN=y" 5. Save the change, and restart djgpp and/or RHIDE. This solution worked for me and is documented in the mail archives (which contain a LOT of other great help tidbits) at www.delorie.com. Best Regards, Scott McPherson