Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> OCI cdemo6.cc Compile Error

OCI cdemo6.cc Compile Error

From: Grace Tsai <gtsai_at_bnl.gov>
Date: Tue, 29 Jun 1999 17:29:11 -0400
Message-ID: <37793AA7.2C48502A@bnl.gov>


In $ORACLE_HOME/rdbms/demo, there is an OCI program cdemo6.cc which I used the following command to compile in Solairs 2.6

make -f demo_rdbms.mk buildc++ EXE=cdemo6 OBJS=cdemo6.o

and I got the following result:

CC -L/....
....
CC Warning: Option -Qy passed to ld, if ld is invoked, ignored otherwise

ld: fatal: library -lC: not found
ld: fatal: library -lC_mtstubs: not found
ld: fatal: library -lcx: not found
ld: fatal: File processing errors. No output written to cdemo6
*** Error code 1
make: Fatal error: Command failed for target 'buildc++'

Any idea? Thanks in advance.

Grace Tsai
Brookhaven National Lab Received on Tue Jun 29 1999 - 16:29:11 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US