Re: [PORTS] mingw 8.1.3 build error: conftest.c: Permission denied
Tom Lane <[email protected]> Mon, 27 Feb 2006 12:10:10 -0500
| Newsgroups | gmane.comp.db.postgresql.ports |
|---|---|
| Message-ID | <[email protected]> |
Matt England <[email protected]> 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 ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match