[geos-devel] Coordinate & Coordinate list
Norman Vine
nhv at cape.com
Thu Nov 14 19:31:15 EST 2002
David Blasby writes:
>
> I've done this, but I dont get results from calls within the GEOS library. For example, my run of TestSweepLineSpeed gives
(actually
> lt-TestSweepLineSpeed):
>
>
> % cumulative self self total
> time seconds seconds calls Ts/call Ts/call name
> 0.00 0.00 0.00 6 0.00 0.00 data_start
> 0.00 0.00 0.00 1 0.00 0.00 run(int, GeometryFactory *)
>
> Do you do something special to get a statically linked version of GEOS used?
DOH - did I did forget to mention that
Sorry :-)
Norman
Here is my Test / Makefile.am
I copied TestLineSweep,cpp into the test directory
noinst_PROGRAMS = CTS SimpleWKTTester XMLTester TestSweepLineSpeed
LIBS = ../geom/libgeos.la
CTS_SOURCES = CTS.cpp
CTS_LDADD = $(LIBS)
CTS_LDFLAGS += -Wl,--allow-multiple-definition
SimpleWKTTester_SOURCES = SimpleWKTTester.cpp
SimpleWKTTester_LDADD = $(LIBS)
SimpleWKTTester_LDFLAGS += -Wl,--allow-multiple-definition
XMLTester_SOURCES = XMLTester.cpp
XMLTester_LDADD = $(LIBS)
XMLTester_LDFLAGS += -Wl,--allow-multiple-definition
TestSweepLineSpeed_SOURCES = TestSweepLineSpeed.cpp
TestSweepLineSpeed_LDADD = $(LIBS)
TestSweepLineSpeed_LDFLAGS += -Wl,--allow-multiple-definition
INCLUDES = -I../headers
INCLUDES += -I../io/markup
More information about the geos-devel
mailing list