Re: BUG #3818: Cross compilation problems

Поиск
Список
Период
Сортировка
От Richard Evans
Тема Re: BUG #3818: Cross compilation problems
Дата
Msg-id 47641A38.6080304@blueallegro.net
обсуждение исходный текст
Ответ на Re: BUG #3818: Cross compilation problems  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: BUG #3818: Cross compilation problems  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
If the target system does not have system tzdata, (mingw for example),
you still need to run zic during the cross compile process.  I just
thought that using the build systems own zic was the simplest way to do
this.

In my tests I edited the Makefile in src/timezone and changed ./zic to
just zic and it seemed to work fine.

Richard


> Magnus Hagander <magnus@hagander.net> writes:
>
>> Richard Evans wrote:
>>
>>> 4. The zic problem in make install - see bug #1311.  Simple solution here is
>>> to have a configure option which allows the use of the build systems own zic
>>> command.
>>>
>
>
>> The rest of this is definitely not 8.3 material. But if you come up with
>> patches for 8.4, I'm sure we'd be interested ;-)
>>
>
> --with-system-tzdata already solves the zic problem.
>
>             regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>
>

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #3818: Cross compilation problems
Следующее
От: Richard Evans
Дата:
Сообщение: Re: BUG #3818: Cross compilation problems