Re: STL problem in stored procedures

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

Hi,

On Tuesday 25 October 2005 14.34, Martijn van Oosterhout wrote:
> 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.

Thanks, it was the solution:

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

Regards,

Zoli

--
Zoltan Dudas
Software Engineer
SEI Hungary
Office +36-52-889-532 Ext: 2032
Fax +36-52-889-599
Email zoltan(dot)dudas(at)sei(dot)hu
URL www.sei-it.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-10-25 13:41:02 Re: Prevent application log pollution with notice messages
Previous Message Harald Fuchs 2005-10-25 12:51:48 Re: a stored procedure ..with integer as the parameter