Re: mingw64

From: JonY <jon_y(at)users(dot)sourceforge(dot)net>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, MinGW Users List <mingw-users(at)lists(dot)sourceforge(dot)net>
Subject: Re: mingw64
Date: 2011-01-28 13:09:40
Message-ID: 4D42C014.9060007@users.sourceforge.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 1/28/2011 18:19, Andrew Dunstan wrote:
>> configure:7071: checking for zic
>> configure:7104: result: no
>> configure:7113: error:
>> When cross-compiling, either use the option --with-system-tzdata to use
>> existing time-zone data, or set the environment variable ZIC to a zic
>> program to use during the build.
>
> Why are you cross-compiling? I built without any need to do that. Change
> the names of the binaries on the m mingw64/bin directory to remove the
> platform prefix, put that directory at the head of your PATH, and run a
> plain configure. Works like a charm.
>
> You should probably wait a little while (i.e a week or so) for me to
> work out the wrinkles in this. Then I will publish some instructions on
> the wiki.

Hi,

the mingw64 toolchain is usually built as a cross compiler, so its not
his fault there, its not supposed to be renamed. Will it be possible to
check first if the host machine actually allows using tzdata related
stuff before erroring out?

Disclaimer: I don't know anything about tzdata or zic other than its for
timezone information.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.16 (MingW32)

iEYEARECAAYFAk1CwBQACgkQp56AKe10wHf3ZwCaAyaBELQyVXcwD7LxLDiatOZy
YUUAnRZw0d61YNXlwdF0pzdlUGkLArFM
=90yM
-----END PGP SIGNATURE-----

Attachment Content-Type Size
0xED74C077.asc application/pgp-keys 1.6 KB

In response to

  • Re: mingw64 at 2011-01-28 10:19:15 from Andrew Dunstan

Responses

  • Re: mingw64 at 2011-01-28 15:23:01 from Andrew Dunstan

Browse pgsql-hackers by date

  From Date Subject
Next Message Boszormenyi Zoltan 2011-01-28 13:56:44 Re: make -j2 error in ecpg/pgtypeslib in current GIT
Previous Message Robert Haas 2011-01-28 12:36:34 Re: pg_ctl failover Re: Latches, signals, and waiting