Hi everyone,
I compiled a .pc file(gcc compiler) under Sun OS 5.9 to generate an executable program called 4005,to run on Sun OS 11.The program is then called from a script Batch.sh invoked through a crontab.
Before the compilation the program was being launched from the crontab and running.After i compiled it.. it no longer runs when the script batch.sh is invoked. However,if i run the program 4005 directly by going to the /bin/ folder where it is stored. It runs.
Has anyone encountered this issue before? I will appreciate your help.
I compiled a .pc file(gcc compiler) under Sun OS 5.9 to generate an executable program called 4005,to run on Sun OS 11.The program is then called from a script Batch.sh invoked through a crontab.
Before the compilation the program was being launched from the crontab and running.After i compiled it.. it no longer runs when the script batch.sh is invoked. However,if i run the program 4005 directly by going to the /bin/ folder where it is stored. It runs.
Has anyone encountered this issue before? I will appreciate your help.