On 7/13/06, Jasbinder Bali <jsbali(at)gmail(dot)com> wrote:
> Hi,
>
> I'm using ECPG to connect to my postgres database. Doing it for the very
> first time in my life.
>
> In function `main':ecpg_test.c:(.text+0x5d): undefined
> reference to `ECPGconnect'
it looks like you are not linking to the ecpg library. you need to
build it and link to it i think. i don't know off the top of my head
if you can get ecpg library without building from source.
merlin