Changes between Version 68 and Version 69 of UsersWikiWinCompile
- Timestamp:
- 08/24/09 04:03:57 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiWinCompile
v68 v69 217 217 Download latest Proj from trac.osgeo.org/proj/ (http://download.osgeo.org/proj/proj-4.6.1.zip ) [[BR]] 218 218 in msys terminal move to the Proj source-code directory[[BR]] 219 1. ''configure --prefix=/c/postgres && make && make install'' 219 1. ''./configure --prefix=/c/postgres --enable-shared --disable-static && make && make install'' 220 2. gcc -shared -o libproj.dll -Wl,--out-implib=libproj.dll.a -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--whole-archive libproj.a -Wl,--no-whole-archive /c/mingw/lib/libmingw32.a 221 220 222 221 223 '''12. Installing C-Unit -- needed for PostGIS 1.4 and above make check'''