Re: mingw64

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: mingw64
Дата
Msg-id 4D429823.4000904@dunslane.net
обсуждение исходный текст
Ответ на Re: mingw64  (Xiaobo Gu <guxiaobo1982@gmail.com>)
Ответы Re: mingw64  (JonY <jon_y@users.sourceforge.net>)
Re: mingw64  (Xiaobo Gu <guxiaobo1982@gmail.com>)
Список pgsql-hackers

On 01/27/2011 10:51 PM, Xiaobo Gu wrote:
> On Fri, Jan 28, 2011 at 11:44 AM, Andrew Dunstan<andrew@dunslane.net>  wrote:
>> >
>> >
>> >  On 01/27/2011 10:37 PM, Xiaobo Gu wrote:
>>> >>
>>> >>  --with-system-tzdata=/usr/share/zoneinfo
>> >
>> >  Why on earth are you doing this on Windows? That's crazy. Did you run "make
>> >  check"? You should always do that after a build before you install.
>> >
> configure does not pass if I omit --with-system-tzdata=/usr/share/zoneinfo
>
> Content of  config.log
>

You need to listen to the things that are said to you more. Someone ele 
already asked you not to post long config.log files in the body of your 
emails. All you needed to paste was these lines:


> 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.

cheers

andre




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

Предыдущее
От: Dimitri Fontaine
Дата:
Сообщение: Re: Extensions support for pg_dump, patch v27
Следующее
От: Robert Haas
Дата:
Сообщение: Re: pg_ctl failover Re: Latches, signals, and waiting