Re: [HACKERS] Cross-compile of 3rd-party extensions fails

2011-09-19 Thread Boszormenyi Zoltan
2011-09-19 10:27 keltezéssel, Peter Eisentraut írta: > On mån, 2011-09-19 at 10:16 +0200, Boszormenyi Zoltan wrote: >> [zozo@localhost postgis-1.5.3]$ mingw64-make >> >> make -C liblwgeom >> make[1]: Entering directory >> `/home/zozo/Schönig-számlák/w64/nsis/9.0/postgis-1.5.3/liblwgeom' >> make[1]

Re: [HACKERS] Cross-compile of 3rd-party extensions fails

2011-09-19 Thread Marko Kreen
On Mon, Sep 19, 2011 at 11:27 AM, Peter Eisentraut wrote: > On mån, 2011-09-19 at 10:16 +0200, Boszormenyi Zoltan wrote: >> [zozo@localhost postgis-1.5.3]$ mingw64-make >> >> make -C liblwgeom >> make[1]: Entering directory >> `/home/zozo/Schönig-számlák/w64/nsis/9.0/postgis-1.5.3/liblwgeom' >> m

Re: [HACKERS] Cross-compile of 3rd-party extensions fails

2011-09-19 Thread Peter Eisentraut
On mån, 2011-09-19 at 10:16 +0200, Boszormenyi Zoltan wrote: > [zozo@localhost postgis-1.5.3]$ mingw64-make > > make -C liblwgeom > make[1]: Entering directory > `/home/zozo/Schönig-számlák/w64/nsis/9.0/postgis-1.5.3/liblwgeom' > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory

[HACKERS] Cross-compile of 3rd-party extensions fails

2011-09-19 Thread Boszormenyi Zoltan
Hi, I am trying to cross-compile PostgreSQL 9.0.4 and a few 3rd-party external modules using Mingw32-w64 on Fedora 15 for 64-bit Windows. 64-bit Wine can be used to run the 64-bit pg_config.exe under Linux, so the USE_PGXS=1 machinery works. However, mingw64-make fails with the following error: [