| From: | Matt England <mengland(at)mengland(dot)net> |
|---|---|
| To: | pgsql-ports(at)postgresql(dot)org |
| Cc: | mengland(at)mengland(dot)net |
| Subject: | Re: mingw 8.1.3 build error: conftest.c: Permission |
| Date: | 2006-02-27 17:09:03 |
| Message-ID: | 6.1.2.0.2.20060227110702.06e82878@127.0.0.1 |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-ports |
At 2/27/2006 11:03 AM, Matt England wrote:
>checking for struct sockaddr_in6... ./configure: line 13792: conftest.c:
>Permission denied
>./configure: line 13795: conftest.c: Permission denied
>./configure: line 13796: conftest.c: Permission denied
>sed: can't read conftest.c: Permission denied
>rm: cannot remove `conftest.c': Permission denied
>no
I should also mentioned that I did the following for my dirs in my build
directory (I'm mengland):
chown -R mengland *
chmod -R u+w *
find . -type d -exec chmod u+rwx \;
...but I haven't yet run the configure with my prefix
(/cgrid/local/postresql) created.
-Matt
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2006-02-27 17:10:10 | Re: mingw 8.1.3 build error: conftest.c: Permission denied |
| Previous Message | Matt England | 2006-02-27 17:03:06 | mingw 8.1.3 build error: conftest.c: Permission denied |