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 20168.1141060210@sss.pgh.pa.us
Whole thread Raw
In response to mingw 8.1.3 build error: conftest.c: Permission denied  (Matt England <mengland@mengland.net>)
Responses Re: mingw 8.1.3 build error: conftest.c: Permission
List pgsql-ports
Matt England <mengland@mengland.net> writes:
> While running the following postgresql-base-8.1.3 configure cmdline in mingw:
> ./configure --enable-thread-safety --prefix=/cgrid/local/postgresql
> --without-zlib

> I get the following error(s):

> [...]
> checking for waitpid... no
> checking for wcstombs... yes
> checking whether fdatasync is declared... no
> checking for struct sockaddr_in6... ./configure: line 13792: conftest.c:
> Permission denied
> ./configure: line 13795: conftest.c: Permission denied

Interesting ... that test isn't doing anything much that the preceding
tests didn't do.  Maybe some brain-dead "antivirus" code kicking in
to deny file writes?

            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: Matt England
Date:
Subject: mingw: is configure --without-zlib ok?