Re: mingw 8.1.3 build error: conftest.c: Permission denied

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Matthew England" <mengland(at)mengland(dot)net>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: mingw 8.1.3 build error: conftest.c: Permission denied
Date: 2006-02-27 17:10:10
Message-ID: 20168.1141060210@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Matt England <mengland(at)mengland(dot)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

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Matt England 2006-02-27 17:10:32 mingw: is configure --without-zlib ok?
Previous Message Matt England 2006-02-27 17:09:03 Re: mingw 8.1.3 build error: conftest.c: Permission