BUG #18513: PG17 build on windows generates postgres.exe.lib instead of postgres.lib

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: muralikrishna(dot)bandaru(at)enterprisedb(dot)com
Subject: BUG #18513: PG17 build on windows generates postgres.exe.lib instead of postgres.lib
Date: 2024-06-17 05:44:18
Message-ID: 18513-cf23db54997c9021@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: 18513
Logged by: Muralikrishna Bandaru
Email address: muralikrishna(dot)bandaru(at)enterprisedb(dot)com
PostgreSQL version: 17beta1
Operating system: Windows
Description:

PG17 build on windows is generating postgres.exe.lib. But all the previous
versions generating postgres.lib file. Due to this renaming the extensions
fail to link with this library by default as they expect postgres.lib. For
example here is the link for system_stats project file
https://github.com/EnterpriseDB/system_stats/blob/master/system_stats.vcxproj#L101

This seems like a bug, Can some one please confirm?

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Amit Langote 2024-06-17 09:32:57 Re: JIT crash introduced by 6185c9737c with LLVM 14
Previous Message Michael Paquier 2024-06-17 05:29:05 Re: BUG #18483: Segmentation fault in tests modules