Re: mingw 8.1.3 build error: conftest.c: Permission denied - Mailing list pgsql-ports

From Tom Lane
Subject Re: mingw 8.1.3 build error: conftest.c: Permission denied
Date
Msg-id 20329.1141060749@sss.pgh.pa.us
Whole thread Raw
In response to Re: mingw 8.1.3 build error: conftest.c: Permission  (Matt England <mengland@mengland.net>)
List pgsql-ports
Matt England <mengland@mengland.net> writes:
> At 2/27/2006 11:10 AM, Tom Lane wrote:
>> Interesting ... that test isn't doing anything much that the preceding
>> tests didn't do.

> Can I just disregard these errors then?  The ./configure script appears to
> proceed ok independent of the error.

Yeah, but it will treat that test as failed which may be (probably is,
in this case) the wrong answer.  In any case, random file-permission
failures constitute a platform instability that you do not want to just
live with.  You might have trouble getting through the build step without
more of them, to take just one point.

            regards, tom lane

pgsql-ports by date:

Previous
From: Matt England
Date:
Subject: Re: mingw 8.1.3 build error: conftest.c: Permission
Next
From: Tom Lane
Date:
Subject: Re: mingw: is configure --without-zlib ok?