Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64
Boszormenyi Zoltan <zb@cybertec.at>
From: Boszormenyi Zoltan <zb@cybertec.at>
To: Pavel Golub <pavel@gf.microolap.com>
Cc: pgsql-hackers@postgresql.org
Date: 2011-11-24T09:24:09Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Remove troublesome Asserts in cost_mergejoin().
- ff68b256a533 9.2.0 cited
-
Enable building with the Mingw64 compiler.
- 91812df4ed0f 9.1.0 cited
Hi,
2011-11-24 09:55 keltezéssel, Pavel Golub írta:
>
> Can you please provide me with some howto on building PG sources with
> mingw-w64?
Install Fedora 15 or 16, add this repo file into /etc/yum.repos.d :
http://build1.openftd.org/fedora-cross/fedora-cross.repo
Then "yum install mingw*". This will install mingw64 both 32 and 64-bit.
Replaces a lot of official mingw32 packages from Fedora.
Then you can do for 32-bit:
cd postgresql-9.1.1
mingw32-configure
mingw32-make
sudo mingw32-make install
or for 64-bit:
mingw64-configure
mingw64-make
sudo mingw64-make install
Best regards,
Zoltán Böszörményi
--
----------------------------------
Zoltán Böszörményi
Cybertec Schönig & Schönig GmbH
Gröhrmühlgasse 26
A-2700 Wiener Neustadt, Austria
Web: http://www.postgresql-support.de
http://www.postgresql.at/