The man page for tzfile(5) makes it clear that timezone files are
written in a portable format (big-endian always). So it is feasible to
run zic on the build system in a cross-compile.
Surely the simplest fix is to provide a configure option allows the use
of the host systems own /zic /comman
Added to TODO list:
* Allow cross-compiling by generating the zic database on the
target system
---
Tom Lane wrote:
> "PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes:
> > Quick and dirty [and not really
"PostgreSQL Bugs List" <[EMAIL PROTECTED]> writes:
> Quick and dirty [and not really portable] patch:
s/not really/not at all/
AFAICS this would take some fairly significant surgery in configure to
even have a prayer of working --- there's no reason to assume that the
host compiler has the same f
The following bug has been logged online:
Bug reference: 1311
Logged by: Bernhard Rosenkraenzer
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.0 Beta
Operating system: Ark Linux
Description:Can't crosscompile
Details:
Hi,
8.0.0beta4 can't be crosscompil