HP DCE/9000 Version 1.7 Application Development Tools for HP-UX 11.0 Release Note

HP DCE 1.7 Application Development Tools Release Note 31
Developing DCE Applications with HP DCE/ 9000
Building DCE Programs
If you link in libdce, libcma is automatically linked in; if you are
using libcma without libdce, you must link libcma first, as follows:
-lcma other_libraries
libdce and libc must be either both shared or both archived library
versions; a mixed environment with one of the libraries the shared
version and the other the archived version is not supported.
libcma and libc must be either both shared or both archived library
versions; a mixed environment with one of the libraries the shared
version and the other the archived version is not supported.
NOTE At HP DCE 1.7, both libdce and libcma were versioned for
compatibility reasons. libdce.1 and libcma.1 are the latest patched HP
DCE 1.5 libraries. libdce.2 and libcma.2 support HP DCE 1.7 on
HP-UX 11.0.
Shared applications built on HP DCE 1.6 may have to recompile to run
on HP DCE 1.7.