Re: STL problem in stored procedures

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Zoltán Dudás <zoltan(dot)dudas(at)freemail(dot)hu>
Cc: pgsql-general(at)postgresql(dot)org, Andreas Seltenreich <andreas+pg(at)gate450(dot)dyndns(dot)org>
Subject: Re: STL problem in stored procedures
Date: 2005-10-25 12:34:51
Message-ID: 20051025123447.GH22318@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Oct 25, 2005 at 02:11:31PM +0200, Zoltán Dudás wrote:
> Hi,
>
> > > It looks like your .so isn't linked to libstdc++. How exactly did you
> > > compile and link the .so?
>
> I attached output of the "make -n".

I notice other contrib modules include lines like:

SHLIB_LINK = $(libpq)
SHLIB_LINK += $(filter -lm, $(LIBS))
SHLIB_LINK = -lxml2 -lxslt

Perhaps you need a:

SHLIB_LICK = -lstl

or whatever the lib is called.
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Matthew T. O'Connor 2005-10-25 12:40:23 Re: [ANNOUNCE] PostgreSQL 8.1 Beta 4
Previous Message Zoltán Dudás 2005-10-25 12:11:31 Re: STL problem in stored procedures