Re: BUG #3818: Cross compilation problems - Mailing list pgsql-bugs

From Richard Evans
Subject Re: BUG #3818: Cross compilation problems
Date
Msg-id 47641A38.6080304@blueallegro.net
Whole thread Raw
In response to Re: BUG #3818: Cross compilation problems  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: BUG #3818: Cross compilation problems  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #3818: Cross compilation problems
Next
From: Richard Evans
Date:
Subject: Re: BUG #3818: Cross compilation problems