13.09.2009 22:38, Eli Zaretskii kirjoitti:
Date: Sun, 13 Sep 2009 21:12:30 +0200
From: Ralf Wildenhues<[email protected]>
Cc: [email protected], Rugxulo<[email protected]>,
Reuben Thomas<[email protected]>
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:
<http://thread.gmane.org/gmane.comp.sysutils.autoconf.bugs/6898/focus=6916>
and after that we found your gdb/config/djgpp/config.sed:
<http://sourceware.org/ml/gdb-patches/2009-09/msg00119.html>
<http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/config/djgpp/config.sed?rev=1.10&content-type=text/x-cvsweb-markup&cvsroot=src>
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