Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64

Поиск
Список
Период
Сортировка
От NISHIYAMA Tomoaki
Тема Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64
Дата
Msg-id 5366141B-0F19-4FBD-B6E1-ACBFDB9742B3@staff.kanazawa-u.ac.jp
обсуждение исходный текст
Ответ на Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Hi,

> The way to build natively with a mingw-w64 compiler is doumented fairly simply at
<http://www.postgresql.org/docs/current/static/installation-platform-notes.html#INSTALLATION-NOTES-MINGW>:
>
>   To build 64 bit binaries using MinGW, install the 64 bit tool set
>   from http://mingw-w64.sourceforge.net/, put its bin directory in the
>   PATH, and run configure with the --host=x86_64-w64-mingw option.
>
> This is exactly how the buildfarm member pitta was set up.
>
> The only issue here is how to add support for using the 32bit mingw-w64 compiler in pretty much the same way.


I hope that configure --host=i686-w64-mingw use 32 bit tool sets and
construct a 32 bit binary.  It is mostly the same procedure and should have
sufficient information to distinguish them.  Both 64 bit and 32 bit binaries
should be runnable on the same 64 bit system.

Best regards,



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [PATCH] Support for foreign keys with arrays