Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: proc question!
Kannan Murugan wrote:
>
> Hello,
> I am new to ORACLE. I am trying to convert a .pc file (created by
> tpmake of entera (i believe a borland software formerly owned by OEC)) to
> .c file using proc. Done. I could also compile the file without any errors.
> But while linking, the linker bitches about a function called "sqlcxt" which
> is being called in the .c file created by proc.
> I am wondering whether I missed something while compiling the .c
> file or should I include any header file. I am confused and frustrated. Please
> help. Thank you.
Do you have all of the Pro*C libraries installed and available on the compiling machine? You have to link in some Pro*C code to make it work. What version of Pro*C are you using? What compiler? What platform?
![]() |
![]() |