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

From Zoltán Dudás
Subject Re: STL problem in stored procedures
Date
Msg-id 200510251536.44739.zoltan.dudas@freemail.hu
Whole thread Raw
In response to Re: STL problem in stored procedures  (Martijn van Oosterhout <kleptog@svana.org>)
List 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.dudas@sei.hu
URL     www.sei-it.com


pgsql-general by date:

Previous
From: Harald Fuchs
Date:
Subject: Re: a stored procedure ..with integer as the parameter
Next
From: Tom Lane
Date:
Subject: Re: Prevent application log pollution with notice messages