X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com Message-ID: <4AADBD73.3050804@iki.fi> Date: Mon, 14 Sep 2009 06:50:11 +0300 From: Andris Pavenis User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090814 Fedora/3.0-2.6.b3.fc11 Thunderbird/3.0b3 MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com CC: Ralf Wildenhues , autoconf-patches AT gnu DOT org, rugxulo AT gmail DOT com, rrt AT sc3d DOT org Subject: Re: DJGPP support in Autoconf References: <20090913191226 DOT GA29257 AT gmx DOT de> <83iqfmzlco DOT fsf AT gnu DOT org> In-Reply-To: <83iqfmzlco.fsf@gnu.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com 13.09.2009 22:38, Eli Zaretskii kirjoitti: >> Date: Sun, 13 Sep 2009 21:12:30 +0200 >> From: Ralf Wildenhues >> Cc: autoconf-patches AT gnu DOT org, Rugxulo, >> Reuben Thomas >> >> Hello Eli, all, > > Added the DJGPP developers list to the addressees. (Will forward the > original message in a moment.) > >> we've recently had a bug report about broken support for DJGPP in >> Autoconf 2.64, see this thread: >> >> >> and after that we found your gdb/config/djgpp/config.sed: >> >> >> >> so now we're trying to fix things > There is one more thing: using flock() should be avoided for DJGPP in Autom4te/XFile.pl in function lock(). For DJGPP this function is not found which causes an error. Perhaps test for environment variable DJDIR could be used to choose whether to call flock() there. Andris