From: | Scott Marlowe <smarlowe(at)g2switchworks(dot)com> |
---|---|
To: | dpandey(at)secf(dot)com |
Cc: | 'PostgreSQL' <pgsql-sql(at)postgresql(dot)org>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: [SQL] How to install Postgres that supports 64-bit |
Date: | 2005-04-22 14:50:14 |
Message-ID: | 1114181414.13303.48.camel@state.g2switchworks.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-sql |
On Fri, 2005-04-22 at 00:30, Dinesh Pandey wrote:
> How to install Postgres 8.0.1 that supports 64-bit integer/date-time.
>
>
>
> # ./configure --prefix=/usr/local/pgsql
> --with-tclconfig=/usr/local/lib --with-tcl
>
> checking build system type... sparc-sun-solaris2.8
>
> checking host system type... sparc-sun-solaris2.8
>
> checking which template to use... solaris
>
> checking whether to build with 64-bit integer date/time support... no
>
> checking whether NLS is wanted... no
>
> checking for default port number... 5432
>
> checking for gcc... gcc
>
>
>
> while installation I am getting this message:” checking whether to
> build with 64-bit integer date/time support... no”
>
--enable-integer-datetimes enable 64-bit integer date/time support
From | Date | Subject | |
---|---|---|---|
Next Message | Scott Marlowe | 2005-04-22 15:08:46 | Re: UltraSPARC versus AMD |
Previous Message | Richard_D_Levine | 2005-04-22 14:48:09 | UltraSPARC versus AMD |
From | Date | Subject | |
---|---|---|---|
Next Message | Jakub Woźny | 2005-04-22 19:18:00 | C function - other process |
Previous Message | Michael Fuhr | 2005-04-22 10:22:26 | Re: string to date conversion |