by Flash Gordon <spam@[EMAIL PROTECTED]
>
May 8, 2008 at 09:16 PM
iavian wrote, On 08/05/08 20:59:
> I have a C Code like below with refers to both Oracle and Postgres
> client libraries
>
> #include "postgres.h"
> #include "fmgr.h"
<snip>
> pemsPg.c:1:22: postgres.h: No such file or directory
> pemsPg.c:2:18: fmgr.h: No such file or directory
Obviously you need to install the headers (and anything else required to
build against those libraries) and do whatever the library do***entation
says you need to do to use it. Both Oracle and Postgres have formums of
one sort or another dedicated to development with them and they will
know a lot more about using the libraries than a random collection of C
programmers.
--
Flash Gordon