Page 1 of 1

Adding external routine referring to .O file

Posted: Thu Apr 15, 2004 7:48 am
by pani
We are trying to add a routine of type External which should refer to .O file generated from C program.

Job is not compiling when we try to compile and giving error message

Output from subprocess: ld: fatal: file /home/pd.o: unknown file type

Any help is highly appriciated . Please let us know

Posted: Fri Apr 16, 2004 4:01 am
by Eric
External Parallel Routines should be compiled on the DataStage Server machine.

(Ths is due to the fact that Compiled 'C' Object files will differ depending on the compiler (platform/version) used and the options given to the compiler).

How did you compile the object file?

yes it worked

Posted: Sat Apr 17, 2004 11:51 am
by pani
Thanks , It worked. Any idea on COMP-3 Conversion approach.