1748169 Members
4264 Online
108758 Solutions
New Discussion юеВ

Re: error massage sqlcxt

 
Debasis Mishra
Occasional Advisor

error massage sqlcxt

i have a pro*c file a.pc
That i compile and create new c file as a.c
But when i compiling the c file with the help of this
cc a.c
at that moment i am facing a error massage
ld: Undefined symbols:
_sqlcxt


So tell me what i will do??
4 REPLIES 4
Peter Godron
Honored Contributor

Re: error massage sqlcxt

Arunvijai_4
Honored Contributor

Re: error massage sqlcxt

Hi Debasis,

Try to assign points to people who helped you by answering your queries.

What is your LD_LIB_PATH and SHLIB_PATH. Your compiler / linker couldn't able to find the required library which has _sqlcxt symbol.
Try to add that into your path and compile it again.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
HGN
Honored Contributor

Re: error massage sqlcxt

Hi

Looks like you have not assigned points to anyone who helped you,people are spending their valuable time helping others.

Rgds
HGN
Debasis Mishra
Occasional Advisor

Re: error massage sqlcxt

Thanks a lot to Arun, Vijaya for their valuable tips for solve the problem, which i faced.