Page 1 of 1

C compiler problem

Posted: Wed Aug 12, 2009 6:15 pm
by Nagin
I am trying to develop a Parallel routine and I have this simple C program I tried to compile outside of datastage to make sure that it is working before I link it.
Now, when I compile the program through putty it is saying CC not found but when I tried the exact same command on telnet it is working fine. I know that this is not related to datastage but I was hoping some one who worked on a parallel routine might have faced a similar issue and would be able to help me with it. Thanks in advance for you help.

Posted: Wed Aug 12, 2009 9:06 pm
by ray.wurlod
:?:
PuTTY is a telnet client.

What's your difference between "compile through PuTTY" and "compile through telnet"?

Most "not found" error messages relate to a problem with one of the search list environment variables, in your case probably PATH.

In turn this suggests to me that your two different (?) connection modalities are executing different startup scripts.

Posted: Wed Aug 12, 2009 10:20 pm
by Nagin
ray.wurlod wrote::?:
PuTTY is a telnet client.

What's your difference between "compile through PuTTY" and "compile through telnet"?

Most "not found" error messages relate to a problem with one of the search list environment variables, in your case probably PATH.

In turn this suggests to me that your two different (?) connection modalities are executing different startup scripts.
Is there a way to find out which start up script is running?