Linux or macOS
Add one of the following arguments or command-line options to the command that you use to link your programs:
*-L/usr/totalview/platform/lib -L/usr/totalview/platform/lib -ldbfork_64
where platform is one of the following: darwin-x86, linux-x86-64, linux-powerle, or linux‑arm64.
For example:
cc -o program program.c \
   -L/usr/totalview/linux-x86/lib -ldbfork_64