Static PostgreSQL Binaries (Linux + Windows)

2019-01-12 Thread Zach van Rijn
Hi all, I've been busy porting popular open-source software to various platforms (Linux + Windows) via musl- and/or MinGW- based tools, as part of a project (and future distro?) called 'xstatic' [1]. All packages are statically linked and have zero dependencies, they can be easily reproduced and

Re: Static PostgreSQL Binaries (Linux + Windows)

2019-01-13 Thread Zach van Rijn
On Sun, 2019-01-13 at 00:51 -0500, Pratik Parikh wrote: > Than you. nice to hear from you .  Would be able to share the > build scripts with community? are they open source? Hi Pratik, Yes; the build scripts were linked at the bottom of my original mail message in this chain: https://git.zv.io/x

Re: Static PostgreSQL Binaries (Linux + Windows)

2019-01-13 Thread Zach van Rijn
On Sun, 2019-01-13 at 09:35 -0500, Tom Lane wrote: > Zach van Rijn writes: > > ... > > The workaround is simply to ignore these errors during build > > until I or someone else can get around to supplying patches > > (in the next week or so; I have other commitments). &