[geos-devel] New problem when compiling QGis against geos 3.0.0rc4

Mike Leahy mgleahy at alumni.uwaterloo.ca
Thu Feb 15 10:37:49 EST 2007


Hello list,

When I compile QGis 0.8.0 against GEOS 3.0.0rc3, it works fine.  Now,
however, compiling against GEOS 3.0.0rc4 gives me the the errors below.
 I'm positive that I haven't done anything different with rc4.  I tried
both rc3 and rc4 last night just to be sure...does anybody have an idea
what I need to do to fix this?

Regards,
Mike

=====================================================================

/bin/sh ../../libtool --tag=CXX --mode=link g++  -g -O2  -L/usr/lib64
-L/usr/lib -lproj -L/usr/lib -o qgis -rdynamic qgis-main.o
../raster/libqgis_raster.la ../legend/libqgis_legend.la
../composer/libqgis_composer.la  -L/usr/lib64 -lQtCore -lQt3Support
-lQtGui -lQtNetwork -lQtSvg -lQtCore -lQt3Support -lQtGui -lQtNetwork
-lQtXml -lQtSvg -lQtTest -lQtDesigner -L/usr/lib64 -lgdal -L/usr/lib64
-lpq -L/usr/lib64 -lgeos -lpython2.4 -lproj -lsqlite3 libqgis_gui.la
../core/libqgis_core.la  -lutil
g++ -g -O2 -o .libs/qgis -rdynamic qgis-main.o  -L/usr/lib64 -L/usr/lib
../raster/.libs/libqgis_raster.so ../legend/.libs/libqgis_legend.so
../composer/.libs/libqgis_composer.so -lQtCore -lQt3Support -lQtGui
-lQtNetwork -lQtXml -lQtSvg -lQtTest -lQtDesigner /usr/lib64/libgdal.so
-lpq /usr/lib64/libgeos.so -lpython2.4 -lproj -lsqlite3
./.libs/libqgis_gui.so ../core/.libs/libqgis_core.so -lutil -Wl,--rpath
-Wl,/usr/lib64
../core/.libs/libqgis_core.so: undefined reference to
`geos::geom::Coordinate::Coordinate(double, double, double)'
../core/.libs/libqgis_core.so: undefined reference to
`geos::io::WKTReader::~WKTReader()'
../core/.libs/libqgis_core.so: undefined reference to
`geos::io::WKTReader::WKTReader(geos::geom::GeometryFactory const*)'
../core/.libs/libqgis_core.so: undefined reference to
`geos::geom::Coordinate::~Coordinate()'
collect2: ld returned 1 exit status
make[4]: *** [qgis] Error 1
make[4]: Leaving directory `/home/sources/qgis-0.8.0/src/gui'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/sources/qgis-0.8.0/src/gui'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/sources/qgis-0.8.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sources/qgis-0.8.0'
make: *** [all] Error 2



More information about the geos-devel mailing list