[geos-devel] 3.2.0 release ready for download
strk
strk at keybit.net
Tue Dec 15 16:49:08 EST 2009
On Tue, Dec 15, 2009 at 10:59:01AM -0500, Greg Troxel wrote:
>
> strk <strk at keybit.net> writes (reordered)
>
> > Is this too much confusing ?
>
> Yes :-) So here are the results of the build on NetBSD with pkgsrc. The
> build is very default, with the only change being putting @LDFLAGS@ into
> geos-config so that rpath works right. So here are the results:
>
> For 3.1:
>
> -rwxr-xr-x 1 root wheel 1703998 Dec 15 10:27 libgeos-3.1.0.so
> lrwxr-xr-x 1 root wheel 16 Dec 15 10:27 libgeos.so -> libgeos-3.1.0.so
> lrwxr-xr-x 1 root wheel 18 Dec 15 10:27 libgeos_c.so -> libgeos_c.so.1.5.0
> lrwxr-xr-x 1 root wheel 18 Dec 15 10:27 libgeos_c.so.1 -> libgeos_c.so.1.5.0
> -rwxr-xr-x 1 root wheel 103071 Dec 15 10:27 libgeos_c.so.1.5.0
>
> For 3.2:
>
> -rwxr-xr-x 1 root wheel 1894950 Dec 14 18:29 libgeos-3.2.0.so
> lrwxr-xr-x 1 root wheel 16 Dec 14 18:29 libgeos.so -> libgeos-3.2.0.so
> lrwxr-xr-x 1 root wheel 18 Dec 14 18:29 libgeos_c.so -> libgeos_c.so.1.6.0
> lrwxr-xr-x 1 root wheel 18 Dec 14 18:29 libgeos_c.so.1 -> libgeos_c.so.1.6.0
> -rwxr-xr-x 1 root wheel 133825 Dec 14 18:29 libgeos_c.so.1.6.0
Sounds good to me.
As you can see the SONAME for libgeos_c.o hasn't changed (libgeos_c.so.1)
while the one for libgeos is (libgeos-3.1.0.so vs libgeos-3.2.0.so).
What I expect is that if you compile a couple simple test program
one with -lgeos and the other with -lgeos_c while only 3.1 is
installed, then when you install 3.2 the one compiled with -lgeos_c
will automatically use functionalities of libgeos-3.2.0.so while
the other will be strictly bound to libgeos-3.1.0.so.
Can you confirm ?
--strk;
Free GIS & Flash consultant/developer () ASCII Ribbon Campaign
http://foo.keybit.net/~strk/services.html /\ Keep it simple!
More information about the geos-devel
mailing list