BUG #16933: [build-system] libpq doesn't check for every names of zlib

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: nguyen(dot)long(dot)908132(at)gmail(dot)com
Subject: BUG #16933: [build-system] libpq doesn't check for every names of zlib
Date: 2021-03-18 14:15:05
Message-ID: 16933-59c4648bd46ac1dd@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 16933
Logged by: Long Nguyen
Email address: nguyen(dot)long(dot)908132(at)gmail(dot)com
PostgreSQL version: 12.2
Operating system: Windows 10
Description:

On Windows with Mingw-w64, the zlib library compiled with CMake has the name
libzlib.a (release) and libzlibd.a (debug). When I configure, it only checks
for -lz, not -lzlib and -lzlibd, so it ends up not being able to find zlib.
We need to check for those aside from the default -lz.

Browse pgsql-bugs by date

  From Date Subject
Next Message Fujii Masao 2021-03-18 16:32:29 Re: BUG #16722: PG hanging on COPY when table has close to 2^32 toasts in the table.
Previous Message Tom Lane 2021-03-18 14:12:05 Re: BUG #16932: Database Crash with : ERROR: cache lookup failed for type 0