[geos-devel] 3.2.0 release ready for download

Greg Troxel gdt at ir.bbn.com
Tue Dec 15 19:32:52 EST 2009


  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 ?

That's what ldd would lead me to believe; the library looks to have the
right dependency.  I'll see if I can get to trying that test.

gdt 65 > l /usr/pkg/lib/libgeos_c.so.1.6.0 
-rwxr-xr-x  1 root  wheel  133825 Dec 14 18:29 /usr/pkg/lib/libgeos_c.so.1.6.0
gdt 66 ~ > ldd /usr/pkg/lib/libgeos_c.so.1.6.0 
/usr/pkg/lib/libgeos_c.so.1.6.0:
        -lc.12 => /usr/lib/libc.so.12
        -lstdc++.6 => /usr/lib/libstdc++.so.6
        -lm.0 => /usr/lib/libm.so.0
        -lgcc_s.1 => /usr/lib/libgcc_s.so.1
        -lgeos-3.2.0 => /usr/pkg/lib/libgeos-3.2.0.so

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 194 bytes
Desc: not available
Url : http://lists.osgeo.org/pipermail/geos-devel/attachments/20091215/c891e6e2/attachment-0001.bin


More information about the geos-devel mailing list