autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

autom4te doesn't work over NFS under Linux 2.4


From: H. J. Lu
Subject: autom4te doesn't work over NFS under Linux 2.4
Date: Tue, 24 Aug 2004 14:22:14 -0700
User-agent: Mutt/1.4.1i

autom4te in autoconf 2.59 has

# Open the index for update, and lock it.  autom4te handles several
# files, but the index is the first and last file to be update, so
# locking it is sufficient.
$icache_file = new Autom4te::XFile $icache, O_RDWR|O_CREAT;
$icache_file->lock (LOCK_EX);

But flock interface doesn't work over NFS under Linux 2.4. Can it
use fcntl interface for file locking instead?


H.J.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]