Re: [GENERAL] Problems building from source

2010-07-01 Thread Mark Cave-Ayland
Magnus Hagander wrote: Faced with that, I then changed my configure line to be ./configure --prefix=ingw --with-gnu-ld --without-zlib (who needs zlib anyways, right?). Now I was thinking that surely this would be the end of it and I would soon have a fully built version of PostgreSQL sa

Re: [GENERAL] Problems building from source

2010-06-30 Thread Bidski
"Magnus Hagander" writes: More likely, it's not finding the right one. Probably it's picking up some completely different version of it because it's earlier in the search path. Here is the start of my PATH environment variable. c:\msys\1.0\bin;C:\mingw\bin;C:\mingw\lib; If it is findi

Re: [GENERAL] Problems building from source

2010-06-30 Thread Tom Lane
Magnus Hagander writes: > On Thu, Jul 1, 2010 at 00:30, Bidski wrote: >> configure: error: zlib version is too old >> Use --without-zlib to disable zlib support. >> >> How can the latest version be too old?? > More likely, it's not finding the right one. Probably it's picking up > some

Re: [GENERAL] Problems building from source

2010-06-30 Thread Magnus Hagander
On Thu, Jul 1, 2010 at 00:30, Bidski wrote: > Hi all, > > I recently had some problems with a pre-built version of PostgreSQL and so I > decided to try and build my own copy from source, but have run into even > more problems. > > I downloaded a copy of the source, unpacked it into a directory and

[GENERAL] Problems building from source

2010-06-30 Thread Bidski
Hi all, I recently had some problems with a pre-built version of PostgreSQL and so I decided to try and build my own copy from source, but have run into even more problems. I downloaded a copy of the source, unpacked it into a directory and had a quick look at the possible configure options (.