[BUGS] BUG #5707: Cross compilation for windows is broken

2010-10-12 Thread Richard Evans
The following bug has been logged online: Bug reference: 5707 Logged by: Richard Evans Email address: richard.ev...@datanomic.com PostgreSQL version: 9.0.1 Operating system: Linux (Fedora 12) Description:Cross compilation for windows is broken Details: When cross

Re: [BUGS] BUG #3818: Cross compilation problems

2008-12-31 Thread Richard Evans
ecember 2008 17:49:16 Richard Evans wrote: I've taken a look at the current development snapshot ane made a new patch. This is against the snapshot source dated 2008-12-30. Half of this patch appears to attempt to fix not cross-compilation problems, but out-of-tree

Re: [BUGS] BUG #3818: Cross compilation problems

2008-12-30 Thread Richard Evans
I've taken a look at the current development snapshot ane made a new patch. This is against the snapshot source dated 2008-12-30. I have omitted the workround for the bug in binutils 2.18 since 2.19 is now available and fixes the problem. I tested the cross compilation for mingw32 using gcc

Re: [BUGS] BUG #3818: Cross compilation problems

2008-08-23 Thread Richard Evans
t sensible output in both cases. Must be why it's there. Richard Richard Evans wrote: I'm not sure why the makefiles need the current directory. pwd -W is specific to mingw, I think it gives the directory in windows format. It has to be changed for cross compilation othe

Re: [BUGS] BUG #3818: Cross compilation problems

2008-08-11 Thread Richard Evans
> Am Saturday, 9. August 2008 schrieb Richard Evans: >> I've made a couple of patches, for 8.3.3 and 8.2.9, which enable cross >> compilation for windows (mingw32) from a unix platform. > > This looks good, with a couple of tweaks. I don't think we are going

Re: [BUGS] BUG #3818: Cross compilation problems

2008-08-09 Thread Richard Evans
s patches for the cross compile variables you needed changed? Thanks. ------- Richard Evans wrote: The following bug has been logged online: Bug reference: 3818 Logged by: Richard Evans Email address:

Re: [BUGS] Deadlock condition in driver

2008-05-21 Thread Richard Evans
We hit this problem and modified the driver to use non-blocking IO to fix it. You lose some of the more unusual features of the driver (such as switching the socket after open), but it does fix the blocking. Richard Evans On Wed, 21 May 2008, Daniel Migowski wrote: I came across a

Re: [BUGS] BUG #3818: Cross compilation problems

2007-12-15 Thread Richard Evans
Richard Evans wrote: The following bug has been logged online: Bug reference: 3818 Logged by: Richard Evans Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3beta Operating system: Linux/windows Description:Cross compilation problems Details: I've

Re: [BUGS] BUG #3818: Cross compilation problems

2007-12-15 Thread Richard Evans
zic and it seemed to work fine. Richard Magnus Hagander <[EMAIL PROTECTED]> 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.

[BUGS] BUG #3818: Cross compilation problems

2007-12-15 Thread Richard Evans
The following bug has been logged online: Bug reference: 3818 Logged by: Richard Evans Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3beta Operating system: Linux/windows Description:Cross compilation problems Details: I've been investigating

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