Corrections to the EAServer Cookbook

Chapter 3, Creating C++ Components and Clients To compile and link the C++ client for Itanium, use the following syntax:

#!/bin/sh
. $JAGUAR/bin/setenv.sh

aCC -g +DD32 -mt -I$(JAGUAR_JDK13)/include -I$(JAGUAR_JDK13)/include/hp-ux \
-I$(JAGUAR_JDK14)/include -I$(JAGUAR_JDK14)/include/hp-ux -I. \
-I$(JAGUAR)/include -L$(JAGUAR)/lib -lpthread  -lunic -ljtml_r -ljinsck_r \
-ljcc -lnsl -ljlog -o arith arith.cpp