Re: [Patch] Mingw: Fix import library extension, build actual static libraries

2019-09-03 Thread Peter Eisentraut
On 2019-03-07 15:23, Sandro Mani wrote: > Currently building postgresql for Win32 with a mingw toolchain produces > import libraries with *.a extension, whereas the extension should be > *.dll.a. I have read the MinGW documentation starting from and have found no in

Re: [Patch] Mingw: Fix import library extension, build actual static libraries

2019-07-11 Thread Noah Misch
On Tue, Jul 09, 2019 at 08:26:52AM -0400, Andrew Dunstan wrote: > On 4/16/19 1:22 AM, Noah Misch wrote: > > On Thu, Mar 07, 2019 at 03:23:50PM +0100, Sandro Mani wrote: > >> Related, no actual static libraries are produced alongside the respective > >> dlls. The attached patch 0002-Build-static-lib

Re: [Patch] Mingw: Fix import library extension, build actual static libraries

2019-07-09 Thread Andrew Dunstan
On 4/16/19 1:22 AM, Noah Misch wrote: > On Thu, Mar 07, 2019 at 03:23:50PM +0100, Sandro Mani wrote: >> Related, no actual static libraries are produced alongside the respective >> dlls. The attached patch 0002-Build-static-libraries.patch addresses this, >> in a similar fashion as is already don

Re: [Patch] Mingw: Fix import library extension, build actual static libraries

2019-04-15 Thread Noah Misch
On Thu, Mar 07, 2019 at 03:23:50PM +0100, Sandro Mani wrote: > Related, no actual static libraries are produced alongside the respective > dlls. The attached patch 0002-Build-static-libraries.patch addresses this, > in a similar fashion as is already done for the AIX case in Makefile.shlib. We don

Re: [Patch] Mingw: Fix import library extension, build actual static libraries

2019-04-03 Thread Robert Haas
On Tue, Apr 2, 2019 at 5:32 AM Sandro Mani wrote: > Any chance these patches could be considered? You should add them to the Open CommitFest, currently https://commitfest.postgresql.org/23/ That CommitFest is scheduled to start in July; we are about to go to feature freeze for v12, and your patc

Re: [Patch] Mingw: Fix import library extension, build actual static libraries

2019-04-02 Thread Sandro Mani
Any chance these patches could be considered? Thanks Sandro On Thu, Mar 7, 2019 at 3:23 PM Sandro Mani wrote: > Currently building postgresql for Win32 with a mingw toolchain produces > import libraries with *.a extension, whereas the extension should be > *.dll.a. There are various downstream