Building for 64-bit platform - Mailing list pgsql-general

From Igor Korot
Subject Building for 64-bit platform
Date
Msg-id CA+FnnTxJzV9YM-9djtY2zdyCSgmNiD-JLyu8cexM1fW6kV7MaA@mail.gmail.com
Whole thread Raw
Responses Re: Building for 64-bit platform
List pgsql-general
Hi,
I build libpq with the standard configure/dmake.
Now I realize I need t build it for a 64-bit platform.

My questions are:
Is it enough to ust do

[code]
cd libpq
CFLAGS="-m64" LDFLAGS="-m64" ./configure
dmake
[/code]

or I have to do:

[code]
dmake clean
[/code]

?

2. Is my configure line above correct?
Or PostgreSQL configure contains special flags for 64 bit builds already?

Thank you.



pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Foreign Data Wrapper Handler
Next
From: Tom Lane
Date:
Subject: Re: Building for 64-bit platform