Error compiling Pro*c program in unix [message #185722] |
Thu, 03 August 2006 05:00 |
jvramya@gmail.com
Messages: 1 Registered: August 2006
|
Junior Member |
|
|
Hi,
I am using PRO*C sun studio 8 compiler.I have written *.pc code and i tried to compile the program.
when i compile am gettig error as
CC -I/test/include/ -I/oracle/product/9.2.0/rdbms/demo -I/oracle/product/9.2.0/rdbms/public -c -g -KPIC -w -I/oracle/product/9.2.0/precomp/public -c test.c; \
"test.c", line 586: Error: EXEC is not defined.
I have given all the oracle lib paths in profile.
what i think is precompiler is not taking EXEC command as valid.
Please tell me what i missed in this ..
Thanks.
|
|
|