Date: Sun, 27 Oct 2002 11:42:42 +0200 From: Laurynas Biveinis X-Mailer: The Bat! (v1.61) Personal X-Priority: 3 (Normal) Message-ID: <41793577914.20021027114242@softhome.net> To: "Andrew Cottrell" CC: "Andris Pavenis" , "DJGPP Workers" Subject: Re: GPP 3.2 built with 2.04 standard lib header problems In-Reply-To: <00f301c27d5e$6dfefb20$0100a8c0@p4> References: <50745258354 DOT 20021026221722 AT softhome DOT net> <00f301c27d5e$6dfefb20$0100a8c0 AT p4> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 27 Oct 2002 09:40:13.0036 (UTC) FILETIME=[D9177AC0:01C27D9C] Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk >> 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! > Is this the same as your directory structure? Yes, as I am using 2.04 test builds. >> 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? > Make sure you are using LFN as there are LFN filenames. While I'm using LFN names for myself, the whole point of header.gcc remapping is to make LFN header names accessible for SFN. Thanks for taking care of this. Laurynas