paralledl transformer not gettin compiled

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
mahadev.v
Participant
Posts: 111
Joined: Tue May 06, 2008 5:29 am
Location: Bangalore

Post by mahadev.v »

Looks like C++ compiler is not installed or not configured correctly. Search on "the PWD environment variable is not defined".
"given enough eyeballs, all bugs are shallow" - Eric S. Raymond
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

The error indicates "'C:/PROGRA~1/MKSTOO~1/etc/cxx.ccg': The system cannot find the file specified". The cxx.ccg file is actually located in the C:/PROGRA~1/MKSTOO~1/etc/nutccg/ folder. Check your MKS Toolkit installation.
Post Reply