Changes between Version 61 and Version 62 of DevWikiWinMingW64


Ignore:
Timestamp:
Apr 14, 2011, 5:55:52 AM (13 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v61 v62  
    205205 make install
    206206}}}
    207 == 7. Compiling PostgreSQL ==
     207== 8. Compiling PostgreSQL ==
    208208The patches to get PostgreSQL 9.0,9.1 to compile under MingW64 were not introduced into the code base until after 9.0.3 and 9.1Alpha5.  With that said, as of this writing, you need to use the sources from:
    209209http://www.postgresql.org/ftp/snapshot/dev/ (for 9.1)
     
    219219tar -xvjf postgresql-snapshot.tar.bz2
    220220cd postgresql-snapshot
    221 }}}
    222 
     221 ./configure --prefix=/c/projects/pg/pg91dev --build=i686-w64-mingw32 --host=i686-w64-mingw32 --target=i686-w64-mingw32
     222 make
     223 make install
     224}}}
     225