On Sat, Nov 09, 2013 at 01:33:57PM +0100, Peter Tolkewitz wrote: > > cc -I/usr/include/pgsql/server -fpic -c test.c > > cc -shared -o test.so test.o
[..] > ...complains with undefined symbol "lwgeom_clone_deep" Add an -llwgeom line to your cc invocation, or add full path to liblwgeom.a for static linking (preferred by some) --strk; _______________________________________________ postgis-users mailing list [email protected] http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
