X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com MIME-Version: 1.0 In-Reply-To: References: <7a71c30f0901161847y3bfbbdc3t388e0e71b5f8aa69 AT mail DOT gmail DOT com> <7a71c30f0901180930i37df5b3ci64a1c61f62cee505 AT mail DOT gmail DOT com> <7a71c30f0904080619k3d1aaf08i4986bac20d6c575f AT mail DOT gmail DOT com> Date: Sun, 12 Apr 2009 20:34:12 -0400 Message-ID: <7a71c30f0904121734s2bf31429i6ff97e4a223a436b@mail.gmail.com> Subject: Re: gpp cannot find c++ headers From: Matt Gregory To: djgpp AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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 I don't know, I've tried all this stuff and nothing works. I have LFN=3DY in my environment. I have -v on the command line and it doesn't tell me anything. I'm using windows xp on both computers. I've taken cygwin out of my path. I've tried reinstalling using the instructions on the zip picker page. I'm using 3.23 because that's what my professor gave the class, but I've tried the newest version and there's little difference. It still can't find files with long file names. I can't even use "make -f Makefilenml" even though that file is sitting in the current directory. On Wed, Apr 8, 2009 at 4:08 PM, Rugxulo wrote: > Hi, > > On Apr 8, 8:19=A0am, Matt Gregory wrote: >> >> I still haven't figured out why gpp can't find the c++ headers, but I >> tried monitoring the file system with filemon from sysinternals.com, >> and it shows that although gpp queries for the correct file name, when >> it goes to open the file, it just truncates the name to an 8 character >> name, so cxxconfig.h becomes cxxconfi.h. > > You never did mention (that I could see) what OS you run here or on > your notebook. I kinda suspect that one runs Win9x and one run WinXP > (which treat SFN aliases differently, so XCOPY won't necessarily do > the right thing). > > If you're worried about Cygwin, temporarily take it out of the PATH > completely. But I wouldn't waste too much time diagnosing what can be > fixed in a quicker manner (see below). > >> Any ideas on how to work around this? > > Just reinstall DJGPP. It only takes a minute anyways (assuming you > have the proper .ZIPs, else see DJ's Zip Picker). > > P.S. Any reason to need to use 3.2.3 in particular? >