Page 1 of 1

error whlie creating .o file for routnie

Posted: Fri Sep 24, 2010 12:18 am
by gsym
when i compile the c++ program using the syntax "Compiler : compiler options : {filename with extenstion} " to get the object file ".o extension " in dos prompt i'm getting an error message stating that

"NuTCRACKER not properly installed. The pathname:
C:/PROGRA~1/MKSTOO~1/include
is missing from the 'INCLUDE' environment variable"


i've included the path in environment variable . .
is there any other to create a .o file for routine to use in transformer stage
i dono how to create a file to use in routine

plzz help me :cry:

thank you

Posted: Fri Sep 24, 2010 12:42 am
by ray.wurlod
Looks like there was a problem installing MKS Toolkit while you were installing DataStage (as part of Information Server install). Go back to your install logs to determine what went wrong and where.

Posted: Fri Sep 24, 2010 1:30 am
by gsym
is there any other way to create .O file ?? :?:


Thank you

Posted: Fri Sep 24, 2010 6:00 am
by chulett
Any way other than compiling a C++ program? No, not in this context.

Are you certain you need to be creating any such thing? What are you trying to accomplish?

Posted: Sun Sep 26, 2010 11:15 pm
by gsym
i'm trying to create routine to use in a transformer stage . .

Posted: Mon Sep 27, 2010 6:02 am
by ray.wurlod
You can create routines but, without a correctly installed and configured compiler, you will not be able to compile the routine.

Posted: Mon Sep 27, 2010 6:34 am
by chulett
Let me be more specific - you are trying to create a routine that does what? Something you are certain cannot be done with the existing functions? :?