by CBFalconer <cbfalconer@[EMAIL PROTECTED]
>
May 8, 2008 at 07:16 PM
iavian wrote:
>
> I have a C Code like below with refers to both Oracle and Postgres
> client libraries
>
> #include "postgres.h"
> #include "fmgr.h"
> #include <stdio.h>
> #include <stdlib.h>
> #include <string.h>
> #include <oci.h>
>
> make -f demo_rdbms.mk build OBJS=pemsPg.o
>
> pemsPg.c:1:22: postgres.h: No such file or directory
> pemsPg.c:2:18: fmgr.h: No such file or directory
Those, and oci.h, are not available as standard C include files.
You need to ask on some newsgroup that deals with Oracle and/or
Postgres.
--
[mail]: Chuck F (cbfalconer at maineline dot net)
[page]: <http://cbfalconer.home.att.net>
Try the download section.
** Posted from http://www.teranews.com
**