critical impact:
libXaw, libXmu - available in /usr/contrib/X11R6 (CrCh321)
Problem description
The header files for the libXaw and libXmu libraries are available in
/usr/contrib/X11R6 on HP-UX.
The libXaw library contains Athena widgets. The libXmu library contains miscellaneous X
utility functions. Identifiers
 -lXaw |
 libXaw.a |
 libXmu.a |
|
|
 -lXmu |
 libXaw.so |
 libXmu.so |
|
|
See also
Solution description
Modify your makefiles.
Add -I/usr/contrib/X11R6/include to your compiler options.
You do not need to add a -L linker option for these libraries because they are linked into the system library directories.
These components are available in the X11 R6 Contributed Programming Environment filesets of the HP-UX Developer's Toolkit.
Problem summary
| classifications |
source types |
OS release |
severity |
type |
| HDR, LIB |
Make, Script |
any HP-UX 11i version |
critical |
changed |
|