From: sos AT prospect DOT com DOT ru (Sergey Okhapkin) Subject: RE: B18 & Configure Scripts 14 May 1997 16:56:26 -0700 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <01BC6061.E0F666B0.cygnus.gnu-win32@gater.krystalbank.msk.ru> Original-To: "'Cygnus Gnu-win32'" , "'David Coe'" Encoding: 24 TEXT Original-Sender: owner-gnu-win32 AT cygnus DOT com David Coe wrote: > cygwin: Cygwin32: Catastrophic fail - unable to create pinfo-mutex > > Not updating unwritable cache .././config.cache > > The first doesn't seem to affect the outcome of the build and leaves no > trace on config.log. The second has the obvious affect in having to > reevaluate the cache contents as one passes through each of the build > directories - my guess is that config.cache is not being closed (or is > not yet closed) by the preceding call. > You are using windows NT and you are member of "Administrators" group. It's NT's (mis)feature - in this case the owner of file is "Administrators", but not you! This fools bash to check file's write permissions properly (getuid() returns yours, but not "Administrators" uid). Chown config.cache "you login name". Or remove youself from "administrators" group. -- Sergey Okhapkin Moscow, Russia Looking for a job. - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".