And it just worked. I tested it on Windows, and it might even be possible to test it using WINE, but even without testing it this procedure is useful to see if there are compilation errors.sudo yum install mingw64-gcc mingw64-zlib git clone git://git.postgresql.org/git/postgresql.git cd postgresql ./configure --host=x86_64-w64-mingw32 make world
I assume all this could be (and possibly has been) built for other platforms such as OSX and FreeBSD. If not, it might be worth putting together some packages for those platforms - it shouldn't be too hard.
I remember you posted about PostgreSQL crosscompiling before. But that time you mentioned some unresolved issues. Are all of them solved now?
ReplyDeleteYeah, in my latest test it all seemed good.
ReplyDelete