Specifications
System Requirements
SPECTRUM Software Release Notes Page 19
4 Under CDE’s Color Style Manager, be sure to choose “More Colors for
Applications” in order to permit SPECTRUM to display in all its colors.
Note:
Note:
SPECTRUM links the X libraries (libX11, libXt, and libXm)
dynamically. On most systems, soft links from /usr/lib to the
appropriate directories are created as defaults. If not, set the
following environment variable in the SPECTRUM user’s
environment:
sh:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib:/usr/openwin/
lib:/usr/dt/lib
export LD_LIBRARY_PATH
ksh:
export
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/lib:/usr/openwin/
lib:/usr/dt/lib
csh:
setenv LD_LIBRARY_PATH
$LD_LIBRARY_PATH:/usr/lib:/usr/openwin/lib:/usr/dt/lib
(if LD_LIBRARY_PATH is already set)
OR:
setenv LD_LIBRARY_PATH /usr/lib:/usr/openwin/lib:/usr/dt/lib
(if the path is not already set)
If the X libraries are in a different directory, then add that directory
to the path, separated by a colon.