Re: Missing library files??

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Missing library files??
Дата
Msg-id 3644.1024492428@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Missing library files??  ("Tony Griffiths(RA)" <griffitt@cs.man.ac.uk>)
Ответы Re: Missing library files??
Список pgsql-hackers
"Tony Griffiths(RA)" <griffitt@cs.man.ac.uk> writes:
> I'm trying to invoke the DirectFunctionCall1function as follows:
> ...
> from some client side code, but get linker errors stating that:

> -> undefined reference to `DirectFunctionCall1(unsigned long 
> (*)(FunctionCallInfoData*), unsigned long)'

> Is this because I'm calling the function incorrectly, or because I'm 
> missing the library in which these functions reside?

There *is* no "library in which those functions reside".  They are
internal to the server and are not designed to be included in
client-side code.
        regards, tom lane


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

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: ECPG won't compile anymore
Следующее
От: Lee Kindness
Дата:
Сообщение: Re: ecpg and bison again