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

Home -> Community -> Usenet -> c.d.o.server -> Pro*C and C Compile options...

Pro*C and C Compile options...

From: ksjune <ksjune_at_sens.gnuh.co.kr>
Date: Wed, 14 Oct 1998 17:55:06 +0900
Message-ID: <362466EA.8738B87D@sens.gnuh.co.kr>


Could you explain this error message.

I've programmed Pro*C using PL/SQL.
and run... like this

[HOSP1:12/GNUH/user/hit02(372)]proc sqlcheck=full a.pc

Pro*C/C++: Release 2.2.4.0.0 - Production on Wed Oct 14 17:12:51 1998

Copyright (c) Oracle Corporation 1979, 1996. All rights reserved.

System default option values taken from: /ORACLE/precomp/admin/pcscfg.h

[HOSP1:12/GNUH/user/hit02(373)]cc a.c -L$ORACLE_HOME/lib
NCR High Performance C Compiler R3.0a
(c) Copyright 1994-96, NCR Corporation
(c) Copyright 1987-96, MetaWare Incorporated w "a.c",L280/C12(#553):
| Conversion of type `unsigned char *' to type `char *' is not ANSI-compliant.
No errors 1 warning

Undefined                       first referenced
 symbol                             in file
sqlcxt                              a.o
UX:ld: ERROR: a.out: fatal error: Symbol referencing errors. No output written to a.out
///////////////////////////////////////////////////////////////////////
How can I handle this message?
Error line:
sqlcxt((void **)0, &sqlctx, &sqlstm, &sqlfpn);

I cannot find sqlcxt function in headfiles. Is there more library linked?
please help!!!

Thanks in advance...

ksjune_at_sens.gnuh.co.kr Received on Wed Oct 14 1998 - 03:55:06 CDT

Original text of this message

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