X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: gpp cannot find c++ headers Date: Wed, 8 Apr 2009 13:08:56 -0700 (PDT) Organization: http://groups.google.com Lines: 25 Message-ID: References: <7a71c30f0901161847y3bfbbdc3t388e0e71b5f8aa69 AT mail DOT gmail DOT com> <7a71c30f0901180930i37df5b3ci64a1c61f62cee505 AT mail DOT gmail DOT com> <7a71c30f0904080619k3d1aaf08i4986bac20d6c575f AT mail DOT gmail DOT com> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1239221336 9530 127.0.0.1 (8 Apr 2009 20:08:56 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Wed, 8 Apr 2009 20:08:56 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: r37g2000yqn.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.64 (Windows NT 6.0; U; en) Presto/2.1.1,gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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. =A0 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?