Re: STL problem in stored procedures - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: STL problem in stored procedures
Date
Msg-id 20051025123447.GH22318@svana.org
Whole thread Raw
In response to Re: STL problem in stored procedures  (Zoltán Dudás <zoltan.dudas@freemail.hu>)
Responses Re: STL problem in stored procedures  (Zoltán Dudás <zoltan.dudas@freemail.hu>)
Re: STL problem in stored procedures  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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@svana.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.

Attachment

pgsql-general by date:

Previous
From: Zoltán Dudás
Date:
Subject: Re: STL problem in stored procedures
Next
From: "Matthew T. O'Connor"
Date:
Subject: Re: [ANNOUNCE] PostgreSQL 8.1 Beta 4