Pro*c file Compiling Issue in suse Linux

The existing .pc (pro *C) file is running successfully in UNIX. But when Iam trying to compile this same file in LINUX using proc iname filename.pc, Iam getting an error, proc file not recognized.

Could someone help how to generate execute file from the proc*c file.

what are the prerequisites for precompiling pro*c file?

Alternatively, I tried to compile the .c file of the already generated proc*c file in linux, Iam getting an error as 'sqlmacros.h" file not found

gcc -o filename filenam.c

Please advice how to generate executable file from pro*c

transfer header file sqlmacros.h and try again.

How to transfer header file sqlmacros.h?Please assist