Running the C API Examples on UNIX Linux AIX HP UX
Copyright © Cloud Software Group, Inc. All rights reserved.
The Makefile is located in the /AS_HOME/examples/c directory.
CC=<compiler>
For UNIX, this line reads CC = CC; for Linux, CC = gcc; for AIX, it reads CC = xlC; for HP-UX, CC = aCC.
CC= <path>/<compiler>
where path is the path to the C compiler that you are using and compiler is the compiler name.