Re: meson: Add _static and _shared suffixes to the library names - Mailing list pgsql-hackers

From Wolfgang Walther
Subject Re: meson: Add _static and _shared suffixes to the library names
Date
Msg-id 57fca528-ec15-4928-bd77-c05a271a334c@technowledgy.de
Whole thread Raw
In response to Re: meson: Add _static and _shared suffixes to the library names  (Nazir Bilal Yavuz <byavuz81@gmail.com>)
Responses Re: meson: Add _static and _shared suffixes to the library names
List pgsql-hackers
Nazir Bilal Yavuz:
> 1- Setting different names for .pdb files for shared libraries only on
> the Windows OS. I think that is the correct fix, it just adds _shared
> suffix to .pdb files of shared libraries on the Windows OS.

How about renaming the .pdb files, but instead of adding _shared, rename 
both .pdb files to libpq.a.pdb and libpq.dll.pdb?

I think that would be much clearer than libpq.pdb and libpq_shared.pdb.

Best,

Wolfgang



pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: `pg_ctl init` crashes when run concurrently; semget(2) suspected
Next
From: Erik Nordström
Date:
Subject: Fix for typo in UUIDv7 timestamp extraction