Re: Missing library files??

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Tony Griffiths(RA)" <griffitt(at)cs(dot)man(dot)ac(dot)uk>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Missing library files??
Date: 2002-06-19 13:13:48
Message-ID: 3644.1024492428@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Tony Griffiths(RA)" <griffitt(at)cs(dot)man(dot)ac(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Lee Kindness 2002-06-19 13:22:08 Re: ecpg and bison again
Previous Message Jan Wieck 2002-06-19 13:12:03 Re: ECPG won't compile anymore