Re: question

Поиск
Список
Период
Сортировка
От Alfred Perlstein
Тема Re: question
Дата
Msg-id 20001215145741.K19572@fw.wintelcom.net
обсуждение исходный текст
Ответ на Re: question  (Sandeep Joshi <sjoshi@Zambeel.com>)
Список pgsql-general
* Sandeep Joshi <sjoshi@Zambeel.com> [001215 14:54] wrote:
> ld -shared -o db1trig.so db1trig.o -L/work/posgresql/lib -static -lpq
>
> Using above link line I was able to link and load the library but I get
> following error
> ERROR:  conneciton bad.

I think using both -shared and -static is an error, you might try
linking to /work/posgresql/lib/libpq.a or try without as well.


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

Предыдущее
От: Sandeep Joshi
Дата:
Сообщение: Re: question
Следующее
От: Sandeep Joshi
Дата:
Сообщение: Re: question