[geos-devel] Re: [postgis-users] Error compiling PostGIS + GEOS

Mark Cave-Ayland m.cave-ayland at webbased.co.uk
Tue Jun 21 01:41:36 PDT 2005


 

> -----Original Message-----
> From: postgis-users-bounces at postgis.refractions.net 
> [mailto:postgis-users-bounces at postgis.refractions.net] On 
> Behalf Of strk at refractions.net
> Sent: 20 June 2005 23:10
> To: PostGIS Users Discussion; GEOS Development List
> Subject: Re: [geos-devel] Re: [postgis-users] Error compiling 
> PostGIS + GEOS
> 
> 
> On Mon, Jun 20, 2005 at 02:15:56PM -0700, Chip Masters wrote:
> > Thanks strk. Here's what I get from ldd:
> > 
> > [postgres at cyc11 pgsql]$ ldd 
> /cyc110/scratch/pgsql/lib/liblwgeom.so.1.0
> >         libstdc++.so.6 =>
> > /usr/local/lib/libstdc++.so.6 (0x4014d000)
> >         libproj.so.0 => /usr/local/lib/libproj.so.0
> > (0x40233000)
> >         libgcc_s.so.1 => /usr/lib/libgcc_s.so.1
> > (0x40268000)
> >         libc.so.6 => /lib/libc.so.6 (0x40271000)
> >         libm.so.6 => /lib/libm.so.6 (0x403a8000)
> >         /lib/ld-linux.so.2 => /lib/ld-linux.so.2
> > (0x80000000)
> 
> 
> mmm the c++ standard lib is there, does anyone have an idea
> of where should __builtin_new be defined ?
> Did you get any warning at compile time ?
> Can you run any GEOS application (XMLTester in source/test) ?
> 
> --strk;


Hi strk,

Could you write a script using 'nm' that would find the symbol, e.g. the
following works but is not recursive (you could probably solve this with
some bash scripting):

nm --dynamic /usr/lib/* | grep '__builtin_new'


Kind regards,

Mark.

------------------------
WebBased Ltd
17 Research Way
Tamar Science Park
Plymouth
PL6 8BT 

T: +44 (0)1752 797131
F: +44 (0)1752 791023
W: http://www.webbased.co.uk





More information about the postgis-users mailing list