Re: STL problem in stored procedures

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

Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: Zoltán Dudás
Дата:
Сообщение: Re: STL problem in stored procedures
Следующее
От: "Matthew T. O'Connor"
Дата:
Сообщение: Re: [ANNOUNCE] PostgreSQL 8.1 Beta 4