Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: OCI cdemo1.c missing but the makefile is present
milkyway wrote:
> Hello out there,
>
> I am trying to compile some OCI demos that come with Oracle. I am have
> installed Oracle 10 on Linux. When I go to the following
> directory:
>
> $ORACLE_HOME/rdbms/demo
>
> I see the following files:
>
> aqxml.conf demo_rdbms32.mk demo_rdbms64.mk demo_rdbms.mk
>
> but I see *no C files at all*
>
> When I try the following:
>
> make -f demo_rdbms32.mk demos
>
> I get the following:
>
> make[1]: *** No rule to make target 'cdemo1.o' , needed by 'build'.
> Stop.
>
> I have googled EVERYWHERE. Where can I download these files? Why is it
> that the make files are present but the C files are gone? Is this
> something new with Oracle 10?
>
> Thanks in advance.
>
This might help you:
http://personal.denison.edu/~bressoud/cs377-s04/cdemo1.c
You can download related OCI samples here: http://www.oracle.com/technology/sample_code/tech/oci/index.html
Amogh Received on Tue Aug 23 2005 - 07:28:24 CDT
![]() |
![]() |