Previous Topic: Client Setup While Using TuxedoNext Topic: Building C Proxy Workstation Clients


Building C Proxy Native Clients

The following set of commands can be used to build the native clients for C proxies.

Example

LIB=-L$(IEFH)/lib -lpxrt.XX
CC=$(CC)
CFLAGS="<whatever other flags you need> $(LIB)"
Buildclient -o nativeClient -f nativeClient.c

Note: xx refers to the current release of CA Gen. For the current release number, see the Release Notes.