In order to make CTSM run properly on Solaris systems with compiler suites that are newer than Forte Developer 7, the following workaround must be used:
Add the compiler bin directory to your PATH environment variable, e.g. (for Forte Developer 8):
/opt/FD8/SUNWspro/bin
Add the compiler lib directory to your LD_LIBRARY_PATH environment variable, e.g. (for Forte Developer 8):
/opt/FD8/SUNWspro/lib
Set the following flag before running CTSM:
LD_NOAUXFLTR=1
export LD_NOAUXFLTR
Detailed information about how to change an environment variable can be found in the User’s Guide.