| United States-English |
|
|
|
![]() |
HP-UX Event ManagerProgrammer's Guide: HP-UX 11i v3Edition 1 > Chapter 3 The EVM Programming InterfaceBuilding Your Code Using EVM APIs |
|
The EVM library consists of a mixture of C and C++ code. On HP-UX you need to use the aCC compiler to do the link instead of ld to bring in the required C++ support libraries. Use ${C++C}instead of ${LD} in your Makefiles. You also need to use the -AA option to perform the link. You will see unresolved symbols on your PA-RISC builds if you do not use the -AA option, but not on Itanium-based systems, because the -AA option is the default for Itanium builds. |
|||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||