| From: | Reini Urban <rurban(at)x-ray(dot)at> |
|---|---|
| To: | pgsql-bugs(at)postgresql(dot)org |
| Cc: | Jason Tishler <jason(at)tishler(dot)net> |
| Subject: | 8.0.0b1 cygwin problems |
| Date: | 2004-08-24 18:33:20 |
| Message-ID: | 412B89F0.3090904@x-ray.at |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
I haven't tested this with mingw or MSVC but the default cygwin layout
needs the attached header changes.
pending problems:
src/timezone has a configure problem
pgtz.c:105:2: #error No way to determine TZ? Can this happen?
PGAC_VAR_INT_TIMEZONE return no for cygwin, but our time.h has this:
extern __IMPORT time_t _timezone;
which is from newlib.
I truly mistrust PGAC_VAR_INT_TIMEZONE in config/c-library.m4
Right now the gcc-3.4.1 build for cygwin is in experimental status, we
will see what will change then. So far we only have gcc-3.3.
--
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/
| Attachment | Content-Type | Size |
|---|---|---|
| postgresql-8.0.0beta1-dirmode.diff | text/plain | 670 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2004-08-24 19:11:48 | Re: BUG #1228: numeric field from a view from a view does not recognise any where values |
| Previous Message | Stephan Szabo | 2004-08-24 17:25:32 | Re: BUG #1229: memory leak in backend with COPY and FOREIGN |