Compile the program with the C compiler. The library to be linked depends on the specified process type. The libraries to be linked are as follows:
- -lbetran
- TP1/Server Base library
- -lclt
- TP1/Client library
The process types to be specified and the libraries required for the client and server programs are listed below.
- -cptype ndce and -sptype ndce
Client: -lbetran and -ltactk
Server: -lbetran and -ltactk
- -cptype wdce and -sptype ndce
Client: -ltpldce and -lclt, and DCE-related libraries
Server: -lbetran and -ltactk
- -cptype ndce and -sptype wdce
Client: -lbetran and -ltactk
Server: -ltpldce, -lbetran, and DCE-related libraries
- -cptype wdce and -sptype nbet
Client: DCE-related libraries
Server: DCE-related libraries
- -cptype nbet and -sptype wdce
Client: DCE-related libraries
Server: DCE-related libraries
- -cptype nbet and -sptype nbet
Client: DCE-related libraries
Server: DCE-related libraries