Very..Very...Urgent [message #371612] |
Tue, 14 November 2000 14:38 |
Sudheer
Messages: 19 Registered: July 1999
|
Junior Member |
|
|
Hi!
I have a Proc *C (.PC) program with me and Im not able to generate Exe file.These are the steps I used to generate Exe Im not able to I got the message
proc request.pc
cc -c request.c
make -f $ORACLE_HOME/precomp/demo/proc/demo_proc.mk EXE=request OBJS=request.o
Received the Message
'/opt/fletws01/dbms/app/oracle/product/8.1.6/lib/libclntsh.so' is up to date'
Anyone please send me the steps for Generating Exe file in 8.1.6 database.
Thanx in Advance
Sudheer.
|
|
|
Re: Very..Very...Urgent [message #371618 is a reply to message #371612] |
Wed, 15 November 2000 03:22 |
Indira Srinivas
Messages: 1 Registered: November 2000
|
Junior Member |
|
|
Hello Sudheer,
'/opt/fletws01/dbms/app/oracle/product/8.1.6/lib/libclntsh.so' is up to date' means that the PC pgm is not modified, it does not require any compilation.
Even then if you really want to make a fresh executable for the same though changes are not done to the pgm, remove the object file(the .o file), then go for compilation. This time I'm sure you will be successful.
Indira
Hyderabad
|
|
|