Re: STL problem in stored procedures

Поиск
Список
Период
Сортировка
От Zoltán Dudás
Тема Re: STL problem in stored procedures
Дата
Msg-id 200510251536.44739.zoltan.dudas@freemail.hu
обсуждение исходный текст
Ответ на Re: STL problem in stored procedures  (Martijn van Oosterhout <kleptog@svana.org>)
Список 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 по дате отправления:

Предыдущее
От: Harald Fuchs
Дата:
Сообщение: Re: a stored procedure ..with integer as the parameter
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Prevent application log pollution with notice messages