Message-ID: <001701c33b0b$6682c0f0$0100a8c0@acp42g> From: "Andrew Cottrell" To: , "Eli Zaretskii" , "Andris Pavenis" References: <7458-Mon23Jun2003075001+0300-eliz AT elta DOT co DOT il> <200306241611 DOT 38128 DOT pavenis AT latnet DOT lv> <7458-Tue24Jun2003181634+0300-eliz AT elta DOT co DOT il> <200306251017 DOT 54098 DOT pavenis AT latnet DOT lv> Subject: Re: [ac131313 AT redhat DOT com: GDB 6 branch created] Date: Wed, 25 Jun 2003 21:17:43 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Reply-To: djgpp-workers AT delorie DOT com Andris &Eki, ..snip.. > > It seems that this is due to this part of djgpp/config.sed: > > > > /^ *CONFIG_HEADERS=/,/^EOF/ { > > s|config.h\([^-:]\)|config.h:config.h-in\1| > > } > > > > and the problem here is that the dot in the first "config.h" is not > > escaped. Does it help to modify this fragment of djgpp/config.sed > > like this: > > > > /^ *CONFIG_HEADERS=/,/^EOF/ { > > s|config\.h\\([^-:]\\)|config.h:config.h-in\1| > > } > > > > ? > > Not enough. After that configure doesn't find config.h.in in the same > directory ... > > Andris I have donwnloaded BNU 2.14 and hav built it and used it in the build from last night without alott of ckecing. When think the change is almost there could you please directly send me an email to acottrel at ihug.com.oz (change the at to @ and the oz to au . This is to stop spam... I hope...). I am working from home the rest of the week and therefore can build DJGPP on the Celeron 800 PC every 8 hours for testing. Thanks, Andrew