Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

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: Mon, 27 Feb 2006 12:10:10 -0500
  • Message-id: <20168.1141060210@sss.pgh.pa.us> <text/plain>

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



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group