[geos-devel] 3.0.

Obe, Regina robe.dnd at cityofboston.gov
Thu May 28 14:19:26 EDT 2009


Nevermind.  After make clean seems to compile cleanly and make check passes all tests.  I didn't think I needed to do that since I created a whole new folder.

I still have yet to retest geos 3.1 on this box (and retest geos 3.1 on my windows)
and then test against PostGIS.

Windows MingW is a sadder story -- I suppose it could be a similar thing, but make clean didn't help.  Trying to compile geos 3.0 on MingW - (but this could be my MingW is just a mess) (though why it works compiling the new geos beats me (except for make check)).

Seems something wrong with my libtool?

make[2]: Entering directory `/D/SVNProjects/geos/3.0/source/algorithm'
if /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../source/headers -I../../source/headers/geos -I../../source/headers     -g -O2 -DGEOS_INLINE -Wall -ansi -pedantic -Wno-long-long -MT CGAlgorithms.lo -MD -MP -MF ".deps/CGAlgorithms.Tpo" -c -o CGAlgorithms.lo CGAlgorithms.cpp; \
then mv -f ".deps/CGAlgorithms.Tpo" ".deps/CGAlgorithms.Plo"; else rm -f ".deps/CGAlgorithms.Tpo"; exit 1; fi
../../libtool: CDPATH: command not found
../../libtool: func_opt_split: command not found
libtool: Version mismatch error.  This is libtool 2.2.4, but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.4
libtool: and run autoconf again.
make[2]: *** [CGAlgorithms.lo] Error 1
make[2]: Leaving directory `/D/SVNProjects/geos/3.0/source/algorithm'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/D/SVNProjects/geos/3.0/source'
make: *** [all-recursive] Error 1

-----Original Message-----
From: geos-devel-bounces at lists.osgeo.org [mailto:geos-devel-bounces at lists.osgeo.org] On Behalf Of Paul Ramsey
Sent: Thursday, May 28, 2009 11:32 AM
To: GEOS Development List
Subject: Re: [geos-devel] 3.0.

I don't know what to say, you aren't getting a compile error, that's a
linking error. If you make clean, does the error recur in the same
exact place?

P

On Thu, May 28, 2009 at 5:14 AM, Obe, Regina <robe.dnd at cityofboston.gov> wrote:
> Paul,
>
> Under OpenSUSE 10.3 -- I have similar issue with trying to compile geos
> 3.0 branch but with different file.
>
>
> To get to that point I did a fresh checkout
>
> svn checkout http://svn.osgeo.org/geos/branches/3.0 geos30
> cd geos30
> sh autogen.sh
> ./configure
> make & make install
>
> The autogen looks fairly standard
> sh autogen.sh
> Running aclocal -I macros
> Running autoheader
> Running libtoolize
> Running automake
> configure.in:32: installing `./missing'
> configure.in:32: installing `./install-sh'
> capi/Makefile.am: installing `./depcomp'
> swig/python/Makefile.am:15: installing `./py-compile'
> Running autoconf
>
> then make
> everything before this point looks okay and then
>
> I get this error
> mv -f .deps/SimplePointInRing.Tpo .deps/SimplePointInRing.Plo
> /bin/sh ../../libtool --tag=CXX   --mode=link g++  -g -O2 -DGEOS_INLINE
> -Wall -ansi -pedantic -Wno-long-long   -o libalgorithm.la
> CGAlgorithms.lo CentroidArea.lo CentroidLine.lo CentroidPoint.lo
> ConvexHull.lo HCoordinate.lo InteriorPointArea.lo InteriorPointLine.lo
> InteriorPointPoint.lo LineIntersector.lo MCPointInRing.lo
> MinimumDiameter.lo NotRepresentableException.lo PointLocator.lo
> RobustDeterminant.lo SIRtreePointInRing.lo SimplePointInAreaLocator.lo
> SimplePointInRing.lo
> libtool: link: `CGAlgorithms.lo' is not a valid libtool object
> make[2]: *** [libalgorithm.la] Error 1
> make[2]: Leaving directory `/projects/geos30/source/algorithm'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/projects/geos30/source'
> make: *** [all-recursive] Error 1
>
> Thanks,
> Regina
> -----------------------------------------
> The substance of this message, including any attachments, may be
> confidential, legally privileged and/or exempt from disclosure
> pursuant to Massachusetts law. It is intended
> solely for the addressee. If you received this in error, please
> contact the sender and delete the material from any computer.
> _______________________________________________
> geos-devel mailing list
> geos-devel at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/geos-devel
>
_______________________________________________
geos-devel mailing list
geos-devel at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/geos-devel


More information about the geos-devel mailing list