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). > > TBH, there's going to be z

Re: Static PostgreSQL Binaries (Linux + Windows)

2019-01-13 Thread Tom Lane
Zach van Rijn writes: > Under the hood, the only major "technique" is wrapping the 'gcc' > command with flags such as '-static' to ensure that everything > is built correctly, and using reliable toolchains [1]. > There is one minor issue in that the postgres build scripts no > longer appear to sup

Re: Static PostgreSQL Binaries (Linux + Windows)

2019-01-13 Thread Pratik Parikh
Thanks, I'll check it out. On Sun, Jan 13, 2019, 9:13 AM 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

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 Brent Wood
9 16:57 To: pgsql-general@lists.postgresql.org Subject: Static PostgreSQL Binaries (Linux + Windows) 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 '

Re: Static PostgreSQL Binaries (Linux + Windows)

2019-01-12 Thread Pratik Parikh
Than you. nice to hear from you . Would be able to share the build scripts with community? are they open source? Regards, Pratik Parikh On Sat, Jan 12, 2019 at 10:57 PM Zach van Rijn wrote: > Hi all, > > > I've been busy porting popular open-source software to various > platforms (Linux + Wind

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