Date: Sat, 26 Oct 2002 22:17:22 +0200 From: Laurynas Biveinis X-Mailer: The Bat! (v1.61) Personal X-Priority: 3 (Normal) Message-ID: <50745258354.20021026221722@softhome.net> To: Andrew Cottrell , Andris Pavenis CC: DJGPP Workers Subject: GPP 3.2 built with 2.04 standard lib header problems MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 26 Oct 2002 20:15:01.0055 (UTC) FILETIME=[5CE834F0:01C27D2C] Reply-To: djgpp-workers AT delorie DOT com Hello, I've seen this on mailing lists since 3.1, with no apparent solution (or indication what's broken), and today it hit me: I use gpp32b.zip from 2.04 site and any C++ program with #include fails to compile because of missing . I see that binary distribution of G++ has 3 directories named bits: lang/cxx/3.2/bits, lang/cxx/3.2/i586-pc-msdosdjgpp/bits lang/cxx/3.2/djgpp/bits - note that this one has only header.gcc containing remaps for only for previous directory! And all header files mentioned in header.gcc have their original LFN names, thus they're impossible to use. This setup seems very broken. After I move headers from .../i586-pc-msdosdjgpp/bits to .../bits, concat all header.gcc and rename all LFN headers to short names, then it starts working. Or is it some big misconfiguration in my installation? Laurynas