[postgis-users] Installing postgis on Windows 2000

Nicolas RIBOT nri at scot.cnes.fr
Mon Jan 6 06:24:20 PST 2003


Hi all, and happy new year !

After a successful Postgis install on windows NT (postgis 0.6,
postgreSQL 7.1),
I wanted to upgrade to postgis 0.7.3 on Postgresql 7.2.2.

(My final goal is to have postgis binaries for windows, to allow easy
installation of postgis+postgres on several machines. I already use the
very handy binary distribution of postgreSQL 7.2.2 for windows).

I successfully configured and made postgreSQL in cygwin, following the
tips on this page (http://www.gasai.com/gisapps/WindowsHowTo.html)

When making postgis, I have the following errors (among many others):

dllwrap -o postgis.dll --dllname postgis.dll --def postgis.def
postgis_debug.o postgis_ops.o postgis_fn.o postgis_inout.o
postgis_proj.o postgis_chip.o postgis_transform.o postgis_gist_72.o
../../src/utils/dllinit.o -L/usr/local/lib -L/usr/local/lib  

postgis_debug.o(.text+0x2e0): In function `mem_size':
/usr/src/postgresql-7.3-1/contrib/postgis-0.7.3/postgis_debug.c:101:
undefined reference to `_pg_detoast_datum'

postgis_debug.o(.text+0x310): In function `numb_sub_objs':
/usr/src/postgresql-7.3-1/contrib/postgis-0.7.3/postgis_debug.c:110:
undefined reference to `_pg_detoast_datum'


I tried to remove the build of postgis_debug.c from the makefile, but
compilation errors are still here.

Any help would be greatly appreciated.

Nicolas Ribot



More information about the postgis-users mailing list