[postgis] Re:PostGIS 0.6 Released(compiling error on Cygwin)

Hisaji ONO ono96 at fa2.so-net.ne.jp
Thu Sep 20 04:42:53 PDT 2001


 Hi.

 I've got the following error in compiling  PostGIS 0.6.0 with
PostgreSQL 7.1.3 on Cygwin on Win NT 4.0 Server SP6a.

$ 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
../../src/utils/dll
init.o  -L/usr/src/postgresql-7.1.3/src/backend -lpostgres -lcygipc
-lcrypt -L/
usr/local/lib
postgis_debug.o: In function `gist_dumptree':
/usr/src/postgresql-7.1.3/contrib/postgis-0.6.0/postgis_debug.c:767:
undefined r
eference to `LocalBufferBlockPointers'
/usr/src/postgresql-7.1.3/contrib/postgis-0.6.0/postgis_debug.c:767:
undefined r
eference to `BufferBlockPointers'
collect2: ld returned 1 exit status
dllwrap: gcc exited with status 1

 In "/usr/src/postgresql-7.1.3/src/backend", there's "libpostgres.a".

 I tried to remove "postgis_debug.c" in Makefile, and succeeded to
create postgis.dll. But "postgis.sql" defines some functions created by
"postgis_debug.c".

 Functions created by "postgis_debug.c" are necessary?

 Please tell me how to solve this problem.

 Thanks.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20010920/49f1ff6d/attachment.html>


More information about the postgis-users mailing list