Hi all, I have the following error while compiling Mapserver 6 and GEOS 3.3.0:undefined reference to `GEOSFree'.
The ./configure shows that it is using the geos-config version 3.3.0, so it is taking the GEOS version I was compiled just before. I was looking at http://trac.osgeo.org/mapserver/ticket/3347 to find any help and I did the following: So I have to edit the Makefile file to see what was happening. And then I modified the following line: GEOS_LIB= -L/usr/local/lib -lgeos_c For this one: GEOS_LIB= -L/usr/local/lib -lgeos And then I was able to compile Mapserver. Is there an error with the make file ? Thanks in advance ! IC Carlos Ruiz
_______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
