undefined reference to `ECPGconnect'

From: "Mark McArthey" <mcarthey(at)execpc(dot)com>
To: "PgSQL Novice" <pgsql-novice(at)postgresql(dot)org>
Subject: undefined reference to `ECPGconnect'
Date: 2001-10-25 02:31:19
Message-ID: CGEFKOCNLBFDGLJODOGIOEKECDAA.mcarthey@execpc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi all,
I haven't been able to figure out why I'm receiving this error. Can someone
help me out? It may be worth noting that in the generated file (after
preprocessing), I had to modify the prepended #include's to have 'pgsql' in
them (ie. #include <pgsql/ecpgtype.h>).
Thanks for any help!
Mark

$ gcc -I/usr/include/pgsql manager.c -o manager
/tmp/ccU8a5E9.o: In function `parser':
/tmp/ccU8a5E9.o(.text+0x197): undefined reference to `ECPGconnect'
/tmp/ccU8a5E9.o(.text+0x1af): undefined reference to `ECPGdo'
collect2: ld returned 1 exit status

Browse pgsql-novice by date

  From Date Subject
Next Message Ben Statham 2001-10-25 02:54:33 Visual Database Design Tools
Previous Message Tom Lane 2001-10-24 18:59:58 Re: Problem running C function