[postgis-users] Building cvs on cygwin

Tyler Mitchell TMitchell at lignum.com
Fri Oct 17 12:21:55 PDT 2003





I'm trying to build postgis on cygwin from postgres source 7.3.4-2 and the
latest postgis and geos from cvs.
Geos make installed fine but the errors I'm getting making postgis are
beyond my cryptographic capabilities to understand :)

----------
$ make
dlltool --export-all --output-def postgis.def postgis_debug.o postgis_ops.o
post
gis_fn.o postgis_inout.o postgis_proj.o postgis_chip.o postgis_transform.o
postg
is_gist_72.o postgis_estimate.o postgis_geos.o postgis_geos_wrapper.o
dllwrap -o postgis.dll --dllname postgis.dll --def postgis.def
postgis_debug.o p
ostgis_ops.o postgis_fn.o postgis_inout.o postgis_proj.o postgis_chip.o
postgis_
transform.o postgis_gist_72.o postgis_estimate.o postgis_geos.o
postgis_geos_wra
pper.o ../../src/utils/dllinit.o -L/usr/local/lib -L/usr/local/lib
-lstdc++ -L/
usr/local/lib -lgeos -L/usr/local/lib -lproj -L../../src/backend -lpostgres
fu000001.o(.idata$3+0xc): undefined reference to `_libpostgres_a_iname'
nmth000000.o(.idata$4+0x0): undefined reference to
`__nm__cpu_index_tuple_cost'
Info: resolving _cpu_index_tuple_cost by linking to
__imp__cpu_index_tuple_cost
(auto-import)
collect2: ld returned 1 exit status
dllwrap: gcc exited with status 1
make: *** [libpostgis.a] Error 1




More information about the postgis-users mailing list