Re: Finding zlib on MinGW - Mailing list pgsql-hackers-win32

From Bruce Momjian
Subject Re: Finding zlib on MinGW
Date
Msg-id 200407120054.i6C0smB21721@candle.pha.pa.us
Whole thread Raw
In response to Re: Finding zlib on MinGW  ("Tony and Bryn Reina" <reina_ga@hotmail.com>)
List pgsql-hackers-win32
Tony and Bryn Reina wrote:
> > Most users will not build from source, but will use the installer which
> > is nearing completion.
>
> > Regards, Dave.
>
>
> Seems I'm just howling at the moon here. However, if the win32 source code
> build is specifically for mingw/msys and zlib installs on msys into a
> directory that isn't looked for by default by the PostgreSQL configure, then
> I'd expect a lot of "problem" e-mails from users who complain about zlib
> during installation. A simple fix (liking adding those directories to
> PostgreSQL configure) could be done to prevent a little headache in the
> future.

If zlib was installed as part of mingw automatically, then we should
look in there by default, but if folks are installing mingw, I think
they would then know to point to that directory to find it.  If we
automatically look, we might find other stuff we shouldn't, no?

Let's see if others have this issue and if they do we can add such a
search path for Win32.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-hackers-win32 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: session time
Next
From: nitrogenycs@web.de
Date:
Subject: Backslash character in psql problem