Building the AMQSXAE0.C sample

 

Here, we give the commands needed for Solaris systems as a sample; use the appropriate equivalents for the UNIX system that you are running:

cc -xarch=v8plus -mt -o amqsxae amqsxae0.c -l/opt/mqm/inc -l/opt/encina/include \
-L/opt/mqm/lib -L/opt/encina/lib -L/opt/dcelocal/lib \
-R/opt/mqm/lib -R/opt/encina/lib -R/opt/dcelocal/lib -R/usr/lib/32 \
-lmqmxa -lmqz -lmqm -lmqmcs - lmqmzse -lEncina -lEncServer -ldce -lsocket \
-linsl -ldl -lthread -lc -lm

 

Parent topic:

Encina sample program


fg17910_