Building for 64-bit platform

Поиск
Список
Период
Сортировка
От Igor Korot
Тема Building for 64-bit platform
Дата
Msg-id CA+FnnTxJzV9YM-9djtY2zdyCSgmNiD-JLyu8cexM1fW6kV7MaA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Building for 64-bit platform  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Foreign Data Wrapper Handler
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Building for 64-bit platform