CC Compiler Error

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

What is "hello.o" and does it exist?
##W TBLD 000000 12:53:10(003) <main_program> Error when checking composite operator: Output from subprocess: ld: fatal: file /mdw/dvl/tgt/scripts/shells/hello.o: open failed: No such file or directory
naveen19
Participant
Posts: 52
Joined: Tue Mar 06, 2007 9:08 am
Location: India
Contact:

Post by naveen19 »

Andrw,

Thanks for the reply and issue has been solved by giving the full path in datastage by giving /mdw/dvl/tgt/scripts/shells/hello/IntTest.o
where IntTest.o is the object file which was generated by compiling the .cpp program

Regards...Naveen.K
Post Reply