[geos-devel] compile problem

Norman Vine nhv at cape.com
Thu Jan 15 07:15:39 EST 2004


Chris G. Nicholas writes:
> 
> d1750# more errs.log
> gcc -shared -h libpostgis.so.0 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 postgis_estimate.o postgis_geos.o post
> gis_geos_wrapper.o postgis_algo.o -L../../src/port -L../../src/port  -lstdc++ -L/usr/local/lib -lg
> eos -L/usr/local/lib -lproj   -R/usr/local/pgsql/lib -o libpostgis.so.0.8
> just wondering if anyone has seen wierdness like this before; using Solaris 5.9 and GCC 3.2.2


It appears as if your libtool has a simialr problem to Cygwin's libtool

try forcing libtool to use c++

i.e
% CC=c++ LD="c++ -shared" ./configure;  make

HTH

Norman




More information about the geos-devel mailing list