Previous Topic: Default BehaviorNext Topic: Related User Exits


Building on UNIX/Linux

This user exit is built as part of the shared library or archive library libae_userexits_c.*, where * is the shared library suffix or archive library depending on the UNIX system. As a prerequisite for building the shared library or archive library, you must have correct C/C++ compiler installed on your system.

Follow these steps:

  1. Launch a terminal window.
  2. Change your current directory to that directory which contains the makefiles (by default, the $IEFH/make directory).
  3. Run make /f stuxexit.plat, where plat is the matching platform extension:

    AIX: aix

    HP Itanium: ia64

    Solaris: sol

    Linux: lin

    The user exit shared library will be built in the $IEFH/lib directory.