Set your Environment for NTCC tools
To use the NTCC portability tools you have to set the following environment variables:
- For csh users (in your ~/.cshrc file):
setenv PATH ${PATH}:/usr/ntcc/bin:/usr/ntcc/etc
On the SUNs, also set:
setenv LD_LIBRARY_PATH /usr/local/mdsplus/shlib
-
- For bash users (in your ~/.bashrc file):
export PATH=${PATH}:/usr/ntcc/bin:/usr/ntcc/etc
And on the SUNs:
export LD_LIBRARY_PATH=/usr/local/mdsplus/shlib