Re: [BUGS] BUG #1311: Can't crosscompile

2007-12-15 Thread Richard Evans
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

Re: [BUGS] BUG #1311: Can't crosscompile

2004-11-28 Thread Bruce Momjian
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

Re: [BUGS] BUG #1311: Can't crosscompile

2004-11-10 Thread Tom Lane
"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

[BUGS] BUG #1311: Can't crosscompile

2004-11-10 Thread PostgreSQL Bugs List
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