Changes between Version 61 and Version 62 of DevWikiWinMingW64
- Timestamp:
- 04/14/11 05:55:52 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiWinMingW64
v61 v62 205 205 make install 206 206 }}} 207 == 7. Compiling PostgreSQL ==207 == 8. Compiling PostgreSQL == 208 208 The 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: 209 209 http://www.postgresql.org/ftp/snapshot/dev/ (for 9.1) … … 219 219 tar -xvjf postgresql-snapshot.tar.bz2 220 220 cd 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