Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64
От
Lars Kanis
Тема
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64
Дата
Msg-id
5981833.d1fHQkAM7E@c1170lx
Ответ на
Список
Дерево обсуждения
[PATCH] PostgreSQL fails to build with 32bit MinGW-w64 Lars Kanis <kanis@comcard.de>
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64 Pavel Golub <pavel@microolap.com>
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64 Boszormenyi Zoltan <zb@cybertec.at>
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64 Lars Kanis <kanis@comcard.de>
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64 Andrew Dunstan <andrew@dunslane.net>
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64 NISHIYAMA Tomoaki <tomoakin@staff.kanazawa-u.ac.jp>
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64 NISHIYAMA Tomoaki <tomoakin@staff.kanazawa-u.ac.jp>
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64 Lars Kanis <kanis@comcard.de>
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64 Andrew Dunstan <andrew@dunslane.net>
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64 NISHIYAMA Tomoaki <tomoakin@staff.kanazawa-u.ac.jp>
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64 NISHIYAMA Tomoaki <tomoakin@staff.kanazawa-u.ac.jp>
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64 Andrew Dunstan <andrew@dunslane.net>
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64 NISHIYAMA Tomoaki <tomoakin@staff.kanazawa-u.ac.jp>
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64 Magnus Hagander <magnus@hagander.net>
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64 NISHIYAMA Tomoaki <tomoakin@staff.kanazawa-u.ac.jp>
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64 Magnus Hagander <magnus@hagander.net>
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64 Andrew Dunstan <andrew@dunslane.net>
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64 Andrew Dunstan <andrew@dunslane.net>
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64 NISHIYAMA Tomoaki <tomoakin@staff.kanazawa-u.ac.jp>
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64 NISHIYAMA Tomoaki <tomoakin@staff.kanazawa-u.ac.jp>
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64 Magnus Hagander <magnus@hagander.net>
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64 Andrew Dunstan <andrew@dunslane.net>
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64 NISHIYAMA Tomoaki <tomoakin@staff.kanazawa-u.ac.jp>
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64 Andrew Dunstan <andrew@dunslane.net>
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64 Andrew Dunstan <andrew@dunslane.net>
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64 NISHIYAMA Tomoaki <tomoakin@staff.kanazawa-u.ac.jp>
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64 Robert Haas <robertmhaas@gmail.com>
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64 Andrew Dunstan <andrew@dunslane.net>
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64 Lars Kanis <kanis@comcard.de>
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64 Andrew Dunstan <andrew@dunslane.net>
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64 Lars Kanis <kanis@comcard.de>
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64 Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64 Andrew Dunstan <andrew@dunslane.net>
> Can you please provide me with some howto on building PG sources with
> mingw-w64?
For 32/64 bit mingw-v4.6.1 on ubuntu 11.10:
apt-get install flex gcc-mingw-w64
./configure --host=i686-w64-mingw32 --build=x86_64-linux --without-zlib && make
and
./configure --host=x86_64-w64-mingw32 --build=x86_64-linux --without-zlib && make
For 32 bit mingw-v4.4.4 on ubuntu 11.10:
apt-get install flex gcc-mingw32
./configure --host=i586-mingw32msvc --build=x86_64-linux --without-zlib && make
Regards,
Lars Kanis
В списке pgsql-hackers по дате отправления