PRO*C - please help
From: Arne Unneland <arne_at_digital-hverdag.no>
Date: 1996/11/15
Message-ID: <328C2616.C1B_at_digital-hverdag.no>#1/1
Arne Unneland
arne_at_digital-hverdag.no Received on Fri Nov 15 1996 - 00:00:00 CET
Date: 1996/11/15
Message-ID: <328C2616.C1B_at_digital-hverdag.no>#1/1
I would really appreciate help in this. I'm completely new to Pro*C.
This happends after precompile when I try to compile it.
I get this message:
$ cc myfile.c
Which library do I link?
In the "myfile.c" i have these external functions:
/* Prototypes */
ld:
Unresolved:
sqlcxt
extern sqlcxt (/*_ void **, unsigned long *,
struct sqlexd *, struct sqlcxp * _*/);
extern sqlcx2t(/*_ void **, unsigned long *,
struct sqlexd *, struct sqlcxp * _*/);
extern sqlbuft(/*_ void **, char * _*/);
extern sqlgs2t(/*_ void **, char * _*/);
extern sqlorat(/*_ void **, unsigned long *, void * _*/);
Arne Unneland
arne_at_digital-hverdag.no Received on Fri Nov 15 1996 - 00:00:00 CET