Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP-UX Event ManagerProgrammer's Guide: HP-UX 11i v3Edition 1 > Chapter 3 The EVM Programming Interface

Building Your Code Using EVM APIs

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Index

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.

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 2007 Hewlett-Packard Development Company, L.P.